Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85608 - dev-dotnet/gtk-sharp-1.0.8 missing >=automake-1.9 dependency
Summary: dev-dotnet/gtk-sharp-1.0.8 missing >=automake-1.9 dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High minor
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-17 03:08 UTC by Gleb Litvjak
Modified: 2005-03-17 13:38 UTC (History)
0 users

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 Gleb Litvjak 2005-03-17 03:08:47 UTC
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
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2005-03-17 03:26:57 UTC
It should be installed by default (via the dependency in automake-wrapper).
Comment 2 Peter Johanson (RETIRED) gentoo-dev 2005-03-17 13:25:08 UTC
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.
Comment 3 Gleb Litvjak 2005-03-17 13:38:30 UTC
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.