Your message dated Sat, 12 Nov 2005 04:02:10 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#336175: fixed in binutils 2.16.1cvs20051109-1
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 28 Oct 2005 10:46:24 +0000
>From [EMAIL PROTECTED] Fri Oct 28 03:46:18 2005
Return-path: <[EMAIL PROTECTED]>
Received: from alephnull.demon.nl (enp2611.wantstofly.org) [83.160.184.112] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EVRkX-0006EJ-00; Fri, 28 Oct 2005 03:46:17 -0700
Received: by enp2611.wantstofly.org (Postfix, from userid 0)
        id 461104EC268; Fri, 28 Oct 2005 12:46:12 +0200 (CEST)
Content-Type: multipart/mixed; boundary="===============1465008521=="
MIME-Version: 1.0
From: Lennert Buytenhek <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: binutils: FTBFS on arm/armeb
X-Mailer: reportbug 3.17
Date: Fri, 28 Oct 2005 12:46:12 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

This is a multi-part MIME message sent by reportbug.

--===============1465008521==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: binutils
Version: 2.16.1cvs20050902-1
Severity: important
Tags: patch
Justification: fails to build from source

binutils ftbfs on arm/armeb due to some code in gas/config/tc-arm.c
triggering a warning and binutils being built with -Werror.  The
attached patch fixes this issue on my armeb box.


-- System Information:
Debian Release: testing/unstable
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: armeb (armv4b)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages binutils depends on:
ii  libc6                     2.3.5-6.1armeb GNU C Library: Shared libraries an

binutils recommends no packages.

-- no debconf information

--===============1465008521==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
        filename="binutils-2.16.1cvs20050902-arm-ftbfs.diff"

