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
Tue Jul 9 06:16:27 UTC 2013


#3039: Build fails due to BOOST_STATIC_ASSERT on Fedora 19 (GCC 4.8.1)
-------------------------------------+-------------------------------------
            Reporter:  muks          |                        Owner:
                Type:  defect        |  vorner
            Priority:  high          |                       Status:
           Component:  Unclassified  |  reviewing
            Keywords:                |                    Milestone:
           Sensitive:  0             |  Sprint-20130709
         Sub-Project:  DNS           |                   Resolution:
Estimated Difficulty:  0             |                 CVSS Scoring:
         Total Hours:  0             |              Defect Severity:  N/A
                                     |  Feature Depending on Ticket:
                                     |          Add Hours to Ticket:  0
                                     |                    Internal?:  0
-------------------------------------+-------------------------------------
Changes (by muks):

 * owner:  muks => vorner


Comment:

 Check in `configure.ac` for where `$werror_ok` is set.. it is set to 0 or
 1 by our `configure.ac` code. It is not directly set by `AC_ARG_WITH`
 (where `$withval` is set to `yes` or `no`), but is derived.

 `$werror_ok` is set to 1 or 0 depending on whether `--with-werror` is
 passed or not, and also depending on whether some other tests pass. But
 typically:

  * `--with-werror` => `$werror_ok=1`
  * `--without-werror` => `$werror_ok=0`

-- 
Ticket URL: <http://bind10.isc.org/ticket/3039#comment:6>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list