Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 215618 - app-office/openoffice-bin-2.4.0 failed to install
Summary: app-office/openoffice-bin-2.4.0 failed to install
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-31 17:09 UTC by midnightflash
Modified: 2008-04-02 14:36 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 midnightflash 2008-03-31 17:09:54 UTC
app-office/openoffice-bin-2.4.0 is failing to install properly.

Reproducible: Always

Steps to Reproduce:
1. emerge -av app-office/openoffice-bin

Actual Results:  
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/app-office/openoffice-bin-2.4.0/work/OOH680_m12_native_packed-1_en-US.9286/RPMS ...
>>> Source compiled.
>>> Test phase [not enabled]: app-office/openoffice-bin-2.4.0

>>> Install openoffice-bin-2.4.0 into /var/tmp/portage/app-office/openoffice-bin-2.4.0/image/ category app-office
 * Installing OpenOffice.org into build root...
mv: cannot stat `/var/tmp/portage/app-office/openoffice-bin-2.4.0/work/opt/openoffice.org2.4/*': No such file or directory
/var/tmp/portage/app-office/openoffice-bin-2.4.0/temp/environment: line 2153: cd: /var/tmp/portage/app-office/openoffice-bin-2.4.0/image//usr/lib/openoffice/share/xdg/: No such file or directory
mv: cannot stat `base.desktop': No such file or directory
sed: can't read openoffice.org-2.4-base.desktop: No such file or directory
 * 
 * ERROR: app-office/openoffice-bin-2.4.0 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_install
 *             environment, line 2157:  Called die
 * The specific snippet of code:
 *           sed -i -e s/openoffice.org2.4/ooffice/g openoffice.org-2.4-${desk}.desktop || die;
 *  The die message:


Expected Results:  
successfully installed app-office/openoffice-bin-2.4.0
Comment 1 Martin von Gagern 2008-03-31 19:42:06 UTC
Similar here, but I get errors even before, in the unpack phase:
rpm2cpio: error while loading shared libraries: libneon.so.26: cannot open shared object file: No such file or directory
cpio: premature end of archive

While a few "|| die" in the ebuild might be a good idea, the actual reason is me not running revdep-rebuild after my last world update. I'm so looking forward to portage-2.2 being unmasked and the fix for bug 62207 being available to all. revdep-rebuild does in fact find rpm as being broken. Remerging hits bug 214799, but after working around that one, openoffice-bin unpacked and installed all right.

Question to initial reporter: are you sure your unpack phase was all right? What does /var/tmp/portage/app-office/openoffice-bin-2.4.0/work/ actually look like? I had no opt dir there, because it could not be unpacked.
Comment 2 Andreas Proschofsky (RETIRED) gentoo-dev 2008-03-31 19:59:52 UTC
(In reply to comment #0)
> app-office/openoffice-bin-2.4.0 is failing to install properly.

Looks like you ran out of disk-space...
Comment 3 midnightflash 2008-04-02 11:15:46 UTC
(In reply to comment #2)
> 
> Looks like you ran out of disk-space...
> 

That is impossible... ~5GB free space in / .
But there is the failure in app-arch/rpm for me (revdep-rebuild says here also), and i get the mentioned error trying recompiling rpm. So I can't confirm into the last... don't want to do a patch by hand for this.

So I honestly think this bug-report is kind of invalid.

Thanks to Martin and Andreas!
Comment 4 midnightflash 2008-04-02 14:36:08 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > 
> > Looks like you ran out of disk-space...
> > 
> 
> That is impossible... ~5GB free space in / .
> But there is the failure in app-arch/rpm for me (revdep-rebuild says here
> also), and i get the mentioned error trying recompiling rpm. So I can't confirm
> into the last... don't want to do a patch by hand for this.
> 
> So I honestly think this bug-report is kind of invalid.
> 
> Thanks to Martin and Andreas!
> 

I downgraded net-misc/neon and now it's running.

Thank's for the hint.