Ranarion n00b
Joined: 11 Nov 2006 Posts: 12
|
Posted: Wed Mar 07, 2007 3:19 pm Post subject: gnomevfs-sharp fails to update |
|
|
Hello everyone,
when trying to update gnomevfs-sharp to 2.16.0, I get the following error. I don't really see what I can do to solve the problem:
Code: |
Configuration summary
* Installation prefix = /usr
* C# compiler: /usr/bin/mcs -define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GNOME_SHARP_2_16
Optional assemblies included in the build:
* art-sharp.dll: no
* gnomevfs-sharp.dll: yes
* gnome-sharp.dll: no
* rsvg-sharp.dll: no
* gtkhtml-sharp.dll: no
* vte-sharp.dll: no
NOTE: if any of the above say 'no' you may install the
corresponding development packages for them, rerun
autogen.sh to include them in the build.
---
Making all in .
make[1]: Entering directory `/var/tmp/portage/dev-dotnet/gnomevfs-sharp-2.16.0/work/gnome-sharp-2.16.0/gnomevfs'
cp ./gnome-vfs-api.raw gnome-vfs-api.xml
chmod u+w gnome-vfs-api.xml
/usr/bin/gapi2-fixup --api=gnome-vfs-api.xml --metadata=./Gnomevfs.metadata --symbols=./gnomevfs-symbols.xml
Warning: <remove-node path="/api/namespace/callback[@cname='GnomeVFSProcessCallback']"/> matched no nodes
Warning: <remove-node path="/api/namespace/callback[@cname='GnomeVFSProcessInitFunc']"/> matched no nodes
Warning: <attr path="/api/namespace/alias[@cname='XdgUchar8T']"/> matched no nodes
Warning: <attr path="/api/namespace/alias[@cname='XdgUint16T']"/> matched no nodes
Warning: <attr path="/api/namespace/alias[@cname='XdgUint32T']"/> matched no nodes
Warning: <attr path="/api/namespace/alias[@cname='XdgUnicharT']"/> matched no nodes
Warning: <attr path="/api/namespace/enum[@cname='GnomeVFSProcessOptions']"/> matched no nodes
Warning: <attr path="/api/namespace/enum[@cname='GnomeVFSProcessResult']"/> matched no nodes
Warning: <attr path="/api/namespace/enum[@cname='GnomeVFSProcessRunResult']"/> matched no nodes
Warning: <attr path="/api/namespace/object[@cname='GnomeVFSClient']"/> matched no nodes
Warning: <attr path="/api/namespace/object[@cname='GnomeVFSClientCall']"/> matched no nodes
Warning: <attr path="/api/namespace/struct[@cname='GnomeVFSMimeAction']/field[@cname='action']"/> matched no nodes
Warning: <attr path="/api/namespace/struct[@cname='GnomeVFSProcess']"/> matched no nodes
rm -f generated/* && \
/usr/bin/gapi2-codegen --generate gnome-vfs-api.xml \
-I:/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/atk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gdk-api.xml -I:/usr/lib/pkgconfig/../../share/gapi-2.0/gtk-api.xml \
--outdir=generated --customdir=. --assembly-name=gnome-vfs-sharp \
--gluelib-name=gnome-vfssharpglue-2 --glue-filename=glue/generated.c \
--glue-includes= \
&& touch generated-stamp
Unhandled Exception: System.IO.FileNotFoundException: Could not find file "/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml".
File name: "/usr/lib/pkgconfig/../../share/gapi-2.0/pango-api.xml"
at System.IO.FileStream..ctor (System.String name, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000]
at System.IO.FileStream..ctor (System.String name, FileMode mode, FileAccess access, FileShare share) [0x00000]
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.File.OpenRead (System.String path) [0x00000]
at GtkSharp.Generation.Parser.Load (System.String filename) [0x00000]
at GtkSharp.Generation.Parser.Parse (System.String filename) [0x00000]
at GtkSharp.Generation.CodeGenerator.Main (System.String[] args) [0x00000]
make[1]: *** [generated-stamp] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/dev-dotnet/gnomevfs-sharp-2.16.0/work/gnome-sharp-2.16.0/gnomevfs'
make: *** [all-recursive] Fehler 1
!!! ERROR: dev-dotnet/gnomevfs-sharp-2.16.0 failed.
Call stack:
ebuild.sh, line 1614: Called dyn_compile
ebuild.sh, line 971: Called qa_call 'src_compile'
environment, line 3491: Called src_compile
ebuild.sh, line 1304: Called gtk-sharp-component_src_compile
gtk-sharp-component.eclass, line 183: Called die
|
In particular, is this error caused by the "optional assemblies" listet on top? And where is pango-api.xml supposed to come from? |
|