How-To-Repeat: http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp-clang.20111126065358.pointyhat-west/rexx-wrapper-2.4.log
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool)
- do not replace compiler list - add CC to configur - remove `@'
Unlike the approach committed by dim@ recently my patch does not favor clang but fixes CC irrespectively of compiler, e.g. $ make CC=gcc46 # vanilla Makefile@r1.6 [...] ===> Building for rexx-wrapper-2.4 rexx ./rexxwrap.cmd -program=rexxwrapper -rexxfiles=./rexxwrap.cmd -compiler=gcc46 -interpreter=regina -srcdir=. -compress This is Rexx/Wrapper 2.4 - 21 September 2006 -------------------------------------------- ************************************************************ unsupported compiler specified with -compiler= switch; must be one of: gcc clang cc c89 egcs xlc ************************************************************ *** [rexxwrapper] Error code 1 1 error $ make CC=gcc46 # with my patch [...] ===> Building for rexx-wrapper-2.4 rexx ./rexxwrap.cmd -program=rexxwrapper -rexxfiles=./rexxwrap.cmd -compiler=gcc46 -interpreter=regina -srcdir=. -compress This is Rexx/Wrapper 2.4 - 21 September 2006 -------------------------------------------- Running configure script... creating cache ./config.cache updating cache ./config.cache creating ./config.status creating defined_values creating config.h Compiling ZLIB modules...compress uncompr deflate inflate adler32 zutil trees inftrees inffast crc32 Compiling intbuild.c... Linking intbuild... Running intbuild to produce rexxwrapper.c... If you need to dump the original code from the rexxwrapper executable, run: rexxwrapper --key=1 Compiling rexxwrapper.c... Compiling getargv0.c... Linking rexxwrapper Done! rexxwrapper built successfully
State Changed From-To: open->feedback can you please resend as attachment thx.
State Changed From-To: feedback->closed Committed. Thanks!