From owner-freebsd-current Tue Jan 9 16:20:31 2001 Delivered-To: freebsd-current@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 2D3E837B400; Tue, 9 Jan 2001 16:20:11 -0800 (PST) Received: from vic.sabbo.net (vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f0A0K6v09078; Wed, 10 Jan 2001 02:20:06 +0200 Received: (from max@localhost) by vic.sabbo.net (8.11.1/8.9.3) id f0A0K6j03025; Wed, 10 Jan 2001 02:20:06 +0200 (EET) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200101100020.f0A0K6j03025@vic.sabbo.net> Subject: Re: Problems related to disappearnce of libgcc_r To: eischen@vigrid.com (Daniel Eischen) Date: Wed, 10 Jan 2001 02:20:01 +0200 (EET) Cc: peter@netplex.com.au (Peter Wemm), current@FreeBSD.ORG, sobomax@FreeBSD.ORG (Maxim Sobolev) In-Reply-To: from "Daniel Eischen" at Jan 09, 2001 05:23:09 PM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > On Tue, 9 Jan 2001, Peter Wemm wrote: > > "David O'Brien" wrote: > > > On Tue, Jan 09, 2001 at 07:53:29PM +0200, Maxim Sobolev wrote: > > > > I wonder if anyone noticed that disappearance of libgcc_r will cause lot of > > > > ports to break. Therefore it would be nice if some form of compatibility sh > > im > > > > is provided, for example symlink from /usr/lib/libgcc.a to /usr/lib/libgcc_ > > r.a > > > > automatically created by installworld would do the trick nicely. > > > > > > I really don't want to propogate libgcc_r. Lets just fix the ports that > > > break. They can be seen at http://bento.freebsd.org/ > > > > We need to be a little careful for ports that are supposed to work on > > RELENG_4 and -CURRENT. > > OSVERSION checks? Yes, I know it's possible, but to provide a hack in one place istead of 20+ places (find /usr/ports -type f | xargs grep -l gcc_r | wc -l) is much easier both in the terms of efforts and testing required. After all, it would only cost us one inode for symlink and probably two-three lines in appropriate Makefile. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message