#2569: glibc-2.11.1 lfs6.6rc1 configparms can cause more test failures
---------------------+------------------------------------------------------
Reporter: ringlis | Owner: lfs-b...@…
Type: task | Status: new
Priority: normal | Milestone: 6.6
Component: Book | Version: SVN
Severity: normal | Keywords:
---------------------+------------------------------------------------------
I compiled this same set of sources except using kernel 2.6.32.5 using
lfs-svn-20100126-28 and only had the one ignored posix/annexc test error.
Tonight I seen the lfs6.6rc1 on the website so I started setting up a new
build.
Using the command: case `uname -m` in
i?86) echo "CFLAGS += -march=i486 -mtune=native -O3 -pipe" > configparms
;;
esac
Produced the following error log:
root:/sources/glibc-build# grep Error ../glibc-check-log
make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored)
make[2]: *** [/sources/glibc-build/rt/tst-cpuclock2.out] Error 1
make[1]: *** [rt/tests] Error 2
make: *** [check] Error 2
Removing the "-O3" from the same configparms command produced this error
log:
root:/sources/glibc-build# grep Error ../glibc-check-log-2
make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored)
root:/sources/glibc-build#
Machine is AMD Phenom II 955 running a svn build from Christmas, using
2.6.32.2 kernel, if this is of any help.
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2569>
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