Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 259767 - app-office/openoffice-3.0.1 needs more than 5G free disk space to emerge (but only checks for 5G)
Summary: app-office/openoffice-3.0.1 needs more than 5G free disk space to emerge (but...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-20 23:02 UTC by Josiah Barber
Modified: 2009-04-11 08:11 UTC (History)
1 user (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 Josiah Barber 2009-02-20 23:02:46 UTC
Using the following use flags:

[ebuild   R   ] app-office/openoffice-3.0.1  USE="cups dbus java kde nsplugin opengl pam -binfilter -debug -eds -gnome -gstreamer -gtk -ldap -mono -odk -templates" LINGUAS="en_US -af ..." # (no other languages selected)

emerging used 5.3G of disk space in /var/tmp/portage.  The ebuild does mention that "4-6 GB free diskspace and 256 MB RAM are the minimum requirements", but it only checks for 5G, instilling false confidence in those who have 5G or more of free disk space but less than the actual required amount.

If you're not convinced that this is a problem, here's my reasoning:

It might not be the ebuild's responsibility to check for sufficient free disk space, but if it's going to check, it should check for the UPPER LIMIT of needed free disk space.  Since all it does in cases where free disk space is less than the checked-for amount is warn you that you might not have enough, passing the requirements should mean that you definitely have enough.

Also, I did see this other bug:

http://bugs.gentoo.org/show_bug.cgi?id=249255

but I don't think this is a duplicate, because that one was about building with debugging symbols enabled.

Thanks!
Comment 1 Andreas Proschofsky (RETIRED) gentoo-dev 2009-03-27 23:06:19 UTC
Yeah, the build doesn't get smaller over time. Raised the limit to 6 Gig now, thanks for reporting!
Comment 2 Josiah Barber 2009-04-11 08:11:54 UTC
(In reply to comment #1)
> Yeah, the build doesn't get smaller over time. Raised the limit to 6 Gig now,
> thanks for reporting!
> 

Awesome, thanks!