From owner-freebsd-questions@FreeBSD.ORG Sun Jun 22 14:15:50 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 3E75A37B401 for ; Sun, 22 Jun 2003 14:15:49 -0700 (PDT) Received: from mailhost.schluting.com (spooge.kittenz.pdx.edu [131.252.211.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E1C643F85 for ; Sun, 22 Jun 2003 14:15:49 -0700 (PDT) (envelope-from charlie@schluting.com) Received: by mailhost.schluting.com (Postfix, from userid 1001) id B9DD821C4; Sun, 22 Jun 2003 14:15:46 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mailhost.schluting.com (Postfix) with ESMTP id 667FC20BD for ; Sun, 22 Jun 2003 14:15:46 -0700 (PDT) Date: Sun, 22 Jun 2003 14:15:46 -0700 (PDT) From: Charlie Schluting X-X-Sender: charlie@spooge.kittenz.pdx.edu To: freebsd-questions@freebsd.org Message-ID: <20030622140245.P95610@spooge.kittenz.pdx.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Make buildworld fails (many times) 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: Sun, 22 Jun 2003 21:15:50 -0000 Ok, I must be doing something wrong. This is my firewall box (5.0) and it has the "calcru negative time of blah for pid blah" issue. So, I decided to rebuild the world. Here's what I did: rm -rf /usr/src/* cvsup'd with this: *default release=cvs tag=RELENG_5_0 src-all The first time, I did make -j4 buildworld, and it failed on something similar to this: cc1 in free(): warning: junk pointer, too high to make sense /usr/src/crypto/openssl/crypto/conf/conf_mod.c: In function `module_init': /usr/src/crypto/openssl/crypto/conf/conf_mod.c:414: internal error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 Stop in /usr/src/secure/lib/libcrypto. This was actually the most recent error, produced after I cvsup'd tag=. The 2nd try, I did it with tag=RELENG_5_1, and I got a similar error; this time it was talking about something to do with kerberos (its always failing in the crypto stuff). I never did the -j4 after the first time because I thought maybe it was messing up (at times I saw a 7 load avg). Any Ideas? I stopped relying on make cleandir, and I just delete the src directory before cvsup-ing. Maybe its a gcc thing? su-2.05b# gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.2.1 [FreeBSD] 20021119 (release) Other info: AMD K6-2 450MHz, 192MB. Current install: 5.0-RELEASE-p7 TIA, Charlie