Hi, I modified /snap/release/usr/ports/Mk/bsd.port.mk after it was checked out during 'make release' processing. It worked like a champ and the release completed.
Setting up FTP distribution area 0 blocks 0 blocks Release done + echo make release Finished make release Finished ---> Mon May 3 20:05:57 EDT 1999 - Creating /pub/FreeBSD/4.0-19990503-SNAP ---> Mon May 3 20:18:21 EDT 1999 - build of 4.0-19990503-SNAP was a success. ---> make world/release ran 365 min 1 sec To keep the releases building this seems like a reasonable fix until a better solution is found. Thanks! John > "John W. DeBoskey" wrote: > > I don't know if anyone has seen this yet, but from last nights > > 'make release' I get the following failure .... > > > > touch release.2 > > Making docs... > > ===> Extracting for docproj-1.0 > > >> No MD5 checksum file. > > ===> Patching for docproj-1.0 > > ===> Configuring for docproj-1.0 > > ===> Installing for docproj-1.0 > > ===> docproj-1.0 depends on executable: instant - not found > > ===> Verifying install for instant in /usr/ports/textproc/sgmlformat > > Error: you don't have the right version of perl in /usr/bin. > > *** Error code 1 > > > > > > It looks like the perl updates that went in have some side > > effects... > > Here's a workaround (Satoshi - your comments, please?): > > Index: bsd.port.mk > =================================================================== > RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v > retrieving revision 1.311 > diff -u -d -r1.311 bsd.port.mk > --- bsd.port.mk 1999/04/28 06:20:12 1.311 > +++ bsd.port.mk 1999/05/03 19:18:03 > @@ -592,7 +592,12 @@ > > PKG_IGNORE_DEPENDS?= '(XFree86-3\.3\.3\.1|Motif-2\.1\.10)' > > +.if exists(/usr/bin/perl5.00502) > PERL_VERSION= 5.00502 > +.endif > +.if exists(/usr/bin/perl5.00503) > +PERL_VERSION= 5.00503 > +.endif > PERL_VER= 5.005 > PERL_ARCH= ${ARCH}-freebsd > PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \ > > M > -- > Mark Murray > Join the anti-SPAM movement: http://www.cauce.org > To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message