--- binutils-2.16.1cvs20050902/gas/config/tc-arm.c.orig 2005-10-28 
12:16:57.000000000 +0200
+++ binutils-2.16.1cvs20050902/gas/config/tc-arm.c      2005-10-28 
12:17:44.000000000 +0200
@@ -11069,8 +11069,9 @@
          if (value & 3)
            as_bad_where (fixP->fx_file, fixP->fx_line,
                          _("invalid offset, target not word aligned 
(0x%08lX)"),
-                         (((unsigned int) fixP->fx_frag->fr_address
-                           + (unsigned int) fixP->fx_where) & ~3) + value);
+                         (((unsigned long) fixP->fx_frag->fr_address
+                           + (unsigned long) fixP->fx_where) & ~3)
+                           + (unsigned long) value);
 
          if (value & ~0x3fc)
            as_bad_where (fixP->fx_file, fixP->fx_line,

--===============1465008521==--

---------------------------------------
Received: (at 336175-close) by bugs.debian.org; 12 Nov 2005 12:05:07 +0000
>From [EMAIL PROTECTED] Sat Nov 12 04:05:07 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1Eau5C-0004iw-Ho; Sat, 12 Nov 2005 04:02:10 -0800
From: James Troup <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#336175: fixed in binutils 2.16.1cvs20051109-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 12 Nov 2005 04:02:10 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 7

Source: binutils
Source-Version: 2.16.1cvs20051109-1

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.16.1cvs20051109-1_i386.deb
  to pool/main/b/binutils/binutils-dev_2.16.1cvs20051109-1_i386.deb
binutils-doc_2.16.1cvs20051109-1_all.deb
  to pool/main/b/binutils/binutils-doc_2.16.1cvs20051109-1_all.deb
binutils-multiarch_2.16.1cvs20051109-1_i386.deb
  to pool/main/b/binutils/binutils-multiarch_2.16.1cvs20051109-1_i386.deb
binutils_2.16.1cvs20051109-1.diff.gz
  to pool/main/b/binutils/binutils_2.16.1cvs20051109-1.diff.gz
binutils_2.16.1cvs20051109-1.dsc
  to pool/main/b/binutils/binutils_2.16.1cvs20051109-1.dsc
binutils_2.16.1cvs20051109-1_i386.deb
  to pool/main/b/binutils/binutils_2.16.1cvs20051109-1_i386.deb
binutils_2.16.1cvs20051109.orig.tar.gz
  to pool/main/b/binutils/binutils_2.16.1cvs20051109.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
James Troup <[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, 11 Nov 2005 20:38:22 +0000
Source: binutils
Binary: binutils-dev binutils-hppa64 binutils-multiarch binutils binutils-doc
Architecture: source i386 all
Version: 2.16.1cvs20051109-1
Distribution: unstable
Urgency: low
Maintainer: James Troup <[EMAIL PROTECTED]>
Changed-By: James Troup <[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
Closes: 326103 327780 333980 334626 334673 336175 336939
Changes: 
 binutils (2.16.1cvs20051109-1) unstable; urgency=low
 .
   * New upstream CVS snapshot.
    * Fixes broken PLT handling on m68k.  Closes: #327780
    * Don't compile flex files with -Werror, fixing mips builds.
      Closes: #333980
    * Don't check undefined symbols introduced by "ld -u" for TLS. Closes:
      #326103
 .
   * 117_mips_symbolic_link.dpatch: merged upstream - removed.
 .
   * debian/rules: pass --disable-werror on ia64 as current gcc generates
     too many false positives.  Closes: #336939
 .
   * 125_fix_tc_arm_cast.dpatch: new patch from Lennert Buytenhek to fix
     cast warning and arm builds.  Closes: #336175
 .
   * 121_i386_x86_64_biarch.dpatch: imported from Ubuntu at request of
     Daniel Jacobwitz to fix biarch linking on i386/amd64.  Closes:
     #334626, #334673
 .
   * debian/rules: remove any reference to pkgstriptranslations - an
     Ubuntu-ism that shouldn't have been in the Debian package in the first
     place but that isn't needed in Ubuntu any more in any event.
 .
   * debian/rules: MAKEOVERRIDES is now clobbered by the top level
     Makefile, so switch to overriding MAKE itself (sic) to pass the
     customized VERSION variable/string down to sub-directories for
     -multiarch and -hppa64 builds.  Thanks to Daniel Silverstone for the
     suggestion.
Files: 
 2420b88ab555cae973942b844a9c2baf 1506 devel standard 
binutils_2.16.1cvs20051109-1.dsc
 9f3d73b811cf6a2e6238b3cc47bddf57 15736352 devel standard 
binutils_2.16.1cvs20051109.orig.tar.gz
 b19e5db873933178c9696a8140b60b8f 34767 devel standard 
binutils_2.16.1cvs20051109-1.diff.gz
 54b0dd82cc063ecb212b7283be6e3bbe 469004 doc optional 
binutils-doc_2.16.1cvs20051109-1_all.deb
 e4487e6448e4763699139938b8a24200 2594256 devel standard 
binutils_2.16.1cvs20051109-1_i386.deb
 36a7743b0c07991a8ec40289882f4740 2400656 devel extra 
binutils-dev_2.16.1cvs20051109-1_i386.deb
 adaae0d52ef2b187c61ac1195c710af2 7157272 devel extra 
binutils-multiarch_2.16.1cvs20051109-1_i386.deb

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

iQIVAwUBQ3UHntfD8TGrKpH1AQJf0w/7BlPd22Vkp/2MLCdZOGz9/q9RxoYOqsz3
T8vX4evJYG+1WwhTFsfar7OH+Tw8dPiCXEJbumBNPrclrkjAw0WIUZCS2heXPuzd
IKE8o50NX6y+YxSrtra4CbVbCjSVYdPB+xRe1vkpS3PJos5aHPeNFQ5HQXjXJg62
UoAT+uPy+2zysPjJB70V7u5N28ln+MN1EBA2f8qEWBPa7Qio+n9XETzZ+g+YAvux
Qp9zXkJzeLlYcKjgDKBJDnAa4nihM5nMpZZqdtZZKaWC3xNPlHPaFy6HkkzJG+cd
Az26hLVBWBFi5WGxaGp3+SO8WNkF2byfC0XzA4x5ddV9aq2N8ddM5fh0XyGUQqCY
jDIa1YcfT4O1kkaQ8tDTeNmhhm0SCiFcMwkxZLZVetaCQY1LHOiCvx6Ba3Cs4UtL
HotGnVORzCGO/0f89TEiURApcrgDGC7QSiIBhdNZVtk3y6hPyMRO091X0WxfCaMM
3zQDGnWcrWAQzhaE003mD41IWm94ucdHwAKDv87d0Aj8CoA7vFriBZ+19Invnk5U
OBj03sPApR1auWeMnOX1tYM39FJ5wdt6cwzK01pjy6kIBselj8iXilecJL2MDls7
xoY2azm6haS7/DeEReVV1/ChpowPXZp8KnKQwlviTPuWpDWtXB0HIBOiv1lF3dpk
1tMqMOnUjAQ=
=4IHx
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to