RPM Community Forums

Mailing List Message of <rpm-devel>

Re: status on porting rpm5 to qnx

From: Jeff Johnson <n3npq@mac.com>
Date: Mon 28 Jan 2008 - 00:08:06 CET
Message-Id: <CCAC541A-C047-4C36-B0E2-EE73C42C27B4@mac.com>

On Jan 27, 2008, at 5:09 PM, Peter Kalbus wrote:

>
> entered:	"rpm -qpW /sepp"
> got:		"rpm: one type of query/verify may be performed at a time"
>
> souds at least interesting
>

My mistake, no -p.

Create a directory /foo, put one or more *.rpm packages into
the directory.

Run
     rpm -qiW /foo

rpm uses fts(3) to walk /foo, runs rpm -qip (internally)
on each *.rpm found while traversing /foo. using Fts().

Again, you will know if (&errno) isn't the right fix in rpmio/fts.c

73 de Jeff
Received on Mon Jan 28 00:08:11 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.