Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Mar 2016 17:28:35 +0300
From:      Aleksander Alekseev <mail@eax.me>
To:        Michael Gmelin <freebsd@grem.de>
Cc:        Dimitry Andric <dim@FreeBSD.org>, Gary Jennejohn <gljennjohn@gmail.com>, freebsd-current@freebsd.org
Subject:   Re: Need some help with ports and rebuilding the world
Message-ID:  <20160329172835.6526c345@fujitsu>
In-Reply-To: <20160329160201.292052a1@bsd64.grem.de>
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> <72586F27-113D-4225-B7AB-A890C9522CD5@FreeBSD.org> <20160329165318.2af443c4@fujitsu> <20160329160201.292052a1@bsd64.grem.de>

next in thread | previous in thread | raw e-mail | index | archive | help
> Do you still have your old make.conf for comparison?

Sure. Current make.conf:

```
CPUTYPE?=native
CFLAGS+=-O2 -pipe
CXXFLAGS+=-O2 -pipe
```

Old make.conf:

```
CC=/usr/bin/clang
CXX=/usr/bin/clang++
CPP=/usr/bin/clang-cpp
CPUTYPE?=native
CFLAGS+=-O2 -pipe
CXXFLAGS+=-O2 -pipe
```

Just re-checked link from one of my previous messages:

> ... but I got same errors using system clang 3.4.1:
> http://pastebin.com/raw/zz5UGsQV
> I'm at r297373 currently.

So I'm certain it was /usr/bin/clang and family. For the record
previously I always did ` sudo rm -rf /usr/obj ` before ` sudo time
make -j2 buildworld `. I use sudo for buildworld since /usr/src is
read-only for regular users.

> Also, what is your PATH environment variable set to?

$ echo $PATH
/home/eax/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/eax/bin

$ sudo env | grep PATH
Password:
PATH=/home/eax/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/eax/bin

-- 
Best regards,
Aleksander Alekseev
http://eax.me/



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