Date: Mon, 24 Jan 2005 12:07:24 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Olga Zenkova <siro200@yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: can't install port pkg_install Message-ID: <20050124100723.GA1092@orion.daedalusnetworks.priv> In-Reply-To: <20050124090353.57797.qmail@web50909.mail.yahoo.com> References: <20050124090353.57797.qmail@web50909.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-01-24 01:03, Olga Zenkova <siro200@yahoo.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050124100723.GA1092>