Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2015 14:20:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 197594] devel/boost-libs: bad c++11, won't build with gcc5
Message-ID:  <bug-197594-25061-Evc8JoWf8B@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197594-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197594-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
John Marino <marino@FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to office@FreeBSD.=
org:
Bug 197594: devel/boost-libs: bad c++11, won't build with gcc5
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D197594



--- Description ---
The following problem was already fixed version 1.56 and 1.57 is the current
release.  It's probably possible to patch 1.55 to fix these errors, but
wouldn't it be preferable to upgrade the version?  The latest is 1 year new=
er
than what is in ports

libs/thread/src/pthread/thread.cpp: In function
'boost::detail::thread_data_base* boost::detail::get_current_thread_data()':
libs/thread/src/pthread/thread.cpp:140:88: error: no matching function for =
call
to 'call_once(boost::once_flag&, void (&)())'
=09=20=20=20=20
boost::call_once(current_thread_tls_init_flag,create_current_thread_tls_key=
);

./boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:140:3=
3:
error: no matching function for call to 'call_once(boost::once_flag&, void
(&)())'
		 boost::call_once(been_here, mutex_init);
				 ^

many many times repeated.

422 packages depend on boost.

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer office@FreeBSD.org=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197594-25061-Evc8JoWf8B>