Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Feb 2016 14:06:34 +0100
From:      Andre Albsmeier <andre@fbsd.a.e4m.org>
To:        Dmitry Marakasov <amdmi3@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org
Subject:   Re: svn commit: r408554 - head/devel/msp430-debug-stack
Message-ID:  <20160223130634.GA10592@schlappy>
In-Reply-To: <201602091105.u19B5e5K085102@repo.freebsd.org>
References:  <201602091105.u19B5e5K085102@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 09-Feb-2016 at 11:05:40 +0000, Dmitry Marakasov wrote:
> 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):

Hmm, out of curiosity I just disabled BROKEN_FreeBSD_9, ran
make and ended up with

-rw-r--r--  1 root  wheel  3966236 23 Feb 13:44 libmsp430.so

All this is on 9.3-STABLE Jan 23 09:39:56 CET 2016 and

schlappy:~>gcc48 -v
Using built-in specs.
COLLECT_GCC=gcc48
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc48/gcc/i386-portbld-freebsd9.3/4.8.5/lto-wrapper
Target: i386-portbld-freebsd9.3
Configured with: ./../gcc-4.8-20150611/configure --with-build-config=bootstrap-debug --disable-nls --enable-gnu-indirect-function --libdir=/usr/local/lib/gcc48 --libexecdir=/usr/local/libexec/gcc48 --program-suffix=48 --with-as=/usr/local/bin/as --with-gmp=/usr/local --with-gxx-include-dir=/usr/local/lib/gcc48/include/c++/ --with-ld=/usr/local/bin/ld --with-libiconv-prefix=/usr/local --with-pkgversion='FreeBSD Ports Collection' --with-system-zlib --disable-libgcj --enable-languages=c,c++,objc,fortran --prefix=/usr/local --localstatedir=/var --mandir=/usr/local/man --infodir=/usr/local/info/gcc48 --build=i386-portbld-freebsd9.3 --disable-ipv6 --disable-inet6 --disable-nls
Thread model: posix
gcc version 4.8.5 20150611 (prerelease) (FreeBSD Ports Collection) 

(In case of replies please CC me)

	-Andre

>   
>   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
>  

-- 
Windows Multitasking: Messing up several things at once.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160223130634.GA10592>