On 2005-01-24 01:03, Olga Zenkova <[EMAIL PROTECTED]> wrote: > Hi! > Can't install port pkg_install-20040802 on FreeBSD-4.2. The port is > successfully built, but on command "make install" I get: > > ==> Installing for pkg_install-20040802 > ==> Generating temporary packing list > ln: illegal option -- h > usage: ln [-fisv] file 1 file2 > ln: [-fisv] file ... directory > link file1 file2 > *** Error code 1 > > Stop in /usr/ports/sysutils/pkg_install. > > I don't understand this message. What can I do? > > Thanks, Olga
- Is your ports tree up to date? - Are you using any special options on the command line? - Does your make.conf set NO_MTREE? The only case for ln(1) to get an -h option that I could track in the pkg_install installation comes from `bsd.port.mk' in `/usr/ports/Mk' and is not normally enabled (unless you explicitly set NO_MTREE in your make.conf file). Giorgos _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
