Date: Tue, 9 Feb 2016 11:05:40 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408554 - head/devel/msp430-debug-stack Message-ID: <201602091105.u19B5e5K085102@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Feb 9 11:05:39 2016 New Revision: 408554 URL: https://svnweb.freebsd.org/changeset/ports/408554 Log: - Mark BROKEN on 9.x: internal compiler error (unrelated to previous commit): g++48: internal compiler error: Segmentation fault: 11 (program cc1plus) no stack trace because unwind library not available Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. Makefile:68: recipe for target 'BSL430_DLL/MSPBSL_Factory.o' failed gmake[1]: *** [BSL430_DLL/MSPBSL_Factory.o] Error 4 gmake[1]: Leaving directory '/wrkdirs/usr/ports/devel/msp430-debug-stack/work/MSPDebugStack_OS_Package/ThirdParty/BSL430_DLL' Makefile:142: recipe for target 'ThirdParty/lib64/libbsl430.a' failed gmake: *** [ThirdParty/lib64/libbsl430.a] Error 2 *** [do-build] Error code 1 Reported by: pkg-fallout Approved by: portmgr blanket Modified: head/devel/msp430-debug-stack/Makefile Modified: head/devel/msp430-debug-stack/Makefile ============================================================================== --- head/devel/msp430-debug-stack/Makefile Tue Feb 9 11:05:30 2016 (r408553) +++ head/devel/msp430-debug-stack/Makefile Tue Feb 9 11:05:39 2016 (r408554) @@ -21,6 +21,8 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ libhidapi.so:${PORTSDIR}/comms/hidapi +BROKEN_FreeBSD_9= does not build (internal compiler error) + USES= compiler:c++11-lib gmake zip:infozip USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602091105.u19B5e5K085102>