Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2012 14:34:15 +0300
From:      Sergey Kandaurov <pluknet@gmail.com>
To:        Nikos Vassiliadis <nvass@gmx.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: strange buildworld failure
Message-ID:  <CAE-mSO%2BD-KCbJrYrV4c%2BST4Jz0YNRKWnZD6gode2dMGP33=qWA@mail.gmail.com>
In-Reply-To: <50AF3509.7070402@gmx.com>
References:  <50AF3509.7070402@gmx.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 23 November 2012 12:34, Nikos Vassiliadis <nvass@gmx.com> wrote:
> Hi,
>
> I am trying to buildworld but it fails here:
>>
>> ===> usr.bin/ypwhich (all)
>> cc -O2 -pipe  -std=gnu99 -Qunused-arguments -fstack-protector
>> -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -
>> Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int
>> -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-
>> unused-function -Wno-conversion -Wno-switch -Wno-switch-enum -c
>> /usr/src/usr.bin/ypwhich/ypwhich.c
>> gzip -cn /usr/src/usr.bin/ypwhich/ypwhich.1 > ypwhich.1.gz
>> cc -O2 -pipe  -std=gnu99 -Qunused-arguments -fstack-protector
>> -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -
>> Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int
>> -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-
>> unused-function -Wno-conversion -Wno-switch -Wno-switch-enum  -o ypwhich
>> ypwhich.o
>> 1 error
>> *** [everything] Error code 2
>> 1 error
>> *** [buildworld] Error code 2
>> 1 error
>
>
> My make.conf has these:
> WITHOUT_X11=1
> MALLOC_PRODUCTION=1
> NO_CLEAN=1
>
> Also, my src.conf had WITHOUT_CLANG but I deleted it and then I
> also deleted /usr/obj when it failed for the first time. But that
> didn't work. I am building with -j3.

Does it always fail there at usr.bin/ypwhich?
It's likely that -j3 is the culprit of why you do not see the actual build
error because it might be lost off the screen. Try to restart without -jN.

-- 
wbr,
pluknet



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAE-mSO%2BD-KCbJrYrV4c%2BST4Jz0YNRKWnZD6gode2dMGP33=qWA>