Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Mar 2016 14:38:28 +0200
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Aleksander Alekseev <mail@eax.me>
Cc:        Gary Jennejohn <gljennjohn@gmail.com>, Michael Gmelin <freebsd@grem.de>, freebsd-current@freebsd.org
Subject:   Re: Need some help with ports and rebuilding the world
Message-ID:  <72586F27-113D-4225-B7AB-A890C9522CD5@FreeBSD.org>
In-Reply-To: <20160329123821.120d8de8@fujitsu>
References:  <20160327234202.178df9a4@fujitsu> <20160327225612.713eaa2a@bsd64.grem.de> <20160328084735.29eff991@fujitsu> <20160328094742.68bc9046@ernst.home> <20160328170031.023f0adb@fujitsu> <E42D3AE7-A444-4514-BF6A-D286A274B147@FreeBSD.org> <20160329123821.120d8de8@fujitsu>

next in thread | previous in thread | raw e-mail | index | archive | help

--Apple-Mail=_B7F21DAA-3C52-4469-91B8-77FF676FA23D
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=us-ascii

On 29 Mar 2016, at 11:38, Aleksander Alekseev <mail@eax.me> wrote:
> 
> OK, here is what I did so far.
> 
> First I booted with 10.2 kernel (it's always good to have a backup).
> Now I have 10.2 kernel and world. After that I installed clang38 using
> ports (and discovered a bug #208375 in a process).
> 
>> Don't try to build world with ports clang, it's not yet supported (at
>> least not officially, and without jumping through some flaming
>> hoops).
> 
> It explains a lot, thanks!
> 
>> Just use the compiler in the base system.
> 
> ... but I got same errors using system clang 3.4.1:
> 
> http://pastebin.com/raw/zz5UGsQV
> 
> I'm at r297373 currently.
> 
> Any ideas?

For some reason, your build does not pick up the __alloc_size defines
from sys/cdefs.h.  You will have to figure out which cdefs.h your build
is including, and check whether that is in sync with the rest of your
source tree.

If all else fails, delete your complete source tree, delete everything
in /usr/obj, and restart the build.  Also, in case settings in make.conf
or src.conf are causing trouble, start with an empty make.conf and
src.conf first, then add any settings one by one, to find the culprit.

-Dimitry



--Apple-Mail=_B7F21DAA-3C52-4469-91B8-77FF676FA23D
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename=signature.asc
Content-Type: application/pgp-signature;
	name=signature.asc
Content-Description: Message signed with OpenPGP using GPGMail

-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.29

iEYEARECAAYFAlb6d0sACgkQsF6jCi4glqNOqACfSf6BWOcWq/nIwT4xeYpshugB
gccAn0+fQIj99sQea25N7fKeLMbSehLy
=Cwi5
-----END PGP SIGNATURE-----

--Apple-Mail=_B7F21DAA-3C52-4469-91B8-77FF676FA23D--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?72586F27-113D-4225-B7AB-A890C9522CD5>