BIND 10 #1363: Python wrapper build error with custom Boost path

BIND 10 Development do-not-reply at isc.org
Sun Oct 30 12:43:59 UTC 2011


#1363: Python wrapper build error with custom Boost path
-------------------------------------+-------------------------------------
            Reporter:  shane         |                        Owner:
                Type:  defect        |  UnAssigned
            Priority:  major         |                       Status:  new
           Component:  build system  |                    Milestone:
           Sensitive:  0             |  Sprint-20111108
         Sub-Project:  DNS           |                     Keywords:
Estimated Difficulty:  0             |              Defect Severity:  Low
         Total Hours:  0             |  Feature Depending on Ticket:
                                     |          Add Hours to Ticket:  0
                                     |                    Internal?:  0
-------------------------------------+-------------------------------------
 I had a build error when trying to use a custom Boost path. This problem
 was introduced sometime since the last release (I used the same
 ./configure command with that and it worked).

 The following patch fixes this.

 {{{
 shane at helium:~/src/bind10$ git diff
 diff --git a/src/lib/python/isc/datasrc/Makefile.am
 b/src/lib/python/isc/datasrc
 index 60282d9..a5b4ca3 100644
 --- a/src/lib/python/isc/datasrc/Makefile.am
 +++ b/src/lib/python/isc/datasrc/Makefile.am
 @@ -8,6 +8,7 @@ python_PYTHON = __init__.py master.py sqlite3_ds.py
  # new data

  AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
 +AM_CPPFLAGS += $(BOOST_INCLUDES)
  AM_CPPFLAGS += $(SQLITE_CFLAGS)

  python_LTLIBRARIES = datasrc.la
 }}}

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


More information about the bind10-tickets mailing list