Bug#493651: Failure building d-i images, bintutils fails - sid/experimental amd64

2011-04-25 Thread Miguel Figueiredo
Hi,

On Monday 25 April 2011 00:36:40 Jonathan Nieder wrote:

[...]

 Does it still happen in squeeze?

It works with squeeze.
 
-- 
Melhores cumprimentos/Best regards,

Miguel Figueiredo
http://www.DebianPT.org



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#493651: Failure building d-i images, bintutils fails - sid/experimental amd64

2011-04-24 Thread Jonathan Nieder
Hi,

Miguel Figueiredo wrote:

 $ objcopy --strip-unneeded -R .note -R .comment  /lib//libpthread.so.0 
 ./tmp/netboot/tree/lib/libpthread.so.0-so-stripped
 BFD: BFD (GNU Binutils for Debian) 2.18.50.20080507 internal error, aborting 
 at../../bfd/elf.c line 4612 in assign_file_positions_for_non_load_sections

Neutron Soutmun wrote:

 On amd64 and unstable (sid) environment that the binutils 2.19.1-1 is
 available for upgrade but it's issue an error like Miguel Figueiredo
 said before,

 Downgrade the binutils to 2.18.1~cvs20080103-7 (the same as now stable -
 Lenny) solve this problem for me.

Sorry for a slow response.  I tried to reproduce this without luck.
Does it still happen in squeeze?



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#493651: Failure building d-i images, bintutils fails - sid/experimental amd64

2008-08-04 Thread Miguel Figueiredo
Hi,

- running 'by-hand':

$:~/debian/debian-installer/installer/build$ objcopy --strip-unneeded -R .note 
-R .comment  /lib//libpthread.so.0 ./tmp/netboot/tree/lib/libpthread.so.0-so-
stripped
BFD: BFD (GNU Binutils for Debian) 2.18.50.20080507 internal error, aborting 
at../../bfd/elf.c line 4612 in assign_file_positions_for_non_load_sections

BFD: Please report this bug.

- I have installed libc version 2.7-13.

- I noticed that was released a new version in experimental 
(2.18.50.20080803-1) and I do get the same result with this version after 
upgrading.

- I am including debian-boot so other people, who build the installer, can 
also take a look.

-- 

Melhores Cumprimentos/Best Regards

Miguel Figueiredo
http://www.DebianPT.org


A Sunday 03 August 2008 23:57:35, Daniel Jacobowitz escreveu:
 On Sun, Aug 03, 2008 at 11:37:02PM +0100, Miguel Figueiredo wrote:
  BFD: BFD (GNU Binutils for Debian) 2.18.50.20080507 internal error,
  aborting at../../bfd/elf.c line 4612 in
  assign_file_positions_for_non_load_sections
 
  BFD: Please report this bug.
 
  Command failed with status 1 : objcopy --strip-unneeded -R .note -R
  .comment /lib//libpthread.so.0
  ./tmp/netboot/tree/lib/libpthread.so.0-so-stripped

 Can you reproduce by running this command by hand?  What version of
 libc6 is installed?




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



Bug#493651: Failure building d-i images, bintutils fails - sid/experimental amd64

2008-08-04 Thread Matthias Klose
tag 493651 + moreinfo
thanks

please recheck with the recent binutils from experimental. if this
still fails, please attach all files used for this invocation in the
bug report.

Miguel Figueiredo writes:
 Package: binutils
 Version: 2.18.50.20080507-1
 Severity: important
 
 Building d-i's images on sid/experimental on amd64 fails with the following 
 messages:
 
 
 No pic file found for /lib//libpthread.so.0 ; copying
 BFD: BFD (GNU Binutils for Debian) 2.18.50.20080507 internal error, aborting 
 at../../bfd/elf.c line 4612 in assign_file_positions_for_non_load_sections
 
 BFD: Please report this bug.
 
 Command failed with status 1 : objcopy --strip-unneeded -R .note -R .comment 
 /lib//libpthread.so.0 ./tmp/netboot/tree/lib/libpthread.so.0-so-stripped
 With output:
 make[2]: *** [stamps/tree-netboot-stamp] Error 1
 make[1]: *** [_build] Error 2
 make: *** [build_netboot] Error 2
 
 
 -- 
 
 Melhores Cumprimentos/Best Regards
 
 Miguel Figueiredo
 http://www.DebianPT.org
 
 
 
 



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



Bug#493651: Failure building d-i images, bintutils fails - sid/experimental amd64

2008-08-03 Thread Miguel Figueiredo
Package: binutils
Version: 2.18.50.20080507-1
Severity: important

Building d-i's images on sid/experimental on amd64 fails with the following 
messages:


No pic file found for /lib//libpthread.so.0 ; copying
BFD: BFD (GNU Binutils for Debian) 2.18.50.20080507 internal error, aborting 
at../../bfd/elf.c line 4612 in assign_file_positions_for_non_load_sections

BFD: Please report this bug.

Command failed with status 1 : objcopy --strip-unneeded -R .note -R .comment 
/lib//libpthread.so.0 ./tmp/netboot/tree/lib/libpthread.so.0-so-stripped
With output:
make[2]: *** [stamps/tree-netboot-stamp] Error 1
make[1]: *** [_build] Error 2
make: *** [build_netboot] Error 2


-- 

Melhores Cumprimentos/Best Regards

Miguel Figueiredo
http://www.DebianPT.org






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



Bug#493651: Failure building d-i images, bintutils fails - sid/experimental amd64

2008-08-03 Thread Daniel Jacobowitz
On Sun, Aug 03, 2008 at 11:37:02PM +0100, Miguel Figueiredo wrote:
 BFD: BFD (GNU Binutils for Debian) 2.18.50.20080507 internal error, aborting 
 at../../bfd/elf.c line 4612 in assign_file_positions_for_non_load_sections
 
 BFD: Please report this bug.
 
 Command failed with status 1 : objcopy --strip-unneeded -R .note -R .comment 
 /lib//libpthread.so.0 ./tmp/netboot/tree/lib/libpthread.so.0-so-stripped

Can you reproduce by running this command by hand?  What version of
libc6 is installed?

-- 
Daniel Jacobowitz
CodeSourcery



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