Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2014 14:40:02 GMT
From:      "O. Hartmann" <ohartman@zedat.fu-berlin.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/187958: devel/boost-libs: gcc-atomic.hpp:961:64: error: no matching constructor for initialization of 'storage_type' (aka 'boost::atomics::detail::storage128_type')
Message-ID:  <201403261440.s2QEe27J038881@cgiserv.freebsd.org>
Resent-Message-ID: <201403261450.s2QEo2tL038512@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187958
>Category:       ports
>Synopsis:       devel/boost-libs: gcc-atomic.hpp:961:64: error: no matching constructor for initialization of 'storage_type' (aka 'boost::atomics::detail::storage128_type')
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 26 14:50:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     O. Hartmann
>Release:        FreeBSD 9.2-STABLE
>Organization:
>Environment:
9.2-STABLE FreeBSD 9.2-STABLE #0 r263712: Tue Mar 25 13:34:12 CET 2014
>Description:
devel/boost-libs fails to compile and update on FreeBSD 9.2-STABLE with CLANG 3.4!

[...]
In file included from ./boost/atomic/detail/platform.hpp:22:
./boost/atomic/detail/gcc-atomic.hpp:961:64: error: no matching constructor for initialization of 'storage_type' (aka 'boost::atomics::detail::storage128_type')
    explicit base_atomic(value_type const& v) BOOST_NOEXCEPT : v_(0)
                                                               ^  ~
./boost/atomic/detail/gcc-atomic.hpp:932:28: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'int' to 'const boost::atomics::detail::storage128_type' for 1st argument
struct BOOST_ALIGNMENT(16) storage128_type

>How-To-Repeat:
Try to update your FBSD 9.2-STABLE system with CLANG 3.4 the system's compiler.
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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