Guest User

Untitled

a guest
May 2nd, 2014
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.17 KB | None | 0 0
  1. >>> Verifying ebuild manifests
  2.  
  3. >>> Emerging (1 of 1) media-gfx/mypaint-1.1.0-r1
  4. * mypaint-1.1.0.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
  5. >>> Unpacking source...
  6. >>> Unpacking mypaint-1.1.0.tar.bz2 to /var/tmp/portage/media-gfx/mypaint-1.1.0-r1/work
  7. >>> Source unpacked in /var/tmp/portage/media-gfx/mypaint-1.1.0-r1/work
  8. >>> Preparing source in /var/tmp/portage/media-gfx/mypaint-1.1.0-r1/work/mypaint-1.1.0 ...
  9. * Applying mypaint-1.1.0-build-env-vars.patch ... [ ok ]
  10. * Applying mypaint-1.1.0-desktop.patch ... [ ok ]
  11. * Applying mypaint-1.1.0-json-c-0.11.patch ... [ ok ]
  12. >>> Source prepared.
  13. >>> Configuring source in /var/tmp/portage/media-gfx/mypaint-1.1.0-r1/work/mypaint-1.1.0 ...
  14. >>> Source configured.
  15. >>> Compiling source in /var/tmp/portage/media-gfx/mypaint-1.1.0-r1/work/mypaint-1.1.0 ...
  16. scons -j3
  17. scons: Reading SConscript files ...
  18. Gentoo: /etc/gentoo-release exists. Must be on a Gentoo based system.
  19. building for 'python2.7' (use scons python_binary=xxx to change)
  20. using 'python-config-2.7' (use scons python_config=xxx to change)
  21. rm -f libmypaint-tests.so libmypaint.so libmypaintlib.so
  22. python2.7 generate.py
  23. Writing mypaint-brush-settings-gen.h
  24. Writing brushsettings-gen.h
  25. swig -o mypaintlib_wrap.cpp -noproxydel -python -c++ mypaintlib.i
  26. rm -f _mypaintlib.so
  27. set umask to 0022 (was 0022)
  28. scons: done reading SConscript files.
  29. scons: Building targets ...
  30. Creating 'brushlib/mypaint-config.h'
  31. x86_64-pc-linux-gnu-gcc -o brushlib/fifo.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -march=native -O2 -pipe -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json-c brushlib/fifo.c
  32. x86_64-pc-linux-gnu-gcc -o brushlib/mypaint.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -march=native -O2 -pipe -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json-c brushlib/mypaint.c
  33. x86_64-pc-linux-gnu-gcc -o brushlib/mypaint-surface.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -march=native -O2 -pipe -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json-c brushlib/mypaint-surface.c
  34. x86_64-pc-linux-gnu-gcc -o brushlib/mypaint-brush-settings.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -march=native -O2 -pipe -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json-c brushlib/mypaint-brush-settings.c
  35. x86_64-pc-linux-gnu-gcc -o brushlib/mypaint-tiled-surface.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -march=native -O2 -pipe -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json-c brushlib/mypaint-tiled-surface.c
  36. x86_64-pc-linux-gnu-gcc -o brushlib/mypaint-brush.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -march=native -O2 -pipe -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json-c brushlib/mypaint-brush.c
  37. x86_64-pc-linux-gnu-gcc -o brushlib/brushmodes.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -march=native -O2 -pipe -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json-c brushlib/brushmodes.c
  38. brushlib/mypaint-tiled-surface.c: In function ‘mypaint_tiled_surface_end_atomic’:
  39. brushlib/mypaint-tiled-surface.c:73:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
  40. #pragma omp parallel for schedule(static) if(self->threadsafe_tile_requests && tiles_n > 3)
  41. ^
  42. brushlib/mypaint-tiled-surface.c: In function ‘get_color’:
  43. brushlib/mypaint-tiled-surface.c:469:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
  44. #pragma omp parallel for schedule(static) if(self->threadsafe_tile_requests && tiles_n > 3)
  45. ^
  46. brushlib/mypaint-tiled-surface.c:498:0: warning: ignoring #pragma omp critical [-Wunknown-pragmas]
  47. #pragma omp critical
  48. ^
  49. brushlib/mypaint-tiled-surface.c:467:9: warning: unused variable ‘tiles_n’ [-Wunused-variable]
  50. int tiles_n = (tx2 - tx1) * (ty2 - ty1);
  51. ^
  52. x86_64-pc-linux-gnu-gcc -o brushlib/mypaint-fixed-tiled-surface.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -march=native -O2 -pipe -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json-c brushlib/mypaint-fixed-tiled-surface.c
  53. x86_64-pc-linux-gnu-gcc -o brushlib/mapping.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -march=native -O2 -pipe -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json-c brushlib/mapping.c
  54. x86_64-pc-linux-gnu-gcc -o brushlib/helpers.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -march=native -O2 -pipe -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json-c brushlib/helpers.c
  55. x86_64-pc-linux-gnu-g++ -o lib/mypaintlib_wrap.os -c -march=native -O2 -pipe -Wall -Wno-sign-compare -Wno-write-strings -march=native -Wall -O3 -g -pthread -fno-strict-aliasing -march=core2 -O2 -pipe -mfpmath=both -msse -msse2 -msse3 -mmmx -mcx16 -msahf -msse4.1 --param -mtune=core2 -g0 -fwrapv -Xlinker -export-dynamic -fPIC -Ilib -I/usr/include/json-c -Ibrushlib -Ibrushlib/tests -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pygtk-2.0 -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 lib/mypaintlib_wrap.cpp
  56. x86_64-pc-linux-gnu-gcc -o brushlib/operationqueue.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -march=native -O2 -pipe -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json-c brushlib/operationqueue.c
  57. x86_64-pc-linux-gnu-gcc -o brushlib/rng-double.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -march=native -O2 -pipe -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json-c brushlib/rng-double.c
  58. cc1plus: error: invalid --param value ‘core2’
  59. scons: *** [lib/mypaintlib_wrap.os] Error 1
  60. scons: building terminated because of errors.
  61. * ERROR: media-gfx/mypaint-1.1.0-r1::gentoo failed (compile phase):
  62. * escons failed.
  63. *
  64. * Call stack:
  65. * ebuild.sh, line 93: Called src_compile
  66. * environment, line 4921: Called escons
  67. * environment, line 1406: Called die
  68. * The specific snippet of code:
  69. * [[ ${ret} -ne 0 ]] && has "${EAPI:-0}" 4 5 && die "escons failed.";
  70. *
  71. * If you need support, post the output of `emerge --info '=media-gfx/mypaint-1.1.0-r1::gentoo'`,
  72. * the complete build log and the output of `emerge -pqv '=media-gfx/mypaint-1.1.0-r1::gentoo'`.
  73. * The complete build log is located at '/var/tmp/portage/media-gfx/mypaint-1.1.0-r1/temp/build.log'.
  74. * The ebuild environment file is located at '/var/tmp/portage/media-gfx/mypaint-1.1.0-r1/temp/environment'.
  75. * Working directory: '/var/tmp/portage/media-gfx/mypaint-1.1.0-r1/work/mypaint-1.1.0'
  76. * S: '/var/tmp/portage/media-gfx/mypaint-1.1.0-r1/work/mypaint-1.1.0'
  77.  
  78. >>> Failed to emerge media-gfx/mypaint-1.1.0-r1, Log file:
  79.  
  80. >>> '/var/tmp/portage/media-gfx/mypaint-1.1.0-r1/temp/build.log'
  81.  
  82. * Messages for package media-gfx/mypaint-1.1.0-r1:
  83.  
  84. * ERROR: media-gfx/mypaint-1.1.0-r1::gentoo failed (compile phase):
  85. * escons failed.
  86. *
  87. * Call stack:
  88. * ebuild.sh, line 93: Called src_compile
  89. * environment, line 4921: Called escons
  90. * environment, line 1406: Called die
  91. * The specific snippet of code:
  92. * [[ ${ret} -ne 0 ]] && has "${EAPI:-0}" 4 5 && die "escons failed.";
  93. *
  94. * If you need support, post the output of `emerge --info '=media-gfx/mypaint-1.1.0-r1::gentoo'`,
  95. * the complete build log and the output of `emerge -pqv '=media-gfx/mypaint-1.1.0-r1::gentoo'`.
  96. * The complete build log is located at '/var/tmp/portage/media-gfx/mypaint-1.1.0-r1/temp/build.log'.
  97. * The ebuild environment file is located at '/var/tmp/portage/media-gfx/mypaint-1.1.0-r1/temp/environment'.
  98. * Working directory: '/var/tmp/portage/media-gfx/mypaint-1.1.0-r1/work/mypaint-1.1.0'
  99. * S: '/var/tmp/portage/media-gfx/mypaint-1.1.0-r1/work/mypaint-1.1.0'
Advertisement
Add Comment
Please, Sign In to add comment