* Package:    dev-dotnet/gudev-sharp-0.1
 * Repository: gentoo
 * Maintainer: dotnet@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux policykit userland_GNU
 * FEATURES:   preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking gudev-sharp-1.0-0.1.tar.gz to /var/tmp/portage/dev-dotnet/gudev-sharp-0.1/work
>>> Source unpacked in /var/tmp/portage/dev-dotnet/gudev-sharp-0.1/work
>>> Preparing source in /var/tmp/portage/dev-dotnet/gudev-sharp-0.1/work/gudev-sharp-1.0-0.1 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-dotnet/gudev-sharp-0.1/work/gudev-sharp-1.0-0.1 ...
 * econf: updating gudev-sharp-1.0-0.1/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating gudev-sharp-1.0-0.1/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64
configure: loading site script /usr/share/config.site
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether we're compiling from bzr... no
checking for pkg-config... /usr/bin/pkg-config
Use of my $_ is experimental at /usr/lib64/perl5/vendor_perl/5.20.2/OpenBSD/PkgConfig.pm line 94.
Use of my $_ is experimental at /usr/lib64/perl5/vendor_perl/5.20.2/OpenBSD/PkgConfig.pm line 94.
checking for x86_64-pc-linux-gnu-pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... Use of my $_ is experimental at /usr/lib64/perl5/vendor_perl/5.20.2/OpenBSD/PkgConfig.pm line 94.
yes
checking for BASE_DEPENDENCIES... yes
checking for MONO_DEPENDENCY... yes
checking for mono... /usr/bin/mono
checking for gmcs... /usr/bin/gmcs
checking for GTK_SHARP... yes
checking for GAPI... yes
checking for gacutil... /usr/bin/gacutil
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gudev/gudev-sharp.dll.config
config.status: creating gudev/Makefile
config.status: creating gudev/AssemblyInfo.cs
config.status: creating gudev-sharp-1.0.pc
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-dotnet/gudev-sharp-0.1/work/gudev-sharp-1.0-0.1 ...
make -j1 
Making all in gudev
make[1]: Entering directory '/var/tmp/portage/dev-dotnet/gudev-sharp-0.1/work/gudev-sharp-1.0-0.1/gudev'
gapi2-codegen --generate ./gudev-api.xml -I:/../../share/gapi-2.0/gtk-api.xml -I:/../../share/gapi-2.0/atk-api.xml -I:/../../share/gapi-2.0/gdk-api.xml -I:/../../share/gapi-2.0/pango-api.xml -I:/../../share/gapi-2.0/glib-api.xml --outdir=generated --customdir=. --assembly-name=gudev-sharp && touch generated-stamp

Unhandled Exception:
System.IO.DirectoryNotFoundException: Could not find a part of the path "share/gapi-2.0/gtk-api.xml".
  at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0 
  at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0 
  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] in <filename unknown>:0 
  at GtkSharp.Generation.Parser.Load (System.String filename) [0x00000] in <filename unknown>:0 
  at GtkSharp.Generation.Parser.Parse (System.String filename) [0x00000] in <filename unknown>:0 
  at GtkSharp.Generation.CodeGenerator.Main (System.String[] args) [0x00000] in <filename unknown>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.DirectoryNotFoundException: Could not find a part of the path "share/gapi-2.0/gtk-api.xml".
  at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0 
  at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0 
  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] in <filename unknown>:0 
  at GtkSharp.Generation.Parser.Load (System.String filename) [0x00000] in <filename unknown>:0 
  at GtkSharp.Generation.Parser.Parse (System.String filename) [0x00000] in <filename unknown>:0 
  at GtkSharp.Generation.CodeGenerator.Main (System.String[] args) [0x00000] in <filename unknown>:0 
Makefile:428: recipe for target 'generated-stamp' failed
make[1]: *** [generated-stamp] Error 1
make[1]: Leaving directory '/var/tmp/portage/dev-dotnet/gudev-sharp-0.1/work/gudev-sharp-1.0-0.1/gudev'
Makefile:305: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
emake failed
 * ERROR: dev-dotnet/gudev-sharp-0.1::gentoo failed (compile phase):
 *   emake failed
 * 
 * Call stack:
 *            ebuild.sh, line  93:  Called src_compile
 *          environment, line 785:  Called default
 *   phase-functions.sh, line 770:  Called default_src_compile
 *   phase-functions.sh, line 807:  Called __eapi2_src_compile
 *     phase-helpers.sh, line 785:  Called die
 * The specific snippet of code:
 *   		emake || die "emake failed"
 * 
 * If you need support, post the output of `emerge --info '=dev-dotnet/gudev-sharp-0.1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-dotnet/gudev-sharp-0.1::gentoo'`.
 * The complete build log is located at '/var/log/portage/dev-dotnet:gudev-sharp-0.1:20150314-052132.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-dotnet/gudev-sharp-0.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-dotnet/gudev-sharp-0.1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-dotnet/gudev-sharp-0.1/work/gudev-sharp-1.0-0.1'
 * S: '/var/tmp/portage/dev-dotnet/gudev-sharp-0.1/work/gudev-sharp-1.0-0.1'