﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
2569	glibc-2.11.1 lfs6.6rc1 configparms can cause more test failures	Robert L. Inglis	lfs-book@…	"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."	task	closed	normal	6.6	Book	SVN	normal	fixed		
