From owner-freebsd-ports@FreeBSD.ORG Wed Mar 10 15:59:35 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 276A716A4CE for ; Wed, 10 Mar 2004 15:59:35 -0800 (PST) Received: from out008.verizon.net (out008pub.verizon.net [206.46.170.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7CF943D1D for ; Wed, 10 Mar 2004 15:59:34 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com ([68.161.120.219]) by out008.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040310235934.KZWH27801.out008.verizon.net@mac.com>; Wed, 10 Mar 2004 17:59:34 -0600 Message-ID: <404FAC4F.6040509@mac.com> Date: Wed, 10 Mar 2004 19:01:19 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <20040310234103.GA7552@xor.obsecurity.org> In-Reply-To: <20040310234103.GA7552@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out008.verizon.net from [68.161.120.219] at Wed, 10 Mar 2004 17:59:33 -0600 cc: Lee Harr cc: freebsd-ports@freebsd.org Subject: Re: c++ problem? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2004 23:59:35 -0000 Kris Kennaway wrote: [ ... ] >>> At some point a port incorrectly installed the >>> /usr/local/lib/libstdc++.a file; remove it and recompile. [ ... ] > It does seem to be coming up a lot recently..I'd feel better about it > if I knew what had installed that file, though. Would it be reasonable to start looking at ports which actually contain the file in their pkg-plist, such as lang/gcc*: 247-sec% pkg_info -La | grep libstdc++.a /usr/local/lib/gcc/i386-portbld-freebsd4.9/3.4.0/libstdc++.a Maybe one of the gcc ports created or symlink'ed that library under /usr/local/lib directly, rather than, or in addition to, using the GNU autoconf-triple + software_version path...? Someone with a system exhibiting the problem might try the command above and see whether they get a match. -- -Chuck