buildworld error with 7.1 BETA

illoai at gmail.com illoai at gmail.com
Fri Sep 19 13:40:11 UTC 2008


2008/9/19 Leslie Jensen <leslie at eskk.nu>:
> 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. :)

-- 
--


More information about the freebsd-questions mailing list