Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 233758 - gnomevfs-sharp-2.16 fails to compile
Summary: gnomevfs-sharp-2.16 fails to compile
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-02 23:22 UTC by Mieszko Ślusarczyk
Modified: 2008-11-19 23:06 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 Mieszko Ślusarczyk 2008-08-02 23:22:25 UTC
cp ../gtk-sharp.snk .
cp ../AssemblyInfo.cs .
/usr/bin/mcs -define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8
-define:GNOME_SHARP_2_16 -define:GNOME_SHARP_2_20 -nowarn:0169,0612,0618
-unsafe -out:gnome-vfs-sharp.dll -target:library
-r:/usr/lib64/mono/gtk-sharp-2.0/pango-sharp.dll
-r:/usr/lib64/mono/gtk-sharp-2.0/atk-sharp.dll
-r:/usr/lib64/mono/gtk-sharp-2.0/gdk-sharp.dll
-r:/usr/lib64/mono/gtk-sharp-2.0/gtk-sharp.dll
-r:/usr/lib64/mono/gtk-sharp-2.0/glib-sharp.dll   
-r:/usr/lib64/pkgconfig/../../lib/mono/1.0/Mono.Cairo.dll   generated/*.cs 
./Async.cs  ./AsyncCallback.cs  ./AsyncCallbackNative.cs 
./AsyncDirectoryLoadCallback.cs  ./AsyncDirectoryLoadCallbackNative.cs 
./AsyncReadCallback.cs  ./AsyncReadCallbackNative.cs  ./AsyncWriteCallback.cs 
./AsyncWriteCallbackNative.cs  ./Directory.cs  ./FileInfo.cs  ./MimeType.cs 
./ModuleCallback.cs  ./ModuleCallbackAuthentication.cs 
./ModuleCallbackFillAuthentication.cs  ./ModuleCallbackFullAuthentication.cs 
./ModuleCallbackSaveAuthentication.cs  ./ModuleCallbackStatusMessage.cs 
./Monitor.cs  ./Sync.cs  ./Vfs.cs  ./VfsException.cs  ./VfsStream.cs 
./VfsStreamAsyncResult.cs  ./Xfer.cs  ./XferProgressCallback.cs 
./XferProgressCallbackNative.cs AssemblyInfo.cs
generated/Drive.cs(62,63): error CS1502: The best overloaded method match for
`GLib.Signal.Lookup(GLib.Object, string, System.Delegate)' has some invalid
arguments
/usr/lib64/mono/gac/glib-sharp/2.12.0.0__35e10195dab3c99f/glib-sharp.dll
(Location of the symbol related to previous error)
generated/Drive.cs(62,63): error CS1503: Argument 3: Cannot convert type
`System.Type' to `System.Delegate'
generated/Drive.cs(66,63): error CS1502: The best overloaded method match for
`GLib.Signal.Lookup(GLib.Object, string, System.Delegate)' has some invalid
arguments
/usr/lib64/mono/gac/glib-sharp/2.12.0.0__35e10195dab3c99f/glib-sharp.dll
(Location of the symbol related to previous error)
generated/Drive.cs(66,63): error CS1503: Argument 3: Cannot convert type
`System.Type' to `System.Delegate'
generated/Drive.cs(111,63): error CS1502: The best overloaded method match for
`GLib.Signal.Lookup(GLib.Object, string, System.Delegate)' has some invalid
arguments
/usr/lib64/mono/gac/glib-sharp/2.12.0.0__35e10195dab3c99f/glib-sharp.dll
(Location of the symbol related to previous error)
generated/Drive.cs(111,63): error CS1503: Argument 3: Cannot convert type
`System.Type' to `System.Delegate'
generated/Drive.cs(115,63): error CS1502: The best overloaded method match for
`GLib.Signal.Lookup(GLib.Object, string, System.Delegate)' has some invalid
arguments
/usr/lib64/mono/gac/glib-sharp/2.12.0.0__35e10195dab3c99f/glib-sharp.dll
(Location of the symbol related to previous error)
generated/Drive.cs(115,63): error CS1503: Argument 3: Cannot convert type
`System.Type' to `System.Delegate'
generated/Drive.cs(160,63): error CS1502: The best overloaded method match for
`GLib.Signal.Lookup(GLib.Object, string, System.Delegate)' has some invalid
arguments
/usr/lib64/mono/gac/glib-sharp/2.12.0.0__35e10195dab3c99f/glib-sharp.dll
(Location of the symbol related to previous error)
generated/Drive.cs(160,63): error CS1503: Argument 3: Cannot convert type
`System.Type' to `System.Delegate'
generated/Drive.cs(164,63): error CS1502: The best overloaded method match for
`GLib.Signal.Lookup(GLib.Object, string, System.Delegate)' has some invalid
arguments
/usr/lib64/mono/gac/glib-sharp/2.12.0.0__35e10195dab3c99f/glib-sharp.dll
(Location of the symbol related to previous error)
generated/Drive.cs(164,63): error CS1503: Argument 3: Cannot convert type
`System.Type' to `System.Delegate'
Compilation failed: 12 error(s), 0 warnings
make[3]: *** [gnome-vfs-sharp.dll] Error 1
make[3]: Leaving directory
`/var/tmp/portage/dev-dotnet/gnome-sharp-2.20.1/work/gnome-sharp-2.20.1/gnomevfs'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/dev-dotnet/gnome-sharp-2.20.1/work/gnome-sharp-2.20.1/gnomevfs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/dev-dotnet/gnome-sharp-2.20.1/work/gnome-sharp-2.20.1'
make: *** [all] Error 2


Reproducible: Always




The same happens, when I try to compile gnome-sharp from https://bugs.gentoo.org/show_bug.cgi?id=221003 (gnomevfs-sharp is integrated in later releases of gnome-sharp).
It prevents installing ANY gnome-sharp.
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-08-03 00:00:07 UTC
please read metadata.xml or use the ebuild component as instructed by bugzilla, thanks.
Comment 2 Mieszko Ślusarczyk 2008-08-03 02:14:04 UTC
Excuse me, I don't know what do you mean..
Comment 3 Andreas Proschofsky (RETIRED) gentoo-dev 2008-08-05 08:19:56 UTC
You are obviously using a newer gtk-sharp than is in the tree, so this is invalid imho
Comment 4 Mieszko Ślusarczyk 2008-08-05 13:55:07 UTC
(In reply to comment #3)
> You are obviously using a newer gtk-sharp than is in the tree, so this is
> invalid imho
> 

I'm using gtk-sharp from http://bugs.gentoo.org/show_bug.cgi?id=211339 and gnome-sharp from http://bugs.gentoo.org/show_bug.cgi?id=221003, as I needed them to compile few programs.