On Mi, 2013-10-23 at 23:10 +0000, Matthias Klose wrote: > 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 autotools_dev (yes, underscore). > > - For other rules files, call dh_autotools-dev_updateconfig before > calling configure (in the build or configure target), and call > dh_autotools-dev_restoreconfig before calling dh_clean in the clean > target. > > After the build on any architecture, and before a clean, a grep for > aarch64 in the config.sub file(s) should print some lines.
We use dh-autoreconf to regenerate the autotool files and update config.{sub,guess}. The man page says that dh-autoreconf and autotools_dev shouldn't be used in conjunction. The problem is that "autoreconf -f -i" does not update the config.{sub,guess} files and I haven't found out why. Help is appreciated. -- Benjamin Drung Debian & Ubuntu Developer -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org