From owner-cvs-ports Wed Jun 25 03:08:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA14829 for cvs-ports-outgoing; Wed, 25 Jun 1997 03:08:01 -0700 (PDT) Received: from bourbon.sfc.wide.ad.jp (bourbon.sfc.wide.ad.jp [203.178.139.171]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA14810; Wed, 25 Jun 1997 03:07:48 -0700 (PDT) Received: from bourbon.sfc.wide.ad.jp (localhost [127.0.0.1]) by bourbon.sfc.wide.ad.jp (8.8.5/3.5Wpl104/21/97) with ESMTP id TAA03481; Wed, 25 Jun 1997 19:07:35 +0900 (JST) Message-Id: <199706251007.TAA03481@bourbon.sfc.wide.ad.jp> To: tg@ihf.rwth-aachen.de Cc: max@wide.ad.jp, tg@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/lang/mocka - Imported sources From: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "25 Jun 1997 11:42:03 +0200" References: <8790zzkoic.fsf@ghpc6.ihf.rwth-aachen.de> X-Mailer: Mew version 1.54 on Emacs 19.28.1, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 25 Jun 1997 19:07:34 +0900 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> ld.so failed: Can't find shared library "libgcc.so.261.0" >> gmake: *** [/home/max/work/ports/mocka/work/mocka/lib/tst] Error 1 > The dependency on this library is missing. Maybe there should be > something like > .if !exists(/usr/lib/compat/libgcc.so.261.0) > BROKEN = "You need libgcc.so.261.0 from the compat20 distribution" > .endif Oh, ok, that was compat lib thing.. I hadn't thought about that. Yeah, you're right and it compiles fine on -current, too after installing the compat libs. I'll get to this port later and check the style issue. As you suggest, I also think we need some mechanism like LIB_DEPENDS for /usr/lib/compat/*. Cheers, Max