From owner-freebsd-newbies@FreeBSD.ORG Thu Nov 11 19:30:46 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DADB16A4F8 for ; Thu, 11 Nov 2004 19:30:46 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1B3543D41 for ; Thu, 11 Nov 2004 19:30:39 +0000 (GMT) (envelope-from beebum@gmail.com) Received: by rproxy.gmail.com with SMTP id a36so350443rnf for ; Thu, 11 Nov 2004 11:30:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=FCDyS9dWiqVVKt2heu/8CMsO8kAYwijYz+5TM4jsMfBrRdy3scdGPUMwyXnxmhcV23xb9zko25SLAoeRfpgmm8y57uE8DgBwW9eAhhVNOID+SkCxbBeyJzYSOCwqFPJXb1XXueEKxiIhfkJgfLevGZIY9OzwvcTfPJgvQH1GfQ4= Received: by 10.38.79.69 with SMTP id c69mr1019630rnb; Thu, 11 Nov 2004 11:30:39 -0800 (PST) Received: by 10.38.65.76 with HTTP; Thu, 11 Nov 2004 11:30:39 -0800 (PST) Message-ID: Date: Thu, 11 Nov 2004 13:30:39 -0600 From: terry tyson To: Andy Hochhaus In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: cc: freebsd-newbies@freebsd.org Subject: Re: pkg_add -r gimp fails X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: terry tyson List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2004 19:30:46 -0000 On Thu, 11 Nov 2004 10:20:28 -0600, Andy Hochhaus wrote: > Hello, > > I am a convert from debian trying to install the gimp package from the > Internet. However my installation attempt fails with the following > output: > > d0a1fb53# pkg_add -r gimp > Error: FTP Unable to get > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/gimp.tbz: > File name not allowed > pkg_add: unable to fetch > 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/gimp.tbz' > by URL > > I was able to install the package using ports with the following commands: > > d0a1fb53# cd /usr/ports/graphics/gimp > d0a1fb53# make install clean > > What am I doing wrong when trying to install the package? The -r attempts to retrieve the latest package from the web which can fail for a number of reasons. The version you installed successfully is probably just fine. -- Terry