[EMAIL PROTECTED] wrote these words on 12/26/05 10:48 CST:
> On Mon, 26 Dec 2005, Reinhard Schneidewind wrote:
>>But why does the following command not work?
>>
>>make -k check >glibc-check-log 2>&1
> 
> It may take a LONG time to finish.

On my not-so-modern-anymore Athlon 2400+, it takes a bit less
than 14 minutes as you can see from the timestamps created below:

[EMAIL PROTECTED]: ~/.../Installed-System/glibc-2.3.6 > cat make_check_start.ts
Wed Nov 23 17:15:49 Local time zone must be set--see zic manual page 2005

[EMAIL PROTECTED]: ~/.../Installed-System/glibc-2.3.6 > cat make_check_stop.ts
Wed Nov 23 17:29:39 Local time zone must be set--see zic manual page 2005
=========================================================================

And here is some relevant information:

[EMAIL PROTECTED]: ~/.../Installed-System/glibc-2.3.6 > ls -l check.log
-rw-r----- 1 rml install 2167983 Nov 23 11:29 check.log

[EMAIL PROTECTED]: ~/.../Installed-System/glibc-2.3.6 > wc -l check.log
3677 check.log

[EMAIL PROTECTED]: ~/.../Installed-System/glibc-2.3.6 > head -4 check.log
make -r PARALLELMFLAGS="" CVSOPTS="" -C ../glibc-2.3.6 objdir=`pwd` check
make[1]: Entering directory `/build/glibc-2.3.6'
make  -C csu tests
make[2]: Entering directory `/build/glibc-2.3.6/csu'

[EMAIL PROTECTED]: ~/.../Installed-System/glibc-2.3.6 > tail -2 check.log
scripts/check-c++-types.sh scripts/data/c++-types-i386-linux-gnu.data g++ [snip]
make[1]: Leaving directory `/build/glibc-2.3.6'

[EMAIL PROTECTED]: ~/.../Installed-System/glibc-2.3.6 > grep Error check.log
make[2]: [/build/glibc-build/posix/annexc.out] Error 1 (ignored)

-- 
Randy

rmlscsi: [GNU ld version 2.15.94.0.2 20041220] [gcc (GCC) 3.4.3]
[GNU C Library stable release version 2.3.4] [Linux 2.6.10 i686]
10:51:00 up 92 days, 20:15, 3 users, load average: 0.00, 0.10, 0.23
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to