Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2008 08:40:10 -0500
From:      "illoai@gmail.com" <illoai@gmail.com>
To:        "Leslie Jensen" <leslie@eskk.nu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: buildworld error with 7.1 BETA
Message-ID:  <d7195cff0809190640w1097a18ekeb2845600c0aeab@mail.gmail.com>
In-Reply-To: <48D37478.1000808@eskk.nu>
References:  <48D37478.1000808@eskk.nu>

next in thread | previous in thread | raw e-mail | index | archive | help
2008/9/19 Leslie Jensen <leslie@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. :)

-- 
--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d7195cff0809190640w1097a18ekeb2845600c0aeab>