Your message dated Sat, 09 Feb 2019 01:35:31 +0000
with message-id <[email protected]>
and subject line Bug#727388: fixed in id-utils 4.6+git20190113-1
has caused the Debian Bug report #727388,
regarding id-utils: run dh-autoreconf to update config.{sub,guess} and 
{libtool,aclocal}.m4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
727388: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727388
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:id-utils
Version: 4.6+git20120811-4
Severity: normal
User: [email protected]
Usertags: arm64

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.

The full build log can be found at:
http://people.debian.org/~doko/logs/arm64-20131023/logs/buildlog_ubuntu-trusty-arm64.id-utils_4.6+git20120811-4_FAILEDTOBUILD.txt
The last lines of the build log are at the end of this report.

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

[...]
dpkg-source: info: unpacking id-utils_4.6+git20120811-4.tar.gz
dpkg-buildpackage: source package id-utils
dpkg-buildpackage: source version 4.6+git20120811-4
 dpkg-source --before-build id-utils-4.6+git20120811
dpkg-buildpackage: host architecture arm64
 /usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp 
[ ! -f Makefile ] || /usr/bin/make distclean
dh_clean 
dpkg-buildpackage: warning: debian/rules must be updated to support the 
'build-arch' and 'build-indep' targets (at least 'build-arch' seems to be 
missing)
 debian/rules build
dh_testdir
# Configure the package.
EMACS=no ./configure --host=aarch64-linux-gnu --build=aarch64-linux-gnu 
--prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info 
--datadir=/usr/share/misc CFLAGS="-Wall -g -O2" LDFLAGS="-Wl,-z,defs"
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for aarch64-linux-gnu-gcc... aarch64-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether aarch64-linux-gnu-gcc accepts -g... yes
checking for aarch64-linux-gnu-gcc option to accept ISO C89... none needed
checking dependency style of aarch64-linux-gnu-gcc... gcc3
checking for aarch64-linux-gnu-gcc option to accept ISO C99... -std=gnu99
checking for aarch64-linux-gnu-gcc -std=gnu99 option to accept ISO Standard 
C... (cached) -std=gnu99
checking whether aarch64-linux-gnu-gcc -std=gnu99 and cc understand -c and -o 
together... yes
checking whether ln -s works... yes
checking how to run the C preprocessor... aarch64-linux-gnu-gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for Minix Amsterdam compiler... no
checking for aarch64-linux-gnu-ar... no
checking for ar... ar
checking for aarch64-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking build system type... Invalid configuration `aarch64-linux-gnu': 
machine `aarch64' not recognized
configure: error: /bin/bash build-aux/config.sub aarch64-linux-gnu failed
make: *** [config.status] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: id-utils
Source-Version: 4.6+git20190113-1

We believe that the bug you reported is fixed in the latest version of
id-utils, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bradley A. Bosch <[email protected]> (supplier of updated id-utils package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 07 Feb 2019 21:10:38 -0600
Source: id-utils
Binary: id-utils
Architecture: source amd64
Version: 4.6+git20190113-1
Distribution: unstable
Urgency: low
Maintainer: Bradley A. Bosch <[email protected]>
Changed-By: Bradley A. Bosch <[email protected]>
Description:
 id-utils   - Fast, high-capacity, identifier database tool
Closes: 727388 736912 749412 777663 915172
Changes:
 id-utils (4.6+git20190113-1) unstable; urgency=low
 .
   * New upstream version from git 9a4ea9a365589ba52b4b020800e7b9718697989e
     with updated libgnu from git master 
3043e43a7c30516482725c69b36f8feb4846f819
     (Closes: #915172)
 .
   * Patch to work around hurd build failure from Svante Signell
     <[email protected]> (Closes: #736912)
 .
   * Call dh_autotools-dev_updateconfig from rules (Closes: #727388)
 .
   * Eliminate ambiguous duplicate hash_free() functions (Closes: #749412)
 .
   * Add usage hint for emacs users from Francois Marier <[email protected]>
     (Closes: #777663)
Checksums-Sha1:
 c2c8d1be70d93a7a8acd4fee067699cfd6360c8e 1750 id-utils_4.6+git20190113-1.dsc
 7334a195b348cc85c8deadb471a0f554c98407d5 8437472 
id-utils_4.6+git20190113.orig.tar.gz
 ed272693d64f1dece357e48bf5852920f3e7ae18 117895 
id-utils_4.6+git20190113-1.diff.gz
 705ec61348f0ef2710325ad4c72aade25196a362 856532 
id-utils-dbgsym_4.6+git20190113-1_amd64.deb
 0db60318a9279f71b2a4b9fd41d874e6dbe158c8 5927 
id-utils_4.6+git20190113-1_amd64.buildinfo
 b9ab3e6a483cae9f7401b144e35049bbf1e3cb32 206508 
id-utils_4.6+git20190113-1_amd64.deb
Checksums-Sha256:
 975513a9bf3bff44b52b02ee6650fcee94ee1c6610b25fc25c5a48007d96cdf3 1750 
id-utils_4.6+git20190113-1.dsc
 96c3105f82966c8ebde3bd149cd7bc208ac151e5c260519d98da63c6b9acda96 8437472 
id-utils_4.6+git20190113.orig.tar.gz
 957b184f4566156298c78c857a66209e792d6931030bec9a89ca9200cfa2ff5a 117895 
id-utils_4.6+git20190113-1.diff.gz
 9fc5d1bc7fa3c4f4152d7e8cb1b3a7f7ecdfa5ff89ff7a4a5db7a77197a3f007 856532 
id-utils-dbgsym_4.6+git20190113-1_amd64.deb
 a7ffb6ec6cd9e133f1bbbe8c49bd01757cbcb80814998298a95964d055988043 5927 
id-utils_4.6+git20190113-1_amd64.buildinfo
 32a50eaa133b40696dbda9c2a0084b92ff1f7a33ae410857617f13da1132621e 206508 
id-utils_4.6+git20190113-1_amd64.deb
Files:
 bfd87e150fba8879672677226f9d9f90 1750 devel optional 
id-utils_4.6+git20190113-1.dsc
 ac832040d78f979aeafbb88884cf32a9 8437472 devel optional 
id-utils_4.6+git20190113.orig.tar.gz
 32ea88fd7eaa072b0196d7fa0de017b1 117895 devel optional 
id-utils_4.6+git20190113-1.diff.gz
 4a607302747fe258f8065595041df4f9 856532 debug optional 
id-utils-dbgsym_4.6+git20190113-1_amd64.deb
 ac3a2df762b0f6f2a12f1167fcf9b0b5 5927 devel optional 
id-utils_4.6+git20190113-1_amd64.buildinfo
 6462033415d473111d7ae07ca2869eea 206508 devel optional 
id-utils_4.6+git20190113-1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEftSGQmJMCLhT+jJAv6KPi5/IrnMFAlxc9LsACgkQv6KPi5/I
rnN5eBAAqw1ZCfUO8MUPnfj6p8wzJ1cBbPRDml3odXhW+gNabckMV17ngyD07MkN
xY3wQoY5ED0JgrDxtiyr39tjVV64UNmuQryYpGWhCj4Nf+AP4yK/Ay2HGx+FtSnS
HzzEkmY69/LPFez9lcOsdLIHwSVRAlJTMg9xtAyC9d3/+lrYHR0OqLObW1h/iTFG
SaFjNyYmBmcF5aJwP6Mm87b/xbPz98mC8c1VQ9T7OoPWWkdtxZc4jfqXZmwowXIU
FPqiE0bZv0XbCaMxtGOZUH9MKX5ct5C0jQOmmqSZStrVu/NT+2XzbtkhpcV93R+Y
MQLqF6slWIrur+4FqxarS1d91iwOhey+3ohLpj4uwZRpZSuLXio53Q4NaoYzRHDm
+4xvbOs9/ZmXzYd2RdO/4iC+t4laV3j1RdwKJH2+zdk9BDZkp/RisbU1NzuNfouk
IaN9zT42i5PtwvvrgrgKmy8W04SCJ9aB1XhGvfmuuVeKEpCEw7BKJpSmpaIUCvbS
OOGRN+eHNTOsbtzCr8049itNY89IZWSVG+JlDX1G8Bq2IaMmUSY82h8RO321FZCS
fUx2gt8DJLSIgJdOnJcy2HR/9Nt8B4dyFHD0OSw+biII/cOG+GtvbexBp8ungWMt
E+1+t81oQRvWF77IzOExd8rXeOJBsw6XmOkXkTbQ3Z8lXasrB8E=
=KDs9
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to