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. _______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
