devel/llvm33 Makefile

Brooks Davis brooks at freebsd.org
Wed Oct 30 14:08:49 UTC 2013


I've committed a fix.  If you don't need the extra asserts you probably
want to turn them off as they slow things down and break serveral llvm
consumers.

-- Brooks

On Tue, Oct 29, 2013 at 10:15:16PM +0000, Cary wrote:
> Hello,
> 
> On 9.2-RELEASE llvm33-3.3_7 installation failed here:
> 
> install  -s -o root -g wheel -m 555
> /usr/ports/devel/llvm33/work/llvm-3.3.src/Release/bin/FileCheck
> / /usr/ports/devel/llvm33/work/stage/usr/local/llvm33/bin/
> install: /usr/ports/devel/llvm33/work/llvm-3.3.src/Release/bin/FileCheck: No
> such file or directory
> 
> *** [post-install] Error code 71
> 
> Stop in /usr/ports/devel/llvm33.
> *** [install] Error code 1
> 
> Stop in /usr/ports/devel/llvm33.
> 
> 
> ----
> The file to be installed was:
> /usr/ports/devel/llvm33/work/llvm-3.3src/Release+Asserts/bin/FileCheck
> 
> After patching Makefile installation succeeded.
> -- 
> cary at sdf.org
> SDF Public Access UNIX System - http://sdf.org

> 214c214
> < 	${INSTALL_PROGRAM} ${WRKSRC}/Release/bin/FileCheck \
> ---
> > 	${INSTALL_PROGRAM} ${WRKSRC}/Release+Asserts/bin/FileCheck \
> 226c226
> < TEST_CMD=	'(cd ${WRKSRC}/test; ${SETENV} ${MAKE_ENV} LD_LIBRARY_PATH=${WRKSRC}/Release/lib ${GMAKE} check-local-lit)'
> ---
> > TEST_CMD=	'(cd ${WRKSRC}/test; ${SETENV} ${MAKE_ENV} LD_LIBRARY_PATH=${WRKSRC}/Release+Asserts/lib ${GMAKE} check-local-lit)'

> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20131030/463b7ac6/attachment.sig>


More information about the freebsd-ports mailing list