salamanderrake

Untitled

Dec 30th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.04 KB | None | 0 0
  1. scons enable_gtk3=1 python_binary=python3.2 python_config=python-config-3.2
  2. scons: Reading SConscript files ...
  3. Gentoo: /etc/gentoo-release exists. Must be on a Gentoo based system.
  4. building for 'python3.2' (use scons python_binary=xxx to change)
  5. using 'python-config-3.2' (use scons python_config=xxx to change)
  6. rm -f libmypaint-tests.so libmypaint.so libmypaintlib.so
  7. python3.2 generate.py
  8. ('Writing', 'mypaint-brush-settings-gen.h')
  9. ('Writing', 'brushsettings-gen.h')
  10. swig -o mypaintlib_wrap.cpp -noproxydel -python -c++ mypaintlib.i
  11. rm -f _mypaintlib.so
  12. set umask to 0022 (was 0022)
  13. scons: done reading SConscript files.
  14. scons: Building targets ...
  15. Creating 'brushlib/mypaint-config.h'
  16. g++ -o lib/mypaintlib_wrap.os -c -Wall -Wno-sign-compare -Wno-write-strings -Wall -O3 -g -pthread -march=native -O2 -pipe -m64 -fwrapv -Xlinker -export-dynamic -fPIC -DHAVE_GTK3 -Ilib -I/usr/include/json -Ibrushlib -Ibrushlib/tests -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/pygobject-3.0 -I/usr/lib64/libffi-3.0.11/include -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python3.2 lib/mypaintlib_wrap.cpp
  17. lib/mypaintlib_wrap.cpp: In function ‘void SWIG_InitializeModule(void*)’:
  18. lib/mypaintlib_wrap.cpp:17465:21: warning: statement has no effect [-Wunused-value]
  19. gcc -o brushlib/brushmodes.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json brushlib/brushmodes.c
  20. gcc -o brushlib/fifo.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json brushlib/fifo.c
  21. gcc -o brushlib/helpers.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json brushlib/helpers.c
  22. gcc -o brushlib/mapping.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json brushlib/mapping.c
  23. gcc -o brushlib/mypaint-brush-settings.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json brushlib/mypaint-brush-settings.c
  24. gcc -o brushlib/mypaint-brush.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json brushlib/mypaint-brush.c
  25. gcc -o brushlib/mypaint-fixed-tiled-surface.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json brushlib/mypaint-fixed-tiled-surface.c
  26. gcc -o brushlib/mypaint-surface.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json brushlib/mypaint-surface.c
  27. gcc -o brushlib/mypaint-tiled-surface.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json brushlib/mypaint-tiled-surface.c
  28. brushlib/mypaint-tiled-surface.c: In function ‘mypaint_tiled_surface_end_atomic’:
  29. brushlib/mypaint-tiled-surface.c:73:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
  30. brushlib/mypaint-tiled-surface.c: In function ‘get_color’:
  31. brushlib/mypaint-tiled-surface.c:469:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
  32. brushlib/mypaint-tiled-surface.c:498:0: warning: ignoring #pragma omp critical [-Wunknown-pragmas]
  33. brushlib/mypaint-tiled-surface.c:467:9: warning: unused variable ‘tiles_n’ [-Wunused-variable]
  34. gcc -o brushlib/mypaint.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json brushlib/mypaint.c
  35. gcc -o brushlib/operationqueue.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json brushlib/operationqueue.c
  36. gcc -o brushlib/rng-double.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -O3 -g -fPIC -Ibrushlib -I/usr/include/json brushlib/rng-double.c
  37. ar rc libmypaint.a brushlib/brushmodes.os brushlib/fifo.os brushlib/helpers.os brushlib/mapping.os brushlib/mypaint-brush-settings.os brushlib/mypaint-brush.os brushlib/mypaint-fixed-tiled-surface.os brushlib/mypaint-surface.os brushlib/mypaint-tiled-surface.os brushlib/mypaint.os brushlib/operationqueue.os brushlib/rng-double.os
  38. ranlib libmypaint.a
  39. gcc -o brushlib/tests/mypaint-benchmark.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -O3 -g -fPIC -Ibrushlib/tests -I/usr/include/json -Ibrushlib brushlib/tests/mypaint-benchmark.c
  40. gcc -o brushlib/tests/mypaint-utils-stroke-player.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -O3 -g -fPIC -Ibrushlib/tests -I/usr/include/json -Ibrushlib brushlib/tests/mypaint-utils-stroke-player.c
  41. gcc -o brushlib/tests/testutils.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -O3 -g -fPIC -Ibrushlib/tests -I/usr/include/json -Ibrushlib brushlib/tests/testutils.c
  42. gcc -o brushlib/tests/mypaint-test-surface.os -c -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -O3 -g -fPIC -Ibrushlib/tests -I/usr/include/json -Ibrushlib brushlib/tests/mypaint-test-surface.c
  43. ar rc libmypaint-tests.a brushlib/tests/mypaint-benchmark.os brushlib/tests/mypaint-utils-stroke-player.os brushlib/tests/testutils.os brushlib/tests/mypaint-test-surface.os
  44. ranlib libmypaint-tests.a
  45. g++ -o _mypaintlib.so -O3 -z origin -pthread -shared -Wl,-rpath=\$ORIGIN lib/mypaintlib_wrap.os -L. -lmypaint-tests -lmypaint -ljson -lpng15 -llcms2 -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lpthread -ldl -lutil -lm -lpython3.2
  46. Creating 'brushlib/libmypaint.pc'
  47. msgfmt brushlib/po/cs.po -o brushlib/po/cs/LC_MESSAGES/libmypaint.mo
  48. msgfmt brushlib/po/de.po -o brushlib/po/de/LC_MESSAGES/libmypaint.mo
  49. msgfmt brushlib/po/en_CA.po -o brushlib/po/en_CA/LC_MESSAGES/libmypaint.mo
  50. msgfmt brushlib/po/es.po -o brushlib/po/es/LC_MESSAGES/libmypaint.mo
  51. msgfmt brushlib/po/fr.po -o brushlib/po/fr/LC_MESSAGES/libmypaint.mo
  52. msgfmt brushlib/po/hu.po -o brushlib/po/hu/LC_MESSAGES/libmypaint.mo
  53. msgfmt brushlib/po/id.po -o brushlib/po/id/LC_MESSAGES/libmypaint.mo
  54. msgfmt brushlib/po/it.po -o brushlib/po/it/LC_MESSAGES/libmypaint.mo
  55. msgfmt brushlib/po/ja.po -o brushlib/po/ja/LC_MESSAGES/libmypaint.mo
  56. msgfmt brushlib/po/ko.po -o brushlib/po/ko/LC_MESSAGES/libmypaint.mo
  57. msgfmt brushlib/po/nb.po -o brushlib/po/nb/LC_MESSAGES/libmypaint.mo
  58. msgfmt brushlib/po/nn_NO.po -o brushlib/po/nn_NO/LC_MESSAGES/libmypaint.mo
  59. msgfmt brushlib/po/pl.po -o brushlib/po/pl/LC_MESSAGES/libmypaint.mo
  60. msgfmt brushlib/po/pt_BR.po -o brushlib/po/pt_BR/LC_MESSAGES/libmypaint.mo
  61. msgfmt brushlib/po/ro.po -o brushlib/po/ro/LC_MESSAGES/libmypaint.mo
  62. msgfmt brushlib/po/ru.po -o brushlib/po/ru/LC_MESSAGES/libmypaint.mo
  63. msgfmt brushlib/po/sl.po -o brushlib/po/sl/LC_MESSAGES/libmypaint.mo
  64. msgfmt brushlib/po/sv.po -o brushlib/po/sv/LC_MESSAGES/libmypaint.mo
  65. msgfmt brushlib/po/uk.po -o brushlib/po/uk/LC_MESSAGES/libmypaint.mo
  66. msgfmt brushlib/po/zh_CN.po -o brushlib/po/zh_CN/LC_MESSAGES/libmypaint.mo
  67. msgfmt brushlib/po/zh_TW.po -o brushlib/po/zh_TW/LC_MESSAGES/libmypaint.mo
  68. gcc -o brushlib/tests/test-brush-persistence.o -c -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -O3 -g -Ibrushlib/tests -I/usr/include/json -Ibrushlib brushlib/tests/test-brush-persistence.c
  69. gcc -o brushlib/tests/test-brush-persistence -O3 -z origin -Wl,-rpath=\$ORIGIN brushlib/tests/test-brush-persistence.o -L. -lmypaint-tests -lmypaint -lm -ljson
  70. gcc -o brushlib/tests/test-fixed-tiled-surface.o -c -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -O3 -g -Ibrushlib/tests -I/usr/include/json -Ibrushlib brushlib/tests/test-fixed-tiled-surface.c
  71. gcc -o brushlib/tests/test-fixed-tiled-surface -O3 -z origin -Wl,-rpath=\$ORIGIN brushlib/tests/test-fixed-tiled-surface.o -L. -lmypaint-tests -lmypaint -lm -ljson
  72. gcc -o brushlib/tests/test-rng.o -c -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -O3 -g -Ibrushlib/tests -I/usr/include/json -Ibrushlib brushlib/tests/test-rng.c
  73. gcc -o brushlib/tests/test-rng -O3 -z origin -Wl,-rpath=\$ORIGIN brushlib/tests/test-rng.o -L. -lmypaint-tests -lmypaint -lm -ljson
  74. burn_python_version(["mypaint"], ["mypaint.py"])
  75. Chmod("mypaint", 0755)
  76. msgfmt po/cs.po -o po/cs/LC_MESSAGES/mypaint.mo
  77. msgfmt po/de.po -o po/de/LC_MESSAGES/mypaint.mo
  78. msgfmt po/en_CA.po -o po/en_CA/LC_MESSAGES/mypaint.mo
  79. msgfmt po/en_GB.po -o po/en_GB/LC_MESSAGES/mypaint.mo
  80. msgfmt po/es.po -o po/es/LC_MESSAGES/mypaint.mo
  81. msgfmt po/fr.po -o po/fr/LC_MESSAGES/mypaint.mo
  82. msgfmt po/hu.po -o po/hu/LC_MESSAGES/mypaint.mo
  83. msgfmt po/id.po -o po/id/LC_MESSAGES/mypaint.mo
  84. msgfmt po/it.po -o po/it/LC_MESSAGES/mypaint.mo
  85. msgfmt po/ja.po -o po/ja/LC_MESSAGES/mypaint.mo
  86. msgfmt po/ko.po -o po/ko/LC_MESSAGES/mypaint.mo
  87. msgfmt po/nb.po -o po/nb/LC_MESSAGES/mypaint.mo
  88. msgfmt po/nn_NO.po -o po/nn_NO/LC_MESSAGES/mypaint.mo
  89. msgfmt po/pl.po -o po/pl/LC_MESSAGES/mypaint.mo
  90. msgfmt po/pt_BR.po -o po/pt_BR/LC_MESSAGES/mypaint.mo
  91. msgfmt po/ro.po -o po/ro/LC_MESSAGES/mypaint.mo
  92. msgfmt po/ru.po -o po/ru/LC_MESSAGES/mypaint.mo
  93. msgfmt po/sl.po -o po/sl/LC_MESSAGES/mypaint.mo
  94. msgfmt po/sv.po -o po/sv/LC_MESSAGES/mypaint.mo
  95. msgfmt po/uk.po -o po/uk/LC_MESSAGES/mypaint.mo
  96. msgfmt po/zh_CN.po -o po/zh_CN/LC_MESSAGES/mypaint.mo
  97. msgfmt po/zh_TW.po -o po/zh_TW/LC_MESSAGES/mypaint.mo
  98. scons: done building targets.
Advertisement
Add Comment
Please, Sign In to add comment