Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 1171] New: Linuxthreads new cannot find sysdep.h
@ 2010-02-21 23:49 bugzilla at busybox.net
  2010-06-07 14:49 ` [Buildroot] [Bug 1171] " bugzilla at busybox.net
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2010-02-21 23:49 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=1171

              Host: i686-pc-linux-gnu
            Target: i686-pc-linux-uclibc
             Build: i686-pc-linux-uclibc
           Summary: Linuxthreads new cannot find sysdep.h
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: dandart at googlemail.com
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Making with Linuxthreads new comes up with this error:

/usr/bin/make -j1 -C /home/dan/xenon/buildroot/output/toolchain/uClibc-0.9.30.2
\
                ARCH="i386" \
                PREFIX= \
                DEVEL_PREFIX=/ \
                RUNTIME_PREFIX=/ \
                HOSTCC="/usr/bin/gcc" \
                all
make[1]: Entering directory
`/home/dan/xenon/buildroot/output/toolchain/uClibc-0.9.30.2'
  CC ldso/ldso/ldso.oS
In file included from
./libpthread/linuxthreads/sysdeps/i386/i686/pt-machine.h:73,
                 from ./libpthread/linuxthreads/sysdeps/i386/pt-machine.h:24,
                 from ./libpthread/linuxthreads/sysdeps/i386/tls.h:23,
                 from ./include/bits/uClibc_errno.h:35,
                 from ./include/errno.h:62,
                 from ./include/bits/syscalls.h:14,
                 from ./include/sys/syscall.h:34,
                 from ./ldso/ldso/i386/dl-syscalls.h:3,
                 from ./ldso/include/dl-syscall.h:12,
                 from ./ldso/include/ldso.h:37,
                 from ldso/ldso/ldso.c:33:
./libpthread/linuxthreads/sysdeps/i386/i686/../useldt.h:25:20: error: sysdep.h:
No such file or directory
make[1]: *** [ldso/ldso/ldso.oS] Error 1
make[1]: Leaving directory
`/home/dan/xenon/buildroot/output/toolchain/uClibc-0.9.30.2'
make: ***
[/home/dan/xenon/buildroot/output/toolchain/uClibc-0.9.30.2/lib/libc.a] Error 2


Replacing sysdep.h with sys/syscall.h seems to work, as per
http://old.nabble.com/-Bug-153--New:-not-able-to-build-buildroot-td22372229.html

This still hasn't been updated in the git tree however, or fixed any other way.
I am still getting this in 02/2010.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 1171] Linuxthreads new cannot find sysdep.h
  2010-02-21 23:49 [Buildroot] [Bug 1171] New: Linuxthreads new cannot find sysdep.h bugzilla at busybox.net
@ 2010-06-07 14:49 ` bugzilla at busybox.net
  2010-07-18 21:34 ` bugzilla at busybox.net
  2011-09-18 15:57 ` bugzilla at busybox.net
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2010-06-07 14:49 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=1171

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal

--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com>  ---
Can you try again with the latest Buildroot version, and if it fails, send us
your .config file ?

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 1171] Linuxthreads new cannot find sysdep.h
  2010-02-21 23:49 [Buildroot] [Bug 1171] New: Linuxthreads new cannot find sysdep.h bugzilla at busybox.net
  2010-06-07 14:49 ` [Buildroot] [Bug 1171] " bugzilla at busybox.net
@ 2010-07-18 21:34 ` bugzilla at busybox.net
  2011-09-18 15:57 ` bugzilla at busybox.net
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2010-07-18 21:34 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=1171

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |raj.khem at gmail.com

--- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com>  ---
I've tested a simple x86 toolchain-only build with LINUXTHREADS_NEW, and
indeed, it fails with this exact error message. This problem was also reported
at http://old.nabble.com/LINUXTHREADS_NEW-bug.-td19717126.html but it doesn't
seem to have been fixed.

I think we should try to ask uClibc people about this. Khem, can you share some
info about the status of LINUXTHREADS_NEW in uClibc ?

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

* [Buildroot] [Bug 1171] Linuxthreads new cannot find sysdep.h
  2010-02-21 23:49 [Buildroot] [Bug 1171] New: Linuxthreads new cannot find sysdep.h bugzilla at busybox.net
  2010-06-07 14:49 ` [Buildroot] [Bug 1171] " bugzilla at busybox.net
  2010-07-18 21:34 ` bugzilla at busybox.net
@ 2011-09-18 15:57 ` bugzilla at busybox.net
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2011-09-18 15:57 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=1171

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com>  ---
linuxthreads new now seems to work fine with uClibc 0.9.32, at least an i386
and ARM Buildroot build with toolchain and Busybox work fine. uClibc 0.9.30.2
is probably still broken, but we aren't going to fix that sort of problems in
older versions of uClibc.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

end of thread, other threads:[~2011-09-18 15:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-21 23:49 [Buildroot] [Bug 1171] New: Linuxthreads new cannot find sysdep.h bugzilla at busybox.net
2010-06-07 14:49 ` [Buildroot] [Bug 1171] " bugzilla at busybox.net
2010-07-18 21:34 ` bugzilla at busybox.net
2011-09-18 15:57 ` bugzilla at busybox.net

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