Your message dated Tue, 28 Apr 2015 07:04:24 +0000
with message-id <[email protected]>
and subject line Bug#744415: fixed in binutils-m68hc1x 1:2.18-4
has caused the Debian Bug report #744415,
regarding binutils-m68hc1x: 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.)


-- 
744415: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744415
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:binutils-m68hc1x
Version: 1:2.18-3.3
User: [email protected]
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.binutils-m68hc1x_1:2.18-3.3_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.

[...]
 binutils-m68hc1x-2.18/patches/configure
 binutils-m68hc1x-2.18/patches/configure.ac
dpkg-buildpackage: source package binutils-m68hc1x
dpkg-buildpackage: source version 1:2.18-3.3
dpkg-buildpackage: source distribution unstable
 dpkg-source --before-build binutils-m68hc1x-2.18
dpkg-buildpackage: host architecture arm64
 /usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f /build/buildd/binutils-m68hc1x-2.18/example.tar.gz
rm -rf build binutils-2.18
rm -f build-stamp configure-stamp patch-stamp unpack-stamp
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
tar xf binutils-2.18.tar.bz2
mkdir build
touch unpack-stamp
dh_testdir
for patch in debian/patches/*.patch; do \
          patch -p0 < $patch; \
        done
patching file binutils-2.18/ld/scripttempl/elfm68hc11.sc
patching file binutils-2.18/binutils/testsuite/binutils-all/objcopy.exp
Hunk #1 succeeded at 579 (offset 44 lines).
patching file binutils-2.18/ld/testsuite/ld-undefined/undefined.exp
Hunk #1 succeeded at 80 (offset 3 lines).
Hunk #2 succeeded at 134 (offset 4 lines).
patching file binutils-2.18/configure
patching file binutils-2.18/configure.ac
patching file binutils-2.18/binutils/cxxfilt.c
patching file binutils-2.18/bfd/doc/bfd.texinfo
patching file binutils-2.18/bfd/doc/elf.texi
touch patch-stamp
dh_testdir
cd build && \
        CFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -U_FORTIFY_SOURCE" ../binutils-2.18/configure 
--prefix=/usr \
                        --disable-werror \
                        --infodir=/usr/share/info \
                        --mandir=/usr/share/man \
                        --build=aarch64-linux-gnu \
                        --host=aarch64-linux-gnu \
                        --target=m68hc11 \
                        --enable-targets=m68hc11,m68hc12
checking build system type... Invalid configuration `aarch64-linux-gnu': 
machine `aarch64' not recognized
configure: error: /bin/bash ../binutils-2.18/config.sub aarch64-linux-gnu failed
make: *** [configure-stamp] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: binutils-m68hc1x
Source-Version: 1:2.18-4

We believe that the bug you reported is fixed in the latest version of
binutils-m68hc1x, 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.
Riku Voipio <[email protected]> (supplier of updated binutils-m68hc1x 
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: Tue, 28 Apr 2015 09:33:49 +0300
Source: binutils-m68hc1x
Binary: binutils-m68hc1x
Architecture: source amd64
Version: 1:2.18-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: Riku Voipio <[email protected]>
Description:
 binutils-m68hc1x - binary utilities that support Motorola's 68HC11/12 targets
Closes: 727329 744415 777317
Changes:
 binutils-m68hc1x (1:2.18-4) unstable; urgency=medium
 .
   * QA upload.
   * Run autoreconf to enable builds on arm64 and other new architectures
     - Closes: #727329, #744415
   * Make builds reproducible, closes: #777317
     - Thanks Chris Lamb
   * Drop obsolete XS-DM-Upload-Allowed: field
   * Add build-arch and build-arch-indep targets
Checksums-Sha1:
 16c74784e82443a5342f8478e6eacc34fb44d9b6 1771 binutils-m68hc1x_2.18-4.dsc
 c975c30dfc807ccce60fc65c4d06fc291f8d4e61 99798 binutils-m68hc1x_2.18-4.diff.gz
 550f1575ef40ae053e9997df2a06bace5fee9b87 1051054 
binutils-m68hc1x_2.18-4_amd64.deb
Checksums-Sha256:
 1e0d238098d37060e2994c8060210c7a72f8c74159d793579adf987eb6eefc11 1771 
binutils-m68hc1x_2.18-4.dsc
 6fd8e1de9d8f1fa2b93fe9235e02104026a4c4a21162390476956c445dc9f934 99798 
binutils-m68hc1x_2.18-4.diff.gz
 5b17113ceb85ea2d087a83954b85952a449d7250072520cc0c2f3915e6e98583 1051054 
binutils-m68hc1x_2.18-4_amd64.deb
Files:
 1dfc6b271829e647d885d65547fa443a 1771 devel extra binutils-m68hc1x_2.18-4.dsc
 575edf610b68665b4a1c6afb4f05c72c 99798 devel extra 
binutils-m68hc1x_2.18-4.diff.gz
 fd9425f004bedecf81b1cda5f968712d 1051054 devel extra 
binutils-m68hc1x_2.18-4_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIVAwUBVT8t37RIkN7ePJvAAQgPvxAAh+hM/ZKEBAxrLsOyUoqcm4MwJBbF8/ib
PiRug/V8Vc/DTlu05DQpY1IgaVzgQkJXcKQvb9Ic/HT8A3CHeaMr4y6RmzSgjd5N
Wf8/nslISEiHwYAyXhJ4E9uIXZEGpVJpXpEiYZ4dW5ghC2riBXmLKGmuTGUsscbc
H1EElXeRiViyv+lUSO9xTXtpM9go2u0gSOasmAYACaui9XHsqA7yr+5kAKNZ9/me
VNMJ+nSVcKFheQL2fOFIeR38Rqtxh0NGHWu+LJRDVcA8Tk4gxxbo/vLL5S3cAwI8
TJE/rmWSCpu/881svofdXavlIhODLVKOqIu2P53B9V1hLBnwu1rggkVjVO91QlVj
T8CbKxwR/TDiAe5/H7dX1ihsR7aAlzhQjUXjfuFUqq7q8ENUvApeuvGGBmzGD2H5
QDh8wjgGp3RcYonbRfzJXFni4oXL39MHr8GaYxqDAVtGmULKVJ5u7yKQVFkiISpe
HKgtygvE5RF25FdviWtxzq5JY/BZIcu64mhhMK72OpE3W0HZAfBQ57bhRi3i9E2j
9Ln7fFJRf3pVsDOR14SEAIaOcfW+vzGAVFAy9iw4VkQaYCsw1SGIRbJdHi7OI0Af
YW1J+511WUbUwDUdMnZW4Bxc8VRE3magsgcbqdA6ccXH7pP8FzqYbFfJh4MMB8UL
sWw7AW0UgQk=
=/Ft+
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to