Hi, i've tried to make an snapshotrelease from releng_5. Everything works well until the readmes from the ports collections are generated. Than the build stops withe message [...] ===> x11-wm ===> Creating README.html ===> Creating README.html for all ports perl: not found *** Error code 127 Stop in /usr/ports. + umount /dev *** Error code 1 Stop in /usr/src/release. perl v5.8.6 is installed on the the build system. any suggestions. bye Estartu ---------------------------------------------------------------------------- Gerhard Schmidt | Nick : estartu IRC : Estartu | Fischbachweg 3 | | PGP Public Key 86856 Hiltenfingen | Privat: estartu@augusta.de | on request Germany | | -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 366 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20050209/ce2204dd/attachment.bin
Hi, Gerhard Schmidt, Wednesday, February 9, 2005, 1:10:51 PM: GS> perl v5.8.6 is installed on the the build system. GS> any suggestions. You can try "make rerelease" witch NOPORTREADMES=yes RELEASENOUPDATE=yes or you can try: # chroot $CHROOTDIR # cd /usr/ports/lang/perl5.8 && make install clean # use.perl port # exit make RELEASENOUPDATE=yes rerelease -- WBR, Andrey V. Elsukov