Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Apr 2010 20:49:33 +0200
From:      Demelier David <demelier.david@gmail.com>
To:        freebsd-questions@freebsd.org, freebsd-stable@freebsd.org
Subject:   buildworld fails on ifmcstat
Message-ID:  <20100428184933.GA27186@Melon.malikania.fr>

next in thread | raw e-mail | index | archive | help
Hi,
	I tried to make buildworld with a custom src.conf to prevent many
	useless things since I want to build for a jail.

	This is what I added:

	.if defined(BUILD_JAIL)
	WITHOUT_ACPI="YES"
	WITHOUT_APM="YES"
	WITHOUT_GAMES="YES"
	WITHOUT_AMD="YES"
	WITHOUT_AUTHPF="YES"
	WITHOUT_AUDIT="YES"
	WITHOUT_BLUETOOTH="YES"
	WITHOUT_BOOT="YES"
	WITHOUT_BSNMP="YES"
	WITHOUT_CDDL="YES"
	WITHOUT_DICT="YES"
	WITHOUT_EXAMPLES="YES"
	WITHOUT_FORTH="YES"
	WITHOUT_GCOV="YES"
	WITHOUT_FLOPPY="YES"
	WITHOUT_GPIB="YES"
	WITHOUT_HTML="YES"
	WITHOUT_IPFILTER="YES"
	WITHOUT_IPX="YES"
	WITHOUT_IPFW="YES"
	WITHOUT_JAIL="YES"
	WITHOUT_KVM="YES"
	WITHOUT_LEGACY_CONSOLE="YES"
	WITHOUT_LIB32="YES"
	WITHOUT_LPR="YES"
	WITHOUT_NDIS="YES"
	WITHOUT_NETCAT="YES"
	WITHOUT_NETGRAPH="YES"
	WITHOUT_NIS="YES"
	WITHOUT_NTP="YES"
	WITHOUT_PF="YES"
	WITHOUT_PORTSNAP="YES"
	WITHOUT_PPP="YES"
	WITHOUT_QUOTAS="YES"
	WITHOUT_SENDMAIL="YES"
	WITHOUT_RESCUE="YES"
	WITHOUT_SHAREDOCS="YES"
	WITHOUT_SYSCONS="YES"
	WITHOUT_SYSINSTALL="YES"
	WITHOUT_USB="YES"
	WITHOUT_WIRELESS="YES"
	.endif

	make BUILD_JAIL=yes buildworld now fails on :

	===> usr.sbin/ifmcstat (all)
	cc -O2 -pipe  -DINET6 -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /usr/src/usr.sbin/ifmcstat/ifmcstat.c
	cc1: warnings being treated as errors
	/usr/src/usr.sbin/ifmcstat/ifmcstat.c:170: warning: 'in6_ifinfo' used but never defined
	*** Error code 1

	Is my src.conf wrong ?

	King regards,
	David.



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