From owner-freebsd-current@FreeBSD.ORG Thu May 24 05:51:57 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 0A61D16A468 for ; Thu, 24 May 2007 05:51:57 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id C3FDD13C43E for ; Thu, 24 May 2007 05:51:56 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from [87.139.104.184] (helo=[192.168.2.71]) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1Hr6Et-0001z2-Ey for current@freebsd.org; Thu, 24 May 2007 07:51:55 +0200 Message-ID: <465527F8.9090209@gwdg.de> Date: Thu, 24 May 2007 07:51:52 +0200 From: Rainer Hurling User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: current@freebsd.org References: <4654A1CD.2030509@gwdg.de> In-Reply-To: <4654A1CD.2030509@gwdg.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: 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 05:51:57 -0000 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. Rainer Rainer Hurling schrieb: > Hope it is the right list for this question, not ports@ ... > > I upgraded CURRENT (because of gcc 4.2.0 ...) and after that deleted old > libs (make delete-old && make delete-old-libs) before reinstalling all > of my ports (changing to Xorg 7.2). > > Now when I try to make 'graphics/tiff-3.8.2_1' I get the following error: > > [..snip..] > /usr/bin/ld: cannot find -lgcc_pic > [..snip..] > > Before upgrading CURRENT there was a file '/usr/libs/libgcc_pic.a' in > system libs directory. The absence of this file gives me errors for some > more ports (e.g. graphics/libcaca; graphics/GraphicsMagick). > > Obviously the libgcc_pic.a was needed for them. Or am I completely wrong? > > Any help is appreciated. > > Thanks in advance, > Rainer