#2883: Glibc-2.14
------------------------------------------+---------------------------------
Reporter: matthew@… | Owner: bdubbs@…
Type: enhancement | Status: assigned
Priority: normal | Milestone: 6.9
Component: Book | Version: SVN
Severity: normal | Keywords:
------------------------------------------+---------------------------------
Comment(by bdubbs@…):
Just an update. I found that configure would not complete in the LFS
Chapter 5 environment because it could not compile with cpuid.h. I
created a patch to skip that test:
{{{
diff -Naur glibc-2.14/sysdeps/i386/configure
glibc-2.14.new/sysdeps/i386/configure
--- glibc-2.14/sysdeps/i386/configure 2011-05-30 23:12:33.000000000
-0500
+++ glibc-2.14.new/sysdeps/i386/configure 2011-06-27
17:20:58.000000000 -0500
@@ -636,7 +636,8 @@
if test "x$ac_cv_header_cpuid_h" = x""yes; then :
else
- as_fn_error $? "gcc must provide the <cpuid.h> header" "$LINENO" 5
+ :
+ #as_fn_error $? "gcc must provide the <cpuid.h> header" "$LINENO" 5
fi
}}}
binutils-2.21.1 seems to have fixed the linking problem.
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2883#comment:6>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page