[Pkg-e-devel] Bug#744651: python-edbus: run dh-autoreconf to update config.{sub, guess} and {libtool, aclocal}.m4

Matthias Klose doko at debian.org
Sun Apr 13 16:51:57 UTC 2014


Package: src:python-edbus
Version: 0.7.3-1
User: debian-devel at 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.python-edbus_0.7.3-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.

[...]
			fi ; \
		done ; \
	fi
if test -e /usr/share/misc/config.sub ; then \
		for i in ./config.sub ; do \
			if ! test -e $i.cdbs-orig ; then \
				mv $i $i.cdbs-orig ; \
				cp --remove-destination /usr/share/misc/config.sub $i ; \
			fi ; \
		done ; \
	fi
DEB_MAKE_CHECK_TARGET unset, not running checks
/usr/bin/make  -C .  install DESTDIR=/build/buildd/python-edbus-0.7.3/debian/tmp
make[1]: Entering directory `/build/buildd/python-edbus-0.7.3'
make[2]: Entering directory `/build/buildd/python-edbus-0.7.3'
test -z "/usr/lib/python2.7/dist-packages" || /bin/mkdir -p "/build/buildd/python-edbus-0.7.3/debian/tmp/usr/lib/python2.7/dist-packages"
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   e_dbus.la '/build/buildd/python-edbus-0.7.3/debian/tmp/usr/lib/python2.7/dist-packages'
libtool: install: /usr/bin/install -c .libs/e_dbus.lai /build/buildd/python-edbus-0.7.3/debian/tmp/usr/lib/python2.7/dist-packages/e_dbus.la
libtool: install: /usr/bin/install -c .libs/e_dbus.a /build/buildd/python-edbus-0.7.3/debian/tmp/usr/lib/python2.7/dist-packages/e_dbus.a
libtool: install: chmod 644 /build/buildd/python-edbus-0.7.3/debian/tmp/usr/lib/python2.7/dist-packages/e_dbus.a
libtool: install: ranlib /build/buildd/python-edbus-0.7.3/debian/tmp/usr/lib/python2.7/dist-packages/e_dbus.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/python2.7/dist-packages'
test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/build/buildd/python-edbus-0.7.3/debian/tmp/usr/lib/pkgconfig"
 /usr/bin/install -c -m 644 python-edbus.pc '/build/buildd/python-edbus-0.7.3/debian/tmp/usr/lib/pkgconfig'
make[2]: Leaving directory `/build/buildd/python-edbus-0.7.3'
make[1]: Leaving directory `/build/buildd/python-edbus-0.7.3'
touch debian/stamp-makefile-install
Adding cdbs dependencies to debian/python-edbus.substvars
dh_installdirs -ppython-edbus 
dh_installdocs -ppython-edbus ./README ./AUTHORS 
dh_installexamples -ppython-edbus 
dh_installman -ppython-edbus  
dh_installinfo -ppython-edbus  
dh_installmenu -ppython-edbus 
dh_installcron -ppython-edbus 
dh_installinit -ppython-edbus  
dh_installdebconf -ppython-edbus 
dh_installemacsen -ppython-edbus   
dh_installcatalogs -ppython-edbus 
dh_installpam -ppython-edbus 
dh_installlogrotate -ppython-edbus 
dh_installlogcheck -ppython-edbus 
dh_installchangelogs -ppython-edbus  
dh_installudev -ppython-edbus 
dh_lintian -ppython-edbus 
dh_bugfiles -ppython-edbus 
dh_install -ppython-edbus  
dh_install: python-edbus missing files (debian/tmp/usr/lib/python*/dist-packages/e_dbus.so), aborting
make: *** [binary-install/python-edbus] Error 2
dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave error exit status 2



More information about the Pkg-e-devel mailing list