I tried to emerge dev-dotnet/gtk-sharp-1.0.8, but it gave an error saying that aclocal-1.9 can't be found. I emerged automake-1.9.4 (wasn't installed before) and after that dev-dotnet/gtk-sharp-1.0.8 emerged OK. I assume that gtk-sharp-1.0.8 should list automake-1.9 as a dependency. Reproducible: Always Steps to Reproduce: 1. Unmerge automake-1.9 if it's installed 2. emerge dev-dotnet/gtk-sharp-1.0.8 Actual Results: dev-dotnet/gtk-sharp-1.0.8 fails to emerge Expected Results: portage should emerge automake-1.9 before gtk-sharp-1.0.8
It should be installed by default (via the dependency in automake-wrapper).
Can you please post the output of "emerge info". Concerning was Azarah said, you should have automake-1.9.x pulled in by the automake-wrapper package. Do you have that installed? If so, did you remove any components either intentionally or via emerge depclean, etc? Thanks.
I removed automake-1.9 earlier intentionally (patched kdebase-3.3.2 refused to compile, and even WANT_AUTOMAKE=1.8 didn't help). So I assume this isn't a bug in the ebuild. Sorry for bothering you.