[Bug 197594] devel/boost-libs: bad c++11, won't build with gcc5

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 13 14:21:00 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197594

            Bug ID: 197594
           Summary: devel/boost-libs: bad c++11, won't build with gcc5
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: office at FreeBSD.org
          Reporter: marino at FreeBSD.org
             Flags: maintainer-feedback?(office at FreeBSD.org)
          Assignee: office at FreeBSD.org

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 newer
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 (&)())'
            
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:33:
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 at FreeBSD.org> ---
Auto-assigned to maintainer office at FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list