Hello,

> 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.
> [..]
> # make buildworld
> it breaks with these last lines:
> ----
> [.......... lines suppressed ......]

> building shared library libpmc.so.3
> ===> 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_pshared.c

> make: don't know how to make 
> /usr/src.lib/libpthread/arch/i386/include/pthread_md.h. Stop
> *** Error code 2

when make tries to rebuild source files, this is often an indication
of mis-set system clocks. Check date/time settings on your machine.

Wolfgang
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to