Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 585732

Summary: app-arch/rpm2targz-9.0.0.5g doesn't recognize some rpms
Product: Gentoo Linux Reporter: William Hubbs <williamh>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description William Hubbs gentoo-dev 2016-06-12 18:06:05 UTC
I'm working on an rpm-based build for rundeck [1], but I can't unpack
upstream's rpms using the rpm eclass which uses rpm2targz.

I get the following when I run:

ebuild rundeck-2.6.8.ebuild clean unpack

Appending /home/william/repos/gentoo to PORTDIR_OVERLAY...
 * rundeck-2.6.8-1.20.GA.noarch.rpm SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
 * rundeck-config-2.6.8-1.20.GA.noarch.rpm SHA256 SHA512 WHIRLPOOL size ;-) ...      [ ok ]
>>> Unpacking source...
>>> Unpacking rundeck-2.6.8-1.20.GA.noarch.rpm to /var/tmp/portage/app-misc/rundeck-bin-2.6.8/work
unpack rundeck-2.6.8-1.20.GA.noarch.rpm: file format not recognized. Ignoring.
>>> Unpacking rundeck-config-2.6.8-1.20.GA.noarch.rpm to /var/tmp/portage/app-misc/rundeck-bin-2.6.8/work
unpack rundeck-config-2.6.8-1.20.GA.noarch.rpm: file format not recognized. Ignoring.
>>> Source unpacked in /var/tmp/portage/app-misc/rundeck-bin-2.6.8/work

[1] http://www.rundeck.org
Comment 1 William Hubbs gentoo-dev 2016-06-12 18:15:07 UTC
Sorry about the noise, this was my fault.