From owner-freebsd-stable@freebsd.org Fri Feb 19 18:43:02 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04F64AAD3D2 for ; Fri, 19 Feb 2016 18:43:02 +0000 (UTC) (envelope-from dweimer@dweimer.net) Received: from webmail.dweimer.net (24-240-198-187.static.stls.mo.charter.com [24.240.198.187]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2CCD1BF7 for ; Fri, 19 Feb 2016 18:43:00 +0000 (UTC) (envelope-from dweimer@dweimer.net) Received: from webmail.dweimer.local (localhost [192.168.5.2]) by webmail.dweimer.net (8.15.2/8.15.2) with ESMTPS id u1JIgtNA010167 (version=TLSv1.2 cipher=DHE-RSA-CHACHA20-POLY1305 bits=256 verify=NO) for ; Fri, 19 Feb 2016 12:42:56 -0600 (CST) (envelope-from dweimer@dweimer.net) Received: (from www@localhost) by webmail.dweimer.local (8.15.2/8.15.2/Submit) id u1JIgtCm010166; Fri, 19 Feb 2016 12:42:55 -0600 (CST) (envelope-from dweimer@dweimer.net) X-Authentication-Warning: webmail.dweimer.local: www set sender to dweimer@dweimer.net using -f To: FreeBSD Stable Subject: 10.3-BETA2 Buildworld issue X-PHP-Script: www.dweimer.net/webmail/index.php for 71.86.41.122, 192.168.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 19 Feb 2016 12:42:55 -0600 From: dweimer Organization: dweimer.net Reply-To: dweimer@dweimer.net Mail-Reply-To: dweimer@dweimer.net Message-ID: X-Sender: dweimer@dweimer.net User-Agent: Roundcube Webmail/1.1.4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2016 18:43:02 -0000 In my testing of 10.3-BETA2, I have discovered that the buildworld is failing on libc/posix1e/acl_support_nfs4.c on my mail server jail. Anyone have any ideas as to what's causing the issue? /jails/devel/ROOT/usr/src/lib/libc/posix1e/acl_support_nfs4.c:51:8: error: use of undeclared identifier 'ACL_ENTRY_INHERITED' { ACL_ENTRY_INHERITED, "inherited", 'I' }, ^ 1 error generated. *** Error code 1 Stop. I have successful built an installed on the host and in my other jails, the only difference with this jail is the following options in make.conf SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL SENDMAIL_LDFLAGS=-L/usr/local/lib SENDMAIL_LDADD=-lsasl2 The other jails (which built fine) are using the options below, this jail has these same options set with the additional entries above. #/etc/src.conf WITHOUT_NTP="YES" WIHTOUT_FLOPPY="YES" WITHOUT_FREEBSD_UPDATE="YES" WITH_BSD_GREP="YES" WITHOUT_IPX_SUPPORT="YES" WITHOUT_BLUETOOTH="YES" WITHOUT_WIRELESS="YES" WITHOUT_WPA_SUPPLICANT_EAPOL="YES" WITHOUT_ACPI="YES" WITHOUT_APM="YES" WITHOUT_ATM="YES" WITHOUT_BLUETOOTH="YES" WITHOUT_BOOT="YES" WITHOUT_GAMES="YES" WITHOUT_IPFILTER="YES" WITHOUT_IPFW="YES" WITHOUT_IPX="YES" WITHOUT_KVM="YES" WITHOUT_PF="YES" WITHOUT_PORTSNAP="YES" WITHOUT_PPP="YES" WITHOUT_USB="YES" WITHOUT_ZFS="YES" #/etc/make.conf CFLAGS?=-O CLFAGS+=-pipe NO_WERROR= WERROR= WITH_OPENSSL_PORT="YES" OPENSSL_PORT=security/libressl OPTIONS_UNSET="X11" OPTIONS_UNSET="X" OPTIONS_UNSET="GUI" WRKDIRPREFIX=/var/ports PACKAGES=/var/ports/packages WITH_PKGNG="YES" DEFAULT_VERSIONS=pgsql=9.5 php=5.6 apache=2.4 perl5=5.22 python=2.7 bdb=5 mysql=5.6 WITH_CCACHE_BUILD=yes .if !defined(NO_CCACHE) CC= /usr/local/libexec/ccache/world/cc CXX= /usr/local/libexec/ccache/world/c++ .endif .if ${.CURDIR:M*/ports/devel/ccache} NO_CCACHE= yes .endif -- Thanks, Dean E. Weimer http://www.dweimer.net/