[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#744615: libinklevel: run dh-autoreconf to update config.{sub,guess} and {libtool,aclocal}.m4



Package: src:libinklevel
Version: 0.8.0-1.1
User: debian-devel@lists.debian.org
Usertags: autoreconf

The package fails to build on ppc64el (powerpc64le-linux-gnu), because
the config.{guess,sub} files are out of date, and are not updated during
the build.  If possible, please do not update these files directly,
but build-depend on autotools-dev instead, and use the tools provided
by autotools-dev to update these files.

  - For dh, call dh --with autoreconf.

  - For cdbs based build systems, include
    /usr/share/cdbs/1/rules/autoreconf.mk

  - For other rules files, call dh_autoreconf before calling
    configure (in the build or configure target), and call
    dh_autoreconf_clean before dh_clean in the clean target.

For combining autoreconf and autotools_dev, see bug #698765.

After the build on any architecture, and before a clean, a grep for
powerpc64le in the configure, aclocal.m4 and/or libtool.m4 file(s)
should print some lines. It is not enough to just update the
config.guess and config.sub files.

The full build log can be found at:
http://people.debian.org/~doko/logs/ppc64el-20140414/buildlog_ubuntu-trusty-ppc64el.libinklevel_0.8.0-1.1_FAILEDTOBUILD.txt
The last lines of the build log are at the end of this report.

Please note that these builds were done in an Ubuntu development,
environment there may be a few false positives in these bug reports.

See https://wiki.debian.org/qa.debian.org/FTBFS for a guide how to
address these.

[...]
checking for size_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint8_t... yes
checking for ieee1284.h... (cached) yes
checking for ieee1284_open in -lieee1284... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libinklevel.spec
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing libtool commands
config.status: executing depfiles commands
dh_testdir
/usr/bin/make
make[1]: Entering directory `/build/buildd/libinklevel-0.8.0'
/usr/bin/make  all-am
make[2]: Entering directory `/build/buildd/libinklevel-0.8.0'
make[2]: Leaving directory `/build/buildd/libinklevel-0.8.0'
make[1]: Leaving directory `/build/buildd/libinklevel-0.8.0'
touch build-stamp
dh_testdir
dh_testroot
dh_clean -k
dh_clean: dh_clean -k is deprecated; use dh_prep instead
dh_installdirs
/usr/bin/make install DESTDIR=/build/buildd/libinklevel-0.8.0/debian/tmp
make[1]: Entering directory `/build/buildd/libinklevel-0.8.0'
make[2]: Entering directory `/build/buildd/libinklevel-0.8.0'
test -z "/usr/lib" || /bin/mkdir -p "/build/buildd/libinklevel-0.8.0/debian/tmp/usr/lib"
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libinklevel.la '/build/buildd/libinklevel-0.8.0/debian/tmp/usr/lib'
libtool: install: /usr/bin/install -c .libs/libinklevel.lai /build/buildd/libinklevel-0.8.0/debian/tmp/usr/lib/libinklevel.la
libtool: install: /usr/bin/install -c .libs/libinklevel.a /build/buildd/libinklevel-0.8.0/debian/tmp/usr/lib/libinklevel.a
libtool: install: chmod 644 /build/buildd/libinklevel-0.8.0/debian/tmp/usr/lib/libinklevel.a
libtool: install: ranlib /build/buildd/libinklevel-0.8.0/debian/tmp/usr/lib/libinklevel.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
test -z "/usr/share/doc/libinklevel" || /bin/mkdir -p "/build/buildd/libinklevel-0.8.0/debian/tmp/usr/share/doc/libinklevel"
 /usr/bin/install -c -m 644 NEWS README AUTHORS COPYING ChangeLog '/build/buildd/libinklevel-0.8.0/debian/tmp/usr/share/doc/libinklevel'
test -z "/usr/include" || /bin/mkdir -p "/build/buildd/libinklevel-0.8.0/debian/tmp/usr/include"
 /usr/bin/install -c -m 644 inklevel.h '/build/buildd/libinklevel-0.8.0/debian/tmp/usr/include'
make[2]: Leaving directory `/build/buildd/libinklevel-0.8.0'
make[1]: Leaving directory `/build/buildd/libinklevel-0.8.0'
dh_testdir
dh_testroot
dh_installchangelogs
dh_installdocs ChangeLog
dh_install --sourcedir=/build/buildd/libinklevel-0.8.0/debian/tmp
dh_install: libinklevel-dev missing files (usr/lib/lib*.so), aborting
make: *** [binary-arch] Error 255
dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave error exit status 2


Reply to: