From owner-freebsd-stable@FreeBSD.ORG Sat Dec 8 12:57:34 2012 Return-Path: Delivered-To: stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 52EC741E for ; Sat, 8 Dec 2012 12:57:34 +0000 (UTC) (envelope-from simon.wright@gmx.net) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id B1B048FC0C for ; Sat, 8 Dec 2012 12:57:33 +0000 (UTC) Received: (qmail invoked by alias); 08 Dec 2012 12:57:31 -0000 Received: from mail.moalboal.org.uk (EHLO [192.168.1.225]) [212.98.32.54] by mail.gmx.net (mp040) with SMTP; 08 Dec 2012 13:57:31 +0100 X-Authenticated: #5939745 X-Provags-ID: V01U2FsdGVkX1/hyBZTlvLhkL320yiDYM2YyMu3WiAiGayW88/wZa HqGQCk9GFBg0cD Message-ID: <50C33937.7050104@gmx.net> Date: Sat, 08 Dec 2012 13:57:27 +0100 From: Simon Wright User-Agent: Mozilla/5.0 (OS/2; Warp 4.5; rv:10.0.11) Gecko/20121116 Thunderbird/10.0.11 MIME-Version: 1.0 To: stable@FreeBSD.org Subject: Error in openssl for buildworld Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Dec 2012 12:57:34 -0000 Hi all Just tried to buildworld with the 9_1 sources updated today by svn and get this error, both on amd64 and i386: /usr/src_fbsd9/ is on a read-only nfs mount, /usr/obj is local make command was very simple: sudo make buildworld ======================= cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src_fbsd9/secure/lib/libssl/../../../crypto/openssl -I/usr/src_fbsd9/secure/lib/libssl/../../../crypto/openssl/crypto -I/usr/obj/usr/src_fbsd9/secure/lib/libssl -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_IDEA -DL_ENDIAN -DNO_IDEA -std=gnu99 -fstack-protector -Wno-pointer-sign -c /usr/src_fbsd9/secure/lib/libssl/../../../crypto/openssl/ssl/d1_clnt.c -o d1_clnt.o cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src_fbsd9/secure/lib/libssl/../../../crypto/openssl -I/usr/src_fbsd9/secure/lib/libssl/../../../crypto/openssl/crypto -I/usr/obj/usr/src_fbsd9/secure/lib/libssl -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_IDEA -DL_ENDIAN -DNO_IDEA -std=gnu99 -fstack-protector -Wno-pointer-sign -c /usr/src_fbsd9/secure/lib/libssl/../../../crypto/openssl/ssl/d1_lib.c -o d1_lib.o /usr/src_fbsd9/secure/lib/libssl/../../../crypto/openssl/ssl/d1_lib.c: In function 'dtls1_check_timeout_num': /usr/src_fbsd9/secure/lib/libssl/../../../crypto/openssl/ssl/d1_lib.c:445: error: 'SSL_F_DTLS1_CHECK_TIMEOUT_NUM' undeclared (first use in this function) /usr/src_fbsd9/secure/lib/libssl/../../../crypto/openssl/ssl/d1_lib.c:445: error: (Each undeclared identifier is reported only once /usr/src_fbsd9/secure/lib/libssl/../../../crypto/openssl/ssl/d1_lib.c:445: error: for each function it appears in.) *** Error code 1 Stop in /usr/src_fbsd9/secure/lib/libssl. *** Error code 1 Stop in /usr/src_fbsd9. *** Error code 1 Stop in /usr/src_fbsd9. *** Error code 1 Stop in /usr/src_fbsd9. *** Error code 1 Stop in /usr/src_fbsd9. ======================= Here is my make.conf: WRKDIRPREFIX=/usr/tmp NOI4B=1 WITH_GECKO=libxul SUP_UPDATE=1 SUP=/usr/bin/csup SUPFLAGS=-L 1 -l /var/run/csup.lock SUPHOST=cvsup.ch.FreeBSD.org SUPFILE=/usr/local/etc/standard-supfile PORTSSUPFILE=/usr/local/etc/ports-supfile WITH_VIM_OPTIONS="YES" WITHOUT_PKGNG=yes # added by use.perl 2012-11-03 10:25:58 PERL_VERSION=5.14.2 and src.conf: WITHOUT_CVS=YES WITHOUT_KERNEL_SYMBOLS=YES I got the same error about 3 weeks ago but put it down to an rc1/2/3 error at the time but according to UPDATING this is 9.1 release code: UPDATING: Updating Information for FreeBSD current users This file is maintained and copyrighted by M. Warner Losh . See end of file for further details. For commonly done items, please see the COMMON ITEMS: section later in the file. These instructions assume that you basically know what you are doing. If not, then please consult the FreeBSD handbook. Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before running portupgrade. 20121205: 9.1-RELEASE. I'd appreciate any hints as to what is going wrong. Regards Simon.