Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131758 - firefox-1.5.0.2-r1 fails distcc compile due to -fvisibility=hidden
Summary: firefox-1.5.0.2-r1 fails distcc compile due to -fvisibility=hidden
Status: RESOLVED INVALID
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: 2006-04-30 00:04 UTC by Robert Lippmann
Modified: 2006-04-30 00:26 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 Robert Lippmann 2006-04-30 00:04:31 UTC
tried to emerge this today.  got an error when i used distcc because my toolchain on my other boxen are built with Dan Kegel's crosstool (http://kegel.com/crosstool).  

gcc reports unknown option -fvisibility=hidden.  Evidently, the visibility stuff in gcc is pretty broken in 3.4.x, and only works with heavy patching via gentoo.

perhaps this option (and there's another visibility option for inlines) should be disabled by default?

simple workaround is to not distcc when building.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-30 00:16:29 UTC
Unsupported flags, don't use it.
Comment 2 Robert Lippmann 2006-04-30 00:22:27 UTC
(In reply to comment #1)
> Unsupported flags, don't use it.
> 

i didn't set the flags, they were enabled by default.  and i don't see a way to unset them.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-04-30 00:26:55 UTC
Some third party toolchain is not our problem.