BIND 10 #3039: Build fails due to BOOST_STATIC_ASSERT on Fedora 19 (GCC 4.8.1)
BIND 10 Development
do-not-reply at isc.org
Sun Jul 7 07:10:28 UTC 2013
#3039: Build fails due to BOOST_STATIC_ASSERT on Fedora 19 (GCC 4.8.1)
-------------------------------------+-------------------------------------
Reporter: muks | Owner:
Type: | Status: new
defect | Milestone:
Priority: high | Sprint-20130709
Component: | Keywords:
Unclassified | Sensitive: 0
CVSS Scoring: | Sub-Project: DNS
Defect Severity: N/A | Estimated Difficulty: 0
Feature Depending on Ticket: | Total Hours: 0
Add Hours to Ticket: 0 |
Internal?: 0 |
-------------------------------------+-------------------------------------
BIND 10 master branch build fails on Fedora 19 due to the use of
`BOOST_STATIC_ASSERT` which GCC 4.8.1 has a problem with. It results in
such errors:
{{{
ip_check_unittest.cc: In member function ‘std::vector<unsigned char>
{anonymous}::GeneralAddress::convertUint32(uint32_t)’:
ip_check_unittest.cc:44:146: error: typedef
‘boost_static_assert_typedef_44’ locally defined but not used [-Werror
=unused-local-typedefs]
BOOST_STATIC_ASSERT(sizeof(uint32_t) == IPV4_SIZE);
^
cc1plus: all warnings being treated as errors
}}}
--
Ticket URL: <http://bind10.isc.org/ticket/3039>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list