Your message dated Tue, 4 Oct 2016 23:34:53 +0200
with message-id <[email protected]>
and subject line Re: trackballs: run dh-autoreconf to update config.{sub,guess} 
and {libtool,aclocal}.m4
has caused the Debian Bug report #744527,
regarding trackballs: 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.)


-- 
744527: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744527
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:trackballs
Version: 1.1.4-4.1
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.trackballs_1.1.4-4.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.

[...]
Setting up libmikmod2-dev:arm64 (3.1.16-1) ...
Setting up libpulse-dev:arm64 (1:4.0-0ubuntu10) ...
Setting up libsdl1.2-dev (1.2.15-8ubuntu1) ...
Setting up liblzma-dev:arm64 (5.1.1alpha+20120614-2ubuntu2) ...
Setting up libtiff5-dev:arm64 (4.0.3-7) ...
Setting up libwebp-dev:arm64 (0.4.0-4) ...
Setting up libsdl-image1.2-dev:arm64 (1.2.12-5build2) ...
Setting up libvorbis-dev:arm64 (1.3.2-1.3ubuntu1) ...
Setting up libsdl-mixer1.2-dev:arm64 (1.2.12-10) ...
Setting up libsdl-ttf2.0-dev:arm64 (2.0.11-3) ...
Processing triggers for libc-bin (2.19-0ubuntu3) ...
Checking correctness of source dependencies...
Toolchain package versions: libc6-dev_2.19-0ubuntu3 make_3.81-8.2ubuntu3 
dpkg-dev_1.17.5ubuntu5 gcc-4.8_4.8.2-17ubuntu2x1 g++-4.8_4.8.2-17ubuntu2x1 
binutils_2.24-5ubuntu1 libstdc++-4.8-dev_4.8.2-17ubuntu2x1 
libstdc++6_4.8.2-17ubuntu2x1
------------------------------------------------------------------------------
gpgv: Signature made Wed Dec 28 12:25:55 2011 UTC using RSA key ID DD347DC8
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./trackballs_1.1.4-4.1.dsc
dpkg-source: info: extracting trackballs in trackballs-1.1.4
dpkg-source: info: unpacking trackballs_1.1.4.orig.tar.gz
dpkg-source: info: applying trackballs_1.1.4-4.1.diff.gz
dpkg-source: info: upstream files that have been modified: 
 trackballs-1.1.4/config.guess
 trackballs-1.1.4/config.sub
 trackballs-1.1.4/share/icons/Makefile.in
 trackballs-1.1.4/share/icons/trackballs.desktop
 trackballs-1.1.4/share/icons/trackballs.desktop.in
 trackballs-1.1.4/share/trackballs.6
 trackballs-1.1.4/src/mmad.cc
dpkg-buildpackage: source package trackballs
dpkg-buildpackage: source version 1.1.4-4.1
dpkg-buildpackage: source distribution unstable
 dpkg-source --before-build trackballs-1.1.4
dpkg-buildpackage: host architecture arm64
 /usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp stamp-h config.log
# Add here commands to clean up after the build process.
[ ! -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
rm -f share/levels/boxofun.*
# Add here commands to configure the package.
./configure LDFLAGS="-Wl,--as-needed" CFLAGS="-Wall -g -O2" 
--host=aarch64-linux-gnu --build=aarch64-linux-gnu --prefix=/usr 
--bindir=\${prefix}/games --datadir=\${prefix}/share/games 
--mandir=\${prefix}/share/man --infodir=\${prefix}/share/info 
--with-highscores=~
checking build system type... Invalid configuration `aarch64-linux-gnu': 
machine `aarch64' not recognized
configure: error: /bin/bash ./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 ---
Version: 1.1.4-4.2

On Sun, 13 Apr 2014 16:44:17 +0000 Matthias Klose <[email protected]> wrote:
> Package: src:trackballs
> Version: 1.1.4-4.1
> 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.

[...]

This issue was fixed in version 1.1.4-4.2 but someone forgot to close
this bug report. Closing now.

Markus

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to