Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20945 - openoffice won't compile if ccache is used
Summary: openoffice won't compile if ccache is used
Status: RESOLVED DUPLICATE of bug 19155
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-13 11:50 UTC by David D. Huff Jr.
Modified: 2005-07-17 13:06 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 David D. Huff Jr. 2003-05-13 11:50:14 UTC
Kept getting the dmake //ccache permissions error until I unmerged ccache.

Reproducible: Always
Steps to Reproduce:
1.emerge openoffice
2.
3.

Actual Results:  
Kept getting the dmake //ccache permissions error until I unmerged ccache.

Expected Results:  
I expected a clean compile or at least a probem with distcc.

Distcc seems to work with openoffice, ccache won't play nice. I don't know if
there is a way to turn it off prior to a compile or not. Would be nice if it
did, gentoo has soo much flexibility.
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2003-05-13 13:04:24 UTC
Try FEATURES="-ccache" emerge .... for turning ccache off for a single run.
You did not quote any error message, but I assume this is a dupe of bug #19155.
Check the error messages pasted there and please correct me if this is a different problem.

*** This bug has been marked as a duplicate of 19155 ***
Comment 2 David D. Huff Jr. 2003-05-13 14:15:52 UTC
The error message is completely different but the cause was certainly the same the code to disable "-ccache" was oopsed! between 1.0.2-r2 and 1.0.3

http://bugs.gentoo.org/show_bug.cgi?id=19155#c5

Thanks for the quick work!