make buildworld is always braking at various points

Peter Jeremy peterjeremy at optushome.com.au
Sun Jan 7 18:08:33 UTC 2007


On Sun, 2007-Jan-07 17:44:24 +0100, Christoph Illnar wrote:
>I keep having troubles compiling either 6.1-RELEASE and 6.2-RC2.
>I downloaded sources, extracted them with install.sh and did a cvsup.
>
>My installed system is 6.1-RELEASE and I keep trying to compile it on my 
>own.

Is the failure consistent?  I suspect you may have bad RAM.

>===> lib/libpthread (all)
>
>[.......... lines suppressed ......]
>
>cc -O2 -fno-strict-aliasing -pipe -march=pentium4 -DPTHREAD_KERNEL 
>-I/usr/src/lib/libpthread/../libc/include 
>-I/usr/src/lib/libpthread/thread 
>-I/usr/src/lib/libpthread/../../include 
>-I/usr/src/lib/libpthread/arch/i386/include 
>-I/usr/src/lib/libpthread/sys 
>-I/usr/src/lib/libpthread/../../libexec/rtld-elf 
>-I/usr/src/lib/libpthread/../../libexec/rtld-elf/i386 -fno-builtin 
>-D_LOCK_DEBUG -D_PTHREADS_INVARIANTS -Wall 
>-I/usr/src/lib/libpthread/../libc/i386  -c 
>/usr/src/lib/libpthread/thread/thr_condattr_init.c
>
>cc -O2 -fno-strict-aliasing -pipe -march=pentium4 -DPTHREAD_KERNEL 
>-I/usr/src/lib/libpthread/../libc/include 
>-I/usr/src/lib/libpthread/thread 
>-I/usr/src/lib/libpthread/../../include 
>-I/usr/src/lib/libpthread/arch/i386/include 
>-I/usr/src/lib/libpthread/sys 
>-I/usr/src/lib/libpthread/../../libexec/rtld-elf 
>-I/usr/src/lib/libpthread/../../libexec/rtld-elf/i386 -fno-builtin 
>-D_LOCK_DEBUG -D_PTHREADS_INVARIANTS -Wall 
>-I/usr/src/lib/libpthread/../libc/i386  -c 
>/usr/src/lib/libpthread/thread/thr_condattr_pshared.c
>
>make: don't know how to make 
>/usr/src.lib/libpthread/arch/i386/include/pthread_md.h. Stop
>*** Error code 2

Note that:
1) "/usr/src.lib/" does not normally exist;
2)  "." and "/" differ by 1 bit;
3) The cc line shows "-I/usr/src/lib/libpthread/arch/i386/include";
4) Compiling thr_condattr_init.c uses the same #include sequence to
   successfully load "pthread_md.h";
5) None of the test build boxes are reporting any problems.

Please try running a memory test, or swapping your RAM.

-- 
Peter Jeremy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20070107/0cb3f80c/attachment.pgp


More information about the freebsd-stable mailing list