D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/aegisub-3.2.2-14.git20170522.6.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ZFv1qm + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/Aegisub-3.2.2+git20170522.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/pterjan/rpmbuild/SOURCES/0001-Add-missing-AM_GNU_GETTEXT_VERSION-macro.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + cp /home/pterjan/rpmbuild/SOURCES/git_version.h build/ + NOCONFIGURE=1 + ./autogen.sh Running autoreconf... autoreconf: Entering directory `.' autoreconf: running: autopoint --force Copying file ABOUT-NLS Copying file config.rpath Creating directory m4 Copying file m4/codeset.m4 Copying file m4/fcntl-o.m4 Copying file m4/gettext.m4 Copying file m4/glibc2.m4 Copying file m4/glibc21.m4 Copying file m4/iconv.m4 Copying file m4/intdiv0.m4 Copying file m4/intl.m4 Copying file m4/intldir.m4 Copying file m4/intlmacosx.m4 Copying file m4/intmax.m4 Copying file m4/inttypes-pri.m4 Copying file m4/inttypes_h.m4 Copying file m4/lcmessage.m4 Copying file m4/lib-ld.m4 Copying file m4/lib-link.m4 Copying file m4/lib-prefix.m4 Copying file m4/lock.m4 Copying file m4/longlong.m4 Copying file m4/nls.m4 Copying file m4/po.m4 Copying file m4/printf-posix.m4 Copying file m4/progtest.m4 Copying file m4/size_max.m4 Copying file m4/stdint_h.m4 Copying file m4/threadlib.m4 Copying file m4/uintmax_t.m4 Copying file m4/visibility.m4 Copying file m4/wchar_t.m4 Copying file m4/wint_t.m4 Copying file m4/xsize.m4 Copying file po/Makefile.in.in Copying file po/Makevars.template Copying file po/Rules-quot Copying file po/boldquot.sed Copying file po/en@boldquot.header Copying file po/en@quot.header Copying file po/insert-header.sin Copying file po/quot.sed Copying file po/remove-potcdate.sin autoreconf: running: aclocal --force autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: configure.ac: not using Automake autoreconf: Leaving directory `.' Now run ./configure and then make to build Aegisub + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.gmwDhH + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4' + export FFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + CONFIGURE_TOP=. + /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking + /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . + /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64 + '[' -f ./configure.in -o -f ./configure.ac ']' + CONFIGURE_XPATH='--x-includes=/usr/include --x-libraries=/usr/lib64' + ./configure --build=x86_64-mageia-linux-gnu --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --x-includes=/usr/include --x-libraries=/usr/lib64 --without-oss --without-openal --with-player-audio=PulseAudio --with-wx-config=wx-config-3.0 --with-build-credit=Mageia --disable-update-checker checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking build system type... x86_64-mageia-linux-gnu checking host system type... x86_64-mageia-linux-gnu checking whether BUILD_CREDIT has been set... yes (Mageia) checking for GNU make... make checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for a BSD-compatible install... /usr/bin/install -c checking for ranlib... ranlib checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.20... yes checking for version... 3.2.2 from cached git_version.h checking for build date... 2018-04-04 09:34 UTC checking if compiler needs -Werror to reject unknown flags... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking whether g++ supports -std=c++11... yes checking whether g++ supports -Wno-c++11-narrowing... yes checking whether gcc supports -Wno-unused-local-typedefs... yes checking whether g++ supports -Wno-unused-local-typedefs... yes checking whether g++ supports -stdlib=libc++... no checking for main in -lm... yes checking for dlclose in -ldl... yes checking how to run the C++ preprocessor... g++ -E checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for X... libraries /usr/lib64, headers /usr/include checking whether -R must be followed by a space... neither works checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking wether we should prefer mesa for opengl implementation... yes checking for a working OpenGL order detection... mesagl gl checking for a working OpenGL implementation by pkg-config... yes checking for mesagl... no checking for gl... yes checking for windows.h... no checking for GL/gl.h... yes checking for OpenGL headers... yes checking for compiling a minimal OpenGL program... yes checking for linking a minimal OpenGL program... yes checking for a working OpenGL implementation... yes checking for CFLAGS needed for OpenGL... "-I/usr/include/libdrm -I/usr/include/valgrind" checking for LIBS needed for OpenGL... "-lGL" checking for LDFLAGS needed for OpenGL... "" checking for freetype2 >= 9.7.0... yes checking for fontconfig >= 2.4... yes checking for libass >= 0.9.7... yes checking for boostlib >= 1.50.0... yes checking for exit in -lboost_chrono... yes checking for exit in -lboost_filesystem... yes checking for exit in -lboost_locale... yes checking for exit in -lboost_regex... yes checking for exit in -lboost_system... yes checking for exit in -lboost_thread... yes checking boost/spirit/home/phoenix/version.hpp usability... no checking boost/spirit/home/phoenix/version.hpp presence... no checking for boost/spirit/home/phoenix/version.hpp... no checking for icu-uc >= 4.8.1.1... yes checking for icu-i18n >= 4.8.1.1... yes checking whether boost ICU support works... yes checking for library containing iconv_open... none required checking whether iconv works... yes checking whether iconv (const) works... no checking for snd_pcm_open in -lasound... yes checking for libpulse >= 0.5... yes checking for portaudio-2.0 >= 19... yes checking for ffms2 >= 2.16... yes checking for fftw3 >= 3.3... yes checking for hunspell >= 1.2.0... yes checking for uchardet >= uchardet_required_version... yes checking for luajit >= 2.0.0... no checking for lua... lua checking whether to turn on debugging... no checking whether to use exception handling in debug mode... no checking for the --enable-debug option... no checking for wx-config-3.0... /usr/bin/wx-config-3.0 checking for wxWidgets version >= 3.0.0... yes (version 3.0.4) checking for wxWidgets static library... no checking wx/glcanvas.h usability... no checking wx/glcanvas.h presence... no checking for wx/glcanvas.h... no checking wx/stc/stc.h usability... no checking wx/stc/stc.h presence... no checking for wx/stc/stc.h... no checking whether to use precompiled headers... yes checking whether g++ supports -Winvalid-pch... yes checking whether g++ supports -fpch-deps... yes checking whether g++ supports -fpch-preprocess... yes checking whether make sets $(MAKE)... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for a sed that does not truncate output... /usr/bin/sed checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking whether to enable the update checker... no checking for update checker server... updates.aegisub.org checking for update checker base URL... /trunk configure: creating ./config.status config.status: creating packages/desktop/aegisub.desktop.template config.status: creating src/libresrc/default_config_platform.json config.status: creating tools/osx-bundle.sed config.status: creating Makefile.inc config.status: creating acconf.h config.status: executing po-directories commands Configure settings Install prefix: /usr Revision: 3.2.2 Debug no CFLAGS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -Wno-unused-parameter -std=gnu99 -pipe -g -Wno-unused-local-typedefs -O3 CXXFLAGS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -pipe -g -std=c++11 -Wno-c++11-narrowing -Wno-unused-local-typedefs -O3 CPPFLAGS LDFLAGS -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags LIBS -ldl -lm Default Settings Audio Player: PulseAudio Audio Players ALSA: yes OpenAL: no (disabled) OSS: no (disabled) PortAudio: yes PulseAudio: yes Misc Packages uchardet: yes Hunspell: yes FFTW3: yes LuaJIT: bundled + /usr/bin/make -O -j8 /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/pt_PT.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/pt_PT.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/ru.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/ru.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/sr_RS.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/sr_RS.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/ja.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/ja.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/fa.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/fa.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/da.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/da.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/fi.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/fi.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/bg.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/bg.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/id.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/id.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/ko.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/ko.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/es.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/es.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/fr_FR.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/fr_FR.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/pl.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/pl.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/ar.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/ar.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/eu.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/eu.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/cs.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/cs.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/hu.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/hu.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/sr_RS@latin.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/sr_RS@latin.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/it.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/it.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/gl.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/gl.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/uk_UA.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/uk_UA.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/pt_BR.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/pt_BR.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/nl.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/nl.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/zh_CN.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/zh_CN.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/de.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/de.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/vi.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/vi.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/zh_TW.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/zh_TW.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/el.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/el.po /usr/bin/msgfmt -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/ca.mo /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/po/ca.po cd /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/src/libresrc; lua /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/tools/respack.lua manifest.respack default_config.cpp default_config.h Manifest: manifest.respack CPP: default_config.cpp Header: default_config.h gcc -MMD -MP -I/home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luajit/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -Wno-unused-parameter -std=gnu99 -pipe -g -Wno-unused-local-typedefs -O3 -c -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luabins/src/fwrite.o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luabins/src/fwrite.c gcc -MMD -MP -I/home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luajit/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -Wno-unused-parameter -std=gnu99 -pipe -g -Wno-unused-local-typedefs -O3 -c -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luabins/src/luainternals.o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luabins/src/luainternals.c gcc -MMD -MP -I/home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luajit/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -Wno-unused-parameter -std=gnu99 -pipe -g -Wno-unused-local-typedefs -O3 -c -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luabins/src/luabins.o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luabins/src/luabins.c gcc -MMD -MP -I/home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luajit/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -Wno-unused-parameter -std=gnu99 -pipe -g -Wno-unused-local-typedefs -O3 -c -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luabins/src/write.o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luabins/src/write.c /usr/bin/make -C /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luajit/src host/minilua V= gcc -MMD -MP -I/home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luajit/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -Wno-unused-parameter -std=gnu99 -pipe -g -Wno-unused-local-typedefs -O3 -c -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luabins/src/savebuffer.o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luabins/src/savebuffer.c gcc -MMD -MP -I/home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luajit/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -Wno-unused-parameter -std=gnu99 -pipe -g -Wno-unused-local-typedefs -O3 -c -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luabins/src/save.o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luabins/src/save.c gcc -MMD -MP -I/home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luajit/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -Wno-unused-parameter -std=gnu99 -pipe -g -Wno-unused-local-typedefs -O3 -c -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luabins/src/load.o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luabins/src/load.c cd /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/src/libresrc; lua /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/tools/respack.lua ../bitmaps/manifest.respack bitmap.cpp bitmap.h Manifest: ../bitmaps/manifest.respack CPP: bitmap.cpp Header: bitmap.h g++ -MMD -MP -I/home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/ -I/home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/src/libresrc/ -I/usr/lib64/wx/include/ -I/usr/lib64/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -pipe -g -std=c++11 -Wno-c++11-narrowing -Wno-unused-local-typedefs -O3 -include acconf.h -c -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/src/libresrc/default_config.o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/src/libresrc/default_config.cpp g++ -MMD -MP -I/usr/include -I/home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luajit/include -I/home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/libaegisub/include -I/home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/src -I/usr/lib64/wx/include/ -I/usr/lib64/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -pipe -g -std=c++11 -Wno-c++11-narrowing -Wno-unused-local-typedefs -O3 -include acconf.h -c -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/automation/tests/aegisub.o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/automation/tests/aegisub.cpp g++ -MMD -MP -I/home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/ -I/home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/src/libresrc/ -I/usr/lib64/wx/include/ -I/usr/lib64/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -pipe -g -std=c++11 -Wno-c++11-narrowing -Wno-unused-local-typedefs -O3 -include acconf.h -c -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/src/libresrc/libresrc.o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/src/libresrc/libresrc.cpp g++ -MMD -MP -I/home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/ -I/home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/src/libresrc/ -I/usr/lib64/wx/include/ -I/usr/lib64/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -pipe -g -std=c++11 -Wno-c++11-narrowing -Wno-unused-local-typedefs -O3 -include acconf.h -c -o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/src/libresrc/bitmap.o /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/src/libresrc/bitmap.cpp g++ -I/home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/libaegisub/include -I/home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/ -I/usr/include -I/home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/vendor/luajit/include -pthread -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -pipe -g -std=c++11 -Wno-c++11-narrowing -Wno-unused-local-typedefs -O3 -x c++-header /home/pterjan/rpmbuild/BUILD/Aegisub-8d3ad9ff68808b14ea0b29f6efffd1ba5089319a/libaegisub/lagi_pre.h