* [PATCH] glibc 2.7 fails to build
@ 2009-02-13 10:26 Roman I Khimov
2009-02-13 10:54 ` Koen Kooi
0 siblings, 1 reply; 3+ messages in thread
From: Roman I Khimov @ 2009-02-13 10:26 UTC (permalink / raw)
To: OpenEmbedded Devel List
[-- Attachment #1: Type: text/plain, Size: 1909 bytes --]
Hello.
As I've mentioned some days ago, I'd submitted several bugs via bugzilla and
as there is zero reaction on it and in general direction to completely stop
using it, I'm reposting that patches here.
This one is bug 5000 (http://bugs.openembedded.net/show_bug.cgi?id=5000):
glibc 2.7 fails to build with
===========
In file included from ../include/limits.h:125,
from ../nptl/sysdeps/pthread/allocalim.h:21,
from ../include/alloca.h:20,
from ../stdlib/stdlib.h:497,
from ../include/stdlib.h:8,
from ../nptl/sysdeps/i386/i686/../tls.h:28,
from ../nptl/sysdeps/i386/i686/tls.h:34,
from ../include/tls.h:6,
from ../sysdeps/unix/sysv/linux/i386/sysdep.h:30,
from <stdin>:1:
/home/rik/work/altell/distro/oe/tmp/staging/i686-linux/usr/include/limits.h:125:26:
error: no include path in which to search for limits.h
===============
Configuration tried was for x86-32-nocona.
Fixed easily by applying same glibc-use-isystem-include-fixed.patch as used
with 2.6.1, like in patch attached
diff --git a/packages/glibc/glibc_2.7.bb b/packages/glibc/glibc_2.7.bb
index 3349ce5..2bd4fa4 100644
--- a/packages/glibc/glibc_2.7.bb
+++ b/packages/glibc/glibc_2.7.bb
@@ -65,7 +65,8 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.bz2 \
file://generic-bits_typesizes.h \
file://generic-bits_time.h \
file://etc/ld.so.conf \
- file://generate-supported.mk"
+ file://generate-supported.mk \
+ file://glibc-use-isystem-include-fixed.patch;patch=1"
# Build fails on sh3 and sh4 without additional patches
--
Roman
http://roman.khimov.ru
mailto: roman@khimov.ru
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0xE5E055C3
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 204 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] glibc 2.7 fails to build
2009-02-13 10:26 [PATCH] glibc 2.7 fails to build Roman I Khimov
@ 2009-02-13 10:54 ` Koen Kooi
2009-02-13 11:59 ` Roman I Khimov
0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2009-02-13 10:54 UTC (permalink / raw)
To: openembedded-devel
On 13-02-09 11:26, Roman I Khimov wrote:
> Hello.
>
> As I've mentioned some days ago, I'd submitted several bugs via bugzilla and
> as there is zero reaction on it and in general direction to completely stop
> using it, I'm reposting that patches here.
Your patch looks good to go in, but I have a general remark, which will
save you a lot of trouble:
> /home/rik/work/altell/distro/oe/tmp/staging/i686-linux/usr/include/limits.h:125:26:
Set TARGET_VENDOR (or use angstrom, it does that for you) so the native
system (i686-linux) and the target (i686-linux) don't share the same
staging area.
regards,
Koen
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] glibc 2.7 fails to build
2009-02-13 10:54 ` Koen Kooi
@ 2009-02-13 11:59 ` Roman I Khimov
0 siblings, 0 replies; 3+ messages in thread
From: Roman I Khimov @ 2009-02-13 11:59 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 601 bytes --]
Koen Kooi:
> On 13-02-09 11:26, Roman I Khimov wrote:
> > /home/rik/work/altell/distro/oe/tmp/staging/i686-linux/usr/include/limi
> >ts.h:125:26:
>
> Set TARGET_VENDOR (or use angstrom, it does that for you) so the native
> system (i686-linux) and the target (i686-linux) don't share the same
> staging area.
Understood, thanks. We're building on x86_64, so they're not shared in this
case, but for our distro in general it is a bug.
--
Roman
http://roman.khimov.ru
mailto: roman@khimov.ru
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0xE5E055C3
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 204 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-02-13 12:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-13 10:26 [PATCH] glibc 2.7 fails to build Roman I Khimov
2009-02-13 10:54 ` Koen Kooi
2009-02-13 11:59 ` Roman I Khimov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.