Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205244 - app-office/openoffice-bin unpack fails with app-arch/rpm-5.0
Summary: app-office/openoffice-bin unpack fails with app-arch/rpm-5.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-10 20:20 UTC by Brendan Rankin
Modified: 2009-10-05 05:08 UTC (History)
2 users (show)

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 Brendan Rankin 2008-01-10 20:20:14 UTC
After emerging rpm5, I tried to re-emerge openoffice-bin due to some USE flag changes and the emerge failed during unpacking with various cpio "end of file not reached" errors.

I tracked this failure back to issues in the rpm5 package, so I masked rpm-5.0.0 and re-emerged openoffice-bin successfully.

Reproducible: Always

Steps to Reproduce:
1.  Emerge rpm-5.0.0.
2.  Try to emerge openoffice-bin
    - It will fail.
3.  Mask rpm-5.0.0.
4.  Emerge "older" rpm.
5.  emerge openoffice-bin, again.
    - It will succeed.

Actual Results:  
Failed emerge of openoffice-bin.....unpacking is the source of the failure, but the actual failure happens during the install stage.

Expected Results:  
Successful emerge of openoffice-bin.

The openoffice-bin ebuild makes use of rpm_unpack functionality.  This functions with pre-5.0.0 rpm, but not with 5.0.0.
Comment 1 M. Franco 2008-10-10 07:52:11 UTC
I had this similar bug while using "rpm2targz-9.0.0.1g".
the rpm ebuild was not installed.

The 9.0.0.3g resolve the problem with emerging openoffice.
Comment 2 Peter Bleszynski 2009-10-04 20:52:05 UTC
Actually I'm seeing this problem with app-arch/rpm2targz-9.0.0.3g on amd64.
Comment 3 SpanKY gentoo-dev 2009-10-05 05:08:53 UTC
rpm.eclass no longer uses app-arch/rpm, only app-arch/rpm2targz.

if you have a problem with rpm2targz, then file a new bug.  however, the issue you're hitting most likely isnt the same as this and there's already a bug for it.