Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2002 18:47:23 +0200 (CEST)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/37571: pkg_info broken with filenames
Message-ID:  <200204291647.g3TGlN1H097092@home.dinoex.sub.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204291647.g3TGlN1H097092>