Re: help needed: “Error: clang-4.0 has been replaced by clang-8.0; please install that instead”

2019-07-25 Thread Dmitri Zaitsev
Hi Chris and all, I have finally figured it out following your suggestion, have posted here for anyone else having that problem: https://stackoverflow.com/a/57212770/1614973 Cheers, Dmitri. > > 'please configure port to use clang-8.0 instead' > > > > > > That would be less confusing

Re: help needed: “Error: clang-4.0 has been replaced by clang-8.0; please install that instead”

2019-07-24 Thread Chris Jones
or, submit a ticket requesting the port adds macports-clang-3.9 and macports-clang-4.0 to the compiler blacklist. Where can I submit it? trac https://trac.macports.org/wiki/Tickets Yes, the warning is mis-leading Error: clang-4.0 has been replaced by clang-8.0;

Re: help needed: “Error: clang-4.0 has been replaced by clang-8.0; please install that instead”

2019-07-23 Thread Chris Jones
Hi, macports clang 3.9 and 4.0 compilers where indeed recently obsoleted, in favour of using clang 8.0 instead. Unfortunately, macports base still considers them valid fallback options, and thus will still use them when ports blacklist the system compiler, which is something the maintainer