Your message dated Tue, 14 Oct 2014 19:50:20 +0000
with message-id <[email protected]>
and subject line Bug#744442: fixed in kcemu 0.5.1+git20141014+dfsg-1
has caused the Debian Bug report #744442,
regarding kcemu: 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.)
--
744442: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744442
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:kcemu
Version: 0.5.1+dfsg-6
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.kcemu_0.5.1+dfsg-6_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.
[...]
localstatedir='/var'
mandir='${prefix}/share/man'
mkdir_p=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target=''
target_alias=''
target_cpu=''
target_os=''
target_vendor=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
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
--libdir=${prefix}/lib/aarch64-linux-gnu
--libexecdir=${prefix}/lib/aarch64-linux-gnu --disable-maintainer-mode
--disable-dependency-tracking --enable-libsndfile=yes --enable-libaudiofile=no
--enable-libmp3lame=no --enable-libvorbis=yes --enable-libflac=no
--enable-libtheora=yes --enable-libxvidcore=no --enable-libdirac=no
--enable-libschroedinger=no --enable-libavformat=no --enable-libvncserver=yes
returned exit code 1
make[1]: *** [override_dh_auto_configure] Error 255
make[1]: Leaving directory `/build/buildd/kcemu-0.5.1+dfsg'
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: kcemu
Source-Version: 0.5.1+git20141014+dfsg-1
We believe that the bug you reported is fixed in the latest version of
kcemu, 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.
John Paul Adrian Glaubitz <[email protected]> (supplier of updated
kcemu 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, 14 Oct 2014 21:12:18 +0200
Source: kcemu
Binary: kcemu kcemu-common
Architecture: source amd64 all
Version: 0.5.1+git20141014+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: John Paul Adrian Glaubitz <[email protected]>
Changed-By: John Paul Adrian Glaubitz <[email protected]>
Description:
kcemu - KC 85/4 emulator
kcemu-common - KC 85/4 emulator - common files
Closes: 727913 744442 764682
Changes:
kcemu (0.5.1+git20141014+dfsg-1) unstable; urgency=medium
.
* New upstream snapshot.
* Drop debian/patches/0001-Directly-check-for-Joystick-
interface.patch, merged upstream.
* Drop debian/patches/0002-Fix-type-declaration-for-
gzf-in-struct-dsk_data_t.-g.patch, merged upstream.
* Drop debian/patches/0003-Include-glib-through-glib.h-to-fix
FTBFS-with-glib-2.patch, merged upstream.
* Drop incorrect debian/patches/0004-Provide-format-strig-to-printf-
in-show_sample-to.patch, proper patch merged upstream.
* Add dh-autoreconf to Build-Depends in debian/control and run
debhelper with "--with autoreconf" to update config.{sub,guess}
and {libtool,aclocal}.m4. Fixes FTBFS on arm64 as well as
kfreebsd-* and hurd-i386 (Closes: #727913, #744442, #764682).
* Update debian/copyright to copyright format 1.0 and update years.
* Add Vcs-* fields to debian/control.
* Update standards version to 3.9.6 in debian/control.
* Update install path for shared kcemu files in kcemu-common package.
* Add missing new lines at the end of multiple files in debian directory.
* Explain contrib distribution status of KCemu in debian/README.Debian.
Checksums-Sha1:
b8f102ebc81f528cff6b74d92766e6bd9d45c3c9 2174
kcemu_0.5.1+git20141014+dfsg-1.dsc
c1d22548fdbd69388bd4f694afa87ebca3a461a6 3337371
kcemu_0.5.1+git20141014+dfsg.orig.tar.gz
cd8786c96fe965e216a0b51d09c37bf42eb5208c 4012
kcemu_0.5.1+git20141014+dfsg-1.debian.tar.xz
568ed7b3c7f4f667d357c17860028fb6394915e6 379434
kcemu_0.5.1+git20141014+dfsg-1_amd64.deb
278f71ab3fa52f3db216be822981d5a886570ad7 2380640
kcemu-common_0.5.1+git20141014+dfsg-1_all.deb
Checksums-Sha256:
68f740817b926ed68c9ddfd6a9bf1e00b5f1052343706fc16516dd3850e81466 2174
kcemu_0.5.1+git20141014+dfsg-1.dsc
75648c749ddf2b25eedc10f885305d6a5223ceec40d2c1aaa4219cb29733b175 3337371
kcemu_0.5.1+git20141014+dfsg.orig.tar.gz
d2bd6d57d34ae9e7609e565fd1669fa76178c6c1476eada4b77425dad2a65b82 4012
kcemu_0.5.1+git20141014+dfsg-1.debian.tar.xz
e48de852b4c9fd803f0e3513c32d9d18b2d563cb7356797f3e3d47dc3db95d09 379434
kcemu_0.5.1+git20141014+dfsg-1_amd64.deb
e53ad0e13c6bc96882cbd02b7b498b9e4ece7bb90fc16782103d831fa0d55596 2380640
kcemu-common_0.5.1+git20141014+dfsg-1_all.deb
Files:
8848b4f427e11a00f31be05f28b458ab 2174 contrib/otherosfs optional
kcemu_0.5.1+git20141014+dfsg-1.dsc
bd99fc196208845647cc44eee9de877b 3337371 contrib/otherosfs optional
kcemu_0.5.1+git20141014+dfsg.orig.tar.gz
da521156b556faffc34f7dd1ddee0d1d 4012 contrib/otherosfs optional
kcemu_0.5.1+git20141014+dfsg-1.debian.tar.xz
1790e0abfc1d65fc25bee26373727c04 379434 contrib/otherosfs optional
kcemu_0.5.1+git20141014+dfsg-1_amd64.deb
1d489fb7443dab7a09a8cc7437839654 2380640 contrib/otherosfs optional
kcemu-common_0.5.1+git20141014+dfsg-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJUPXuOAAoJEHQmOzf1tfkTffsP/33pyRo1upJZUu6yUVVyJ/uu
2lgQNC+/yYa/MO6ip2S5n4Fb6p/hfDNSB5s+guKhOmKEh+Mr1k+FOTS/fSN1affQ
T4OPFpkFAG5B0Ein1NOoD/61WEkMyPqma6gwzh+/1R34/fqAClDSCmlVR9ncR40m
00zeIP5nmnFQ8Hv+WAP6KycQeZiBgSy2YCTIm3sxRI3nXkpzCVc9DXchLTbT39Zs
Hmm47IrzesmkIJuIdm26hc5Wt8Um7IA047n+F6Fny8/8pVsnxsdSMV8IBcftrGeq
u7CL9K+Y5EA98y1mFriVl+8gIQBHPspu4PK6Yc4S9UfKyuYfMYaPOHCxqNDNn9MU
Kf7H8VTlJVGQFMFfzARMF4VpqxDO65iB8O31R5pC1CD3P+qgmM6PIafsK0EmYxRs
hi2lwvwnd4BSv/4BzlzIDjY7sdpfv4qu5LWDQWjW1DaDDnJ58Gm1dfa/utD9FJaX
tUbHCdIiVzwYip9GNTx94FoaZAAttYRBPwk2yCy7wiDovtSSvZEZWhEtsfns3Bor
Ehs6U35t6gs9zW4iw7bdXV96nHwZXfB+Py6i7/ggqxBUq6eyKooLAVRifbhmVkQ7
Gc2oFyquuj6ocyPsaS8Ka0iRZU8E4upmYWiz2ay3WvHs9/t744Y5VlV36w7eQaPn
yXXJBHl7gKNxoZIIP+b9
=t7x2
-----END PGP SIGNATURE-----
--- End Message ---