LFS 6.7 Chapter 6.9 Glibc errors

2010-11-02 Thread David Shaw
I just want to quickly check that the following is acceptable from the glibc check before I move on. Many thanks, David Shaw root:/sources/glibc-2.12.1-build# grep Error glibc-check-log make[2]: *** [/sources/glibc-2.12.1-build/stdio-common/bug22.out] Error 1 make[1]: *** [stdio-common/tests]

Re: building a driver for a different system

2010-11-02 Thread Baho Utot
On 11/02/10 07:21, Jannis Kafkoulas wrote: Off topic for this listbut see below. Hi, well it's not exactly a lfs issue but a similar one in his structure. I have a RedHat EL 5.5 installed on a HP Proliant DL 360 server. I actually need the 5.0 version but it's missing (at least) the NIC

Re: LFS 6.7 Chapter 6.9 Glibc errors

2010-11-02 Thread Bruce Dubbs
David Shaw wrote: I just want to quickly check that the following is acceptable from the glibc check before I move on. root:/sources/glibc-2.12.1-build# grep Error glibc-check-log make[2]: *** [/sources/glibc-2.12.1-build/stdio-common/bug22.out] Error 1 make[1]: *** [stdio-common/tests]

Re: LFS 6.7 Chapter 6.9 Glibc errors

2010-11-02 Thread David Shaw
On 02/11/10 21:11, Bruce Dubbs wrote: I don't recall seeing this error. It would be helpful to see what the contents of bug22.out are, however, the test has: FILE *fp = fopen (/dev/null, w); if (fp == NULL) { puts (cannot open /dev/null); return 1; } Have you mounted /dev