#49844: port select for clang misses creating 'clang-apply-replacements' sum link ----------------------+-------------------------------- Reporter: jonesc@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Keywords: | Port: clang_select ----------------------+-------------------------------- Running port select for clang seems to miss one sym link, as running clang-modernize leads to {{{ Failed to launch clang-apply-replacements: Executable "" doesn't exist! }}} after having selected macports clang 3.8. {{{ Oberon ~/LHCb/MVATraining > sudo port select clang Available versions for clang: mp-clang-3.8 (active) none }}} and looking in the bin area the link is indeed missing for this one binary. {{{ Oberon /opt/local/bin > ls -lth clang* lrwxr-xr-x 1 root admin 27B 29 Nov 15:23 clang -> /opt/local/bin /clang-mp-3.8 lrwxr-xr-x 1 root admin 29B 29 Nov 15:23 clang++ -> /opt/local/bin/clang++-mp-3.8 lrwxr-xr-x 1 root admin 34B 29 Nov 15:23 clang-format -> /opt/local/bin/clang-format-mp-3.8 lrwxr-xr-x 1 root admin 37B 29 Nov 15:23 clang-modernize -> /opt/local/bin/clang-modernize-mp-3.8 -rwxr-xr-x 1 root admin 62B 28 Nov 09:12 clang++-mp-3.8 -rwxr-xr-x 1 root admin 79B 28 Nov 09:12 clang-apply-replacements- mp-3.8 -rwxr-xr-x 1 root admin 67B 28 Nov 09:12 clang-format-mp-3.8 -rwxr-xr-x 1 root admin 70B 28 Nov 09:12 clang-modernize-mp-3.8 -rwxr-xr-x 1 root admin 60B 28 Nov 09:12 clang-mp-3.8 }}} Please can clang_select be updated to also create the sym link for clang- apply-replacements ? cheers Chris -- Ticket URL: <https://trac.macports.org/ticket/49844> MacPorts <https://www.macports.org/> Ports system for OS X