2.3.3 build on Linux: results from `make test` (errors)
Ryan Schmidt
ryandesign at macports.org
Mon Dec 8 23:31:29 PST 2014
On Dec 8, 2014, at 1:46 PM, Lawrence Velázquez wrote:
> On Dec 8, 2014, at 9:53 AM, René J.V. Bertin wrote:
>
>> #> Failed to parse file kde/kdevelop-git/Portfile: can't set "compiler.blacklist": couldn't determine build number of compiler "clang"
>>
>> What/where could be done about this?
>
> Take a look at the compiler_blacklist_versions portgroup. The logic for testing versioning is in the last proc.
>
> https://trac.macports.org/browser/trunk/dports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl?rev=112784#L108
Yeah, and that logic rather expected /usr/bin/clang to be Apple's version, i.e. the Apple LLVM compiler, and to use Apple's version numbering scheme. Any port using the compiler_blacklist_versions portgroup to blacklist versions of clang is also doing so using Apple's version numbering scheme. On non-OS X systems, any /usr/bin/clang is probably the official version of clang with the official clang version numbering scheme.
More information about the macports-users
mailing list