From owner-freebsd-bugs Mon Apr 29 9:50:26 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 921C637B41D for ; Mon, 29 Apr 2002 09:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3TGo1d27401; Mon, 29 Apr 2002 09:50:01 -0700 (PDT) (envelope-from gnats) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id E40A537B426 for ; Mon, 29 Apr 2002 09:47:41 -0700 (PDT) Received: from home.dinoex.sub.org (home [217.6.200.196]) by net2.dinoex.sub.org (8.12.3/8.12.3) with ESMTP id g3TGlOat026309 for ; Mon, 29 Apr 2002 18:47:25 +0200 (CEST) (envelope-from dm@home.dinoex.sub.org) Received: (from dm@localhost) by home.dinoex.sub.org (8.12.3/8.12.2/Submit) id g3TGlN1H097092; Mon, 29 Apr 2002 18:47:23 +0200 (CEST) (envelope-from dm) Message-Id: <200204291647.g3TGlN1H097092@home.dinoex.sub.org> Date: Mon, 29 Apr 2002 18:47:23 +0200 (CEST) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: bin/37571: pkg_info broken with filenames Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37571 >Category: bin >Synopsis: pkg_info broken with filenames >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 29 09:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 4.5-STABLE i386 >Organization: privat >Environment: System: FreeBSD 4.5-STABLE i386 >Description: pkg_info cant read any information from package-files supplied on the commandline. This worked fine in older releases of FreeBSD. >How-To-Repeat: # cd /src # pkg_info /src/packages/All/gconf-1.0.9.tgz pkg_info: can't find package `gconf-1.0.9.tgz' installed or in a file! # ls -l /src/packages/All/gconf-1.0.9.tgz -rw-r--r-- 1 root wheel 706765 Apr 19 22:39 /src/packages/All/gconf-1.0.9.tgz # cd /src/packages/All/ # pkg_info /src/packages/All/gconf-1.0.9.tgz Information for gconf-1.0.9.tgz: [....] >Fix: preserve pathname in pkg_info. or cd into the specified directory. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message