From owner-freebsd-questions@FreeBSD.ORG Mon Jan 24 10:07:24 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 953E716A4CE for ; Mon, 24 Jan 2005 10:07:24 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD29443D1F for ; Mon, 24 Jan 2005 10:07:23 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])j0OA7L3U031204; Mon, 24 Jan 2005 12:07:22 +0200 Received: by orion.daedalusnetworks.priv (Postfix, from userid 1001) id 42BF32A42F; Mon, 24 Jan 2005 12:07:24 +0200 (EET) Date: Mon, 24 Jan 2005 12:07:24 +0200 From: Giorgos Keramidas To: Olga Zenkova Message-ID: <20050124100723.GA1092@orion.daedalusnetworks.priv> References: <20050124090353.57797.qmail@web50909.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050124090353.57797.qmail@web50909.mail.yahoo.com> cc: freebsd-questions@freebsd.org Subject: Re: can't install port pkg_install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2005 10:07:24 -0000 On 2005-01-24 01:03, Olga Zenkova 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