Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 1997 21:48:26 -0700
From:      John Polstra <jdp@polstra.com>
To:        mrcpu@cdsnet.net
Cc:        ports@freebsd.org
Subject:   Re: Few ports problems.
Message-ID:  <199708130448.VAA08026@austin.polstra.com>
In-Reply-To: <Pine.NEB.3.95.970812142620.1820A-100000@mail.cdsnet.net>
References:  <Pine.NEB.3.95.970812142620.1820A-100000@mail.cdsnet.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> cvsup port doesn't build for me on a recent 2.2.2, to wit:
> 
> # make
> >> cvsup-15.1.tar.gz doesn't seem to exist on this system.
> >> Attempting to fetch from ftp://hub.freebsd.org/pub/CVSup/.
> Receiving cvsup-15.1.tar.gz (253515 bytes): 100%
> 253515 bytes transfered in 53.8 seconds  (4.60 kB/s)
> >> Checksum OK for cvsup-15.1.tar.gz.
> ===>  Extracting for cvsup-15.1
> ===>  cvsup-15.1 depends on executable: m3build-5 - not found
> ===>  Verifying install for m3build-5 in /usr/ports/lang/modula-3
> ===>  Extracting for modula-3-3.6
> ===>  modula-3-3.6 depends on: /usr/ports/lang/modula-3-lib
> ===>  Verifying install for /usr/ports/lang/modula-3-lib
> >> m3-fbsd-src-3.6.tar.gz doesn't seem to exist on this system.
> >> Attempting to fetch from
> ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/LOCAL_PORTS/.
> Receiving m3-fbsd-src-3.6.tar.gz (2347627 bytes): 100%
> 2347627 bytes transfered in 993.0 seconds  (2.31 kB/s)
> >> m3-fbsd-m3cc-3.6.tar.gz doesn't seem to exist on this system.
> >> Attempting to fetch from
> ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/LOCAL_PORTS/.
> Receiving m3-fbsd-m3cc-3.6.tar.gz (358896 bytes): 100%
> 358896 bytes transfered in 82.8 seconds  (4.23 kB/s)
> >> m3-fbsd-boot-3.6.tar.gz doesn't seem to exist on this system.
> >> Attempting to fetch from
> ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/LOCAL_PORTS/.
> Receiving m3-fbsd-boot-3.6.tar.gz (564668 bytes): 100%
> 564668 bytes transfered in 654.6 seconds  (863 bytes/s)
> >> Checksum OK for m3-fbsd-src-3.6.tar.gz.
> >> Checksum OK for m3-fbsd-m3cc-3.6.tar.gz.
> >> Checksum OK for m3-fbsd-boot-3.6.tar.gz.
> ===>  Extracting for modula-3-lib-3.6
> Copying gcc sources from /usr/src/contrib
> /usr/ports/lang/modula-3-lib/scripts/copy_files: not found
> *** Error code 1
> 
> Stop.
> *** Error code 1

I think this is because your <bsd.port.mk> file is out of date.
Somebody did a sweep over the ports Makefiles recently and changed
all uses of "sh" to "${SH}".  So now the Makefile says "${SH}
${SCRIPTDIR}/copy_files ...".  Unfortunately, the definition of SH
has only been in <bsd.port.mk> for about a month.

John
--
   John Polstra                                       jdp@polstra.com
   John D. Polstra & Co., Inc.                Seattle, Washington USA
   "Self-knowledge is always bad news."                 -- John Barth



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