Skip site navigation (1)Skip section navigation (2)
Date:      25 Jun 1997 11:42:03 +0200
From:      Thomas Gellekum <tg@ihf.rwth-aachen.de>
To:        Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= <max@wide.ad.jp>
Cc:        tg@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG
Subject:   Re: cvs commit: ports/lang/mocka - Imported sources
Message-ID:  <8790zzkoic.fsf@ghpc6.ihf.rwth-aachen.de>
In-Reply-To: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?='s message of Wed, 25 Jun 1997 17:10:13 %2B0900
References:  <199706250605.XAA21314@freefall.freebsd.org> <199706250810.RAA01799@bourbon.sfc.wide.ad.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= <max@wide.ad.jp> writes:

>      > tg          1997/06/24 23:05:43 PDT
>      > ports/lang/mocka - Imported sources
>      > Update of /home/ncvs/ports/lang/mocka
>      > In directory freefall.freebsd.org:/net/hub/a/tg/ports/myports/mocka
>   
>      > Log Message:
>      > Import of mocka port. mocka is the Modula-2 compiler from
>      > the University of Karlsruhe.
>   
>      > PR:		3815
>      > Submitted by:	Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
>   
> Did this one compile for you?  As I wrote in the response to this PR,
> it doesn't build on my -current, and the Makefile isn't following the
> standard, either.

Compiled and packaged fine on my 2.2-STABLE. I can't test -current
until thud comes back again. I made some stylistic changes to the
makefile, but I'm sure others will only be too happy to point out any
oversights ;-).

> 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

(I'm not sure if $BROKEN is picked up at this stage).

tg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8790zzkoic.fsf>