2008/9/19 Leslie Jensen <[EMAIL PROTECTED]>:
> make -j 4 buildworld
>
> gives after a while the following
>
> gzip -cn /usr/src/usr.sbin/zic/zdump/../zdump.8 > zdump.8.gz
> cc -O2 -fno-strict-aliasing -pipe  -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone
> -DSTD_INSPIRED -DPCTS -DHAVE_LONG_DOUBLE -DTZDIR=\"/usr/share/zoneinfo\"
> -Demkdir=mkdir -I/usr/src/usr.sbin/zic/zdump/..
> -I/usr/src/usr.sbin/zic/zdump/../../../lib/libc/stdtime   -o zdump zdump.o
> ialloc.o scheck.o
> ===> usr.sbin/zzz (all)
> gzip -cn /usr/src/usr.sbin/zzz/zzz.8 > zzz.8.gz
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
>
> Suggestions?

Build without -j so the error message is sensible.

That should always be the first thing you strip out on failure,
and before you even bother to report. :)

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

Reply via email to