From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 8 00:23:47 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2037116A415 for ; Sun, 8 Oct 2006 00:23:47 +0000 (UTC) (envelope-from goabranco@hotmail.com) Received: from bay0-omc2-s4.bay0.hotmail.com (bay0-omc2-s4.bay0.hotmail.com [65.54.246.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id D535643D4C for ; Sun, 8 Oct 2006 00:23:46 +0000 (GMT) (envelope-from goabranco@hotmail.com) Received: from hotmail.com ([65.54.162.43]) by bay0-omc2-s4.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Sat, 7 Oct 2006 17:23:47 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 7 Oct 2006 17:23:46 -0700 Message-ID: Received: from 65.54.162.200 by by108fd.bay108.hotmail.msn.com with HTTP; Sun, 08 Oct 2006 00:23:45 GMT X-Originating-IP: [200.44.87.251] X-Originating-Email: [goabranco@hotmail.com] X-Sender: goabranco@hotmail.com From: "Ricardo Branco" To: freebsd-bugs@freebsd.org Date: Sun, 08 Oct 2006 00:23:45 +0000 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed X-OriginalArrivalTime: 08 Oct 2006 00:23:46.0203 (UTC) FILETIME=[04A88EB0:01C6EA70] Subject: FreeBSD 6.2-PRELEASE (RELENG_6) doesn't build X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Oct 2006 00:23:47 -0000 Hi! I update the whole world and kernel at least once a week. This is the second time I'm trying to build world and it fails with: /usr/obj/usr/src/tmp/usr/lib/libssh.so: undefined reference to `SHA256_Update' /usr/obj/usr/src/tmp/usr/lib/libssh.so: undefined reference to `SHA256_Final' /usr/obj/usr/src/tmp/usr/lib/libssh.so: undefined reference to `SHA256_Init' What's happening ? The last time I updated the source tree is today. The system I'm running is: "FreeBSD orion 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Wed Oct 4 18:45:52 VET 2006 root@orion:/usr/obj/usr/src/sys/CUSTOM-3 i386" My /etc/make.conf contains: CPUTYPE=pentium4 CFLAGS=-O2 -pipe -march=pentium4 # To compile just the kernel with special optimizations, you should use # this instead of CFLAGS (which is not applicable to kernel builds anyway). COPTFLAGS=-O2 -pipe -march=pentium4 # The list of languages and encodings to build and install DOC_LANG=en_US.ISO8859-1 WITH_OPENSSL_STABLE=yes # added by use.perl 2006-05-29 23:34:43 PERL_VER=5.8.8 PERL_VERSION=5.8.8 WANT_OPENLDAP_VER?=22 # Set to avoid compiling profiled libraries. NO_PROFILE=true # Set to build the IDEA encryption code. MAKE_IDEA=true # Set to not build programs and libraries related to ATM networking. NO_ATM=true # Set to not build Bluetooth related kernel modules, programs and libraries. NO_BLUETOOTH=true # Set to not build g77(1) and related libraries. NO_FORTRAN=true # Set to not build Objective C support. NO_OBJC=true # Set to not build GPIB bus support. NO_PIB=true # Set to not build isdn4bsd package. NO_I4B=true #Set to not build lpr(1) and related programs. NO_LPR=true # Set to not build programs and libraries related to IPv6 networking. NO_INET6=true # Set this if you do not want to build Kerberos 5 (KTH Heimdal). NO_KERBEROS=true