From owner-freebsd-questions@FreeBSD.ORG Fri May 5 06:53:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 D225816A417 for ; Fri, 5 May 2006 06:53:37 +0000 (UTC) (envelope-from herriojr@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABCB943D62 for ; Fri, 5 May 2006 06:53:32 +0000 (GMT) (envelope-from herriojr@gmail.com) Received: by nf-out-0910.google.com with SMTP id o25so492791nfa for ; Thu, 04 May 2006 23:53:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=UmixWjgVsqeL1CY/zMKXzOObqurTCEmwk5rfZ5bu8gdpjDtiLeXvRDcg6oBNLcSzF85+/BoCtQ21cWlkCFZmT0U8QoQbSfBA45mzExuY6/SLY7JT2iKBPfnEeBn6oRUoO+jxL2Zrm/SZ4wKquUzXzNQowHXSDsoEEKbSL6F+RPU= Received: by 10.48.164.3 with SMTP id m3mr1228504nfe; Thu, 04 May 2006 22:00:46 -0700 (PDT) Received: by 10.49.85.15 with HTTP; Thu, 4 May 2006 22:00:46 -0700 (PDT) Message-ID: <6a56d69c0605042200i241ffcdua223bd120ed99f15@mail.gmail.com> Date: Fri, 5 May 2006 05:00:46 +0000 From: "Jonathan Herriott" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: pkg_add gnuplot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2006 06:53:37 -0000 Hey, I'm trying to add the package gnuplot, and when I do, it goes and tries to add another necessary package pdflib. The issue is that it cannot find pdflib. I get the following: pkg_add -r gnuplot Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.0-release/Latest/gn= uplot.tbz... Done. Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.0-release/All/pdfli= b-6.0.1_2.tbz: File unavailable (e.g., file not found, no access) pkg_add: can't open dependency file '/var/db/pkg/pdflib-6.0.1_2/+REQUIRED_B= Y '! dependency registration is incomplete For some reason the file does not exist on the server. Is there another method that I can get pdflib that pkg_add will recognize for when I pkg_add -r gnuplot again? Thanks, Jon