Your message dated Sat, 09 May 2009 15:32:25 +0000
with message-id <e1m2oxj-0004h0...@ries.debian.org>
and subject line Bug#490748: fixed in binutils-z80 2.19.1-1
has caused the Debian Bug report #490748,
regarding It FTBFS because can't find tarball to unpack
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.)
--
490748: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490748
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: binutils-z80
Severity: important
Tags: patch
Build log:
...
mkdir -p src
cd src && tar xj --strip-components=1 < ../binutils-2.18.0.tar.bz2
/bin/sh: cannot open ../binutils-2.18.0.tar.bz2: No such file
make: *** [unpack-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
The tarball "binutils-2.18.0.tar.bz2" is at root directory and at build process
it goes to src/ and try to catch the tarball in previous directory (debian/), so
that's why it can't find it. I don't know why it works in Debian buildd's. Maybe
it's because I use dash, instead of bash.
I'll attach a patch that make it to build fine. I've tested it with pbuilder.
Thanks
--
Marco Rodrigues
http://Marco.Tondela.org
--- binutils-z80-2.18.0.orig/debian/rules 2008-07-14 00:15:04.000000000 +0100
+++ binutils-z80-2.18.0/debian/rules 2008-07-13 23:56:35.000000000 +0100
@@ -23,14 +23,14 @@
unpack: unpack-stamp
unpack-stamp:
mkdir -p $(SOURCE_DIR)
- cd $(SOURCE_DIR) && tar xj --strip-components=1 < ../$(TARFILE)
+ cd $(SOURCE_DIR) && tar xj --strip-components=1 < ../../$(TARFILE)
touch unpack-stamp
configure: configure-stamp
configure-stamp: unpack-stamp
dh_testdir
mkdir -p $(BUILD_DIR)
- cd $(BUILD_DIR) && env CC="gcc" ../$(SOURCE_DIR)/configure $(CONFARGS)
+ cd $(BUILD_DIR) && env CC="gcc" ../../$(SOURCE_DIR)/configure $(CONFARGS)
touch configure-stamp
build: configure-stamp build-stamp
--- End Message ---
--- Begin Message ---
Source: binutils-z80
Source-Version: 2.19.1-1
We believe that the bug you reported is fixed in the latest version of
binutils-z80, which is due to be installed in the Debian FTP archive:
binutils-z80_2.19.1-1.diff.gz
to pool/main/b/binutils-z80/binutils-z80_2.19.1-1.diff.gz
binutils-z80_2.19.1-1.dsc
to pool/main/b/binutils-z80/binutils-z80_2.19.1-1.dsc
binutils-z80_2.19.1-1_amd64.deb
to pool/main/b/binutils-z80/binutils-z80_2.19.1-1_amd64.deb
binutils-z80_2.19.1.orig.tar.gz
to pool/main/b/binutils-z80/binutils-z80_2.19.1.orig.tar.gz
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 490...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Joost Yervante Damad <and...@debian.org> (supplier of updated binutils-z80
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...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 09 May 2009 16:12:05 +0200
Source: binutils-z80
Binary: binutils-z80
Architecture: source amd64
Version: 2.19.1-1
Distribution: unstable
Urgency: low
Maintainer: Joost Yervante Damad <and...@debian.org>
Changed-By: Joost Yervante Damad <and...@debian.org>
Description:
binutils-z80 - The GNU binary utilities, for the z80-unknown-coff target
Closes: 490748
Changes:
binutils-z80 (2.19.1-1) unstable; urgency=low
.
* update to 2.19.1
* lintian fix: build-depends-on-1-revision
* make buildable (closes: #490748)
.
[from ubuntu:]
* Use binutils-2.18.50.tar.bz2 instead of binutils-2.18.0.tar.bz2, there is
a new version of binutils in Ubuntu, fix FTBFS (LP: #253374).
* Add dpatch support.
* Add fix_format_strings.dpatch patch, fix FTBFS.
-- Devid Filoni <d.fil...@techemail.com> Wed, 30 Jul 2008 18:37:01 +0200
Checksums-Sha1:
31c31d61f7e0bb4e995c38fe4c81df3a14b18292 1161 binutils-z80_2.19.1-1.dsc
deafd4f56349e921a2afc47604354139851c556a 170 binutils-z80_2.19.1.orig.tar.gz
9f60b049315f816167264d6dffce1b6be6a9ccea 2541 binutils-z80_2.19.1-1.diff.gz
b0aff5d45cf9b77c29ef79314fecf1c1ba2bf467 2668314
binutils-z80_2.19.1-1_amd64.deb
Checksums-Sha256:
6397197b1f1b1ad798513ca566d35c30395e581739be7cf68b5cd0b13df111ae 1161
binutils-z80_2.19.1-1.dsc
f3ea956f3e590e8e2cf887d348b0bb2d5d1c939b1055f4cb899f34fb4e7a11f4 170
binutils-z80_2.19.1.orig.tar.gz
efa8ca0c753e7dec59ae4fec3664ee95ce65f463598868e7aa9a862813d0f2a4 2541
binutils-z80_2.19.1-1.diff.gz
4a896386fa2b454aca07d479016e38f53a8b4c62b8da7ab224188523fd82090c 2668314
binutils-z80_2.19.1-1_amd64.deb
Files:
a60d7531e6090baf058d87089b6bbc8e 1161 devel extra binutils-z80_2.19.1-1.dsc
40d56bbe718217957a2b140d35b38141 170 devel extra
binutils-z80_2.19.1.orig.tar.gz
6e16fef528ee7ca5a9f613b580e8ca95 2541 devel extra binutils-z80_2.19.1-1.diff.gz
e8df05484d71bcc0e7024a8f093e6119 2668314 devel extra
binutils-z80_2.19.1-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkoFlTgACgkQ0/r2+3z8lN1O3wCfbd/BQ2d2MP8dl6HXVt4E6vRJ
EdMAoL1jDYqJAyQIO929P08sCKKn4iYm
=AJ7V
-----END PGP SIGNATURE-----
--- End Message ---