Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 3534

Summary: OpenOffice.org ebuild fails to pull in gcc3 dependency
Product: Gentoo Linux Reporter: Ian Smith <13th.floor>
Component: Current packagesAssignee: Seth Chandler <sbc28>
Status: RESOLVED FIXED    
Severity: normal CC: azarah
Priority: High    
Version: 1.1a   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ian Smith 2002-06-09 03:43:26 UTC
Don't know if this is intentional, but

emerge /usr/portage/app-office/openoffice/openoffice-1.0.0-r1.ebuild

failed because it could not find gcc3.  As far as I can tell, gcc3 is not
masked, but I could not find it in package.mask.  I had to do:

ebuild /usr/portage/sys-devel/gcc/gcc-3.0.4-r6.ebuild merge
emerge openoffice

And it (eventually!) worked.  Nice one!
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-06-09 11:41:24 UTC
It is intentional.  Problem is that you cannot pull gcc-3.1 in by DEPEND,
but have to merge it via "ebuild foo.ebuild merge".