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.
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to