spacepaste

  1.  
  2.  * Package: www-client/surf-2.0
  3.  * Repository: gentoo
  4.  * Maintainer: jer@gentoo.org
  5.  * USE: abi_x86_64 amd64 elibc_glibc kernel_linux savedconfig userland_GNU
  6.  * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox
  7. >>> Unpacking source...
  8. >>> Unpacking surf-2.0.tar.gz to /var/tmp/portage/www-client/surf-2.0/work
  9. >>> Source unpacked in /var/tmp/portage/www-client/surf-2.0/work
  10. >>> Preparing source in /var/tmp/portage/www-client/surf-2.0/work/surf-2.0 ...
  11. * Applying surf-2.0-gentoo.patch ...
  12.  [ ok ]
  13. * Checking existence of //etc/portage/savedconfig//www-client/surf-2.0 ...
  14. * found //etc/portage/savedconfig//www-client/surf-2.0
  15. * Building using saved configfile //etc/portage/savedconfig//www-client/surf-2.0
  16. >>> Source prepared.
  17. >>> Configuring source in /var/tmp/portage/www-client/surf-2.0/work/surf-2.0 ...
  18. >>> Source configured.
  19. >>> Compiling source in /var/tmp/portage/www-client/surf-2.0/work/surf-2.0 ...
  20. make -j8
  21. surf build options:
  22. CFLAGS = -std=c99 -pedantic -Wall -I. -I/usr/include -pthread -I/usr/include/webkitgtk-4.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/webkitgtk-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DVERSION="2.0" -DWEBEXTDIR="/usr/lib/surf" -D_DEFAULT_SOURCE
  23. x86_64-pc-linux-gnu-gcc -c -std=c99 -pedantic -Wall -I. -I/usr/include -pthread -I/usr/include/webkitgtk-4.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/webkitgtk-4.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DVERSION=\"2.0\" -DWEBEXTDIR=\"/usr/lib/surf\" -D_DEFAULT_SOURCE surf.c
  24. LDFLAGS = -lX11 -lgthread-2.0 -pthread -lwebkit2gtk-4.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lsoup-2.4 -lgio-2.0 -ljavascriptcoregtk-4.0 -lgobject-2.0 -lglib-2.0
  25. CC = x86_64-pc-linux-gnu-gcc
  26. In file included from /usr/include/webkitgtk-4.0/jsc/jsc.h:25,
  27. from /usr/include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.h:28,
  28. from /usr/include/webkitgtk-4.0/webkit2/webkit2.h:54,
  29. from surf.c:26:
  30. /usr/include/webkitgtk-4.0/jsc/JSCClass.h:37:26: warning: redefinition of typedef ‘JSCClass’ [-Wpedantic]
  31. typedef struct _JSCClass JSCClass;
  32. ^~~~~~~~
  33. In file included from /usr/include/webkitgtk-4.0/jsc/JSCClass.h:29,
  34. from /usr/include/webkitgtk-4.0/jsc/jsc.h:25,
  35. from /usr/include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.h:28,
  36. from /usr/include/webkitgtk-4.0/webkit2/webkit2.h:54,
  37. from surf.c:26:
  38. /usr/include/webkitgtk-4.0/jsc/JSCValue.h:43:26: note: previous declaration of ‘JSCClass’ was here
  39. typedef struct _JSCClass JSCClass;
  40. ^~~~~~~~
  41. In file included from /usr/include/webkitgtk-4.0/jsc/jsc.h:25,
  42. from /usr/include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.h:28,
  43. from /usr/include/webkitgtk-4.0/webkit2/webkit2.h:54,
  44. from surf.c:26:
  45. /usr/include/webkitgtk-4.0/jsc/JSCClass.h:40:28: warning: redefinition of typedef ‘JSCContext’ [-Wpedantic]
  46. typedef struct _JSCContext JSCContext;
  47. ^~~~~~~~~~
  48. In file included from /usr/include/webkitgtk-4.0/jsc/JSCClass.h:29,
  49. from /usr/include/webkitgtk-4.0/jsc/jsc.h:25,
  50. from /usr/include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.h:28,
  51. from /usr/include/webkitgtk-4.0/webkit2/webkit2.h:54,
  52. from surf.c:26:
  53. /usr/include/webkitgtk-4.0/jsc/JSCValue.h:44:28: note: previous declaration of ‘JSCContext’ was here
  54. typedef struct _JSCContext JSCContext;
  55. ^~~~~~~~~~
  56. In file included from /usr/include/webkitgtk-4.0/jsc/JSCContext.h:29,
  57. from /usr/include/webkitgtk-4.0/jsc/jsc.h:26,
  58. from /usr/include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.h:28,
  59. from /usr/include/webkitgtk-4.0/webkit2/webkit2.h:54,
  60. from surf.c:26:
  61. /usr/include/webkitgtk-4.0/jsc/JSCException.h:43:28: warning: redefinition of typedef ‘JSCContext’ [-Wpedantic]
  62. typedef struct _JSCContext JSCContext;
  63. ^~~~~~~~~~
  64. In file included from /usr/include/webkitgtk-4.0/jsc/jsc.h:25,
  65. from /usr/include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.h:28,
  66. from /usr/include/webkitgtk-4.0/webkit2/webkit2.h:54,
  67. from surf.c:26:
  68. /usr/include/webkitgtk-4.0/jsc/JSCClass.h:40:28: note: previous declaration of ‘JSCContext’ was here
  69. typedef struct _JSCContext JSCContext;
  70. ^~~~~~~~~~
  71. In file included from /usr/include/webkitgtk-4.0/jsc/jsc.h:26,
  72. from /usr/include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.h:28,
  73. from /usr/include/webkitgtk-4.0/webkit2/webkit2.h:54,
  74. from surf.c:26:
  75. /usr/include/webkitgtk-4.0/jsc/JSCContext.h:43:28: warning: redefinition of typedef ‘JSCContext’ [-Wpedantic]
  76. typedef struct _JSCContext JSCContext;
  77. ^~~~~~~~~~
  78. In file included from /usr/include/webkitgtk-4.0/jsc/JSCContext.h:29,
  79. from /usr/include/webkitgtk-4.0/jsc/jsc.h:26,
  80. from /usr/include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.h:28,
  81. from /usr/include/webkitgtk-4.0/webkit2/webkit2.h:54,
  82. from surf.c:26:
  83. /usr/include/webkitgtk-4.0/jsc/JSCException.h:43:28: note: previous declaration of ‘JSCContext’ was here
  84. typedef struct _JSCContext JSCContext;
  85. ^~~~~~~~~~
  86. In file included from surf.c:242:
  87. config.h:160:26: error: ‘GDK_w’ undeclared here (not in a function); did you mean ‘GDK_OK’?
  88. { MODKEY, GDK_w, spawn, WATCH },
  89. ^~~~~
  90. GDK_OK
  91. surf.c: In function ‘createwindow’:
  92. surf.c:1195:3: warning: ‘gtk_window_set_wmclass’ is deprecated [-Wdeprecated-declarations]
  93. gtk_window_set_wmclass(GTK_WINDOW(w), wmstr, "Surf");
  94. ^~~~~~~~~~~~~~~~~~~~~~
  95. In file included from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
  96. from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
  97. from /usr/include/gtk-3.0/gtk/gtk.h:31,
  98. from surf.c:23:
  99. /usr/include/gtk-3.0/gtk/gtkwindow.h:154:12: note: declared here
  100. void gtk_window_set_wmclass (GtkWindow *window,
  101. ^~~~~~~~~~~~~~~~~~~~~~
  102. make: *** [Makefile:18: surf.o] Error 1
  103. * ERROR: www-client/surf-2.0::gentoo failed (compile phase):
  104. * emake failed
  105. *
  106. * If you need support, post the output of `emerge --info '=www-client/surf-2.0::gentoo'`,
  107. * the complete build log and the output of `emerge -pqv '=www-client/surf-2.0::gentoo'`.
  108. * The complete build log is located at '/var/tmp/portage/www-client/surf-2.0/temp/build.log'.
  109. * The ebuild environment file is located at '/var/tmp/portage/www-client/surf-2.0/temp/environment'.
  110. * Working directory: '/var/tmp/portage/www-client/surf-2.0/work/surf-2.0'
  111. * S: '/var/tmp/portage/www-client/surf-2.0/work/surf-2.0'
  112.