Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 585732 - app-arch/rpm2targz-9.0.0.5g doesn't recognize some rpms
Summary: app-arch/rpm2targz-9.0.0.5g doesn't recognize some rpms
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-12 18:06 UTC by William Hubbs
Modified: 2016-06-12 18:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.