Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 282042 - dev-dotnet/evolution-sharp-0.20.0 fails to build with missing dependencies
Summary: dev-dotnet/evolution-sharp-0.20.0 fails to build with missing dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial
Assignee: dotnet project
URL: http://bugzilla.gnome.org/show_bug.cg...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-19 20:08 UTC by Andrea Innocenti
Modified: 2009-09-02 20:58 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 Andrea Innocenti 2009-08-19 20:08:57 UTC
There is a missing dependencies on dev-dotnet/evolution-sharp-0.20.0.
accordingly to the output of emerge:

checking for MONO... yes
checking for mcs... /usr/bin/mcs
checking for gacutil... /usr/bin/gacutil
checking for GTK_SHARP... configure: error: Package requirements (gtk-sharp-2.0 >= 2.4.0) were not met:

No package 'gtk-sharp-2.0' found

as shown by eix:
eix gtk-sharp
* dev-dotnet/gtk-sharp
     Available versions:  (2)  2.12.8!t ~2.12.9!t
	{debug}
     Homepage:            http://www.mono-project.com/GtkSharp
     Description:         GtkSharp's gtk module of the gtk-sharp tarball

it is not installed.


If I manually emerge gtk-sharp the compilation finished without errors so I think you need to pull gtk-sharp as dependency of evolution-sharp or some other package depending on it.

Reproducible: Always

Steps to Reproduce:
1. make sure you don't have gtk-sharp installed
2. emerge evolution-sharp-0.20.0
3.

Actual Results:  
the compilation fails with missing dependencies

Expected Results:  
the compilation ends correctly
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2009-08-22 22:44:52 UTC
+*evolution-sharp-0.21.1 (22 Aug 2009)
+
+  22 Aug 2009; Peter Alfredsen <loki_val@gentoo.org>
+  evolution-sharp-0.20.0.ebuild, +evolution-sharp-0.21.1.ebuild:
+  Bump. Add workaround for bug 282042. Gtk-sharp is not a runtime nor a
+  buildtime dependency AFAICT, but is nonetheless required by configure.
+

The assembly only seems to need glib-sharp. Keeping this bug open for tracking.
Comment 2 Peter Alfredsen (RETIRED) gentoo-dev 2009-09-02 20:57:12 UTC
+  02 Sep 2009; Peter Alfredsen <loki_val@gentoo.org>
+  evolution-sharp-0.20.0.ebuild, evolution-sharp-0.21.1.ebuild,
+  +files/evolution-sharp-0.21.1-gtk-sharp-dropped.patch:
+  Fix bug 282042 completely. Shuffle the sample programs building under
+  check_SCRIPTS, make the .dll use only glib-sharp.
+