On Thu, May 12, 2011 at 9:08 PM, Stanislav Sedov <stas_at_freebsd.org> wrote: > > Sorry for the breakage! > Do you have any special configuration in make.conf? > Can you, please, send me your make.conf and kernel configuration file? > solskogen_at_friend ~]$ cat /etc/make.conf #clang might be good .if !defined(CC) || ${CC} == "cc" CC=clang .endif .if !defined(CXX) || ${CXX} == "c++" CXX=clang++ .endif # Don't die on warnings NO_WERROR= WERROR= # Don't forget this when using Jails! NO_FSCHG= CFLAGS=-O3 -march=core2 WRKDIRPREFIX=/usr/obj KERNCONF=FRIEND # Ports #MASTER_SITE_INDEX=http://www.fi.freebsd.org/ports/ MASTER_SITE_OVERRIDE= \ ftp://ftp.no.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ \ ftp://ftp.se.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ \ ftp://ftp.dk.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ # added by use.perl 2011-04-04 20:55:34 PERL_VERSION=5.12.3 [solskogen_at_friend ~]$ cat /etc/src.conf WITHOUT_ACCT= WITHOUT_AMD= WITHOUT_APM= WITHOUT_ASSERT_DEBUG= WITHOUT_AT= WITHOUT_ATM= WITHOUT_AUDIT= WITHOUT_BLUETOOTH= WITHOUT_CALENDAR= WITHOUT_CTM= WITHOUT_CVS= WITHOUT_DICT= WITHOUT_FLOPPY= WITHOUT_FREEBSD_UPDATE= WITHOUT_GAMES= WITHOUT_GPIB= WITHOUT_HTML= WITH_IDEA= WITHOUT_IPFILTER= WITHOUT_IPFW= WITHOUT_IPX= WITHOUT_LPR= WITHOUT_NCP= WITHOUT_NDIS= WITHOUT_NIS= WITHOUT_NLS= WITHOUT_OBJC= WITHOUT_PMC= WITHOUT_PORTSNAP= WITHOUT_PPP= WITHOUT_PROFILE= WITHOUT_QUOTAS= WITHOUT_RCMDS= WITHOUT_SYSINSTALL= WITHOUT_WIRELESS= -- chs,Received on Thu May 12 2011 - 18:33:31 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:14 UTC