Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33719 - openoffice-bin-1.1.0 installs without space on device
Summary: openoffice-bin-1.1.0 installs without space on device
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-17 17:51 UTC by Nils Ohlmeier
Modified: 2003-11-18 02:35 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 Nils Ohlmeier 2003-11-17 17:51:49 UTC
The openoffice-bin-1.1.0.ebuild does not seem to check the return code from the
installer, and thus merges even broken openoffice installations into the system.
See error messages below.

Reproducible: Always
Steps to Reproduce:
1. Fill up your the device which contains /var/tmp/portage
2. emerge openoffice-bin
3.

Actual Results:  
The installer fails with 
'not enough space on the destiantion drive
ExitCode: 20'
but the ebuild goes on the with the installation normaly.

Expected Results:  
The ebuild should exit with an error, and do not try to merge the installation.

Sorry i had to copy it from the screen, because no mouse available on the system.

...
>>> Install openoffice-bin-1.1.0 into
/var/tmp/portage/openoffice-bin-1.1.0/image/ category app-office
 * Installing OpenOffice.org into build root...
 * Scanning for a open DISPLAY to start Xvfb...
 * Starting Xvfb on $DISPLAY=0 ...
glibc version: 2.3.2

Initializing installation program....................
not enough space on the destination drive
ExitCode: 20

 * Removing build root from registry...
grep: /var/tmp/portage/openoffice-bin-1.1.0/image//opt/OpenOffice.org1.1.0/*: No
such file or directory
 * Fixing permissions...
chmod: failed to get attributes of 

[lots of 'no such file or directoy' error message.. sorry i'm to lazzy to type
them in all]

>>> app-office/openoffice-bin-1.1.0 merged.
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2003-11-18 02:35:44 UTC
I have added a ||die statement, so this shouldn't happen anymore.