Your message dated Fri, 27 Apr 2007 10:02:36 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#421199: fixed in binutils 2.17cvs20070426-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: binutils
Version: 2.17cvs20070426-1
Severity: serious
Tags: patch
Justification: Fails to build from source

binutils 2.17cvs20070426-1 fails to build from source on hppa:

Automatic build of binutils_2.17cvs20070426-1 on bld-3 by sbuild/hppa 98
Build started at 20070426-1937
******************************************************************************

[...]

rm -rf debian/binutils-hppa64/usr/man
rm -rf debian/binutils-hppa64/usr/info
rm -rf debian/binutils-hppa64/usr/include
rm -rf debian/binutils-hppa64/usr/share
rm -rf debian/binutils-hppa64/usr/hppa-linux-gnu
rm -rf debian/binutils-hppa64/usr/lib/libiberty.a
: # Strip shared libraries
strip --remove-section=.comment --remove-section=.note --strip-unneeded 
debian/binutils-hppa64/usr/lib/libbfd-*so
strip --remove-section=.comment --remove-section=.note --strip-unneeded 
debian/binutils-hppa64/usr/lib/libopcodes-*so
strip --remove-section=.comment --remove-section=.note $(file /usr/bin/* | awk 
-F: '$0 !~ /script/ {print $1}')
strip: /usr/bin/stxu6zI0: Permission denied
strip: /usr/bin/stmZSrpR: Permission denied
strip: /usr/bin/stfsLX0H: Permission denied
strip: /usr/bin/stkNsTaB: Permission denied
strip: /usr/bin/stTfCVju: Permission denied
strip: /usr/bin/st8Lm7Fn: Permission denied
strip: /usr/bin/st1adjXg: Permission denied

[...]


The problem is a missing 'p' in the variable name d_hppa64. Please find
a patch below to fix that.

diff -u binutils-2.17cvs20070426/debian/rules 
binutils-2.17cvs20070426/debian/rules
--- binutils-2.17cvs20070426/debian/rules
+++ binutils-2.17cvs20070426/debian/rules
@@ -339,7 +339,7 @@
        : # Strip shared libraries
        $(STRIP) --strip-unneeded $(d_hppa64)/usr/lib/libbfd-*so
        $(STRIP) --strip-unneeded $(d_hppa64)/usr/lib/libopcodes-*so
-       $(STRIP) $$(file $(d_hpa64)/usr/bin/* | awk -F: '$$0 !~ /script/ {print 
$$1}')
+       $(STRIP) $$(file $(d_hppa64)/usr/bin/* | awk -F: '$$0 !~ /script/ 
{print $$1}')
 endif
 
        chmod ugo-x $(d_hppa64)/usr/lib/*.so


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.18-4-xen-amd64 (SMP w/2 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 binutils depends on:
ii  libc6                         2.5-4      GNU C Library: Shared libraries

binutils recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: binutils
Source-Version: 2.17cvs20070426-2

We believe that the bug you reported is fixed in the latest version of
binutils, which is due to be installed in the Debian FTP archive:

binutils-dev_2.17cvs20070426-2_powerpc.deb
  to pool/main/b/binutils/binutils-dev_2.17cvs20070426-2_powerpc.deb
binutils-doc_2.17cvs20070426-2_all.deb
  to pool/main/b/binutils/binutils-doc_2.17cvs20070426-2_all.deb
binutils-multiarch_2.17cvs20070426-2_powerpc.deb
  to pool/main/b/binutils/binutils-multiarch_2.17cvs20070426-2_powerpc.deb
binutils-source_2.17cvs20070426-2_all.deb
  to pool/main/b/binutils/binutils-source_2.17cvs20070426-2_all.deb
binutils_2.17cvs20070426-2.diff.gz
  to pool/main/b/binutils/binutils_2.17cvs20070426-2.diff.gz
binutils_2.17cvs20070426-2.dsc
  to pool/main/b/binutils/binutils_2.17cvs20070426-2.dsc
binutils_2.17cvs20070426-2_powerpc.deb
  to pool/main/b/binutils/binutils_2.17cvs20070426-2_powerpc.deb



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.
Matthias Klose <[EMAIL PROTECTED]> (supplier of updated binutils 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: SHA1

Format: 1.7
Date: Fri, 27 Apr 2007 08:06:49 +0200
Source: binutils
Binary: binutils-dev binutils-hppa64 binutils-multiarch binutils 
binutils-source binutils-doc
Architecture: source powerpc all
Version: 2.17cvs20070426-2
Distribution: unstable
Urgency: low
Maintainer: James Troup <[EMAIL PROTECTED]>
Changed-By: Matthias Klose <[EMAIL PROTECTED]>
Description: 
 binutils   - The GNU assembler, linker and binary utilities
 binutils-dev - The GNU binary utilities (BFD development files)
 binutils-doc - Documentation for the GNU assembler, linker and binary utilities
 binutils-multiarch - Binary utilities that support multi-arch targets
 binutils-source - The GNU assembler, linker and binary utilities (source)
Closes: 421199
Changes: 
 binutils (2.17cvs20070426-2) unstable; urgency=low
 .
   * Fix typo preparing the binutils-hppa64 package. Closes: #421199.
   * Compare testsuite results of the installed binutils with the built one.
Files: 
 9797c3522b195aa0e9c9dfb22f453ad4 906 devel optional 
binutils_2.17cvs20070426-2.dsc
 da39be818f31e73d8d996ecef0bc647e 45156 devel optional 
binutils_2.17cvs20070426-2.diff.gz
 bcb39e42833e1f232aafe0cb10297c81 495450 doc optional 
binutils-doc_2.17cvs20070426-2_all.deb
 b7ad309bc1352f352980dec309533b0c 12372986 devel optional 
binutils-source_2.17cvs20070426-2_all.deb
 c885bb9879ff28d67ba2fb9926649d62 2668314 devel optional 
binutils_2.17cvs20070426-2_powerpc.deb
 70a938299dc465de44c5e252abf9ed0f 3332628 devel extra 
binutils-dev_2.17cvs20070426-2_powerpc.deb
 6095268a57bda3e2feff4bf2e0020166 9661254 devel extra 
binutils-multiarch_2.17cvs20070426-2_powerpc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD4DBQFGMcEXStlRaw+TLJwRAluxAJ0eIQgjAg4qB266nGHAjgpNVRfEEwCYqERB
c4aXKVlvc1pb6VaPc865kg==
=ibs4
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to