From owner-freebsd-questions@FreeBSD.ORG Fri Apr 11 11:39:17 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7716837B401 for ; Fri, 11 Apr 2003 11:39:17 -0700 (PDT) Received: from netgecko.info (netgecko.info [217.160.92.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0AC243F75 for ; Fri, 11 Apr 2003 11:39:16 -0700 (PDT) (envelope-from alex.kiesel@document-root.de) Received: from [192.168.1.31] (p508B36CF.dip.t-dialin.net [80.139.54.207]) by netgecko.info (Postfix) with ESMTP id 9151687FF6; Fri, 11 Apr 2003 20:40:34 +0200 (CEST) From: Alex Kiesel To: Emil A Eklund In-Reply-To: <070501c30034$c86afce0$4d150a0a@internal.basset.se> References: <070501c30034$c86afce0$4d150a0a@internal.basset.se> Content-Type: text/plain Organization: Message-Id: <1050086344.16087.3.camel@detention.home.ahk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 11 Apr 2003 20:39:05 +0200 Content-Transfer-Encoding: 7bit cc: freebsd-questions@FreeBSD.org Subject: Re: RELENG_4_8 buildworld problem, fails in secure/libexec/telnetd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2003 18:39:17 -0000 On Fri, 2003-04-11 at 16:15, Emil A Eklund wrote: > Good day > > I'm having problems building world for 4.8/stable, both RELENG_4_8 and RELENEG_4 produces the error below. > I've tried multiple times and on three different machines, including one where I made a clean install of 4.7, downloaded the latest source using cvsup and than tried to 'make buildworld', all with the same result. > > make buildkernel works without problems, however buildworld does not :( > > Below is the last few lines from the build log, the entire log in (bzip2 format) can be found at http://files.eae.net/buildlog.bz2 > > Have been searching usenet and found a few (quite old) similar reports, however no obvious solutions. Did you compile with NO_OPENSSL in /etc/make.conf? The only reasons I ever encountered when 'make buildworld' fails were commenting out too many parts of the system in /etc/make.conf. Greets, -Alex