Your message dated Thu, 03 Jan 2019 16:21:09 +0000
with message-id <e1gf5k5-000hij...@fasolo.debian.org>
and subject line Bug#917808: fixed in mit-scheme 10.1.3-2
has caused the Debian Bug report #917808,
regarding mit-scheme: FTBFS when built with dpkg-buildpackage -A
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 ow...@bugs.debian.org
immediately.)
--
917808: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917808
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mit-scheme
Version: 10.1.3-1
Severity: serious
Tags: ftbfs
Dear maintainer:
I tried to build this package in buster with dpkg-buildpackage -A but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh build-indep --no-parallel
dh_update_autotools_config -i
debian/rules override_dh_autoreconf
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_autoreconf sh -- -e -x -c \
'for d in src doc; \
do (cd $d && autoreconf -f -i) done'
+ cd src
+ autoreconf -f -i
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
[... snipped ...]
make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc/user-manual'
make[2]: Nothing to be done for 'install-html'.
make[2]: Nothing to be done for 'install-pdf'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc'
remove symbolic link executables
cd debian/tmp/usr/bin && \
for f in scheme bchscheme mit-scheme mit-scheme-native; do \
if [ -L $f ]; then \
rm --verbose -f $f; \
else \
echo skipping $f; \
fi; \
done
removed 'scheme'
removed 'bchscheme'
removed 'mit-scheme'
removed 'mit-scheme-native'
allow dh scripts to compress info files themselves
find debian/tmp \( -name '*.info.gz' -o -name '*.info-*.gz' \) -ls -exec gunzip
'{}' ';'
274666 80 -rw-r--r-- 1 root root 77990 Dec 29 21:33
debian/tmp/usr/share/info/mit-scheme-ref.info-1.gz
274673 24 -rw-r--r-- 1 root root 23490 Dec 29 21:33
debian/tmp/usr/share/info/mit-scheme-sos.info.gz
274667 16 -rw-r--r-- 1 root root 15497 Dec 29 21:33
debian/tmp/usr/share/info/mit-scheme-ffi.info.gz
274669 96 -rw-r--r-- 1 root root 97483 Dec 29 21:33
debian/tmp/usr/share/info/mit-scheme-ref.info-3.gz
274670 16 -rw-r--r-- 1 root root 14200 Dec 29 21:33
debian/tmp/usr/share/info/mit-scheme-ref.info-4.gz
274674 56 -rw-r--r-- 1 root root 55045 Dec 29 21:33
debian/tmp/usr/share/info/mit-scheme-user.info.gz
274668 72 -rw-r--r-- 1 root root 73471 Dec 29 21:33
debian/tmp/usr/share/info/mit-scheme-ref.info-2.gz
274672 4 -rw-r--r-- 1 root root 3547 Dec 29 21:33
debian/tmp/usr/share/info/mit-scheme-ref.info.gz
remove .la library support files as these are not actually used by the dynamic
linker
find debian/tmp -name '*.la' -ls -delete
274276 4 -rwxr-xr-x 1 root root 948 Dec 29 21:39
debian/tmp/usr/lib/x86_64-linux-gnu/mit-scheme/x11-shim.la
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules override_dh_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_install
All .bci files belong in -dbg, move them manually for robustness
mkdir -p debian/mit-scheme-dbg
tar -C debian/mit-scheme -cf - $(cd debian/mit-scheme && find -name '*.bci') \
| tar -C debian/mit-scheme-dbg -xvf -
/bin/sh: 1: cd: can't cd to debian/mit-scheme
tar: Cowardly refusing to create an empty archive
Try 'tar --help' or 'tar --usage' for more information.
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors
make[1]: *** [debian/rules:64: override_dh_install] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:14: binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess
returned exit status 2
--------------------------------------------------------------------------------
This happens because debian/mit-scheme does not exist, as we are doing
"dpkg-buildpackage -A"
and mit-scheme is arch-dependent (either amd64 or i386 as I see in
debian/control).
Hint: Split override_dh_install into override_dh_install-arch and
override_dh_install-indep.
Also: Please consider uploading in source-only form (dpkg-buildpackage -S) so
that
this kind of bugs never propagate to testing.
Thanks.
--- End Message ---
--- Begin Message ---
Source: mit-scheme
Source-Version: 10.1.3-2
We believe that the bug you reported is fixed in the latest version of
mit-scheme, 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 917...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Barak A. Pearlmutter <b...@debian.org> (supplier of updated mit-scheme 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 03 Jan 2019 10:52:10 +0000
Source: mit-scheme
Binary: mit-scheme mit-scheme-dbg mit-scheme-doc
Architecture: source
Version: 10.1.3-2
Distribution: unstable
Urgency: medium
Maintainer: Barak A. Pearlmutter <b...@debian.org>
Changed-By: Barak A. Pearlmutter <b...@debian.org>
Description:
mit-scheme - MIT/GNU Scheme development environment
mit-scheme-dbg - MIT/GNU Scheme debugging files
mit-scheme-doc - MIT/GNU Scheme documentation
Closes: 917808
Changes:
mit-scheme (10.1.3-2) unstable; urgency=medium
.
* work around GNU tar cowardice (closes: #917808)
* bump standards version
* dh12
* split debian/rules stanzas into -arch vs -indep where appropriate
Checksums-Sha1:
aa4f184b58ea997f3671af6f6f9de365d7c43a58 2170 mit-scheme_10.1.3-2.dsc
22dff398eb4f165e19991177dc0af51dfc86aa51 30776
mit-scheme_10.1.3-2.debian.tar.xz
0180bb34e43fe43575ec585eeefaf7d81b3f047b 9323
mit-scheme_10.1.3-2_source.buildinfo
Checksums-Sha256:
3d7eaf95f473ea4b4316dbf13ef6a9d24dc09f78af2c97e35a55c5bbcde8676c 2170
mit-scheme_10.1.3-2.dsc
f31ee6badac422d0abd0e1eb4df43e726503c4a135a4c869c32226769e92cbba 30776
mit-scheme_10.1.3-2.debian.tar.xz
ede3f45bfc1de4b6eea24186a7fa15cbf828f0972ae3e311c6090f33c5a238f1 9323
mit-scheme_10.1.3-2_source.buildinfo
Files:
bb796ae3665310c7722970aae2db2104 2170 lisp optional mit-scheme_10.1.3-2.dsc
3649a7f3576ceb271d753ab9474f0a3e 30776 lisp optional
mit-scheme_10.1.3-2.debian.tar.xz
7c57c3ef9f5d143a5f81c548eda53619 9323 lisp optional
mit-scheme_10.1.3-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEZPQp426hHMLZZlRvEltXR14ZDRgFAlwuMNAACgkQEltXR14Z
DRj4kRAAiUbn/m3+QUL7DPZ/J8G9L3SiZuv5qFia3VfwPHp/Sj+OGJRLCVEcxYOW
9RcRohEGxo/q54ZhcfdFTOItHuB61qcGef4xsym2k0VJJmkl905TNdmbJQaTxj/F
YV9Yv3YbyVkWw1y4mTFg9p8GtzQVvkmKCeNtydkgrptHph/fJighttqFfmANKBTR
RLrsEC+4k3uXPHkmCqq7ZJb9sGIZfYl6x298ElrIpQcwYCcdmSYJX3mjqfhMJQZp
CfvlZnILoVzaMAf4YhKiKzaBjoWMdlxWNRZ9ZDfNJst0P4dJKJrPv5T2EvSQjt4E
M45+Rw6c6GYNsxjH6MtqMZ1H717OaSd+EnTtjPrOQ0Ow1tk2Sp0kgX4zZtN72t/z
8L6AsdB9KzyckOhN7O2qUDs/+vfq3jj5Q8q/d1xrntxjASiwtvx1+Jm/e0wBuwqI
9/SElLkrQc2Rh41GKVsSnvFODggsoYzi/avTB1v3x1mg1W3m/ma7Oyq9eAj+g1le
8jllQn/4WM8A0Nu2FQDGi54fJjZx+jXbtgY1CjSzhPVdFfHqEgK0DB+GztNzzIQp
eAR+i61K5COmUUrsVzIZsiKnQ1tMFSzVZ4F6n3hlAuPdIDH0MrrYlRBx+Vwzkw7e
er6CDiziyvJ4eZSK30FbUKi1F0OaOXCmrfBw75b9PS9+HOAC0z8=
=c4XA
-----END PGP SIGNATURE-----
--- End Message ---