Hi, the installation of perl 5.8.9_1 fails here with the following error message: | /bin/mkdir -p /usr/local/lib/perl5/5.8.9/BSDPAN/. | install -o root -g wheel -m 444 /usr/ports/lang/perl5.8/work/BSDPAN-5.8.9/BSDPAN.pm /usr/local/lib/perl5/5.8.9/BSDPAN/BSDPAN.pm | install: /usr/ports/lang/perl5.8/work/BSDPAN-5.8.9/BSDPAN.pm: No such file or directory | *** Error code 71 | | Stop in /usr/ports/lang/perl5.8. | *** Error code 1
A look in the work-dir shows:
| hi...@kirk:~> ls /usr/ports/lang/perl5.8/work/BSDPAN-5.8.9/
| ls: /usr/ports/lang/perl5.8/work/BSDPAN-5.8.9/: No such file or directory
| hi...@kirk:~> ls -la /usr/ports/lang/perl5.8/work/BSDPAN-5.8.9_1/
| total 14
| drwxr-xr-x 4 root wheel 512 15 Feb 22:21 .
| drwxr-x--- 4 root wheel 512 16 Feb 04:31 ..
| drwxr-xr-x 2 root wheel 512 15 Feb 22:29 BSDPAN
| -rw-r--r-- 1 root wheel 2693 15 Feb 22:21 BSDPAN.pm
| -rw-r--r-- 1 root wheel 1655 1 Feb 2005 Config.pm
| drwxr-xr-x 2 root wheel 512 15 Feb 22:48 ExtUtils
After looking in the Makefile I think either the "_1" in
BSDPAN_VERSION= ${PORTVERSION}_1
is wrong or it is missing in
BSDPAN_WRKSRC= ${WRKDIR}/BSDPAN-${PORTVERSION}
A possible patch is attached.
bye,
Hilko
Makefile_patch
Description: Binary data
_______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
