Your message dated Sun, 05 Aug 2018 16:19:38 +0000
with message-id <e1fmlko-000atl...@fasolo.debian.org>
and subject line Bug#905486: fixed in patch 2.7.6-3
has caused the Debian Bug report #905486,
regarding patch FTBFS: uses automake-1.15, which is no longer available
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.)
--
905486: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905486
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: patch
Version: 2.7.6-2
Severity: serious
Tags: ftbfs patch
patch fails to build from source on amd64 in unstable. A build log ends
as follows:
| make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
| Making all in tests
| make[3]: Entering directory '/<<PKGBUILDDIR>>/tests'
| cd .. && /bin/bash /<<PKGBUILDDIR>>/build-aux/missing automake-1.15 --gnu
tests/Makefile
| /<<PKGBUILDDIR>>/build-aux/missing: line 81: automake-1.15: command not found
| WARNING: 'automake-1.15' is missing on your system.
| You should only need it if you modified 'Makefile.am' or
| 'configure.ac' or m4 files included by 'configure.ac'.
| The 'automake' program is part of the GNU Automake package:
| <http://www.gnu.org/software/automake>
| It also requires GNU Autoconf, GNU m4 and Perl in order to run:
| <http://www.gnu.org/software/autoconf>
| <http://www.gnu.org/software/m4/>
| <http://www.perl.org/>
| make[3]: *** [Makefile:1361: Makefile.in] Error 127
| make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests'
| make[2]: *** [Makefile:1325: all-recursive] Error 1
| make[2]: Leaving directory '/<<PKGBUILDDIR>>'
| make[1]: *** [Makefile:1225: all] Error 2
| make[1]: Leaving directory '/<<PKGBUILDDIR>>'
| make: *** [debian/rules:38: build-stamp] Error 2
| dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
It seems that patch requires automake-1.15, but does not list it in
Build-Depends. Actually automake-1.15 is replaced by automake-1.16 now,
so there is no way to use that version in Debian anymore. Autoreconfing
fixes the issue though.
Helmut
diff --minimal -Nru patch-2.7.6/debian/changelog patch-2.7.6/debian/changelog
--- patch-2.7.6/debian/changelog 2018-04-06 17:20:36.000000000 +0200
+++ patch-2.7.6/debian/changelog 2018-08-05 11:53:06.000000000 +0200
@@ -1,3 +1,10 @@
+patch (2.7.6-2.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTBFS: dh_autoreconf (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de> Sun, 05 Aug 2018 11:53:06 +0200
+
patch (2.7.6-2) unstable; urgency=high
* Backport patches from upstream Git tree:
diff --minimal -Nru patch-2.7.6/debian/control patch-2.7.6/debian/control
--- patch-2.7.6/debian/control 2018-04-06 17:20:36.000000000 +0200
+++ patch-2.7.6/debian/control 2018-08-05 11:53:06.000000000 +0200
@@ -2,7 +2,7 @@
Section: vcs
Priority: standard
Maintainer: Laszlo Boszormenyi (GCS) <g...@debian.org>
-Build-Depends: debhelper (>= 11), ed
+Build-Depends: debhelper (>= 11), ed, dh-autoreconf
Standards-Version: 4.1.3
Homepage: http://savannah.gnu.org/projects/patch/
#Vcs-Git: git://git.debian.org/collab-maint/patch.git
diff --minimal -Nru patch-2.7.6/debian/rules patch-2.7.6/debian/rules
--- patch-2.7.6/debian/rules 2014-08-10 20:07:30.000000000 +0200
+++ patch-2.7.6/debian/rules 2018-08-05 11:53:05.000000000 +0200
@@ -26,6 +26,7 @@
configure: configure-stamp
configure-stamp:
dh_testdir
+ dh_autoreconf
CFLAGS="$(CFLAGS)" ac_cv_sys_long_file_names=yes ac_cv_path_ED=ed \
./configure $(CONFFLAGS) --prefix=/usr
--mandir=\$${prefix}/share/man
touch configure-stamp
@@ -45,6 +46,7 @@
dh_testdir
[ ! -f Makefile ] || $(MAKE) distclean
dh_clean build-stamp configure-stamp .version
+ dh_autoreconf_clean
install: build
dh_testdir
--- End Message ---
--- Begin Message ---
Source: patch
Source-Version: 2.7.6-3
We believe that the bug you reported is fixed in the latest version of
patch, 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 905...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Laszlo Boszormenyi (GCS) <g...@debian.org> (supplier of updated patch 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: SHA256
Format: 1.8
Date: Sun, 05 Aug 2018 11:10:39 +0000
Source: patch
Binary: patch
Architecture: source amd64
Version: 2.7.6-3
Distribution: unstable
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) <g...@debian.org>
Changed-By: Laszlo Boszormenyi (GCS) <g...@debian.org>
Description:
patch - Apply a diff file to an original
Closes: 905486
Changes:
patch (2.7.6-3) unstable; urgency=medium
.
* Use short debhelper rules format (closes: #905486).
* Change package priority to optional.
* Update Standards-Version to 4.1.5 .
* Sync with Ubuntu.
.
[ Marc Deslauriers <marc.deslauri...@ubuntu.com> ]
* debian/patches/0001-Fix-ed-style-test-failure.patch: fix ed-style test.
Checksums-Sha1:
03e7f89a1f22698f58b18dee28ae1e8173b44f89 1699 patch_2.7.6-3.dsc
e10c41ba23532e99099e84624694921166604fb8 10608 patch_2.7.6-3.debian.tar.xz
8b1fd3212d4c0bbc8573940346238ee967a317db 242528 patch-dbgsym_2.7.6-3_amd64.deb
f08806f991f5b12894653cce172a62f479816565 6779 patch_2.7.6-3_amd64.buildinfo
9cdc1e035e3424693627416006cac210a04d6b34 126076 patch_2.7.6-3_amd64.deb
Checksums-Sha256:
c84154893834d07a13a760f9be4e7c8fbced41bdb1157db1140c880a90a7c72a 1699
patch_2.7.6-3.dsc
f48c3001906a954b3ea0ff1a6ad347172f1e3453620377d7f1427b62474b047b 10608
patch_2.7.6-3.debian.tar.xz
3bf1b0dbbbcb226d1363474e7ea7b9f12a123219dd487b04de65458d4e57bc23 242528
patch-dbgsym_2.7.6-3_amd64.deb
2b5ef44b1bfdff0854abe0dbfa19e384566cf354adffcf5cddddb057bd5aac69 6779
patch_2.7.6-3_amd64.buildinfo
ba8b687c8e161e63fc53e40a8f6241ae6f2bf26cd223de2c8a0f214665f2c2e6 126076
patch_2.7.6-3_amd64.deb
Files:
696c245135f636d378afeaf9dacb9759 1699 vcs optional patch_2.7.6-3.dsc
7fc3f62ade8ee4f608d9ea5bf2ff2f33 10608 vcs optional patch_2.7.6-3.debian.tar.xz
af6ccd3bb1759e202bcaadd9e304bf29 242528 debug optional
patch-dbgsym_2.7.6-3_amd64.deb
5c43b53c9598fb55e091053e56a63b6d 6779 vcs optional
patch_2.7.6-3_amd64.buildinfo
6e24407aa66769f8d438e16d46ebea11 126076 vcs optional patch_2.7.6-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEfYh9yLp7u6e4NeO63OMQ54ZMyL8FAltnHocACgkQ3OMQ54ZM
yL9HoQ/9G79QrBhlKEF6McINVby6JiZGDOtUpwmYmS/P/rh/MPh1qFbhthavLTKW
UVyJ3jNFyP2voGpG8jLJrCK+eVblglX4Ai1FMr97MHw8l8YmgzsFkd8y/VtalDwX
c4+BabQ2LooqnY/hmqknRUf1R3+c9e0j6+XEt0BbHANMXDajGsOZ2bhNT86ORP7o
pFX7D2YaNhEijsRfp2WUlEZ5jIgZZxE1QFTer5kBO0q2v0hyBpyGQhd1133nhEiQ
Hjbupizut4Jh4Ly32k0Q9UrJMI7YAst+0bxZEsoafX7OVJ9+xCpzZPdTpWq6rFSN
itzvu53sLv0fjxmCyRGZtyLorr0TBGt3TeBmHxMUW33SKzVHtZ27xjSfbpfjFBGk
91OxbtpWAooJ9ukpQV718k4HbR5ST/z5b5eXiNRXTuq/pjDB/bfZjM5p4kUxl+Hb
0MJFdR4p/ohGn3ImcuiG7XZKyfHXl+2rf1YpvqOsgh9ziDRwAvIrmWR2am8S8+CF
AsDzrdgc4IMWjlp1fxKQi0Y8G8aAAB+El7CdiNJzxaOH/i8EHFt76YqbFNnxtFXK
9JOzwGhwBRXOJrtJLtLoEyyUDPEtIzdsvjXfEoewH70/4OtDc3z4ufiSIpndI5nU
TK1Av/iv49jOXoB2is2KxnJlmeGT4eS2dquqTdbvONT6os5G/V0=
=jUaZ
-----END PGP SIGNATURE-----
--- End Message ---