Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 287748 - idb(10.0.26, 10.1.018, 10.1.17) rpm extract problem while emerge
Summary: idb(10.0.26, 10.1.018, 10.1.17) rpm extract problem while emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Sébastien Fabbro (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-05 12:23 UTC by Martin Kyncl
Modified: 2009-10-05 21:02 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 Martin Kyncl 2009-10-05 12:23:39 UTC
Ebuild for dev-lang/idb-10.1.018
()
line 46:
rpm_unpack ${x} || die "rpm_unpack ${x} failed"
should be:
rpm_unpack "${S}/${x}" || die "rpm_unpack ${x} failed"

..otherwise rpm2targz won't find appropriate file and will not emerge

Reproducible: Always

Steps to Reproduce:
1.emerge idb
2.
3.

Actual Results:  
rpm2cpio: /var/tmp/portage/dev-lang/idb-10.0.026/distdir/data/intel-iidb100026-10.0.026-1.i386.rpm: No such file or directory
rpm2tar: /var/tmp/portage/dev-lang/idb-10.0.026/distdir/data/intel-iidb100026-10.0.026-1.i386.rpm: failed to extract cpio via rpm2cpio (not actually an RPM?)
tar: This does not look like a tar archive
tar: Error exit delayed from previous errors



 /usr/portage/dev-lang/idb/idb-10.1.018.ebuild

line 46:
rpm_unpack ${x} || die "rpm_unpack ${x} failed"
should be:
rpm_unpack "${S}/${x}" || die "rpm_unpack ${x} failed"
Comment 1 Sébastien Fabbro (RETIRED) gentoo-dev 2009-10-05 21:02:00 UTC
Fixed. Thanks!