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

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: marino@FreeBSD.org
             Flags: maintainer-feedback?(office@FreeBSD.org)
          Assignee: office@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@FreeBSD.org> ---
Auto-assigned to maintainer office@FreeBSD.org

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



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