Need some help with ports and rebuilding the world
Aleksander Alekseev
mail at eax.me
Tue Mar 29 14:29:06 UTC 2016
> 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/
More information about the freebsd-current
mailing list