Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] binutils ftbfs on x86_amd64 host
@ 2008-02-13 22:26 Fathi Boudra
  2008-02-13 23:42 ` Hamish Moffatt
  0 siblings, 1 reply; 6+ messages in thread
From: Fathi Boudra @ 2008-02-13 22:26 UTC (permalink / raw)
  To: buildroot

Hi,

using latest buildroot to build an uClibc cross-compiler toolchain,
I have a ftbfs at binutils stage. Same results with 2.18 and 2.18.50.0.1.
My host is a Debian Sid amd64. Any ideas how to fix ?

cheers,

Fathi

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] binutils ftbfs on x86_amd64 host
  2008-02-13 22:26 [Buildroot] binutils ftbfs on x86_amd64 host Fathi Boudra
@ 2008-02-13 23:42 ` Hamish Moffatt
  2008-02-14  8:14   ` Fathi Boudra
  0 siblings, 1 reply; 6+ messages in thread
From: Hamish Moffatt @ 2008-02-13 23:42 UTC (permalink / raw)
  To: buildroot

On Wed, Feb 13, 2008 at 11:26:21PM +0100, Fathi Boudra wrote:
> using latest buildroot to build an uClibc cross-compiler toolchain,
> I have a ftbfs at binutils stage. Same results with 2.18 and 2.18.50.0.1.
> My host is a Debian Sid amd64. Any ideas how to fix ?

What's your target? Maybe you can post your .config. I use an amd64 host
here building for armeb without issue.

Hamish
-- 
Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] binutils ftbfs on x86_amd64 host
  2008-02-13 23:42 ` Hamish Moffatt
@ 2008-02-14  8:14   ` Fathi Boudra
  2008-02-14 12:40     ` Hamish Moffatt
  0 siblings, 1 reply; 6+ messages in thread
From: Fathi Boudra @ 2008-02-14  8:14 UTC (permalink / raw)
  To: buildroot

Hi Hamish,

What's your target ?


powerpc (mpc8347e)


> Maybe you can post your .config. I use an amd64 host
> here building for armeb without issue.


I tried on i386 chroot, same failure.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20080214/b64dcbb8/attachment.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config
Type: application/octet-stream
Size: 14469 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20080214/b64dcbb8/attachment.obj 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] binutils ftbfs on x86_amd64 host
  2008-02-14  8:14   ` Fathi Boudra
@ 2008-02-14 12:40     ` Hamish Moffatt
  2008-02-14 14:55       ` Fathi Boudra
  0 siblings, 1 reply; 6+ messages in thread
From: Hamish Moffatt @ 2008-02-14 12:40 UTC (permalink / raw)
  To: buildroot

On Thu, Feb 14, 2008 at 09:14:19AM +0100, Fathi Boudra wrote:
> Hi Hamish,
> 
> What's your target ?
> 
> 
> powerpc (mpc8347e)

Mine's armeb (xscale).

> > Maybe you can post your .config. I use an amd64 host
> > here building for armeb without issue.
> 
> I tried on i386 chroot, same failure.

I guess it's not a host-specific problem then ;)

Hamish
-- 
Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] binutils ftbfs on x86_amd64 host
  2008-02-14 12:40     ` Hamish Moffatt
@ 2008-02-14 14:55       ` Fathi Boudra
  2008-02-15  9:38         ` Fathi Boudra
  0 siblings, 1 reply; 6+ messages in thread
From: Fathi Boudra @ 2008-02-14 14:55 UTC (permalink / raw)
  To: buildroot

> I guess it's not a host-specific problem then ;)
>

unfortunately, I tried on 3 different machines (Sid amd64):
- on 2 machines, I have binutils ftbfs
- on 3rd machine, another ftbfs:
libpthread/linuxthreads/sysdeps/pthread/errno-loc.c:23:27: error:
sysdep-cancel.h: No such file or directory
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20080214/fb4b03de/attachment.htm 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] binutils ftbfs on x86_amd64 host
  2008-02-14 14:55       ` Fathi Boudra
@ 2008-02-15  9:38         ` Fathi Boudra
  0 siblings, 0 replies; 6+ messages in thread
From: Fathi Boudra @ 2008-02-15  9:38 UTC (permalink / raw)
  To: buildroot

binutils 2.18 ftbfs is a known issue.
1) you must have texinfo installed
2) makeinfo parameters changed

 It's fixed in binutils snapshot.

btw, I can reproduce the 2nd ftbfs and is related to uClibc thread library
implementation:
libpthread/linuxthreads/sysdeps/pthread/errno-loc.c:23:27: error:
sysdep-cancel.h: No such file or directory

This is reproducible for powerpc target and NPTL support option.
Switching to another thread library implementation workarounds the issue.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20080215/0a3b706d/attachment.htm 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-02-15  9:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-13 22:26 [Buildroot] binutils ftbfs on x86_amd64 host Fathi Boudra
2008-02-13 23:42 ` Hamish Moffatt
2008-02-14  8:14   ` Fathi Boudra
2008-02-14 12:40     ` Hamish Moffatt
2008-02-14 14:55       ` Fathi Boudra
2008-02-15  9:38         ` Fathi Boudra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox