From owner-freebsd-stable@FreeBSD.ORG Fri Sep 22 00:46:05 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 864D416A416 for ; Fri, 22 Sep 2006 00:46:05 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B4B843D66 for ; Fri, 22 Sep 2006 00:45:59 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 62D7F1A4D79; Thu, 21 Sep 2006 17:45:59 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id AC9565164F; Thu, 21 Sep 2006 20:45:58 -0400 (EDT) Date: Thu, 21 Sep 2006 20:45:58 -0400 From: Kris Kennaway To: martinko Message-ID: <20060922004557.GA31717@xor.obsecurity.org> References: <20060921180908.GA23890@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: freebsd-stable@freebsd.org Subject: Re: RELENG_6 does not compile X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 22 Sep 2006 00:46:05 -0000 On Fri, Sep 22, 2006 at 02:40:24AM +0200, martinko wrote: > Kris Kennaway wrote: > > > > That doesn't provide any information since you used -j4. When posting > > errors from buildworld, you need to run without -j, or log the entire > > buildworld output and then figure out where the actual error occurred > > (may be thousands of lines from the end). > > > > Kris > > here it is again (without -j) : > > echo libssl.so.4: /usr/obj/usr/src/tmp/usr/lib/libcrypto.a >> .depend > cc -O2 -fno-strict-aliasing -pipe -march=pentium-m -DTERMIOS > -DANSI_SOURCE -I/usr/src/secure/lib/libssl/../../../crypto/openssl > -I/usr/src/secure/lib/libssl/../../../crypto/openssl/crypto > -I/usr/obj/usr/src/secure/lib/libssl -DOPENSSL_THREADS -DDSO_DLFCN > -DHAVE_DLFCN_H -DL_ENDIAN -c > /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/bio_ssl.c > cc -O2 -fno-strict-aliasing -pipe -march=pentium-m -DTERMIOS > -DANSI_SOURCE -I/usr/src/secure/lib/libssl/../../../crypto/openssl > -I/usr/src/secure/lib/libssl/../../../crypto/openssl/crypto > -I/usr/obj/usr/src/secure/lib/libssl -DOPENSSL_THREADS -DDSO_DLFCN > -DHAVE_DLFCN_H -DL_ENDIAN -c > /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_clnt.c > /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_clnt.c: In > function `ssl23_connect': > /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_clnt.c:216: > internal compiler error: Segmentation fault: 11 > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. > *** Error code 1 Chances are you have failing hardware. Kris