Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Mar 2005 16:57:32 +0900
From:      Sangwoo Shim <ssw@neo.redjade.org>
To:        "Michael W. Oliver" <michael@gargantuan.com>
Cc:        freebsd-amd64@freebsd.org
Subject:   Re: AMD64/rel 5.3 - setting up Linux compatibility
Message-ID:  <20050304075732.GA35388@neo.redjade.org>
In-Reply-To: <20050304041030.GA6962@gargantuan.com>
References:  <20050303173112.GA65467@gargantuan.com> <20050304031915.36520.qmail@web52308.mail.yahoo.com> <20050304041030.GA6962@gargantuan.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Mar 03, 2005 at 11:10:30PM -0500, Michael W. Oliver wrote:
> On 2005-03-03T19:19:15-0800, dR wrote:
[snip] 
> that is a one-liner to extract all of the RPMs, and since you only have
> scalc, it looks like you only extracted the first of the many RPMs.
> That is what happened to me initially when using...
> 
> rpm2cpio *rpm ......
> 
> the wildcard wasn't expanded, and only the first RPM was extracted.
> 
> if you are still having trouble, extract them all manually.

I did write the procedure from my memory. Apparently wildcard expansion doesn't
work well with rpm2cpio. :-( I also extracted them with small shell script,
like:

for i in *.rpm; do rpm2cpio $i | tar xvf -; done

Sorry for the wrong instruction.

Regards,
Sangwoo Shim



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