BIND 10 #1538: Build doesn't work with automake automake-1.11.2

BIND 10 Development do-not-reply at isc.org
Tue Jan 3 14:11:08 UTC 2012


#1538: Build doesn't work with automake automake-1.11.2
-------------------------------------+-------------------------------------
            Reporter:  vorner        |                        Owner:
                Type:  defect        |  UnAssigned
            Priority:  major         |                       Status:  new
           Component:  build system  |                    Milestone:  New
           Sensitive:  0             |  Tasks
         Sub-Project:  DNS           |                     Keywords:
Estimated Difficulty:  0             |              Defect Severity:  N/A
         Total Hours:  0             |  Feature Depending on Ticket:
                                     |          Add Hours to Ticket:  0
                                     |                    Internal?:  0
-------------------------------------+-------------------------------------
 My system updated automake to version 1.11.2 and the autoreconf -i step of
 clean compilation started to fail with this:

 {{{
 src/lib/datasrc/Makefile.am:42: variable `memory_ds_la_SOURCES' is defined
 but no program or
 src/lib/datasrc/Makefile.am:42: library has `memory_ds_la' as canonical
 name (possible typo)
 src/lib/datasrc/Makefile.am:36: variable `sqlite3_ds_la_SOURCES' is
 defined but no program or
 src/lib/datasrc/Makefile.am:36: library has `sqlite3_ds_la' as canonical
 name (possible typo)
 src/lib/datasrc/Makefile.am:44: variable `memory_ds_la_LIBADD' is defined
 but no program or
 src/lib/datasrc/Makefile.am:44: library has `memory_ds_la' as canonical
 name (possible typo)
 src/lib/datasrc/Makefile.am:38: variable `sqlite3_ds_la_LIBADD' is defined
 but no program or
 src/lib/datasrc/Makefile.am:38: library has `sqlite3_ds_la' as canonical
 name (possible typo)
 src/lib/datasrc/Makefile.am:43: variable `memory_ds_la_LDFLAGS' is defined
 but no program or
 src/lib/datasrc/Makefile.am:43: library has `memory_ds_la' as canonical
 name (possible typo)
 src/lib/datasrc/Makefile.am:37: variable `sqlite3_ds_la_LDFLAGS' is
 defined but no program or
 src/lib/datasrc/Makefile.am:37: library has `sqlite3_ds_la' as canonical
 name (possible typo)
 autoreconf-2.68: automake failed with exit status: 1
 }}}

 It doesn't seem to like libraries that don't start with lib. The fix
 should be quite simple, but is there a reason why the plugins don't start
 with lib?

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


More information about the bind10-tickets mailing list