Bug#744663: ssm: run dh-autoreconf to update config.{sub, guess} and {libtool, aclocal}.m4
Matthias Klose
doko at debian.org
Sun Apr 13 16:52:10 UTC 2014
Package: src:ssm
Version: 1.1-0
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.ssm_1.1-0ubuntu1_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.
[...]
libtool: install: /usr/bin/install -c .libs/libssm.a /build/buildd/ssm-1.1/debian/tmp//usr/lib/libssm.a
libtool: install: chmod 644 /build/buildd/ssm-1.1/debian/tmp//usr/lib/libssm.a
libtool: install: ranlib /build/buildd/ssm-1.1/debian/tmp//usr/lib/libssm.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
test -z "/usr/include/ssm" || /bin/mkdir -p "/build/buildd/ssm-1.1/debian/tmp//usr/include/ssm"
/usr/bin/install -c -m 644 ss_csia.h ss_graph.h ssm_align.h ssm_superpose.h ss_vxedge.h '/build/buildd/ssm-1.1/debian/tmp//usr/include/ssm'
make[3]: Leaving directory `/build/buildd/ssm-1.1/src'
make[2]: Leaving directory `/build/buildd/ssm-1.1/src'
Making install in test
make[2]: Entering directory `/build/buildd/ssm-1.1/test'
make[3]: Entering directory `/build/buildd/ssm-1.1/test'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/build/buildd/ssm-1.1/test'
make[2]: Leaving directory `/build/buildd/ssm-1.1/test'
make[2]: Entering directory `/build/buildd/ssm-1.1'
make[3]: Entering directory `/build/buildd/ssm-1.1'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/build/buildd/ssm-1.1/debian/tmp//usr/lib/pkgconfig"
/usr/bin/install -c -m 644 ssm.pc '/build/buildd/ssm-1.1/debian/tmp//usr/lib/pkgconfig'
make[3]: Leaving directory `/build/buildd/ssm-1.1'
make[2]: Leaving directory `/build/buildd/ssm-1.1'
make[1]: Leaving directory `/build/buildd/ssm-1.1'
touch debian/stamp-makefile-install
Adding cdbs dependencies to debian/libssm-dev.substvars
dh_installdirs -plibssm-dev
Adding cdbs dependencies to debian/libssm0.substvars
dh_installdirs -plibssm0
dh_installdocs -plibssm-dev ./README ./AUTHORS
dh_installexamples -plibssm-dev
dh_installman -plibssm-dev
dh_installinfo -plibssm-dev
dh_installmenu -plibssm-dev
dh_installcron -plibssm-dev
dh_installinit -plibssm-dev
dh_installdebconf -plibssm-dev
dh_installemacsen -plibssm-dev
dh_installcatalogs -plibssm-dev
dh_installpam -plibssm-dev
dh_installlogrotate -plibssm-dev
dh_installlogcheck -plibssm-dev
dh_installchangelogs -plibssm-dev ChangeLog
dh_installudev -plibssm-dev
dh_lintian -plibssm-dev
dh_bugfiles -plibssm-dev
dh_install -plibssm-dev
cp: cannot stat './debian/tmp/usr/lib/libssm.so': No such file or directory
dh_install: cp -a ./debian/tmp/usr/lib/libssm.so debian/libssm-dev//usr/lib/ returned exit code 1
make: *** [binary-install/libssm-dev] Error 2
dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave error exit status 2
More information about the debian-science-maintainers
mailing list