Date: Fri, 6 Jul 2007 10:12:31 -0500 From: "Matthew D. Fuller" <fullermd@over-yonder.net> To: Simon Barner <barner@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/boost Makefile distinfo pkg-plist [...] Message-ID: <20070706151231.GW48769@over-yonder.net> In-Reply-To: <200707041509.l64F96WG080729@repoman.freebsd.org> References: <200707041509.l64F96WG080729@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 04, 2007 at 03:09:06PM +0000 I heard the voice of Simon Barner, and lo! it spake thus: > > Log: > Update to boost 1.34.0: > > - Fixes build g++ 4.2 (and there for on 7-CURRENT) This doesn't actually seem to do it for me. With or without the -O3 OPTIONS set, 'bjam' dumps core for me right at the beginning. I tried without CPUTYPE or any CFLAGS stuff set. (spaces added around long line for readability) ----------- [COMPILE] bin.freebsd/bjam ...updated 1 target... cd /usr/ports/devel/boost/work/boost_1_34_0 && /usr/bin/env CXX=c++ CC=cc SHELL=/bin/sh NO_LINT=YES TARGETDIR=/usr/local DESTDIR= PREFIX=/usr/local LOCALBASE=/usr/local X11BASE=/usr/local MOTIFLIB="-L/usr/local/lib -lXm -lXp" LIBDIR="/usr/lib" CFLAGS="-O2 -fno-strict-aliasing -pipe " CXXFLAGS="-O2 -fno-strict-aliasing -pipe" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" /usr/ports/devel/boost/work/boost_1_34_0/tools/jam/src/bin.freebsd/bjam --layout=system -d2 variant=release threading=multi optimization=speed --prefix=/usr/local --toolset=gcc Segmentation fault (core dumped) *** Error code 139 ----------- FreeBSD 7.0-CURRENT #0: Sat Jun 9 20:37:34 CDT 2007 Does anybody else see this, or is it just something wacky on my system? -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070706151231.GW48769>