Freebsd build errors

krad kraduk at gmail.com
Tue Dec 23 14:50:02 UTC 2014


Hi,

Over the past few months I have been getting frequent build issues when
doing a build world. My src.conf and make.conf are pretty simple. Are any
others having such issues? Yes I use ccache but turning it on and off seams
to make little difference.

# cat /etc/src.conf
WITHOUT_LIB32="YES"
WITHOUT_IPX="yes"
WITHOUT_PORTSNAP="YES"
WITHOUT_GAMES="YES"
WITHOUT_HTML="YES"
WITHOUT_FREEBSD_UPDATE="YES"


# cat /etc/make.conf
KERNCONF=me
KERNCONFDIR=/etc/kernel
BOOT_COMCONSOLE_SPEED="115200"

LOADER_TFTP_SUPPORT=YES"
LOADER_ZFS_SUPPORT=yes
FTP_PASSIVE_MODE=1

WITH_CTF=1

#CC=/usr/local/libexec/ccache/world/cc
#CXX=/usr/local/libexec/ccache/world/c++

WITH_PKGNG=     yes
PF_ENABLE_FILTER_RULES=yes


More information about the freebsd-questions mailing list