Advertisement
Guest User

Untitled

a guest
May 2nd, 2014
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.46 KB | None | 0 0
  1. CFLAGS="-march=native -O2 -pipe" CXXFLAGS="-march=native -O2 -pipe" emerge =media-gfx/mypaint-1.1.0-r1
  2.  
  3. * IMPORTANT: 1 news items need reading for repository 'gentoo'.
  4. * Use eselect news to read news items.
  5.  
  6. Calculating dependencies... done!
  7.  
  8. >>> Verifying ebuild manifests
  9.  
  10. >>> Emerging (1 of 1) media-gfx/mypaint-1.1.0-r1
  11. * mypaint-1.1.0.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
  12. >>> Unpacking source...
  13. >>> Unpacking mypaint-1.1.0.tar.bz2 to /var/tmp/portage/media-gfx/mypaint-1.1.0-r1/work
  14. >>> Source unpacked in /var/tmp/portage/media-gfx/mypaint-1.1.0-r1/work
  15. >>> Preparing source in /var/tmp/portage/media-gfx/mypaint-1.1.0-r1/work/mypaint-1.1.0 ...
  16. * Applying mypaint-1.1.0-build-env-vars.patch ... [ ok ]
  17. * Applying mypaint-1.1.0-desktop.patch ... [ ok ]
  18. * Applying mypaint-1.1.0-json-c-0.11.patch ... [ ok ]
  19. >>> Source prepared.
  20. >>> Configuring source in /var/tmp/portage/media-gfx/mypaint-1.1.0-r1/work/mypaint-1.1.0 ...
  21. >>> Source configured.
  22. >>> Compiling source in /var/tmp/portage/media-gfx/mypaint-1.1.0-r1/work/mypaint-1.1.0 ...
  23. scons -j3
  24. scons: Reading SConscript files ...
  25. Gentoo: /etc/gentoo-release exists. Must be on a Gentoo based system.
  26. building for 'python2.7' (use scons python_binary=xxx to change)
  27. using 'python-config-2.7' (use scons python_config=xxx to change)
  28. rm -f libmypaint-tests.so libmypaint.so libmypaintlib.so
  29. python2.7 generate.py
  30. Writing mypaint-brush-settings-gen.h
  31. Writing brushsettings-gen.h
  32. swig -o mypaintlib_wrap.cpp -noproxydel -python -c++ mypaintlib.i
  33. rm -f _mypaintlib.so
  34. set umask to 0022 (was 0022)
  35. scons: done reading SConscript files.
  36. scons: Building targets ...
  37. Creating 'brushlib/mypaint-config.h'
  38. 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
  39. 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
  40. 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
  41. 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
  42. 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
  43. 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
  44. 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
  45. cc1plus: error: invalid --param value ‘core2’
  46. 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
  47. scons: *** [lib/mypaintlib_wrap.os] Error 1
  48. brushlib/mypaint-tiled-surface.c: In function ‘mypaint_tiled_surface_end_atomic’:
  49. brushlib/mypaint-tiled-surface.c:73:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
  50. #pragma omp parallel for schedule(static) if(self->threadsafe_tile_requests && tiles_n > 3)
  51. ^
  52. brushlib/mypaint-tiled-surface.c: In function ‘get_color’:
  53. brushlib/mypaint-tiled-surface.c:469:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
  54. #pragma omp parallel for schedule(static) if(self->threadsafe_tile_requests && tiles_n > 3)
  55. ^
  56. brushlib/mypaint-tiled-surface.c:498:0: warning: ignoring #pragma omp critical [-Wunknown-pragmas]
  57. #pragma omp critical
  58. ^
  59. brushlib/mypaint-tiled-surface.c:467:9: warning: unused variable ‘tiles_n’ [-Wunused-variable]
  60. int tiles_n = (tx2 - tx1) * (ty2 - ty1);
  61. ^
  62. scons: building terminated because of errors.
  63. * ERROR: media-gfx/mypaint-1.1.0-r1::gentoo failed (compile phase):
  64. * escons failed.
  65. *
  66. * Call stack:
  67. * ebuild.sh, line 93: Called src_compile
  68. * environment, line 4921: Called escons
  69. * environment, line 1406: Called die
  70. * The specific snippet of code:
  71. * [[ ${ret} -ne 0 ]] && has "${EAPI:-0}" 4 5 && die "escons failed.";
  72. *
  73. * If you need support, post the output of `emerge --info '=media-gfx/mypaint-1.1.0-r1::gentoo'`,
  74. * the complete build log and the output of `emerge -pqv '=media-gfx/mypaint-1.1.0-r1::gentoo'`.
  75. * The complete build log is located at '/var/tmp/portage/media-gfx/mypaint-1.1.0-r1/temp/build.log'.
  76. * The ebuild environment file is located at '/var/tmp/portage/media-gfx/mypaint-1.1.0-r1/temp/environment'.
  77. * Working directory: '/var/tmp/portage/media-gfx/mypaint-1.1.0-r1/work/mypaint-1.1.0'
  78. * S: '/var/tmp/portage/media-gfx/mypaint-1.1.0-r1/work/mypaint-1.1.0'
  79.  
  80. >>> Failed to emerge media-gfx/mypaint-1.1.0-r1, Log file:
  81.  
  82. >>> '/var/tmp/portage/media-gfx/mypaint-1.1.0-r1/temp/build.log'
  83.  
  84. * Messages for package media-gfx/mypaint-1.1.0-r1:
  85.  
  86. * ERROR: media-gfx/mypaint-1.1.0-r1::gentoo failed (compile phase):
  87. * escons failed.
  88. *
  89. * Call stack:
  90. * ebuild.sh, line 93: Called src_compile
  91. * environment, line 4921: Called escons
  92. * environment, line 1406: Called die
  93. * The specific snippet of code:
  94. * [[ ${ret} -ne 0 ]] && has "${EAPI:-0}" 4 5 && die "escons failed.";
  95. *
  96. * If you need support, post the output of `emerge --info '=media-gfx/mypaint-1.1.0-r1::gentoo'`,
  97. * the complete build log and the output of `emerge -pqv '=media-gfx/mypaint-1.1.0-r1::gentoo'`.
  98. * The complete build log is located at '/var/tmp/portage/media-gfx/mypaint-1.1.0-r1/temp/build.log'.
  99. * The ebuild environment file is located at '/var/tmp/portage/media-gfx/mypaint-1.1.0-r1/temp/environment'.
  100. * Working directory: '/var/tmp/portage/media-gfx/mypaint-1.1.0-r1/work/mypaint-1.1.0'
  101. * 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
Advertisement