1. * Package: dev-dotnet/webkit-sharp-0.3-r1
  2. * Repository: gentoo
  3. * Maintainer: dotnet@gentoo.org
  4. * USE: amd64 elibc_glibc kernel_linux test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking webkit-sharp-0.3.tar.bz2 to /tmp/portage/dev-dotnet/webkit-sharp-0.3-r1/work
  8. >>> Source unpacked in /tmp/portage/dev-dotnet/webkit-sharp-0.3-r1/work
  9. >>> Preparing source in /tmp/portage/dev-dotnet/webkit-sharp-0.3-r1/work/webkit-sharp-0.3 ...
  10. * Applying webkit-sharp-0.3-webkit14.patch ...
  11. [ ok ]
  12. >>> Source prepared.
  13. >>> Configuring source in /tmp/portage/dev-dotnet/webkit-sharp-0.3-r1/work/webkit-sharp-0.3 ...
  14. * econf: updating webkit-sharp-0.3/config.guess with /usr/share/gnuconfig/config.guess
  15. * econf: updating webkit-sharp-0.3/config.sub with /usr/share/gnuconfig/config.sub
  16. ./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
  17. configure: loading site script /usr/share/config.site
  18. configure: loading site script /usr/share/crossdev/include/site/linux
  19. configure: loading site script /usr/share/crossdev/include/site/linux-gnu
  20. configure: loading site script /usr/share/crossdev/include/site/x86_64-linux-gnu
  21. checking build system type... x86_64-pc-linux-gnu
  22. checking host system type... x86_64-pc-linux-gnu
  23. checking target system type... x86_64-pc-linux-gnu
  24. checking for a BSD-compatible install... /usr/bin/install -c
  25. checking whether build environment is sane... yes
  26. checking for a thread-safe mkdir -p... /bin/mkdir -p
  27. checking for gawk... gawk
  28. checking whether make sets $(MAKE)... yes
  29. checking whether to enable maintainer-specific portions of Makefiles... no
  30. checking for a BSD-compatible install... /usr/bin/install -c
  31. checking for pkg-config... /usr/bin/pkg-config
  32. checking for x86_64-pc-linux-gnu-pkg-config... (cached) /usr/bin/pkg-config
  33. checking pkg-config is at least version 0.9.0... yes
  34. checking for MONO_DEPENDENCY... yes
  35. checking for MONO_DEPENDENCY... no
  36. checking for mono... /usr/bin/mono
  37. checking for mcs... /usr/bin/mcs
  38. checking for gacutil... /usr/bin/gacutil
  39. checking for GTK_SHARP... yes
  40. checking for WEBKIT... yes
  41. checking for gapi2-parser... /usr/bin/gapi2-parser
  42. checking for gapi2-fixup... /usr/bin/gapi2-fixup
  43. checking for gapi2-codegen... /usr/bin/gapi2-codegen
  44. checking for mdassembler... /usr/bin/mdassembler
  45. checking for monodocer... /usr/bin/monodocer
  46. configure: creating ./config.status
  47. config.status: creating Makefile
  48. config.status: creating webkit-sharp.spec
  49. config.status: creating doc/Makefile
  50. config.status: creating samples/Makefile
  51. config.status: creating sources/Makefile
  52. config.status: creating sources/AssemblyInfo.cs
  53. config.status: creating sources/webkit-sharp-1.0.pc
  54. config.status: creating sources/webkit-sharp.dll.config
  55. config.status: executing default commands
  56. Configuration summary
  57. ---------------------
  58. * Installation prefix: /usr
  59. * compiler: /usr/bin/mcs
  60. * Documentation: yes ()
  61. >>> Source configured.
  62. >>> Compiling source in /tmp/portage/dev-dotnet/webkit-sharp-0.3-r1/work/webkit-sharp-0.3 ...
  63. make -j24 -j1
  64. Making all in sources
  65. make[1]: Entering directory `/tmp/portage/dev-dotnet/webkit-sharp-0.3-r1/work/webkit-sharp-0.3/sources'
  66. cp ./webkit-sharp-api.raw webkit-sharp-api.xml
  67. chmod u+w webkit-sharp-api.xml
  68. /usr/bin/gapi2-fixup --api=./webkit-sharp-api.xml --metadata=./webkit-sharp.metadata
  69. /usr/bin/gapi2-codegen --generate ./webkit-sharp-api.xml -I:/../../share/gapi-2.0/glib-api.xml -I:/../../share/gapi-2.0/pango-api.xml -I:/../../share/gapi-2.0/atk-api.xml -I:/../../share/gapi-2.0/gdk-api.xml -I:/../../share/gapi-2.0/gtk-api.xml \
  70. --outdir=generated --customdir=. \
  71. --assembly-name=webkit-sharp && touch generated-stamp
  72. Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part of the path "share/gapi-2.0/glib-api.xml".
  73. 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
  74. at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0
  75. at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
  76. at System.IO.File.OpenRead (System.String path) [0x00000] in <filename unknown>:0
  77. at GtkSharp.Generation.Parser.Load (System.String filename) [0x00000] in <filename unknown>:0
  78. at GtkSharp.Generation.Parser.Parse (System.String filename) [0x00000] in <filename unknown>:0
  79. at GtkSharp.Generation.CodeGenerator.Main (System.String[] args) [0x00000] in <filename unknown>:0
  80. [ERROR] FATAL UNHANDLED EXCEPTION: System.IO.DirectoryNotFoundException: Could not find a part of the path "share/gapi-2.0/glib-api.xml".
  81. 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
  82. at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0
  83. at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
  84. at System.IO.File.OpenRead (System.String path) [0x00000] in <filename unknown>:0
  85. at GtkSharp.Generation.Parser.Load (System.String filename) [0x00000] in <filename unknown>:0
  86. at GtkSharp.Generation.Parser.Parse (System.String filename) [0x00000] in <filename unknown>:0
  87. at GtkSharp.Generation.CodeGenerator.Main (System.String[] args) [0x00000] in <filename unknown>:0
  88. make[1]: *** [generated-stamp] Error 1
  89. make[1]: Leaving directory `/tmp/portage/dev-dotnet/webkit-sharp-0.3-r1/work/webkit-sharp-0.3/sources'
  90. make: *** [all-recursive] Error 1
  91. * ERROR: dev-dotnet/webkit-sharp-0.3-r1 failed (compile phase):
  92. * emake failed
  93. *
  94. * If you need support, post the output of `emerge --info '=dev-dotnet/webkit-sharp-0.3-r1'`,
  95. * the complete build log and the output of `emerge -pqv '=dev-dotnet/webkit-sharp-0.3-r1'`.
  96. * The complete build log is located at '/var/log/portage/dev-dotnet:webkit-sharp-0.3-r1:20120714-064913.log'.
  97. * For convenience, a symlink to the build log is located at '/tmp/portage/dev-dotnet/webkit-sharp-0.3-r1/temp/build.log'.
  98. * The ebuild environment file is located at '/tmp/portage/dev-dotnet/webkit-sharp-0.3-r1/temp/environment'.
  99. * Working directory: '/tmp/portage/dev-dotnet/webkit-sharp-0.3-r1/work/webkit-sharp-0.3'
  100. * S: '/tmp/portage/dev-dotnet/webkit-sharp-0.3-r1/work/webkit-sharp-0.3'