Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 May 2011 22:33:10 +0200
From:      Christer Solskogen <christer.solskogen@gmail.com>
To:        Stanislav Sedov <stas@freebsd.org>
Cc:        Randy Bush <randy@psg.com>, freebsd-current@freebsd.org
Subject:   Re: libprocstat compile error
Message-ID:  <BANLkTimXR-ULSsYh%2B-XbxWMiuDwLiE4D-A@mail.gmail.com>
In-Reply-To: <20110512120814.179c38aa.stas@FreeBSD.org>
References:  <BANLkTimGuh%2BzgVJvYMQ_u5JSyC3tUkqx=A@mail.gmail.com> <4DCC1B0C.20708@psg.com> <20110512120814.179c38aa.stas@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 12, 2011 at 9:08 PM, Stanislav Sedov <stas@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@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@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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTimXR-ULSsYh%2B-XbxWMiuDwLiE4D-A>