Request for a Clang exp-run. Src atleast of revision 224145 and in ports security/libgcrypt should have the patch-cipher-rijndael.c file. Which shouldn't be such a problem I think. I think you know the drill but for completeness sake: CC=clang CXX=clang++ and for extra profit and mayhem remove gcc cc c89 c99 c++ c++filt and g++ from /usr/bin.
Responsible Changed From-To: freebsd-ports-bugs->portmgr assign to portmgr
I'll deal with it. -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer
>I think you know the drill but for completeness sake: CC=clang CXX=clang++ and >for extra profit and mayhem remove gcc cc c89 c99 c++ c++filt and g++ from /usr/bin. Please do not forget to account for the preprocessor: CPP="clang -E", etc. We pass it in the environment to many ports, so it is not always derived from CC. b.
State Changed From-To: open->analyzed I have now set up pointyhat-west to be able to easily run amd64-9-exp-clang on demand. Note that this is with clang as the default, but _not_ yet with gcc removed from the base. (Let's work on "clang as default" first.) The results from the latest run: http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp-clang.20111126065358.pointyhat-west/index-reason.html 22884 in INDEX, 15020 logs, 14115 packages, 837 errors, 961 in 'duds' (e.g. a priori IGNORE). The rest are ones blocked by the ones in errors and duds. See http://wiki.freebsd.org/PortsAndClang for the latest comments.
Responsible Changed From-To: portmgr->linimon
State Changed From-To: analyzed->closed This has become obsoleted by subsequent events.