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

Matthias Klose doko at debian.org
Sun Apr 13 16:43:22 UTC 2014


Package: src:nauty
Version: 2.4r2-1
User: debian-devel at lists.debian.org
Usertags: autoreconf

The package fails to build on arm64 (aarch64-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
aarch64 in the config.sub file(s) should print some lines.

The full build log can be found at:
http://people.debian.org/~doko/logs/arm64-20140414/buildlog_ubuntu-trusty-arm64.nauty_2.4r2-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.

[...]
header_string_h=''
header_sys_types_h=''
header_sys_wait_h=''
header_unistd_h=''
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${prefix}/share/info'
libdir='${exec_prefix}/lib'
libexecdir='${prefix}/lib/nauty'
localedir='${datarootdir}/locale'
localstatedir='/var'
lok=''
malloc_dec=''
mandir='${prefix}/share/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
popen_dec=''
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
putenv_dec=''
sbindir='${exec_prefix}/sbin'
setenv_dec=''
sharedstatedir='${prefix}/com'
sort_newparams_ok=''
sort_prog=''
stdio_nolock=''
sysconfdir='/etc'
target_alias=''
testprogs=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""

configure: exit 1
dh_auto_configure: ./configure --build=aarch64-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --libexecdir=${prefix}/lib/nauty --disable-maintainer-mode --disable-dependency-tracking returned exit code 1
make: *** [build-arch] Error 25
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2



More information about the debian-science-maintainers mailing list