Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2017 11:13:31 +0530
From:      Aijaz Baig <aijazbaig1@gmail.com>
To:        markmi@dsl-only.net
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Fwd: buildworld fails while building static clang library
Message-ID:  <CAHB2L%2BcP3RDo7c6ghP_DeeiYGYozRZONwZ-3zTcFOUtJho3KTg@mail.gmail.com>
In-Reply-To: <CAHB2L%2BemryR6gFxynmrKCj-Ezge3T3XVfEbiiyj0YkePC4%2BbCw@mail.gmail.com>
References:  <CAHB2L%2BfM8xtRWo8XU59yT=vrtUjv6v_JEkg_8ehyMDp3ME%2BvsQ@mail.gmail.com> <9C14A21D-1C17-44F9-882B-4A01C311E164@FreeBSD.org> <CAHB2L%2BeKi2XaaVwzn0KBmn-xQd52f7hxex_8CPx_YGi5B14pWg@mail.gmail.com> <37395FD6-09E5-4C11-A189-7B3050E9A541@FreeBSD.org> <CAHB2L%2BemryR6gFxynmrKCj-Ezge3T3XVfEbiiyj0YkePC4%2BbCw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Yes you could be correct. See my reply below to Dimitry.

And if this indeed is an issue is there a workaround? Or based on my first
question, do I really need to buildworld?

---------- Forwarded message ----------
From: Aijaz Baig <aijazbaig1@gmail.com>
Date: Sun, Aug 6, 2017 at 9:53 AM
Subject: Re: buildworld fails while building static clang library
To: Dimitry Andric <dim@freebsd.org>
Cc: FreeBSD Current <freebsd-current@freebsd.org>, Ed Maste <
emaste@freebsd.org>


Hello

Yes guilty as charged!!!

I turn off optimization and enable DEBUG_FLAGS using src.conf:

CFLAGS= -O0 -pipe
COPTFLAGS= -O0 -pipe
DEBUG_FLAGS=-g

This time however I run without any parallel make jobs and it fails with a
different error:

*** Signal 9

Stop.
make[6]: stopped in /usr/src/lib/clang/libclang
*** Error code 1

Stop.
make[5]: stopped in /usr/src/lib/clang
*** Error code 1

Stop.
make[4]: stopped in /usr/src/lib
*** Error code 1

Stop.
make[3]: stopped in /usr/src
*** Error code 1

Stop.
make[2]: stopped in /usr/src
*** Error code 1

Stop.
make[1]: stopped in /usr/src
*** Error code 1

Stop.
make: stopped in /usr/src

Keen to hear

Best Regards,
Aijaz Baig



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHB2L%2BcP3RDo7c6ghP_DeeiYGYozRZONwZ-3zTcFOUtJho3KTg>