Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3534 - OpenOffice.org ebuild fails to pull in gcc3 dependency
Summary: OpenOffice.org ebuild fails to pull in gcc3 dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seth Chandler
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-09 03:43 UTC by Ian Smith
Modified: 2003-02-04 19:42 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 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".