From owner-freebsd-current@FreeBSD.ORG Thu May 24 07:58:19 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CDB7516A41F for ; Thu, 24 May 2007 07:58:19 +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 BBC8413C46E for ; Thu, 24 May 2007 07:58:19 +0000 (UTC) (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 4FF251A3C19; Thu, 24 May 2007 00:59:21 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DF15C513AD; Thu, 24 May 2007 03:58:18 -0400 (EDT) Date: Thu, 24 May 2007 03:58:18 -0400 From: Kris Kennaway To: Rainer Hurling Message-ID: <20070524075818.GA87952@xor.obsecurity.org> References: <4654A1CD.2030509@gwdg.de> <465527F8.9090209@gwdg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <465527F8.9090209@gwdg.de> User-Agent: Mutt/1.4.2.2i Cc: current@freebsd.org Subject: Re: Problems compiling some ports after upgrading to gcc 4.2.0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2007 07:58:19 -0000 On Thu, May 24, 2007 at 07:51:52AM +0200, Rainer Hurling wrote: > I think I have no problem with openssl. I also have no crashes of my > system. It works stable :-) > > Again: After build/install world/kernel (05222007) I ran 'make > delete-old(-libs)'. This removed many files, inclusive > /usr/libs/libgcc_pic.a. > > Now when trying to compile ports in several cases I get the described > error, see below. > > I see this behaviour on three machines, all running newest CURRENT. The package builds do not reference this library (e.g. tiff builds fine), so something else is wrong on your system. Unfortunately you didn't give enough information to figure out what it could be. Kris