Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 1997 01:14:19 +0200 (MET DST)
From:      Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
To:        tg@ihf.rwth-aachen.de (Thomas Gellekum)
Cc:        helbig@MX.BA-Stuttgart.De, wosch@apfel.de, FreeBSD-ports@FreeBSD.ORG
Subject:   Re: ports/3924: de.spinne-1.0.0
Message-ID:  <199706242314.BAA16435@helbig.informatik.ba-stuttgart.de>
In-Reply-To: <87zpsh8s7u.fsf@ghpc6.ihf.rwth-aachen.de> from Thomas Gellekum at "Jun 23, 97 01:38:13 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> Wolfgang Helbig <helbig@MX.BA-Stuttgart.De> writes:
> > 
> > But for the time being, I would be happy if someone would commit
> > this port, the mocka-95.02 port (ports/3815)
> 
> On 2.2-STABLE:
> 
> >> Checksum OK for mocka9502main-386bsd.tar.gz.
> ===>  Building for mocka-95.02
> ln -s /tmp/mocka/work/mocka/doc/mc.1 /tmp/mocka/work/mocka/mc.1
> ln: /tmp/mocka/work/mocka/mc.1: File exists
> gmake: [/tmp/mocka/work/mocka/mc.1] Error 1 (ignored)
> if (test ! -x /tmp/mocka/work/mocka/mc) then (gmake /tmp/mocka/work/mocka/mc) fi
> rm -f /tmp/mocka/work/mocka/lib/tst
> mv libc.o miscc.o /tmp/mocka/work/mocka/lib
> mv: libc.o: No such file or directory
> mv: miscc.o: No such file or directory
> gmake: *** [/tmp/mocka/work/mocka/lib/tst] Error 1
> *** Error code 2
> 
> Stop.
> *** Error code 1
> 
> Stop.
> *** Error code 1
> 
> Stop.
> 
> Sorry, but I don't have time to dig deeper.

It turned out to be an erranous work around for gmake-3.74 that lingered
around on my system when I was preparing the mocka port. In the mean time
I installed gmake-3.75, got the same error messages that Thomas did,
changed a the file patches/patch-aa to get rid of the error and a comment
in the makefile. Now it builds on systems with gmake-3.75 (but
not any more on systems with gmake-3.74)

Below are diffs from the mocka-95.02-port file on
//ftp:/ftp.FreeBSD.org/pub/FreeBSD/incoming/mocka-95.02-port.tar.gz
and this newer and hopefully building port.


Thanks again for pointing out the error!   

Wolfgang

diff -c -r mockaport/Makefile mocka-95.02/Makefile
*** mockaport/Makefile	Sun Jun  8 23:44:39 1997
--- mocka-95.02/Makefile	Wed Jun 25 00:33:22 1997
***************
*** 1,6 ****
  #
! # New ports collection makefile for:   xdvi
! # Version required: pl18 [things like "1.5alpha" are fine here too]
  # Date created:     08 Juni 1997                              
  # Whom:             Wolfgang Helbig <helbig@informatik.ba-stuttart.de>
  #
--- 1,5 ----
  #
! # New ports collection makefile for:   mocka-95.02
  # Date created:     08 Juni 1997                              
  # Whom:             Wolfgang Helbig <helbig@informatik.ba-stuttart.de>
  #
diff -c -r mockaport/patches/patch-aa mocka-95.02/patches/patch-aa
*** mockaport/patches/patch-aa	Sun Jun  8 15:45:49 1997
--- mocka-95.02/patches/patch-aa	Tue Jun 24 09:58:25 1997
***************
*** 19,31 ****
    SRCDIR       = $(MOCKADIR)/src
    SYSDIR       = $(MOCKADIR)/sys
    EXAMPLEDIR   = $(MOCKADIR)/example
- ***************
- *** 152,157 ****
- --- 152,158 ----
-   	  $(addprefix $(LIBDIR)/,$(LIBSRC) $(LIBOBJ))
-   	if (test ! -x $(BINDIR)/mc) then ($(MAKE) $(BINDIR)/mc) fi
-   	rm -f $@
- + 	mv libc.o miscc.o $(LIBDIR)
-   	cd $(LIBDIR); echo "p tst" | $(BINDIR)/mc $(LIBOPTS)
-   	test -x $@
-   
--- 19,21 ----



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