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 Dmitri Zaitsev
Hi Chris, Many thanks for your help! > > Until then, you should isolate the port that is trying to use clang 3.9 > or 4.0, and configure the build to use 8.0 by appending the option > > port install foo-baa configure.compiler=macports-clang-8.0 > I have now tried it with `gtk2` and it indeed

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

2019-07-23 Thread Dmitri Zaitsev
> > > > https://stackoverflow.com/questions/57162325/macports-error-clang-4-0-has-been-replaced-by-clang-8-0-please-install-that > > > I would suggest to check if there is a port installed with a dependency on > clang-4.0 or llvm-4.0. When my system automatically switched from clang-4.0 > to

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

2019-07-23 Thread Dmitri Zaitsev
Hi Chris, Many thanks for your help! > > Until then, you should isolate the port that is trying to use clang 3.9 > or 4.0, and configure the build to use 8.0 by appending the option > > port install foo-baa configure.compiler=macports-clang-8.0 > I have now tried it with `gtk2` and it indeed

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

2019-07-23 Thread Piet van Oostrum
Dmitri Zaitsev writes: > Hi everyone, > Any help is appreciated with this problem: > > https://stackoverflow.com/questions/57162325/macports-error-clang-4-0-has-been-replaced-by-clang-8-0-please-install-that > I would suggest to check if there is a port installed with a dependency on clang-4.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

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

2019-07-23 Thread Dmitri Zaitsev
Hi everyone, Any help is appreciated with this problem: https://stackoverflow.com/questions/57162325/macports-error-clang-4-0-has-been-replaced-by-clang-8-0-please-install-that I am new here, so apologies if this question is not appropriate. Thanks in advance! Dmitri.