D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/zbar-0.23.1-2.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.FvPbff + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf zbar-0.23.1 + /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/zbar-0.23.1.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd zbar-0.23.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/use_python3_on_python_script.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + cp -a /home/iurt/rpmbuild/SOURCES/zbar-qt.pc.in . + cp -a /home/iurt/rpmbuild/SOURCES/zbar-qt5.pc.in . + cp -a /home/iurt/rpmbuild/SOURCES/gettext.h ./zbar + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vC0pyg + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd zbar-0.23.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + autoreconf -vfi autoreconf: Entering directory `.' autoreconf: running: autopoint --force autopoint: using AM_GNU_GETTEXT_REQUIRE_VERSION instead of AM_GNU_GETTEXT_VERSION Copying file config/config.rpath Copying file config/gettext.m4 Copying file config/host-cpu-c-abi.m4 Copying file config/intlmacosx.m4 Copying file config/lib-link.m4 Copying file config/lib-prefix.m4 Copying file config/nls.m4 Copying file config/po.m4 Copying file config/progtest.m4 Copying file po/Makefile.in.in Copying file po/Makevars.template autoreconf: running: aclocal --force -I config autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'. libtoolize: copying file 'config/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'config'. libtoolize: copying file 'config/libtool.m4' libtoolize: copying file 'config/ltoptions.m4' libtoolize: copying file 'config/ltsugar.m4' libtoolize: copying file 'config/ltversion.m4' libtoolize: copying file 'config/lt~obsolete.m4' autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:13: installing 'config/compile' configure.ac:8: installing 'config/missing' Makefile.am: installing 'config/depcomp' autoreconf: Leaving directory `.' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FCFLAGS + 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 Modifying config/ltmain.sh underlinking for plugins (cf http://wiki.mandriva.com/en/Underlinking) + /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 + ./configure --host=x86_64-mageia-linux-gnu --build=x86_64-mageia-linux-gnu --program-prefix= --disable-dependency-tracking --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 --disable-static --with-gtk=auto --with-python=python3 --without-java checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-mageia-linux-gnu checking host system type... x86_64-mageia-linux-gnu checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for x86_64-mageia-linux-gnu-gcc... x86_64-mageia-linux-gnu-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 x86_64-mageia-linux-gnu-gcc accepts -g... yes checking for x86_64-mageia-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-mageia-linux-gnu-gcc understands -c and -o together... yes checking dependency style of x86_64-mageia-linux-gnu-gcc... none checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by x86_64-mageia-linux-gnu-gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-mageia-linux-gnu-nm -p checking the name lister (/usr/bin/x86_64-mageia-linux-gnu-nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-mageia-linux-gnu file names to x86_64-mageia-linux-gnu format... func_convert_file_noop checking how to convert x86_64-mageia-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for x86_64-mageia-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-mageia-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-mageia-linux-gnu-ar... x86_64-mageia-linux-gnu-ar checking for archiver @FILE support... @ checking for x86_64-mageia-linux-gnu-strip... no checking for strip... strip checking for x86_64-mageia-linux-gnu-ranlib... x86_64-mageia-linux-gnu-ranlib checking command to parse /usr/bin/x86_64-mageia-linux-gnu-nm -p output from x86_64-mageia-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for x86_64-mageia-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... x86_64-mageia-linux-gnu-gcc -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 for dlfcn.h... yes checking for objdir... .libs checking if x86_64-mageia-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-mageia-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-mageia-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-mageia-linux-gnu-gcc static flag -static works... no checking if x86_64-mageia-linux-gnu-gcc supports -c -o file.o... yes checking if x86_64-mageia-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-mageia-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for x86_64-mageia-linux-gnu-windres... no checking for windres... no checking whether make supports nested variables... (cached) yes checking for x86_64-mageia-linux-gnu-gcc... (cached) x86_64-mageia-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-mageia-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-mageia-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking whether x86_64-mageia-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of x86_64-mageia-linux-gnu-gcc... (cached) none checking for x86_64-mageia-linux-gnu-g++... x86_64-mageia-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-mageia-linux-gnu-g++ accepts -g... yes checking dependency style of x86_64-mageia-linux-gnu-g++... none checking how to run the C++ preprocessor... x86_64-mageia-linux-gnu-g++ -E checking for ld used by x86_64-mageia-linux-gnu-g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the x86_64-mageia-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-mageia-linux-gnu-g++ option to produce PIC... -fPIC -DPIC checking if x86_64-mageia-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes checking if x86_64-mageia-linux-gnu-g++ static flag -static works... no checking if x86_64-mageia-linux-gnu-g++ supports -c -o file.o... yes checking if x86_64-mageia-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-mageia-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for x86_64-mageia-linux-gnu-gcc option to accept ISO C99... none needed checking for x86_64-mageia-linux-gnu-gcc option to accept ISO Standard C... (cached) none needed checking for x86_64-mageia-linux-gnu-pkg-config... /usr/bin/x86_64-mageia-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for xmlto... xmlto checking whether to build EAN symbologies... yes checking whether to build DataBar symbology... yes checking whether to build Code 128 symbology... yes checking whether to build Code 93 symbology... yes checking whether to build Code 39 symbology... yes checking whether to build Codabar symbology... yes checking whether to build Interleaved 2 of 5 symbology... yes checking whether to build QR Code... yes checking whether to build SQ Code... yes checking whether to build PDF417 symbology (incomplete)... no checking for library containing clock_gettime... none required checking for ld... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking 32-bit host C ABI... no checking for ELF binary format... yes checking for the common suffixes of directories in the library search path... lib,lib,lib64 checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); 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 CFPreferencesCopyAppValue... no checking for CFLocaleCopyPreferredLanguages... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create in -lpthread... yes checking linux/videodev.h usability... no checking linux/videodev.h presence... no checking for linux/videodev.h... no checking linux/videodev2.h usability... yes checking linux/videodev2.h presence... yes checking for linux/videodev2.h... yes checking libv4l2.h usability... yes checking libv4l2.h presence... yes checking for libv4l2.h... yes checking for V4L2... yes checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for X11/extensions/XShm.h... yes checking for XShmQueryVersion in -lXext... yes checking for X11/extensions/Xvlib.h... no checking for DBUS... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking jerror.h usability... yes checking jerror.h presence... yes checking for jerror.h... yes checking for jpeg_read_header in -ljpeg... yes checking for MAGICK... no checking for MAGICK... no checking for GM... yes configure: using GraphicsMagick version 1.3.35 checking for GTK3... yes configure: using GTK+ version 3.24.20 checking for python3... /usr/bin/python3 checking whether /usr/bin/python3 version is >= 2.7.0... yes checking for /usr/bin/python3 version... 3.8 checking for /usr/bin/python3 platform... linux checking for /usr/bin/python3 script directory... ${prefix}/lib/python3.8/site-packages checking for /usr/bin/python3 extension module directory... ${exec_prefix}/lib64/python3.8/site-packages checking Python.h usability... yes checking Python.h presence... yes checking for Python.h... yes checking for gobject-introspection... yes checking for QT... yes checking for moc-qt5... moc-qt5 configure: using moc from moc-qt5 configure: using Qt version 5.14.1 checking for javac... no checking for jikes... no checking for ecj... no checking for gcj... no checking for javah... no checking for jar... no checking for java... no checking whether to enable assertions... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking features.h usability... yes checking features.h presence... yes checking for features.h... yes checking for inttypes.h... (cached) yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking whether sys/types.h defines makedev... no checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for int32_t... yes checking for uint32_t... yes checking for uint8_t... yes checking for uintptr_t... yes checking for uid_t in sys/types.h... yes checking for int32_t... (cached) yes checking for int64_t... yes checking for off_t... yes checking for size_t... yes checking for uint16_t... yes checking for uint32_t... (cached) yes checking for uint64_t... yes checking for uint8_t... (cached) yes checking for struct stat.st_rdev... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes checking for alarm... yes checking for clock_gettime... yes checking for floor... no checking for getcwd... yes checking for gettimeofday... yes checking for localeconv... yes checking for memchr... yes checking for memmove... yes checking for memset... yes checking for modf... yes checking for munmap... yes checking for pow... no checking for select... yes checking for setenv... yes checking for sqrt... no checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strrchr... yes checking for strstr... yes checking for strtol... yes checking for strtoul... yes checking for malloc... yes checking for realloc... yes Generating config files checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating zbar-qt.pc config.status: creating Makefile config.status: creating gtk/Makefile config.status: creating java/Makefile config.status: creating po/Makefile.in config.status: creating zbar/Makefile config.status: creating zbar.pc config.status: creating zbar-gtk.pc config.status: creating doc/doxygen.conf config.status: creating test/test_examples.sh config.status: creating test/check_dbus.sh config.status: creating include/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing doc/version.xml commands config.status: executing doc/reldate.xml commands please verify that the detected configuration matches your expectations: ------------------------------------------------------------------------ gettext yes X --with-x=yes pthreads --enable-pthread=yes doc --enable-doc=yes v4l --enable-video=yes jpeg --with-jpeg=yes Python --with-python=python3 python3.8 GTK --with-gtk=gtk3 Gtk3.24.20 GObject introspection --with-gir=yes Qt --with-qt=yes Qt5.14.1 Java --with-java=no Dbus --with-dbus=yes GraphicsMagick --with-graphicsmagick=yes Enabled codes: ean databar code128 code93 code39 codabar i25 qrcode sqcode Disabled codes: pdf417 => ImageMagick is preferred, as GraphicsMagick doesn't support https => the Java interface will *NOT* be built => the Java unit test will *NOT* be enabled + /usr/bin/make -O -j8 V=1 VERBOSE=1 moc-qt5 -i -Izbarcam -I/usr/include/qt5/QtCore -I/usr/include/qt5 -I/usr/include/qt5/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt5/QtWidgets -DQT_X11EXTRAS_LIB -I/usr/include/qt5/QtX11Extras -DQT_GUI_LIB -DQT_CORE_LIB -I./include zbarcam/zbarcam-qt.cpp -o zbarcam/moc_zbarcam_qt.h moc-qt5 -Iqt -I/usr/include/qt5/QtCore -I/usr/include/qt5 -I/usr/include/qt5/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt5/QtWidgets -DQT_X11EXTRAS_LIB -I/usr/include/qt5/QtX11Extras -DQT_GUI_LIB -DQT_CORE_LIB -I./include include/zbar/QZBar.h -o qt/moc_QZBar.cpp moc-qt5 -Iqt -I/usr/include/qt5/QtCore -I/usr/include/qt5 -I/usr/include/qt5/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt5/QtWidgets -DQT_X11EXTRAS_LIB -I/usr/include/qt5/QtX11Extras -DQT_GUI_LIB -DQT_CORE_LIB -I./include qt/QZBarThread.h -o qt/moc_QZBarThread.cpp /usr/bin/make all-recursive Making all in zbar make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o libzbar_la-refcnt.lo `test -f 'refcnt.c' || echo './'`refcnt.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c refcnt.c -fPIC -DPIC -o .libs/libzbar_la-refcnt.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o libzbar_la-error.lo `test -f 'error.c' || echo './'`error.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c error.c -fPIC -DPIC -o .libs/libzbar_la-error.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o libzbar_la-config.lo `test -f 'config.c' || echo './'`config.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c config.c -fPIC -DPIC -o .libs/libzbar_la-config.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o libzbar_la-image.lo `test -f 'image.c' || echo './'`image.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c image.c -fPIC -DPIC -o .libs/libzbar_la-image.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o libzbar_la-symbol.lo `test -f 'symbol.c' || echo './'`symbol.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c symbol.c -fPIC -DPIC -o .libs/libzbar_la-symbol.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o libzbar_la-window.lo `test -f 'window.c' || echo './'`window.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c window.c -fPIC -DPIC -o .libs/libzbar_la-window.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o libzbar_la-processor.lo `test -f 'processor.c' || echo './'`processor.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c processor.c -fPIC -DPIC -o .libs/libzbar_la-processor.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o libzbar_la-misc.lo `test -f 'misc.c' || echo './'`misc.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c misc.c -fPIC -DPIC -o .libs/libzbar_la-misc.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o libzbar_la-scanner.lo `test -f 'scanner.c' || echo './'`scanner.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c scanner.c -fPIC -DPIC -o .libs/libzbar_la-scanner.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o libzbar_la-video.lo `test -f 'video.c' || echo './'`video.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c video.c -fPIC -DPIC -o .libs/libzbar_la-video.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o libzbar_la-decoder.lo `test -f 'decoder.c' || echo './'`decoder.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c decoder.c -fPIC -DPIC -o .libs/libzbar_la-decoder.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o decoder/libzbar_la-sq_finder.lo `test -f 'decoder/sq_finder.c' || echo './'`decoder/sq_finder.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c decoder/sq_finder.c -fPIC -DPIC -o decoder/.libs/libzbar_la-sq_finder.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o libzbar_la-convert.lo `test -f 'convert.c' || echo './'`convert.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c convert.c -fPIC -DPIC -o .libs/libzbar_la-convert.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o processor/libzbar_la-lock.lo `test -f 'processor/lock.c' || echo './'`processor/lock.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c processor/lock.c -fPIC -DPIC -o processor/.libs/libzbar_la-lock.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o processor/libzbar_la-posix.lo `test -f 'processor/posix.c' || echo './'`processor/posix.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c processor/posix.c -fPIC -DPIC -o processor/.libs/libzbar_la-posix.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o libzbar_la-jpeg.lo `test -f 'jpeg.c' || echo './'`jpeg.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c jpeg.c -fPIC -DPIC -o .libs/libzbar_la-jpeg.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o libzbar_la-img_scanner.lo `test -f 'img_scanner.c' || echo './'`img_scanner.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c img_scanner.c -fPIC -DPIC -o .libs/libzbar_la-img_scanner.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o libzbar_la-sqcode.lo `test -f 'sqcode.c' || echo './'`sqcode.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c sqcode.c -fPIC -DPIC -o .libs/libzbar_la-sqcode.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o processor/libzbar_la-x.lo `test -f 'processor/x.c' || echo './'`processor/x.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c processor/x.c -fPIC -DPIC -o processor/.libs/libzbar_la-x.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o decoder/libzbar_la-code93.lo `test -f 'decoder/code93.c' || echo './'`decoder/code93.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c decoder/code93.c -fPIC -DPIC -o decoder/.libs/libzbar_la-code93.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o decoder/libzbar_la-ean.lo `test -f 'decoder/ean.c' || echo './'`decoder/ean.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c decoder/ean.c -fPIC -DPIC -o decoder/.libs/libzbar_la-ean.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o decoder/libzbar_la-codabar.lo `test -f 'decoder/codabar.c' || echo './'`decoder/codabar.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c decoder/codabar.c -fPIC -DPIC -o decoder/.libs/libzbar_la-codabar.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o decoder/libzbar_la-databar.lo `test -f 'decoder/databar.c' || echo './'`decoder/databar.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c decoder/databar.c -fPIC -DPIC -o decoder/.libs/libzbar_la-databar.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o decoder/libzbar_la-code39.lo `test -f 'decoder/code39.c' || echo './'`decoder/code39.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c decoder/code39.c -fPIC -DPIC -o decoder/.libs/libzbar_la-code39.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o decoder/libzbar_la-qr_finder.lo `test -f 'decoder/qr_finder.c' || echo './'`decoder/qr_finder.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c decoder/qr_finder.c -fPIC -DPIC -o decoder/.libs/libzbar_la-qr_finder.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o decoder/libzbar_la-i25.lo `test -f 'decoder/i25.c' || echo './'`decoder/i25.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c decoder/i25.c -fPIC -DPIC -o decoder/.libs/libzbar_la-i25.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o qrcode/libzbar_la-isaac.lo `test -f 'qrcode/isaac.c' || echo './'`qrcode/isaac.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c qrcode/isaac.c -fPIC -DPIC -o qrcode/.libs/libzbar_la-isaac.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o qrcode/libzbar_la-bch15_5.lo `test -f 'qrcode/bch15_5.c' || echo './'`qrcode/bch15_5.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c qrcode/bch15_5.c -fPIC -DPIC -o qrcode/.libs/libzbar_la-bch15_5.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o decoder/libzbar_la-code128.lo `test -f 'decoder/code128.c' || echo './'`decoder/code128.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c decoder/code128.c -fPIC -DPIC -o decoder/.libs/libzbar_la-code128.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o qrcode/libzbar_la-util.lo `test -f 'qrcode/util.c' || echo './'`qrcode/util.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c qrcode/util.c -fPIC -DPIC -o qrcode/.libs/libzbar_la-util.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o qrcode/libzbar_la-binarize.lo `test -f 'qrcode/binarize.c' || echo './'`qrcode/binarize.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c qrcode/binarize.c -fPIC -DPIC -o qrcode/.libs/libzbar_la-binarize.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o video/libzbar_la-v4l.lo `test -f 'video/v4l.c' || echo './'`video/v4l.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c video/v4l.c -fPIC -DPIC -o video/.libs/libzbar_la-v4l.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o qrcode/libzbar_la-qrdectxt.lo `test -f 'qrcode/qrdectxt.c' || echo './'`qrcode/qrdectxt.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c qrcode/qrdectxt.c -fPIC -DPIC -o qrcode/.libs/libzbar_la-qrdectxt.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o qrcode/libzbar_la-rs.lo `test -f 'qrcode/rs.c' || echo './'`qrcode/rs.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c qrcode/rs.c -fPIC -DPIC -o qrcode/.libs/libzbar_la-rs.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o window/libzbar_la-ximage.lo `test -f 'window/ximage.c' || echo './'`window/ximage.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c window/ximage.c -fPIC -DPIC -o window/.libs/libzbar_la-ximage.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o window/libzbar_la-x.lo `test -f 'window/x.c' || echo './'`window/x.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c window/x.c -fPIC -DPIC -o window/.libs/libzbar_la-x.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o video/libzbar_la-v4l2.lo `test -f 'video/v4l2.c' || echo './'`video/v4l2.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c video/v4l2.c -fPIC -DPIC -o video/.libs/libzbar_la-v4l2.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o qrcode/libzbar_la-qrdec.lo `test -f 'qrcode/qrdec.c' || echo './'`qrcode/qrdec.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c qrcode/qrdec.c -fPIC -DPIC -o qrcode/.libs/libzbar_la-qrdec.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /bin/sh ../libtool --tag=CC --mode=link x86_64-mageia-linux-gnu-gcc -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -no-undefined -version-info 3:0:3 -export-symbols-regex "^(zbar|_zbar.*_error)_.*" -ldbus-1 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o libzbar.la -rpath /usr/lib64 libzbar_la-config.lo libzbar_la-error.lo libzbar_la-symbol.lo libzbar_la-image.lo libzbar_la-convert.lo libzbar_la-processor.lo processor/libzbar_la-lock.lo libzbar_la-refcnt.lo libzbar_la-window.lo libzbar_la-video.lo libzbar_la-img_scanner.lo libzbar_la-scanner.lo libzbar_la-decoder.lo libzbar_la-misc.lo decoder/libzbar_la-ean.lo decoder/libzbar_la-databar.lo decoder/libzbar_la-code128.lo decoder/libzbar_la-code93.lo decoder/libzbar_la-code39.lo decoder/libzbar_la-codabar.lo decoder/libzbar_la-i25.lo decoder/libzbar_la-qr_finder.lo qrcode/libzbar_la-qrdec.lo qrcode/libzbar_la-qrdectxt.lo qrcode/libzbar_la-rs.lo qrcode/libzbar_la-isaac.lo qrcode/libzbar_la-bch15_5.lo qrcode/libzbar_la-binarize.lo qrcode/libzbar_la-util.lo libzbar_la-sqcode.lo decoder/libzbar_la-sq_finder.lo processor/libzbar_la-posix.lo video/libzbar_la-v4l.lo video/libzbar_la-v4l2.lo libzbar_la-jpeg.lo processor/libzbar_la-x.lo window/libzbar_la-x.lo window/libzbar_la-ximage.lo -lv4l2 -lSM -lICE -lX11 -ljpeg -lpthread libtool: link: /usr/bin/x86_64-mageia-linux-gnu-nm -p .libs/libzbar_la-config.o .libs/libzbar_la-error.o .libs/libzbar_la-symbol.o .libs/libzbar_la-image.o .libs/libzbar_la-convert.o .libs/libzbar_la-processor.o processor/.libs/libzbar_la-lock.o .libs/libzbar_la-refcnt.o .libs/libzbar_la-window.o .libs/libzbar_la-video.o .libs/libzbar_la-img_scanner.o .libs/libzbar_la-scanner.o .libs/libzbar_la-decoder.o .libs/libzbar_la-misc.o decoder/.libs/libzbar_la-ean.o decoder/.libs/libzbar_la-databar.o decoder/.libs/libzbar_la-code128.o decoder/.libs/libzbar_la-code93.o decoder/.libs/libzbar_la-code39.o decoder/.libs/libzbar_la-codabar.o decoder/.libs/libzbar_la-i25.o decoder/.libs/libzbar_la-qr_finder.o qrcode/.libs/libzbar_la-qrdec.o qrcode/.libs/libzbar_la-qrdectxt.o qrcode/.libs/libzbar_la-rs.o qrcode/.libs/libzbar_la-isaac.o qrcode/.libs/libzbar_la-bch15_5.o qrcode/.libs/libzbar_la-binarize.o qrcode/.libs/libzbar_la-util.o .libs/libzbar_la-sqcode.o decoder/.libs/libzbar_la-sq_finder.o processor/.libs/libzbar_la-posix.o video/.libs/libzbar_la-v4l.o video/.libs/libzbar_la-v4l2.o .libs/libzbar_la-jpeg.o processor/.libs/libzbar_la-x.o window/.libs/libzbar_la-x.o window/.libs/libzbar_la-ximage.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libzbar.exp libtool: link: /usr/bin/grep -E -e "^(zbar|_zbar.*_error)_.*" ".libs/libzbar.exp" > ".libs/libzbar.expT" libtool: link: mv -f ".libs/libzbar.expT" ".libs/libzbar.exp" libtool: link: echo "{ global:" > .libs/libzbar.ver libtool: link: cat .libs/libzbar.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libzbar.ver libtool: link: echo "local: *; };" >> .libs/libzbar.ver libtool: link: x86_64-mageia-linux-gnu-gcc -shared -Wl,--as-needed -fPIC -DPIC .libs/libzbar_la-config.o .libs/libzbar_la-error.o .libs/libzbar_la-symbol.o .libs/libzbar_la-image.o .libs/libzbar_la-convert.o .libs/libzbar_la-processor.o processor/.libs/libzbar_la-lock.o .libs/libzbar_la-refcnt.o .libs/libzbar_la-window.o .libs/libzbar_la-video.o .libs/libzbar_la-img_scanner.o .libs/libzbar_la-scanner.o .libs/libzbar_la-decoder.o .libs/libzbar_la-misc.o decoder/.libs/libzbar_la-ean.o decoder/.libs/libzbar_la-databar.o decoder/.libs/libzbar_la-code128.o decoder/.libs/libzbar_la-code93.o decoder/.libs/libzbar_la-code39.o decoder/.libs/libzbar_la-codabar.o decoder/.libs/libzbar_la-i25.o decoder/.libs/libzbar_la-qr_finder.o qrcode/.libs/libzbar_la-qrdec.o qrcode/.libs/libzbar_la-qrdectxt.o qrcode/.libs/libzbar_la-rs.o qrcode/.libs/libzbar_la-isaac.o qrcode/.libs/libzbar_la-bch15_5.o qrcode/.libs/libzbar_la-binarize.o qrcode/.libs/libzbar_la-util.o .libs/libzbar_la-sqcode.o decoder/.libs/libzbar_la-sq_finder.o processor/.libs/libzbar_la-posix.o video/.libs/libzbar_la-v4l.o video/.libs/libzbar_la-v4l2.o .libs/libzbar_la-jpeg.o processor/.libs/libzbar_la-x.o window/.libs/libzbar_la-x.o window/.libs/libzbar_la-ximage.o -O2 -g -fstack-protector -Wl,--as-needed -Wl,--no-undefined -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -ldbus-1 -lv4l2 -lSM -lICE -lX11 -ljpeg -lpthread -Wl,-soname -Wl,libzbar.so.0 -Wl,-version-script -Wl,.libs/libzbar.ver -o .libs/libzbar.so.0.3.0 libtool: link: (cd ".libs" && rm -f "libzbar.so.0" && ln -s "libzbar.so.0.3.0" "libzbar.so.0") libtool: link: (cd ".libs" && rm -f "libzbar.so" && ln -s "libzbar.so.0.3.0" "libzbar.so") libtool: link: ( cd ".libs" && rm -f "libzbar.la" && ln -s "../libzbar.la" "libzbar.la" ) make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' Making all in po make[2]: Nothing to be done for 'all'. Making all in gtk make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk' /usr/bin/glib-genmarshal --g-fatal-warnings --prefix=zbar_marshal \ --header zbarmarshal.list > zbarmarshal.h INFO: Reading zbarmarshal.list... make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk' /usr/bin/glib-genmarshal --g-fatal-warnings --prefix=zbar_marshal \ --body zbarmarshal.list > zbarmarshal.c INFO: Reading zbarmarshal.list... make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk' /usr/bin/make all-am make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I../include -DHAVE_X -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o libzbargtk_la-zbarmarshal.lo `test -f 'zbarmarshal.c' || echo './'`zbarmarshal.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I../include -DHAVE_X -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c zbarmarshal.c -fPIC -DPIC -o .libs/libzbargtk_la-zbarmarshal.o make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk' make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk' /bin/sh ../libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I../include -DHAVE_X -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o libzbargtk_la-zbargtk.lo `test -f 'zbargtk.c' || echo './'`zbargtk.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I../include -DHAVE_X -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c zbargtk.c -fPIC -DPIC -o .libs/libzbargtk_la-zbargtk.o make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk' make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk' /bin/sh ../libtool --tag=CC --mode=link x86_64-mageia-linux-gnu-gcc -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -version-info 0:2:0 -export-symbols-regex "^zbar_.*" -no-undefined -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o libzbargtk.la -rpath /usr/lib64 libzbargtk_la-zbargtk.lo libzbargtk_la-zbarmarshal.lo -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ../zbar/libzbar.la -ljpeg -lpthread libtool: link: /usr/bin/x86_64-mageia-linux-gnu-nm -p .libs/libzbargtk_la-zbargtk.o .libs/libzbargtk_la-zbarmarshal.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libzbargtk.exp libtool: link: /usr/bin/grep -E -e "^zbar_.*" ".libs/libzbargtk.exp" > ".libs/libzbargtk.expT" libtool: link: mv -f ".libs/libzbargtk.expT" ".libs/libzbargtk.exp" libtool: link: echo "{ global:" > .libs/libzbargtk.ver libtool: link: cat .libs/libzbargtk.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libzbargtk.ver libtool: link: echo "local: *; };" >> .libs/libzbargtk.ver libtool: link: x86_64-mageia-linux-gnu-gcc -shared -Wl,--as-needed -fPIC -DPIC .libs/libzbargtk_la-zbargtk.o .libs/libzbargtk_la-zbarmarshal.o -O2 -g -fstack-protector -Wl,--as-needed -Wl,--no-undefined -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,-rpath -Wl,/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar/.libs -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ../zbar/.libs/libzbar.so -ldbus-1 -lv4l2 -lSM -lICE -lX11 -ljpeg -lpthread -Wl,-soname -Wl,libzbargtk.so.0 -Wl,-version-script -Wl,.libs/libzbargtk.ver -o .libs/libzbargtk.so.0.0.2 libtool: link: (cd ".libs" && rm -f "libzbargtk.so.0" && ln -s "libzbargtk.so.0.0.2" "libzbargtk.so.0") libtool: link: (cd ".libs" && rm -f "libzbargtk.so" && ln -s "libzbargtk.so.0.0.2" "libzbargtk.so") libtool: link: ( cd ".libs" && rm -f "libzbargtk.la" && ln -s "../libzbargtk.la" "libzbargtk.la" ) make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk' make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk' CPPFLAGS="-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC" CFLAGS="-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables" LDFLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags" CC="x86_64-mageia-linux-gnu-gcc" PKG_CONFIG="/usr/bin/x86_64-mageia-linux-gnu-pkg-config" GI_HOST_OS="" DLLTOOL="false" GI_SCANNER_DISABLE_CACHE=yes /usr/bin/g-ir-scanner --warn-all --symbol-prefix=zbar --identifier-prefix=zbar_ --identifier-prefix=ZBar --library-path=/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk/.libs --library-path=/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar/.libs --namespace=ZBar --nsversion=1.0 --libtool="/bin/sh ../libtool" --include=Gtk-3.0 --include=Gdk-3.0 --library=libzbargtk.la --library=../zbar/libzbar.la --cflags-begin -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I../include -DHAVE_X --cflags-end ../include/zbar/zbargtk.h zbargtk.c libzbargtk.la --output ZBar-1.0.gir g-ir-scanner: link: /bin/sh ../libtool --mode=link --tag=CC x86_64-mageia-linux-gnu-gcc -o /home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk/tmp-introspectmfgcnj3r/ZBar-1.0 -export-dynamic -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables /home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk/tmp-introspectmfgcnj3r/ZBar-1.0.o -L. -L/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk/.libs -rpath /home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk/.libs -L/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar/.libs -rpath /home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar/.libs libzbargtk.la ../zbar/libzbar.la -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lglib-2.0 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags libtool: link: x86_64-mageia-linux-gnu-gcc -o /home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk/tmp-introspectmfgcnj3r/.libs/ZBar-1.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables /home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk/tmp-introspectmfgcnj3r/ZBar-1.0.o -Wl,--export-dynamic -pthread -Wl,--as-needed -Wl,--no-undefined -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--export-dynamic -L/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk/.libs -L/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar/.libs -L. ./.libs/libzbargtk.so -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 /home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar/.libs/libzbar.so ../zbar/.libs/libzbar.so -ldbus-1 -lv4l2 -lSM -lICE -lX11 -ljpeg -lpthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -pthread -Wl,-rpath -Wl,/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk/.libs -Wl,-rpath -Wl,/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar/.libs make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk' make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk' /usr/bin/g-ir-compiler --includedir=. ZBar-1.0.gir -o ZBar-1.0.typelib make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk' Making all in . make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/GraphicsMagick -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o zbarimg/zbarimg-zbarimg.o `test -f 'zbarimg/zbarimg.c' || echo './'`zbarimg/zbarimg.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' /bin/sh ./libtool --tag=CC --mode=link x86_64-mageia-linux-gnu-gcc -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o zbarimg/zbarimg zbarimg/zbarimg-zbarimg.o zbar/libzbar.la -lGraphicsMagickWand -lGraphicsMagick -ljpeg -lpthread libtool: link: x86_64-mageia-linux-gnu-gcc -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o zbarimg/.libs/zbarimg zbarimg/zbarimg-zbarimg.o zbar/.libs/libzbar.so -ldbus-1 -lv4l2 -lSM -lICE -lX11 -lGraphicsMagickWand -lGraphicsMagick -ljpeg -lpthread make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o zbarcam/zbarcam-zbarcam.o `test -f 'zbarcam/zbarcam.c' || echo './'`zbarcam/zbarcam.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' /bin/sh ./libtool --tag=CC --mode=link x86_64-mageia-linux-gnu-gcc -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o zbarcam/zbarcam zbarcam/zbarcam-zbarcam.o zbar/libzbar.la -ljpeg -lpthread libtool: link: x86_64-mageia-linux-gnu-gcc -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o zbarcam/.libs/zbarcam zbarcam/zbarcam-zbarcam.o zbar/.libs/libzbar.so -ldbus-1 -lv4l2 -lSM -lICE -lX11 -ljpeg -lpthread make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o zbarcam/zbarcam_gtk-zbarcam-gtk.o `test -f 'zbarcam/zbarcam-gtk.c' || echo './'`zbarcam/zbarcam-gtk.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o zbarcam/zbarcam_gtk-scan_video.o `test -f 'zbarcam/scan_video.c' || echo './'`zbarcam/scan_video.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' /bin/sh ./libtool --tag=CC --mode=link x86_64-mageia-linux-gnu-gcc -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o zbarcam/zbarcam-gtk zbarcam/zbarcam_gtk-zbarcam-gtk.o zbarcam/zbarcam_gtk-scan_video.o -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 gtk/libzbargtk.la zbar/libzbar.la -ljpeg -lpthread libtool: link: x86_64-mageia-linux-gnu-gcc -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o zbarcam/.libs/zbarcam-gtk zbarcam/zbarcam_gtk-zbarcam-gtk.o zbarcam/zbarcam_gtk-scan_video.o gtk/.libs/libzbargtk.so -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 /home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar/.libs/libzbar.so zbar/.libs/libzbar.so -ldbus-1 -lv4l2 -lSM -lICE -lX11 -ljpeg -lpthread make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' x86_64-mageia-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./include -Izbarcam -I/usr/include/qt5/QtCore -I/usr/include/qt5 -I/usr/include/qt5/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt5/QtWidgets -DQT_X11EXTRAS_LIB -I/usr/include/qt5/QtX11Extras -DQT_GUI_LIB -DQT_CORE_LIB -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o zbarcam/zbarcam_qt-zbarcam-qt.o `test -f 'zbarcam/zbarcam-qt.cpp' || echo './'`zbarcam/zbarcam-qt.cpp zbarcam/zbarcam-qt.cpp: In member function 'void ZbarcamQZBar::setEnabled(bool)': zbarcam/zbarcam-qt.cpp:702:44: warning: 'QString& QString::sprintf(const char*, ...)' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 702 | cur_res.max_fps); | ^ In file included from /usr/include/qt5/QtCore/qcoreapplication.h:44, from /usr/include/qt5/QtWidgets/qapplication.h:44, from /usr/include/qt5/QtWidgets/QApplication:1, from zbarcam/zbarcam-qt.cpp:25: /usr/include/qt5/QtCore/qstring.h:382:14: note: declared here 382 | QString &sprintf(const char *format, ...) Q_ATTRIBUTE_FORMAT_PRINTF(2, 3); | ^~~~~~~ make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -Izbarcam -I/usr/include/qt5/QtCore -I/usr/include/qt5 -I/usr/include/qt5/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt5/QtWidgets -DQT_X11EXTRAS_LIB -I/usr/include/qt5/QtX11Extras -DQT_GUI_LIB -DQT_CORE_LIB -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o zbarcam/zbarcam_qt-scan_video.o `test -f 'zbarcam/scan_video.c' || echo './'`zbarcam/scan_video.c make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' /bin/sh ./libtool --tag=CXX --mode=compile x86_64-mageia-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./include -Iqt -I/usr/include/qt5/QtCore -I/usr/include/qt5 -I/usr/include/qt5/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt5/QtWidgets -DQT_X11EXTRAS_LIB -I/usr/include/qt5/QtX11Extras -DQT_GUI_LIB -DQT_CORE_LIB -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o qt/libzbarqt_la-QZBar.lo `test -f 'qt/QZBar.cpp' || echo './'`qt/QZBar.cpp libtool: compile: x86_64-mageia-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./include -Iqt -I/usr/include/qt5/QtCore -I/usr/include/qt5 -I/usr/include/qt5/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt5/QtWidgets -DQT_X11EXTRAS_LIB -I/usr/include/qt5/QtX11Extras -DQT_GUI_LIB -DQT_CORE_LIB -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c qt/QZBar.cpp -fPIC -DPIC -o qt/.libs/libzbarqt_la-QZBar.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' /bin/sh ./libtool --tag=CXX --mode=compile x86_64-mageia-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./include -Iqt -I/usr/include/qt5/QtCore -I/usr/include/qt5 -I/usr/include/qt5/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt5/QtWidgets -DQT_X11EXTRAS_LIB -I/usr/include/qt5/QtX11Extras -DQT_GUI_LIB -DQT_CORE_LIB -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o qt/libzbarqt_la-QZBarThread.lo `test -f 'qt/QZBarThread.cpp' || echo './'`qt/QZBarThread.cpp libtool: compile: x86_64-mageia-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./include -Iqt -I/usr/include/qt5/QtCore -I/usr/include/qt5 -I/usr/include/qt5/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt5/QtWidgets -DQT_X11EXTRAS_LIB -I/usr/include/qt5/QtX11Extras -DQT_GUI_LIB -DQT_CORE_LIB -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c qt/QZBarThread.cpp -fPIC -DPIC -o qt/.libs/libzbarqt_la-QZBarThread.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' /bin/sh ./libtool --tag=CXX --mode=compile x86_64-mageia-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./include -Iqt -I/usr/include/qt5/QtCore -I/usr/include/qt5 -I/usr/include/qt5/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt5/QtWidgets -DQT_X11EXTRAS_LIB -I/usr/include/qt5/QtX11Extras -DQT_GUI_LIB -DQT_CORE_LIB -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o qt/libzbarqt_la-moc_QZBar.lo `test -f 'qt/moc_QZBar.cpp' || echo './'`qt/moc_QZBar.cpp libtool: compile: x86_64-mageia-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./include -Iqt -I/usr/include/qt5/QtCore -I/usr/include/qt5 -I/usr/include/qt5/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt5/QtWidgets -DQT_X11EXTRAS_LIB -I/usr/include/qt5/QtX11Extras -DQT_GUI_LIB -DQT_CORE_LIB -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c qt/moc_QZBar.cpp -fPIC -DPIC -o qt/.libs/libzbarqt_la-moc_QZBar.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' /bin/sh ./libtool --tag=CXX --mode=compile x86_64-mageia-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./include -Iqt -I/usr/include/qt5/QtCore -I/usr/include/qt5 -I/usr/include/qt5/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt5/QtWidgets -DQT_X11EXTRAS_LIB -I/usr/include/qt5/QtX11Extras -DQT_GUI_LIB -DQT_CORE_LIB -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o qt/libzbarqt_la-moc_QZBarThread.lo `test -f 'qt/moc_QZBarThread.cpp' || echo './'`qt/moc_QZBarThread.cpp libtool: compile: x86_64-mageia-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./include -Iqt -I/usr/include/qt5/QtCore -I/usr/include/qt5 -I/usr/include/qt5/QtGui -DQT_WIDGETS_LIB -I/usr/include/qt5/QtWidgets -DQT_X11EXTRAS_LIB -I/usr/include/qt5/QtX11Extras -DQT_GUI_LIB -DQT_CORE_LIB -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c qt/moc_QZBarThread.cpp -fPIC -DPIC -o qt/.libs/libzbarqt_la-moc_QZBarThread.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' /bin/sh ./libtool --tag=CXX --mode=link x86_64-mageia-linux-gnu-g++ -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -version-info 1:2:1 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o qt/libzbarqt.la -rpath /usr/lib64 qt/libzbarqt_la-QZBar.lo qt/libzbarqt_la-QZBarThread.lo qt/libzbarqt_la-moc_QZBar.lo qt/libzbarqt_la-moc_QZBarThread.lo -lQt5Widgets -lQt5X11Extras -lQt5Gui -lQt5Core zbar/libzbar.la -ljpeg -lpthread libtool: link: x86_64-mageia-linux-gnu-g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-mageia-linux-gnu/10/../../../../lib64/crti.o /usr/lib/gcc/x86_64-mageia-linux-gnu/10/crtbeginS.o qt/.libs/libzbarqt_la-QZBar.o qt/.libs/libzbarqt_la-QZBarThread.o qt/.libs/libzbarqt_la-moc_QZBar.o qt/.libs/libzbarqt_la-moc_QZBarThread.o -O2 -g -fstack-protector -Wl,--as-needed -Wl,--no-undefined -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,-rpath -Wl,/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar/.libs -lQt5Widgets -lQt5X11Extras -lQt5Gui -lQt5Core zbar/.libs/libzbar.so -ldbus-1 -lv4l2 -lSM -lICE -lX11 -ljpeg -lpthread -L/usr/lib/gcc/x86_64-mageia-linux-gnu/10 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/10/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/10/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-mageia-linux-gnu/10/crtendS.o /usr/lib/gcc/x86_64-mageia-linux-gnu/10/../../../../lib64/crtn.o -Wl,-soname -Wl,libzbarqt.so.0 -o qt/.libs/libzbarqt.so.0.1.2 libtool: link: (cd "qt/.libs" && rm -f "libzbarqt.so.0" && ln -s "libzbarqt.so.0.1.2" "libzbarqt.so.0") libtool: link: (cd "qt/.libs" && rm -f "libzbarqt.so" && ln -s "libzbarqt.so.0.1.2" "libzbarqt.so") libtool: link: ( cd "qt/.libs" && rm -f "libzbarqt.la" && ln -s "../libzbarqt.la" "libzbarqt.la" ) make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' /bin/sh ./libtool --tag=CXX --mode=link x86_64-mageia-linux-gnu-g++ -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o zbarcam/zbarcam-qt zbarcam/zbarcam_qt-zbarcam-qt.o zbarcam/zbarcam_qt-scan_video.o -lQt5Widgets -lQt5X11Extras -lQt5Gui -lQt5Core qt/libzbarqt.la -ljpeg -lpthread libtool: link: x86_64-mageia-linux-gnu-g++ -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o zbarcam/.libs/zbarcam-qt zbarcam/zbarcam_qt-zbarcam-qt.o zbarcam/zbarcam_qt-scan_video.o qt/.libs/libzbarqt.so -lQt5Widgets -lQt5X11Extras -lQt5Gui -lQt5Core /home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar/.libs/libzbar.so -ldbus-1 -lv4l2 -lSM -lICE -lX11 -ljpeg -lpthread make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' /bin/sh ./libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/python3.8 -I/usr/include/python3.8 -Wno-unused-result -Wsign-compare -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o python/zbar_la-zbarmodule.lo `test -f 'python/zbarmodule.c' || echo './'`python/zbarmodule.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/python3.8 -I/usr/include/python3.8 -Wno-unused-result -Wsign-compare -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c python/zbarmodule.c -fPIC -DPIC -o python/.libs/zbar_la-zbarmodule.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' /bin/sh ./libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/python3.8 -I/usr/include/python3.8 -Wno-unused-result -Wsign-compare -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o python/zbar_la-enum.lo `test -f 'python/enum.c' || echo './'`python/enum.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/python3.8 -I/usr/include/python3.8 -Wno-unused-result -Wsign-compare -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c python/enum.c -fPIC -DPIC -o python/.libs/zbar_la-enum.o python/enum.c: In function 'enumitem_print': python/enum.c:84:5: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 84 | return(self->name->ob_type->tp_print(self->name, fp, flags)); | ^~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from python/zbarmodule.h:24, from python/enum.c:24: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ python/enum.c: At top level: python/enum.c:118:23: warning: initialization of 'int (*)(PyObject *, FILE *, int)' {aka 'int (*)(struct _object *, FILE *, int)'} from 'long int' makes pointer from integer without a cast [-Wint-conversion] 118 | .tp_print = (printfunc)enumitem_print, | ^ python/enum.c:118:23: note: (near initialization for 'zbarEnumItem_Type.tp_print') make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' /bin/sh ./libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/python3.8 -I/usr/include/python3.8 -Wno-unused-result -Wsign-compare -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o python/zbar_la-exception.lo `test -f 'python/exception.c' || echo './'`python/exception.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/python3.8 -I/usr/include/python3.8 -Wno-unused-result -Wsign-compare -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c python/exception.c -fPIC -DPIC -o python/.libs/zbar_la-exception.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' /bin/sh ./libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/python3.8 -I/usr/include/python3.8 -Wno-unused-result -Wsign-compare -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o python/zbar_la-symbol.lo `test -f 'python/symbol.c' || echo './'`python/symbol.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/python3.8 -I/usr/include/python3.8 -Wno-unused-result -Wsign-compare -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c python/symbol.c -fPIC -DPIC -o python/.libs/zbar_la-symbol.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' /bin/sh ./libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/python3.8 -I/usr/include/python3.8 -Wno-unused-result -Wsign-compare -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o python/zbar_la-symbolset.lo `test -f 'python/symbolset.c' || echo './'`python/symbolset.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/python3.8 -I/usr/include/python3.8 -Wno-unused-result -Wsign-compare -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c python/symbolset.c -fPIC -DPIC -o python/.libs/zbar_la-symbolset.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' /bin/sh ./libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/python3.8 -I/usr/include/python3.8 -Wno-unused-result -Wsign-compare -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o python/zbar_la-symboliter.lo `test -f 'python/symboliter.c' || echo './'`python/symboliter.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/python3.8 -I/usr/include/python3.8 -Wno-unused-result -Wsign-compare -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c python/symboliter.c -fPIC -DPIC -o python/.libs/zbar_la-symboliter.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' /bin/sh ./libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/python3.8 -I/usr/include/python3.8 -Wno-unused-result -Wsign-compare -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o python/zbar_la-image.lo `test -f 'python/image.c' || echo './'`python/image.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/python3.8 -I/usr/include/python3.8 -Wno-unused-result -Wsign-compare -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c python/image.c -fPIC -DPIC -o python/.libs/zbar_la-image.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' /bin/sh ./libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/python3.8 -I/usr/include/python3.8 -Wno-unused-result -Wsign-compare -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o python/zbar_la-processor.lo `test -f 'python/processor.c' || echo './'`python/processor.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/python3.8 -I/usr/include/python3.8 -Wno-unused-result -Wsign-compare -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c python/processor.c -fPIC -DPIC -o python/.libs/zbar_la-processor.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' /bin/sh ./libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/python3.8 -I/usr/include/python3.8 -Wno-unused-result -Wsign-compare -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o python/zbar_la-imagescanner.lo `test -f 'python/imagescanner.c' || echo './'`python/imagescanner.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/python3.8 -I/usr/include/python3.8 -Wno-unused-result -Wsign-compare -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c python/imagescanner.c -fPIC -DPIC -o python/.libs/zbar_la-imagescanner.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' /bin/sh ./libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/python3.8 -I/usr/include/python3.8 -Wno-unused-result -Wsign-compare -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o python/zbar_la-decoder.lo `test -f 'python/decoder.c' || echo './'`python/decoder.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/python3.8 -I/usr/include/python3.8 -Wno-unused-result -Wsign-compare -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c python/decoder.c -fPIC -DPIC -o python/.libs/zbar_la-decoder.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' /bin/sh ./libtool --tag=CC --mode=compile x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/python3.8 -I/usr/include/python3.8 -Wno-unused-result -Wsign-compare -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o python/zbar_la-scanner.lo `test -f 'python/scanner.c' || echo './'`python/scanner.c libtool: compile: x86_64-mageia-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -I/usr/include/python3.8 -I/usr/include/python3.8 -Wno-unused-result -Wsign-compare -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -I./include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -fPIC -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c python/scanner.c -fPIC -DPIC -o python/.libs/zbar_la-scanner.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' /bin/sh ./libtool --tag=CC --mode=link x86_64-mageia-linux-gnu-gcc -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -shared -module -avoid-version -export-dynamic -export-symbols-regex '(initzbar|PyInit_zbar)' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o python/zbar.la -rpath /usr/lib64/python3.8/site-packages python/zbar_la-zbarmodule.lo python/zbar_la-enum.lo python/zbar_la-exception.lo python/zbar_la-symbol.lo python/zbar_la-symbolset.lo python/zbar_la-symboliter.lo python/zbar_la-image.lo python/zbar_la-processor.lo python/zbar_la-imagescanner.lo python/zbar_la-decoder.lo python/zbar_la-scanner.lo zbar/libzbar.la -ljpeg -lpthread libtool: link: /usr/bin/x86_64-mageia-linux-gnu-nm -p python/.libs/zbar_la-zbarmodule.o python/.libs/zbar_la-enum.o python/.libs/zbar_la-exception.o python/.libs/zbar_la-symbol.o python/.libs/zbar_la-symbolset.o python/.libs/zbar_la-symboliter.o python/.libs/zbar_la-image.o python/.libs/zbar_la-processor.o python/.libs/zbar_la-imagescanner.o python/.libs/zbar_la-decoder.o python/.libs/zbar_la-scanner.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/bin/sed 's/.* //' | sort | uniq > python/.libs/zbar.exp libtool: link: /usr/bin/grep -E -e "(initzbar|PyInit_zbar)" "python/.libs/zbar.exp" > "python/.libs/zbar.expT" libtool: link: mv -f "python/.libs/zbar.expT" "python/.libs/zbar.exp" libtool: link: echo "{ global:" > python/.libs/zbar.ver libtool: link: cat python/.libs/zbar.exp | sed -e "s/\(.*\)/\1;/" >> python/.libs/zbar.ver libtool: link: echo "local: *; };" >> python/.libs/zbar.ver libtool: link: x86_64-mageia-linux-gnu-gcc -shared -Wl,--as-needed -fPIC -DPIC python/.libs/zbar_la-zbarmodule.o python/.libs/zbar_la-enum.o python/.libs/zbar_la-exception.o python/.libs/zbar_la-symbol.o python/.libs/zbar_la-symbolset.o python/.libs/zbar_la-symboliter.o python/.libs/zbar_la-image.o python/.libs/zbar_la-processor.o python/.libs/zbar_la-imagescanner.o python/.libs/zbar_la-decoder.o python/.libs/zbar_la-scanner.o -O2 -g -fstack-protector -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,-rpath -Wl,/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar/.libs zbar/.libs/libzbar.so -ldbus-1 -lv4l2 -lSM -lICE -lX11 -ljpeg -lpthread -Wl,-soname -Wl,zbar.so -Wl,-version-script -Wl,python/.libs/zbar.ver -o python/.libs/zbar.so libtool: link: ( cd "python/.libs" && rm -f "zbar.la" && ln -s "../zbar.la" "zbar.la" ) make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gyTRCi + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64 + cd zbar-0.23.1 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64 'INSTALL=/usr/bin/install -p' /usr/bin/make install-recursive make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' Making install in zbar make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64' /bin/sh ../libtool --mode=install /usr/bin/install -p libzbar.la '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64' libtool: install: /usr/bin/install -p .libs/libzbar.so.0.3.0 /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64/libzbar.so.0.3.0 libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64 && { ln -s -f libzbar.so.0.3.0 libzbar.so.0 || { rm -f libzbar.so.0 && ln -s libzbar.so.0.3.0 libzbar.so.0; }; }) libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64 && { ln -s -f libzbar.so.0.3.0 libzbar.so || { rm -f libzbar.so && ln -s libzbar.so.0.3.0 libzbar.so; }; }) libtool: install: /usr/bin/install -p .libs/libzbar.lai /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64/libzbar.la libtool: warning: remember to run 'libtool --finish /usr/lib64' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar' Making install in po make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/po' installing pt_BR.gmo as /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/share/locale/pt_BR/LC_MESSAGES/zbar.mo if test "zbar" = "gettext-tools"; then \ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -p -m 644 ./$file \ /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/po' Making install in gtk make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk' /usr/bin/make install-am make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk' make[4]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64' /bin/sh ../libtool --mode=install /usr/bin/install -p libzbargtk.la '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64' libtool: warning: relinking 'libzbargtk.la' libtool: install: (cd /home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk; /bin/sh "/home/iurt/rpmbuild/BUILD/zbar-0.23.1/libtool" --tag CC --mode=relink x86_64-mageia-linux-gnu-gcc -Wall -Wno-parentheses -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -version-info 0:2:0 -export-symbols-regex "^zbar_.*" -no-undefined -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o libzbargtk.la -rpath /usr/lib64 libzbargtk_la-zbargtk.lo libzbargtk_la-zbarmarshal.lo -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ../zbar/libzbar.la -ljpeg -lpthread -inst-prefix-dir /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64) libtool: relink: /usr/bin/x86_64-mageia-linux-gnu-nm -p .libs/libzbargtk_la-zbargtk.o .libs/libzbargtk_la-zbarmarshal.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libzbargtk.exp libtool: relink: /usr/bin/grep -E -e "^zbar_.*" ".libs/libzbargtk.exp" > ".libs/libzbargtk.expT" libtool: relink: mv -f ".libs/libzbargtk.expT" ".libs/libzbargtk.exp" libtool: relink: echo "{ global:" > .libs/libzbargtk.ver libtool: relink: cat .libs/libzbargtk.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libzbargtk.ver libtool: relink: echo "local: *; };" >> .libs/libzbargtk.ver libtool: relink: x86_64-mageia-linux-gnu-gcc -shared -Wl,--as-needed -fPIC -DPIC .libs/libzbargtk_la-zbargtk.o .libs/libzbargtk_la-zbarmarshal.o -O2 -g -fstack-protector -Wl,--as-needed -Wl,--no-undefined -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -L/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64 -L/usr/lib64 -lzbar -ldbus-1 -lv4l2 -lSM -lICE -lX11 -ljpeg -lpthread -Wl,-soname -Wl,libzbargtk.so.0 -Wl,-version-script -Wl,.libs/libzbargtk.ver -o .libs/libzbargtk.so.0.0.2 libtool: install: /usr/bin/install -p .libs/libzbargtk.so.0.0.2T /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64/libzbargtk.so.0.0.2 libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64 && { ln -s -f libzbargtk.so.0.0.2 libzbargtk.so.0 || { rm -f libzbargtk.so.0 && ln -s libzbargtk.so.0.0.2 libzbargtk.so.0; }; }) libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64 && { ln -s -f libzbargtk.so.0.0.2 libzbargtk.so || { rm -f libzbargtk.so && ln -s libzbargtk.so.0.0.2 libzbargtk.so; }; }) libtool: install: /usr/bin/install -p .libs/libzbargtk.lai /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64/libzbargtk.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/share/gir-1.0' /usr/bin/install -p -m 644 ZBar-1.0.gir '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/share/gir-1.0' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64/girepository-1.0' /usr/bin/install -p -m 644 ZBar-1.0.typelib '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64/girepository-1.0' make[4]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk' make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk' make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/gtk' Making install in . make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[3]: Entering directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64' /bin/sh ./libtool --mode=install /usr/bin/install -p qt/libzbarqt.la '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64' libtool: warning: relinking 'qt/libzbarqt.la' libtool: install: (cd /home/iurt/rpmbuild/BUILD/zbar-0.23.1; /bin/sh "/home/iurt/rpmbuild/BUILD/zbar-0.23.1/libtool" --tag CXX --mode=relink x86_64-mageia-linux-gnu-g++ -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -version-info 1:2:1 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o qt/libzbarqt.la -rpath /usr/lib64 qt/libzbarqt_la-QZBar.lo qt/libzbarqt_la-QZBarThread.lo qt/libzbarqt_la-moc_QZBar.lo qt/libzbarqt_la-moc_QZBarThread.lo -lQt5Widgets -lQt5X11Extras -lQt5Gui -lQt5Core zbar/libzbar.la -ljpeg -lpthread -inst-prefix-dir /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64) libtool: relink: x86_64-mageia-linux-gnu-g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-mageia-linux-gnu/10/../../../../lib64/crti.o /usr/lib/gcc/x86_64-mageia-linux-gnu/10/crtbeginS.o qt/.libs/libzbarqt_la-QZBar.o qt/.libs/libzbarqt_la-QZBarThread.o qt/.libs/libzbarqt_la-moc_QZBar.o qt/.libs/libzbarqt_la-moc_QZBarThread.o -O2 -g -fstack-protector -Wl,--as-needed -Wl,--no-undefined -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -lQt5Widgets -lQt5X11Extras -lQt5Gui -lQt5Core -L/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64 -L/usr/lib64 -lzbar -ldbus-1 -lv4l2 -lSM -lICE -lX11 -ljpeg -lpthread -L/usr/lib/gcc/x86_64-mageia-linux-gnu/10 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/10/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/10/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-mageia-linux-gnu/10/crtendS.o /usr/lib/gcc/x86_64-mageia-linux-gnu/10/../../../../lib64/crtn.o -Wl,-soname -Wl,libzbarqt.so.0 -o qt/.libs/libzbarqt.so.0.1.2 libtool: install: /usr/bin/install -p qt/.libs/libzbarqt.so.0.1.2T /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64/libzbarqt.so.0.1.2 libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64 && { ln -s -f libzbarqt.so.0.1.2 libzbarqt.so.0 || { rm -f libzbarqt.so.0 && ln -s libzbarqt.so.0.1.2 libzbarqt.so.0; }; }) libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64 && { ln -s -f libzbarqt.so.0.1.2 libzbarqt.so || { rm -f libzbarqt.so && ln -s libzbarqt.so.0.1.2 libzbarqt.so; }; }) libtool: install: /usr/bin/install -p qt/.libs/libzbarqt.lai /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64/libzbarqt.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -p zbarimg/zbarimg zbarcam/zbarcam zbarcam/zbarcam-gtk zbarcam/zbarcam-qt '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/bin' libtool: warning: 'zbar/libzbar.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p zbarimg/.libs/zbarimg /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/bin/zbarimg libtool: warning: 'zbar/libzbar.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p zbarcam/.libs/zbarcam /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/bin/zbarcam libtool: warning: 'gtk/libzbargtk.la' has not been installed in '/usr/lib64' libtool: warning: '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar/libzbar.la' has not been installed in '/usr/lib64' libtool: warning: 'zbar/libzbar.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p zbarcam/.libs/zbarcam-gtk /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/bin/zbarcam-gtk libtool: warning: 'qt/libzbarqt.la' has not been installed in '/usr/lib64' libtool: warning: '/home/iurt/rpmbuild/BUILD/zbar-0.23.1/zbar/libzbar.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p zbarcam/.libs/zbarcam-qt /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/bin/zbarcam-qt /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64/python3.8/site-packages' /bin/sh ./libtool --mode=install /usr/bin/install -p python/zbar.la '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64/python3.8/site-packages' libtool: warning: relinking 'python/zbar.la' libtool: install: (cd /home/iurt/rpmbuild/BUILD/zbar-0.23.1; /bin/sh "/home/iurt/rpmbuild/BUILD/zbar-0.23.1/libtool" --tag CC --mode=relink x86_64-mageia-linux-gnu-gcc -Wall -Wno-parentheses -DLOCALEDIR=\"/usr/share/locale\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -shared -module -avoid-version -export-dynamic -export-symbols-regex "(initzbar|PyInit_zbar)" -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o python/zbar.la -rpath /usr/lib64/python3.8/site-packages python/zbar_la-zbarmodule.lo python/zbar_la-enum.lo python/zbar_la-exception.lo python/zbar_la-symbol.lo python/zbar_la-symbolset.lo python/zbar_la-symboliter.lo python/zbar_la-image.lo python/zbar_la-processor.lo python/zbar_la-imagescanner.lo python/zbar_la-decoder.lo python/zbar_la-scanner.lo zbar/libzbar.la -ljpeg -lpthread -inst-prefix-dir /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64) libtool: relink: /usr/bin/x86_64-mageia-linux-gnu-nm -p python/.libs/zbar_la-zbarmodule.o python/.libs/zbar_la-enum.o python/.libs/zbar_la-exception.o python/.libs/zbar_la-symbol.o python/.libs/zbar_la-symbolset.o python/.libs/zbar_la-symboliter.o python/.libs/zbar_la-image.o python/.libs/zbar_la-processor.o python/.libs/zbar_la-imagescanner.o python/.libs/zbar_la-decoder.o python/.libs/zbar_la-scanner.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/bin/sed 's/.* //' | sort | uniq > python/.libs/zbar.exp libtool: relink: /usr/bin/grep -E -e "(initzbar|PyInit_zbar)" "python/.libs/zbar.exp" > "python/.libs/zbar.expT" libtool: relink: mv -f "python/.libs/zbar.expT" "python/.libs/zbar.exp" libtool: relink: echo "{ global:" > python/.libs/zbar.ver libtool: relink: cat python/.libs/zbar.exp | sed -e "s/\(.*\)/\1;/" >> python/.libs/zbar.ver libtool: relink: echo "local: *; };" >> python/.libs/zbar.ver libtool: relink: x86_64-mageia-linux-gnu-gcc -shared -Wl,--as-needed -fPIC -DPIC python/.libs/zbar_la-zbarmodule.o python/.libs/zbar_la-enum.o python/.libs/zbar_la-exception.o python/.libs/zbar_la-symbol.o python/.libs/zbar_la-symbolset.o python/.libs/zbar_la-symboliter.o python/.libs/zbar_la-image.o python/.libs/zbar_la-processor.o python/.libs/zbar_la-imagescanner.o python/.libs/zbar_la-decoder.o python/.libs/zbar_la-scanner.o -O2 -g -fstack-protector -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64 -L/usr/lib64 -lzbar -ldbus-1 -lv4l2 -lSM -lICE -lX11 -ljpeg -lpthread -Wl,-soname -Wl,zbar.so -Wl,-version-script -Wl,python/.libs/zbar.ver -o python/.libs/zbar.so libtool: install: /usr/bin/install -p python/.libs/zbar.soT /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64/python3.8/site-packages/zbar.so libtool: install: /usr/bin/install -p python/.libs/zbar.lai /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64/python3.8/site-packages/zbar.la libtool: warning: remember to run 'libtool --finish /usr/lib64/python3.8/site-packages' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/etc/dbus-1/system.d' /usr/bin/install -p -m 644 ./dbus/org.linuxtv.Zbar.conf '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/etc/dbus-1/system.d' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/share/doc/zbar' /usr/bin/install -p -m 644 COPYING HACKING.md INSTALL.md LICENSE.md NEWS.md README.md TODO.md ABOUT-NLS '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/share/doc/zbar' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/include' /usr/bin/install -p -m 644 include/zbar.h '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/include' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/share/man/man1' /usr/bin/install -p -m 644 doc/man/zbarimg.1 doc/man/zbarcam.1 '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/share/man/man1' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64/pkgconfig' /usr/bin/install -p -m 644 zbar.pc zbar-gtk.pc zbar-qt.pc '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64/pkgconfig' /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/include/zbar' /usr/bin/install -p -m 644 include/zbar/Scanner.h include/zbar/Decoder.h include/zbar/Exception.h include/zbar/Symbol.h include/zbar/Image.h include/zbar/ImageScanner.h include/zbar/Video.h include/zbar/Window.h include/zbar/Processor.h include/zbar/zbargtk.h include/zbar/QZBar.h include/zbar/QZBarImage.h '/home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/include/zbar' make[3]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/zbar-0.23.1' + /usr/lib/rpm/find-lang.sh /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64 zbar + find /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64 -name '*.la' -delete + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.23.1-2.mga8 --unique-debug-suffix -0.23.1-2.mga8.x86_64 --unique-debug-src-base zbar-0.23.1-2.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/zbar-0.23.1 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/bin/zbarimg explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/bin/zbarcam explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64/libzbar.so.0.3.0 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64/libzbargtk.so.0.0.2 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/bin/zbarcam-qt explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64/libzbarqt.so.0.1.2 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64/python3.8/site-packages/zbar.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/bin/zbarcam-gtk extracting debug info from /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64/libzbarqt.so.0.1.2 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64/libzbar.so.0.3.0 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/bin/zbarimg extracting debug info from /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64/libzbargtk.so.0.0.2 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64/python3.8/site-packages/zbar.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/bin/zbarcam-gtk extracting debug info from /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/bin/zbarcam extracting debug info from /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/bin/zbarcam-qt original debug info size: 5268kB, size after compression: 4184kB /usr/lib/rpm/sepdebugcrcfix: Updated 8 CRC32s, 0 CRC32s did match. 2172 blocks + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64/usr/lib64/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: zbar-0.23.1-2.mga8.x86_64 Provides: zbar = 0.23.1-2.mga8 zbar(x86-64) = 0.23.1-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libGraphicsMagick.so.3()(64bit) libGraphicsMagickWand.so.2()(64bit) libQt5Core.so.5()(64bit) libQt5Core.so.5(Qt_5)(64bit) libQt5Core.so.5(Qt_5.14)(64bit) libQt5Gui.so.5()(64bit) libQt5Gui.so.5(Qt_5)(64bit) libQt5Widgets.so.5()(64bit) libQt5Widgets.so.5(Qt_5)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgtk-3.so.0()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libzbar.so.0()(64bit) libzbargtk.so.0()(64bit) libzbarqt.so.0()(64bit) Processing files: lib64zbar0-0.23.1-2.mga8.x86_64 Provides: lib64zbar0 = 0.23.1-2.mga8 lib64zbar0(x86-64) = 0.23.1-2.mga8 libzbar.so.0()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libX11.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libdbus-1.so.3()(64bit) libdbus-1.so.3(LIBDBUS_1_3)(64bit) libjpeg.so.8()(64bit) libjpeg.so.8(LIBJPEG_8.0)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) libv4l2.so.0()(64bit) Processing files: lib64zbargtk0-0.23.1-2.mga8.x86_64 Provides: lib64zbargtk0 = 0.23.1-2.mga8 lib64zbargtk0(x86-64) = 0.23.1-2.mga8 libzbargtk.so.0()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libgdk-3.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgtk-3.so.0()(64bit) libzbar.so.0()(64bit) Conflicts: lib64zbar0 < 0.23.1-2.mga8 Processing files: lib64zbar-gir1.0-0.23.1-2.mga8.x86_64 Provides: lib64zbar-gir1.0 = 0.23.1-2.mga8 lib64zbar-gir1.0(x86-64) = 0.23.1-2.mga8 typelib(ZBar) = 1.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libzbar.so.0()(64bit) libzbargtk.so.0()(64bit) typelib(Atk) = 1.0 typelib(GLib) = 2.0 typelib(GModule) = 2.0 typelib(GObject) = 2.0 typelib(Gdk) = 3.0 typelib(GdkPixbuf) = 2.0 typelib(Gio) = 2.0 typelib(Gtk) = 3.0 typelib(Pango) = 1.0 typelib(cairo) = 1.0 typelib(xlib) = 2.0 Processing files: lib64zbarqt0-0.23.1-2.mga8.x86_64 Provides: lib64zbarqt0 = 0.23.1-2.mga8 lib64zbarqt0(x86-64) = 0.23.1-2.mga8 libzbarqt.so.0()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libQt5Core.so.5()(64bit) libQt5Core.so.5(Qt_5)(64bit) libQt5Core.so.5(Qt_5.14)(64bit) libQt5Gui.so.5()(64bit) libQt5Gui.so.5(Qt_5)(64bit) libQt5Widgets.so.5()(64bit) libQt5Widgets.so.5(Qt_5)(64bit) libQt5X11Extras.so.5()(64bit) libQt5X11Extras.so.5(Qt_5)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libzbar.so.0()(64bit) Conflicts: lib64zbar0 < 0.23.1-2.mga8 Processing files: lib64zbar-devel-0.23.1-2.mga8.x86_64 Provides: devel(libzbar(64bit)) devel(libzbargtk(64bit)) devel(libzbarqt(64bit)) lib64zbar-devel = 0.23.1-2.mga8 lib64zbar-devel(x86-64) = 0.23.1-2.mga8 pkgconfig(zbar) = 0.23.1 pkgconfig(zbar-gtk) = 0.23.1 pkgconfig(zbar-qt) = 0.23.1 zbar-devel = 0.23.1-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: devel(libQt5Core(64bit)) devel(libQt5Gui(64bit)) devel(libQt5Widgets(64bit)) devel(libQt5X11Extras(64bit)) devel(libX11(64bit)) devel(libdbus-1(64bit)) devel(libgcc_s(64bit)) devel(libgdk-3(64bit)) devel(libgdk_pixbuf-2.0(64bit)) devel(libglib-2.0(64bit)) devel(libgobject-2.0(64bit)) devel(libgtk-3(64bit)) devel(libjpeg(64bit)) devel(libstdc++(64bit)) devel(libv4l2(64bit)) devel(libzbar(64bit)) pkgconfig pkgconfig(Qt5Core) >= 5 pkgconfig(Qt5Gui) >= 5 pkgconfig(gthread-2.0) pkgconfig(gtk+-2.0) pkgconfig(zbar) Obsoletes: lib64zbar0-devel < 0.23.1-2.mga8 Processing files: python3-zbar-0.23.1-2.mga8.x86_64 Provides: python-zbar = 0.23.1-2.mga8 python-zbar = 0.23.1-2.mga8 python3-zbar = 0.23.1-2.mga8 python3-zbar(x86-64) = 0.23.1-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libzbar.so.0()(64bit) python(abi) = 3.8 Obsoletes: python-zbar < 0.22-2 Processing files: zbar-debugsource-0.23.1-2.mga8.x86_64 Provides: zbar-debugsource = 0.23.1-2.mga8 zbar-debugsource(x86-64) = 0.23.1-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: zbar-debuginfo-0.23.1-2.mga8.x86_64 Provides: debuginfo(build-id) = 47fc0eba6053145b2b07eac04fbb663ed616d2ce debuginfo(build-id) = 7eca10827169799acc55b67c339dc853b2d13468 debuginfo(build-id) = c635df3927b3b297e19136464231ee774b5417fe debuginfo(build-id) = e76b146b1f5ee2c92424d84932697ff35ed95836 zbar-debuginfo = 0.23.1-2.mga8 zbar-debuginfo(x86-64) = 0.23.1-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: zbar-debugsource(x86-64) = 0.23.1-2.mga8 Processing files: lib64zbar0-debuginfo-0.23.1-2.mga8.x86_64 Provides: debuginfo(build-id) = 2d6ddc554dcacfb84ef3c389c99691e1e056af04 lib64zbar0-debuginfo = 0.23.1-2.mga8 lib64zbar0-debuginfo(x86-64) = 0.23.1-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: zbar-debugsource(x86-64) = 0.23.1-2.mga8 Processing files: lib64zbargtk0-debuginfo-0.23.1-2.mga8.x86_64 Provides: debuginfo(build-id) = 83214b0f08c15f689f7ce443131ef216d3358b44 lib64zbargtk0-debuginfo = 0.23.1-2.mga8 lib64zbargtk0-debuginfo(x86-64) = 0.23.1-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: zbar-debugsource(x86-64) = 0.23.1-2.mga8 Processing files: lib64zbarqt0-debuginfo-0.23.1-2.mga8.x86_64 Provides: debuginfo(build-id) = b50314bf19e2985bed04c64267a96c86b1c7bc1d lib64zbarqt0-debuginfo = 0.23.1-2.mga8 lib64zbarqt0-debuginfo(x86-64) = 0.23.1-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: zbar-debugsource(x86-64) = 0.23.1-2.mga8 Processing files: python3-zbar-debuginfo-0.23.1-2.mga8.x86_64 Provides: debuginfo(build-id) = 293143d2fe95e4b6d90fafb5935fc0f9af19c922 python-zbar-debuginfo = 0.23.1-2.mga8 python3-zbar-debuginfo = 0.23.1-2.mga8 python3-zbar-debuginfo(x86-64) = 0.23.1-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: zbar-debugsource(x86-64) = 0.23.1-2.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/lib64zbar-gir1.0-0.23.1-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/lib64zbargtk0-0.23.1-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/python3-zbar-0.23.1-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/lib64zbarqt0-0.23.1-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/lib64zbargtk0-debuginfo-0.23.1-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/python3-zbar-debuginfo-0.23.1-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/lib64zbar-devel-0.23.1-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/zbar-0.23.1-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/lib64zbar0-0.23.1-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/lib64zbarqt0-debuginfo-0.23.1-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/lib64zbar0-debuginfo-0.23.1-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/zbar-debugsource-0.23.1-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/zbar-debuginfo-0.23.1-2.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gLzpRf + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd zbar-0.23.1 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/zbar-0.23.1-2.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Ssznlg + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf zbar-0.23.1 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!