Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121563 - galago-sharp-0.3.2 fails to build because of non existant gtk-sharp.pc
Summary: galago-sharp-0.3.2 fails to build because of non existant gtk-sharp.pc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-04 09:19 UTC by gad.kadosh
Modified: 2006-02-04 09:32 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 gad.kadosh 2006-02-04 09:19:41 UTC
The problem is probably caused because gtk-sharp-2.* series provide gtk-sharp-2.0.pc file.
galago-sharp should be patched to work with these versions.



./Object.cs(59,24): warning CS0169: The private method `Galago.Object.galago_object_unref(System.IntPtr)' is never used
./Object.cs(17,28): warning CS0169: The private field `Galago.Object.Classes' is assigned but its value is never used
Compilation succeeded - 2 warning(s)
make[2]: Leaving directory `/var/tmp/portage/galago-sharp-0.3.2/work/galago-sharp-0.3.2/galago'
Making all in tests
make[2]: Entering directory `/var/tmp/portage/galago-sharp-0.3.2/work/galago-sharp-0.3.2/tests'
/usr/bin/mcs /out:get-presence.exe /r:../galago/galago-sharp.dll -pkg:dbus-sharp -pkg:gtk-sharp ./get-presence.cs
/usr/bin/mcs /out:monitor.exe /r:../galago/galago-sharp.dll -pkg:dbus-sharp -pkg:gtk-sharp ./monitor.cs
Package gtk-sharp was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk-sharp.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk-sharp' found
error CS8027: Error running pkg-config. Check the above output.
Package gtk-sharp was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk-sharp.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk-sharp' found
error CS8027: Error running pkg-config. Check the above output.
make[2]: *** [monitor.exe] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [get-presence.exe] Error 1
make[2]: Leaving directory `/var/tmp/portage/galago-sharp-0.3.2/work/galago-sharp-0.3.2/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/galago-sharp-0.3.2/work/galago-sharp-0.3.2'
make: *** [all-recursive-am] Error 2

!!! ERROR: dev-dotnet/galago-sharp-0.3.2 failed.
!!! Function src_compile, Line 566, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-02-04 09:32:31 UTC
Fixed the hidden deps.  Please sync and re-test in ~2 hours.