BIND 10 #3385: bind10 build failures

BIND 10 Development do-not-reply at isc.org
Sat Apr 5 17:39:22 UTC 2014


#3385: bind10 build failures
-------------------------------------+-------------------------------------
                   Reporter:         |                 Owner:  UnAssigned
  jinmei                             |                Status:  new
                       Type:         |             Milestone:  New Tasks
  defect                             |              Keywords:
                   Priority:         |             Sensitive:  0
  medium                             |           Sub-Project:  Core
                  Component:  build  |  Estimated Difficulty:  0
  system                             |           Total Hours:  0
               CVSS Scoring:         |
            Defect Severity:  N/A    |
Feature Depending on Ticket:         |
        Add Hours to Ticket:  0      |
                  Internal?:  0      |
-------------------------------------+-------------------------------------
 I've noticed bind10 as of 0ba3a23277d023da3d690875f9d95867f5cc0df4 doesn't
 compile with this versions of clang++ on MacOS X Mavericks:

 Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn)
 Target: x86_64-apple-darwin13.1.0
 Thread model: posix

 The errors are generally trivial.  I'm attaching a proposed patch to fix
 the issue for the above environment.  For 'unused variable' types of
 errors you might want to actually use them, rather than removing them.

 One possibly non-trivial fix is that for dhcp/option_custom.{h,cc}.
 Obviously you cannot define a templated function in the .cc unless it's
 only used within that file (it's in fact used in a test).  I don't
 understand why it works for others, or I'm not sure my simplest fix (just
 moving the definition to .h) is the best way to fix this, so you may want
 to address it in a different way.

-- 
Ticket URL: <http://bind10.isc.org/ticket/3385>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list