svn commit: r408554 - head/devel/msp430-debug-stack

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 9 11:05:41 UTC 2016


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
 


More information about the svn-ports-all mailing list