Package: gzip
Version: 1.4-1
Severity: important
Tags: patch
User: [email protected]
Usertags: hurd
Hello,
During dpkg-buildpackage, gzip actually builds itself twice. This is due
to a missing stamp file, here is a patch.
This is actually an important bug because the second time the build is
done inside fakeroot, which may have a different behavior than outside,
wrt to file operations, leading to a different ./configure result,
ending up with a FTBFS on hurd-i386.
Samuel
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.4 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages gzip depends on:
ii dpkg 1.16.1.1
ii install-info 4.13a.dfsg.1-8
ii libc6 2.13-21
gzip recommends no packages.
Versions of packages gzip suggests:
ii less 444-1
-- no debconf information
--
Samuel Thibault <[email protected]>
"And the next time you consider complaining that running Lucid Emacs
19.05 via NFS from a remote Linux machine in Paraguay doesn't seem to
get the background colors right, you'll know who to thank."
(By Matt Welsh)
--- debian/rules.orig 2011-11-12 22:48:00.558912606 +0100
+++ debian/rules 2011-11-12 22:48:08.406732577 +0100
@@ -22,6 +22,7 @@
cp -f /usr/share/misc/config.sub build-aux/config.sub
cp -f /usr/share/misc/config.guess build-aux/config.guess
autoreconf -v
+ touch $@
configure: configure-stamp
configure-stamp: reconf-stamp