Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- scons enable_gtk3=1 python_binary=python3.2 python_config=python-config-3.2
- scons: Reading SConscript files ...
- Gentoo: /etc/gentoo-release exists. Must be on a Gentoo based system.
- building for 'python3.2' (use scons python_binary=xxx to change)
- using 'python-config-3.2' (use scons python_config=xxx to change)
- rm -f libmypaint-tests.so libmypaint.so libmypaintlib.so
- python3.2 generate.py
- ('Writing', 'mypaint-brush-settings-gen.h')
- ('Writing', 'brushsettings-gen.h')
- swig -o mypaintlib_wrap.cpp -noproxydel -python -c++ mypaintlib.i
- rm -f _mypaintlib.so
- set umask to 0022 (was 0022)
- scons: done reading SConscript files.
- scons: Building targets ...
- Creating 'brushlib/mypaint-config.h'
- 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
- lib/mypaintlib_wrap.cpp: In function ‘void SWIG_InitializeModule(void*)’:
- lib/mypaintlib_wrap.cpp:17465:21: warning: statement has no effect [-Wunused-value]
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- brushlib/mypaint-tiled-surface.c: In function ‘mypaint_tiled_surface_end_atomic’:
- brushlib/mypaint-tiled-surface.c:73:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
- brushlib/mypaint-tiled-surface.c: In function ‘get_color’:
- brushlib/mypaint-tiled-surface.c:469:0: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
- brushlib/mypaint-tiled-surface.c:498:0: warning: ignoring #pragma omp critical [-Wunknown-pragmas]
- brushlib/mypaint-tiled-surface.c:467:9: warning: unused variable ‘tiles_n’ [-Wunused-variable]
- 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
- 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
- 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
- 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
- ranlib libmypaint.a
- 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
- 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
- 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
- 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
- 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
- ranlib libmypaint-tests.a
- 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
- Creating 'brushlib/libmypaint.pc'
- msgfmt brushlib/po/cs.po -o brushlib/po/cs/LC_MESSAGES/libmypaint.mo
- msgfmt brushlib/po/de.po -o brushlib/po/de/LC_MESSAGES/libmypaint.mo
- msgfmt brushlib/po/en_CA.po -o brushlib/po/en_CA/LC_MESSAGES/libmypaint.mo
- msgfmt brushlib/po/es.po -o brushlib/po/es/LC_MESSAGES/libmypaint.mo
- msgfmt brushlib/po/fr.po -o brushlib/po/fr/LC_MESSAGES/libmypaint.mo
- msgfmt brushlib/po/hu.po -o brushlib/po/hu/LC_MESSAGES/libmypaint.mo
- msgfmt brushlib/po/id.po -o brushlib/po/id/LC_MESSAGES/libmypaint.mo
- msgfmt brushlib/po/it.po -o brushlib/po/it/LC_MESSAGES/libmypaint.mo
- msgfmt brushlib/po/ja.po -o brushlib/po/ja/LC_MESSAGES/libmypaint.mo
- msgfmt brushlib/po/ko.po -o brushlib/po/ko/LC_MESSAGES/libmypaint.mo
- msgfmt brushlib/po/nb.po -o brushlib/po/nb/LC_MESSAGES/libmypaint.mo
- msgfmt brushlib/po/nn_NO.po -o brushlib/po/nn_NO/LC_MESSAGES/libmypaint.mo
- msgfmt brushlib/po/pl.po -o brushlib/po/pl/LC_MESSAGES/libmypaint.mo
- msgfmt brushlib/po/pt_BR.po -o brushlib/po/pt_BR/LC_MESSAGES/libmypaint.mo
- msgfmt brushlib/po/ro.po -o brushlib/po/ro/LC_MESSAGES/libmypaint.mo
- msgfmt brushlib/po/ru.po -o brushlib/po/ru/LC_MESSAGES/libmypaint.mo
- msgfmt brushlib/po/sl.po -o brushlib/po/sl/LC_MESSAGES/libmypaint.mo
- msgfmt brushlib/po/sv.po -o brushlib/po/sv/LC_MESSAGES/libmypaint.mo
- msgfmt brushlib/po/uk.po -o brushlib/po/uk/LC_MESSAGES/libmypaint.mo
- msgfmt brushlib/po/zh_CN.po -o brushlib/po/zh_CN/LC_MESSAGES/libmypaint.mo
- msgfmt brushlib/po/zh_TW.po -o brushlib/po/zh_TW/LC_MESSAGES/libmypaint.mo
- 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
- 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
- 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
- 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
- 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
- gcc -o brushlib/tests/test-rng -O3 -z origin -Wl,-rpath=\$ORIGIN brushlib/tests/test-rng.o -L. -lmypaint-tests -lmypaint -lm -ljson
- burn_python_version(["mypaint"], ["mypaint.py"])
- Chmod("mypaint", 0755)
- msgfmt po/cs.po -o po/cs/LC_MESSAGES/mypaint.mo
- msgfmt po/de.po -o po/de/LC_MESSAGES/mypaint.mo
- msgfmt po/en_CA.po -o po/en_CA/LC_MESSAGES/mypaint.mo
- msgfmt po/en_GB.po -o po/en_GB/LC_MESSAGES/mypaint.mo
- msgfmt po/es.po -o po/es/LC_MESSAGES/mypaint.mo
- msgfmt po/fr.po -o po/fr/LC_MESSAGES/mypaint.mo
- msgfmt po/hu.po -o po/hu/LC_MESSAGES/mypaint.mo
- msgfmt po/id.po -o po/id/LC_MESSAGES/mypaint.mo
- msgfmt po/it.po -o po/it/LC_MESSAGES/mypaint.mo
- msgfmt po/ja.po -o po/ja/LC_MESSAGES/mypaint.mo
- msgfmt po/ko.po -o po/ko/LC_MESSAGES/mypaint.mo
- msgfmt po/nb.po -o po/nb/LC_MESSAGES/mypaint.mo
- msgfmt po/nn_NO.po -o po/nn_NO/LC_MESSAGES/mypaint.mo
- msgfmt po/pl.po -o po/pl/LC_MESSAGES/mypaint.mo
- msgfmt po/pt_BR.po -o po/pt_BR/LC_MESSAGES/mypaint.mo
- msgfmt po/ro.po -o po/ro/LC_MESSAGES/mypaint.mo
- msgfmt po/ru.po -o po/ru/LC_MESSAGES/mypaint.mo
- msgfmt po/sl.po -o po/sl/LC_MESSAGES/mypaint.mo
- msgfmt po/sv.po -o po/sv/LC_MESSAGES/mypaint.mo
- msgfmt po/uk.po -o po/uk/LC_MESSAGES/mypaint.mo
- msgfmt po/zh_CN.po -o po/zh_CN/LC_MESSAGES/mypaint.mo
- msgfmt po/zh_TW.po -o po/zh_TW/LC_MESSAGES/mypaint.mo
- scons: done building targets.
Advertisement
Add Comment
Please, Sign In to add comment