******************************************************************************** conan install zbar/0.10@#3a53340b6844369f11f34ac1b603a281 --build=zbar -pr /home/conan/w/prod/BuildSingleReference/62879/7f51abdf-ad74-41e7-9a21-0ea3553275e1/profile_linux_8_libstdcpp11_gcc_debug_64.zbar-shared-True.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 8 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/prod/BuildSingleReference/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=8 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=8 os=Linux [options] zbar:shared=True [build_requires] [env] zbar/0.10: Forced build from source gnu-config/cci.20210814: Not found in local cache, looking in remotes... gnu-config/cci.20210814: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz gnu-config/cci.20210814: Downloaded recipe revision 58573fa18a083c1ccb883b392b826bb2 Installing package: zbar/0.10 Requirements zbar/0.10 from local cache - Cache Packages zbar/0.10:0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2 - Build Build requirements gnu-config/cci.20210814 from 'conan-center' - Downloaded Build requirements packages gnu-config/cci.20210814:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Download Installing (downloading, building) binaries... gnu-config/cci.20210814: Retrieving package 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz gnu-config/cci.20210814: Package installed 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 gnu-config/cci.20210814: Downloaded package revision 91a718bc9226a3126d9c02ac1d68c158 gnu-config/cci.20210814: Appending PATH environment variable: /home/conan/w/prod/BuildSingleReference/.conan/data/gnu-config/cci.20210814/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin zbar/0.10: Applying build-requirement: gnu-config/cci.20210814 [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK zbar/0.10: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK zbar/0.10: Copying sources to build folder zbar/0.10: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/build/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2 zbar/0.10: Generator txt created conanbuildinfo.txt zbar/0.10: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK zbar/0.10: Calling build() zbar/0.10: Calling: > source_subfolder/configure '--enable-shared=yes' '--enable-static=no' '--enable-video=no' '--with-imagemagick=no' '--with-gtk=no' '--with-qt=no' '--with-python=no' '--with-x=no' '--with-xshm=no' '--with-xv=no' '--with-jpeg=no' '--enable-pthread=yes' '--prefix=/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' ----Running------ > source_subfolder/configure '--enable-shared=yes' '--enable-static=no' '--enable-video=no' '--with-imagemagick=no' '--with-gtk=no' '--with-qt=no' '--with-python=no' '--with-x=no' '--with-xshm=no' '--with-xv=no' '--with-jpeg=no' '--enable-pthread=yes' '--prefix=/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' ----------------- checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for gcc... /usr/bin/gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking dependency style of /usr/bin/gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/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/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok checking how to run the C preprocessor... /usr/bin/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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/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... no 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 windres... no checking host system type... (cached) x86_64-pc-linux-gnu checking for gcc... (cached) /usr/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc accepts -g... (cached) yes checking for /usr/bin/gcc option to accept ISO C89... (cached) none needed checking dependency style of /usr/bin/gcc... (cached) gcc3 checking whether /usr/bin/gcc and cc understand -c and -o together... yes checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... gcc3 checking whether we are using the GNU C++ compiler... (cached) yes checking whether /usr/bin/g++ accepts -g... (cached) yes checking dependency style of /usr/bin/g++... (cached) gcc3 checking how to run the C++ preprocessor... /usr/bin/g++ -E checking for ld used by /usr/bin/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 /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... yes checking if /usr/bin/g++ static flag -static works... yes checking if /usr/bin/g++ supports -c -o file.o... yes checking if /usr/bin/g++ supports -c -o file.o... (cached) yes checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for xmlto... no checking whether to build EAN symbologies... yes checking whether to build Code 128 symbology... yes checking whether to build Code 39 symbology... yes checking whether to build PDF417 symbology... no checking whether to build Interleaved 2 of 5 symbology... yes checking whether to build QR Code... yes checking for library containing clock_gettime... none required checking for ld used by GCC... /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 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 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 for X... disabled checking whether to enable assertions... 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 for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.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 for int32_t... yes checking for uint32_t... yes checking for uint8_t... yes checking for uintptr_t... 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 getpagesize... yes checking for working mmap... yes checking for memset... yes checking for atexit... yes checking for setenv... yes configure: creating ./config.status config.status: creating Makefile config.status: creating zbar.pc config.status: creating zbar-gtk.pc config.status: creating zbar-qt.pc config.status: creating doc/doxygen.conf config.status: creating include/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing doc/version.xml commands config.status: executing doc/reldate.xml commands please verify that the detected configuration matches your expectations: ------------------------------------------------------------------------ X --with-x=disabled pthreads --enable-pthread=yes v4l --enable-video=no => zbarcam video scanner will *NOT* be built jpeg --with-jpeg=no => JPEG image conversions will *NOT* be supported Magick++ --with-imagemagick=no => the zbarimg file scanner will *NOT* be built Python --with-python=no GTK+ --with-gtk=no => the GTK+ widget will *NOT* be built Qt4 --with-qt=no => the Qt4 widget will *NOT* be built ----Running------ > make -j3 ----------------- make all-am make[1]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/build/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2' /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/processor/zbar_libzbar_la-posix.lo -MD -MP -MF zbar/processor/.deps/zbar_libzbar_la-posix.Tpo -c -o zbar/processor/zbar_libzbar_la-posix.lo `test -f 'zbar/processor/posix.c' || echo 'source_subfolder/'`zbar/processor/posix.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/processor/zbar_libzbar_la-null.lo -MD -MP -MF zbar/processor/.deps/zbar_libzbar_la-null.Tpo -c -o zbar/processor/zbar_libzbar_la-null.lo `test -f 'zbar/processor/null.c' || echo 'source_subfolder/'`zbar/processor/null.c /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-config.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-config.Tpo -c -o zbar/zbar_libzbar_la-config.lo `test -f 'zbar/config.c' || echo 'source_subfolder/'`zbar/config.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/processor/zbar_libzbar_la-posix.lo -MD -MP -MF zbar/processor/.deps/zbar_libzbar_la-posix.Tpo -c source_subfolder/zbar/processor/posix.c -fPIC -DPIC -o zbar/processor/.libs/zbar_libzbar_la-posix.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/processor/zbar_libzbar_la-null.lo -MD -MP -MF zbar/processor/.deps/zbar_libzbar_la-null.Tpo -c source_subfolder/zbar/processor/null.c -fPIC -DPIC -o zbar/processor/.libs/zbar_libzbar_la-null.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-config.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-config.Tpo -c source_subfolder/zbar/config.c -fPIC -DPIC -o zbar/.libs/zbar_libzbar_la-config.o mv -f zbar/.deps/zbar_libzbar_la-config.Tpo zbar/.deps/zbar_libzbar_la-config.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-error.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-error.Tpo -c -o zbar/zbar_libzbar_la-error.lo `test -f 'zbar/error.c' || echo 'source_subfolder/'`zbar/error.c mv -f zbar/processor/.deps/zbar_libzbar_la-null.Tpo zbar/processor/.deps/zbar_libzbar_la-null.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-symbol.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-symbol.Tpo -c -o zbar/zbar_libzbar_la-symbol.lo `test -f 'zbar/symbol.c' || echo 'source_subfolder/'`zbar/symbol.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-error.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-error.Tpo -c source_subfolder/zbar/error.c -fPIC -DPIC -o zbar/.libs/zbar_libzbar_la-error.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-symbol.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-symbol.Tpo -c source_subfolder/zbar/symbol.c -fPIC -DPIC -o zbar/.libs/zbar_libzbar_la-symbol.o mv -f zbar/processor/.deps/zbar_libzbar_la-posix.Tpo zbar/processor/.deps/zbar_libzbar_la-posix.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-image.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-image.Tpo -c -o zbar/zbar_libzbar_la-image.lo `test -f 'zbar/image.c' || echo 'source_subfolder/'`zbar/image.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-image.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-image.Tpo -c source_subfolder/zbar/image.c -fPIC -DPIC -o zbar/.libs/zbar_libzbar_la-image.o mv -f zbar/.deps/zbar_libzbar_la-error.Tpo zbar/.deps/zbar_libzbar_la-error.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-convert.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-convert.Tpo -c -o zbar/zbar_libzbar_la-convert.lo `test -f 'zbar/convert.c' || echo 'source_subfolder/'`zbar/convert.c mv -f zbar/.deps/zbar_libzbar_la-symbol.Tpo zbar/.deps/zbar_libzbar_la-symbol.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-processor.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-processor.Tpo -c -o zbar/zbar_libzbar_la-processor.lo `test -f 'zbar/processor.c' || echo 'source_subfolder/'`zbar/processor.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-convert.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-convert.Tpo -c source_subfolder/zbar/convert.c -fPIC -DPIC -o zbar/.libs/zbar_libzbar_la-convert.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-processor.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-processor.Tpo -c source_subfolder/zbar/processor.c -fPIC -DPIC -o zbar/.libs/zbar_libzbar_la-processor.o mv -f zbar/.deps/zbar_libzbar_la-image.Tpo zbar/.deps/zbar_libzbar_la-image.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/processor/zbar_libzbar_la-lock.lo -MD -MP -MF zbar/processor/.deps/zbar_libzbar_la-lock.Tpo -c -o zbar/processor/zbar_libzbar_la-lock.lo `test -f 'zbar/processor/lock.c' || echo 'source_subfolder/'`zbar/processor/lock.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/processor/zbar_libzbar_la-lock.lo -MD -MP -MF zbar/processor/.deps/zbar_libzbar_la-lock.Tpo -c source_subfolder/zbar/processor/lock.c -fPIC -DPIC -o zbar/processor/.libs/zbar_libzbar_la-lock.o mv -f zbar/.deps/zbar_libzbar_la-processor.Tpo zbar/.deps/zbar_libzbar_la-processor.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-refcnt.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-refcnt.Tpo -c -o zbar/zbar_libzbar_la-refcnt.lo `test -f 'zbar/refcnt.c' || echo 'source_subfolder/'`zbar/refcnt.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-refcnt.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-refcnt.Tpo -c source_subfolder/zbar/refcnt.c -fPIC -DPIC -o zbar/.libs/zbar_libzbar_la-refcnt.o mv -f zbar/.deps/zbar_libzbar_la-convert.Tpo zbar/.deps/zbar_libzbar_la-convert.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-window.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-window.Tpo -c -o zbar/zbar_libzbar_la-window.lo `test -f 'zbar/window.c' || echo 'source_subfolder/'`zbar/window.c mv -f zbar/processor/.deps/zbar_libzbar_la-lock.Tpo zbar/processor/.deps/zbar_libzbar_la-lock.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-video.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-video.Tpo -c -o zbar/zbar_libzbar_la-video.lo `test -f 'zbar/video.c' || echo 'source_subfolder/'`zbar/video.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-window.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-window.Tpo -c source_subfolder/zbar/window.c -fPIC -DPIC -o zbar/.libs/zbar_libzbar_la-window.o mv -f zbar/.deps/zbar_libzbar_la-refcnt.Tpo zbar/.deps/zbar_libzbar_la-refcnt.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-img_scanner.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-img_scanner.Tpo -c -o zbar/zbar_libzbar_la-img_scanner.lo `test -f 'zbar/img_scanner.c' || echo 'source_subfolder/'`zbar/img_scanner.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-video.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-video.Tpo -c source_subfolder/zbar/video.c -fPIC -DPIC -o zbar/.libs/zbar_libzbar_la-video.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-img_scanner.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-img_scanner.Tpo -c source_subfolder/zbar/img_scanner.c -fPIC -DPIC -o zbar/.libs/zbar_libzbar_la-img_scanner.o mv -f zbar/.deps/zbar_libzbar_la-window.Tpo zbar/.deps/zbar_libzbar_la-window.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-scanner.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-scanner.Tpo -c -o zbar/zbar_libzbar_la-scanner.lo `test -f 'zbar/scanner.c' || echo 'source_subfolder/'`zbar/scanner.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-scanner.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-scanner.Tpo -c source_subfolder/zbar/scanner.c -fPIC -DPIC -o zbar/.libs/zbar_libzbar_la-scanner.o mv -f zbar/.deps/zbar_libzbar_la-video.Tpo zbar/.deps/zbar_libzbar_la-video.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-decoder.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-decoder.Tpo -c -o zbar/zbar_libzbar_la-decoder.lo `test -f 'zbar/decoder.c' || echo 'source_subfolder/'`zbar/decoder.c mv -f zbar/.deps/zbar_libzbar_la-img_scanner.Tpo zbar/.deps/zbar_libzbar_la-img_scanner.Plo libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/zbar_libzbar_la-decoder.lo -MD -MP -MF zbar/.deps/zbar_libzbar_la-decoder.Tpo -c source_subfolder/zbar/decoder.c -fPIC -DPIC -o zbar/.libs/zbar_libzbar_la-decoder.o /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/decoder/zbar_libzbar_la-ean.lo -MD -MP -MF zbar/decoder/.deps/zbar_libzbar_la-ean.Tpo -c -o zbar/decoder/zbar_libzbar_la-ean.lo `test -f 'zbar/decoder/ean.c' || echo 'source_subfolder/'`zbar/decoder/ean.c mv -f zbar/.deps/zbar_libzbar_la-scanner.Tpo zbar/.deps/zbar_libzbar_la-scanner.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/decoder/zbar_libzbar_la-code128.lo -MD -MP -MF zbar/decoder/.deps/zbar_libzbar_la-code128.Tpo -c -o zbar/decoder/zbar_libzbar_la-code128.lo `test -f 'zbar/decoder/code128.c' || echo 'source_subfolder/'`zbar/decoder/code128.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/decoder/zbar_libzbar_la-ean.lo -MD -MP -MF zbar/decoder/.deps/zbar_libzbar_la-ean.Tpo -c source_subfolder/zbar/decoder/ean.c -fPIC -DPIC -o zbar/decoder/.libs/zbar_libzbar_la-ean.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/decoder/zbar_libzbar_la-code128.lo -MD -MP -MF zbar/decoder/.deps/zbar_libzbar_la-code128.Tpo -c source_subfolder/zbar/decoder/code128.c -fPIC -DPIC -o zbar/decoder/.libs/zbar_libzbar_la-code128.o mv -f zbar/.deps/zbar_libzbar_la-decoder.Tpo zbar/.deps/zbar_libzbar_la-decoder.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/decoder/zbar_libzbar_la-code39.lo -MD -MP -MF zbar/decoder/.deps/zbar_libzbar_la-code39.Tpo -c -o zbar/decoder/zbar_libzbar_la-code39.lo `test -f 'zbar/decoder/code39.c' || echo 'source_subfolder/'`zbar/decoder/code39.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/decoder/zbar_libzbar_la-code39.lo -MD -MP -MF zbar/decoder/.deps/zbar_libzbar_la-code39.Tpo -c source_subfolder/zbar/decoder/code39.c -fPIC -DPIC -o zbar/decoder/.libs/zbar_libzbar_la-code39.o mv -f zbar/decoder/.deps/zbar_libzbar_la-code128.Tpo zbar/decoder/.deps/zbar_libzbar_la-code128.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/decoder/zbar_libzbar_la-i25.lo -MD -MP -MF zbar/decoder/.deps/zbar_libzbar_la-i25.Tpo -c -o zbar/decoder/zbar_libzbar_la-i25.lo `test -f 'zbar/decoder/i25.c' || echo 'source_subfolder/'`zbar/decoder/i25.c mv -f zbar/decoder/.deps/zbar_libzbar_la-ean.Tpo zbar/decoder/.deps/zbar_libzbar_la-ean.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/decoder/zbar_libzbar_la-qr_finder.lo -MD -MP -MF zbar/decoder/.deps/zbar_libzbar_la-qr_finder.Tpo -c -o zbar/decoder/zbar_libzbar_la-qr_finder.lo `test -f 'zbar/decoder/qr_finder.c' || echo 'source_subfolder/'`zbar/decoder/qr_finder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/decoder/zbar_libzbar_la-i25.lo -MD -MP -MF zbar/decoder/.deps/zbar_libzbar_la-i25.Tpo -c source_subfolder/zbar/decoder/i25.c -fPIC -DPIC -o zbar/decoder/.libs/zbar_libzbar_la-i25.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/decoder/zbar_libzbar_la-qr_finder.lo -MD -MP -MF zbar/decoder/.deps/zbar_libzbar_la-qr_finder.Tpo -c source_subfolder/zbar/decoder/qr_finder.c -fPIC -DPIC -o zbar/decoder/.libs/zbar_libzbar_la-qr_finder.o mv -f zbar/decoder/.deps/zbar_libzbar_la-code39.Tpo zbar/decoder/.deps/zbar_libzbar_la-code39.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/qrcode/zbar_libzbar_la-qrdec.lo -MD -MP -MF zbar/qrcode/.deps/zbar_libzbar_la-qrdec.Tpo -c -o zbar/qrcode/zbar_libzbar_la-qrdec.lo `test -f 'zbar/qrcode/qrdec.c' || echo 'source_subfolder/'`zbar/qrcode/qrdec.c mv -f zbar/decoder/.deps/zbar_libzbar_la-i25.Tpo zbar/decoder/.deps/zbar_libzbar_la-i25.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/qrcode/zbar_libzbar_la-qrdectxt.lo -MD -MP -MF zbar/qrcode/.deps/zbar_libzbar_la-qrdectxt.Tpo -c -o zbar/qrcode/zbar_libzbar_la-qrdectxt.lo `test -f 'zbar/qrcode/qrdectxt.c' || echo 'source_subfolder/'`zbar/qrcode/qrdectxt.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/qrcode/zbar_libzbar_la-qrdec.lo -MD -MP -MF zbar/qrcode/.deps/zbar_libzbar_la-qrdec.Tpo -c source_subfolder/zbar/qrcode/qrdec.c -fPIC -DPIC -o zbar/qrcode/.libs/zbar_libzbar_la-qrdec.o mv -f zbar/decoder/.deps/zbar_libzbar_la-qr_finder.Tpo zbar/decoder/.deps/zbar_libzbar_la-qr_finder.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/qrcode/zbar_libzbar_la-rs.lo -MD -MP -MF zbar/qrcode/.deps/zbar_libzbar_la-rs.Tpo -c -o zbar/qrcode/zbar_libzbar_la-rs.lo `test -f 'zbar/qrcode/rs.c' || echo 'source_subfolder/'`zbar/qrcode/rs.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/qrcode/zbar_libzbar_la-qrdectxt.lo -MD -MP -MF zbar/qrcode/.deps/zbar_libzbar_la-qrdectxt.Tpo -c source_subfolder/zbar/qrcode/qrdectxt.c -fPIC -DPIC -o zbar/qrcode/.libs/zbar_libzbar_la-qrdectxt.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/qrcode/zbar_libzbar_la-rs.lo -MD -MP -MF zbar/qrcode/.deps/zbar_libzbar_la-rs.Tpo -c source_subfolder/zbar/qrcode/rs.c -fPIC -DPIC -o zbar/qrcode/.libs/zbar_libzbar_la-rs.o mv -f zbar/qrcode/.deps/zbar_libzbar_la-qrdectxt.Tpo zbar/qrcode/.deps/zbar_libzbar_la-qrdectxt.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/qrcode/zbar_libzbar_la-isaac.lo -MD -MP -MF zbar/qrcode/.deps/zbar_libzbar_la-isaac.Tpo -c -o zbar/qrcode/zbar_libzbar_la-isaac.lo `test -f 'zbar/qrcode/isaac.c' || echo 'source_subfolder/'`zbar/qrcode/isaac.c mv -f zbar/qrcode/.deps/zbar_libzbar_la-rs.Tpo zbar/qrcode/.deps/zbar_libzbar_la-rs.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/qrcode/zbar_libzbar_la-bch15_5.lo -MD -MP -MF zbar/qrcode/.deps/zbar_libzbar_la-bch15_5.Tpo -c -o zbar/qrcode/zbar_libzbar_la-bch15_5.lo `test -f 'zbar/qrcode/bch15_5.c' || echo 'source_subfolder/'`zbar/qrcode/bch15_5.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/qrcode/zbar_libzbar_la-isaac.lo -MD -MP -MF zbar/qrcode/.deps/zbar_libzbar_la-isaac.Tpo -c source_subfolder/zbar/qrcode/isaac.c -fPIC -DPIC -o zbar/qrcode/.libs/zbar_libzbar_la-isaac.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/qrcode/zbar_libzbar_la-bch15_5.lo -MD -MP -MF zbar/qrcode/.deps/zbar_libzbar_la-bch15_5.Tpo -c source_subfolder/zbar/qrcode/bch15_5.c -fPIC -DPIC -o zbar/qrcode/.libs/zbar_libzbar_la-bch15_5.o mv -f zbar/qrcode/.deps/zbar_libzbar_la-isaac.Tpo zbar/qrcode/.deps/zbar_libzbar_la-isaac.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/qrcode/zbar_libzbar_la-binarize.lo -MD -MP -MF zbar/qrcode/.deps/zbar_libzbar_la-binarize.Tpo -c -o zbar/qrcode/zbar_libzbar_la-binarize.lo `test -f 'zbar/qrcode/binarize.c' || echo 'source_subfolder/'`zbar/qrcode/binarize.c mv -f zbar/qrcode/.deps/zbar_libzbar_la-bch15_5.Tpo zbar/qrcode/.deps/zbar_libzbar_la-bch15_5.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/qrcode/zbar_libzbar_la-util.lo -MD -MP -MF zbar/qrcode/.deps/zbar_libzbar_la-util.Tpo -c -o zbar/qrcode/zbar_libzbar_la-util.lo `test -f 'zbar/qrcode/util.c' || echo 'source_subfolder/'`zbar/qrcode/util.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/qrcode/zbar_libzbar_la-binarize.lo -MD -MP -MF zbar/qrcode/.deps/zbar_libzbar_la-binarize.Tpo -c source_subfolder/zbar/qrcode/binarize.c -fPIC -DPIC -o zbar/qrcode/.libs/zbar_libzbar_la-binarize.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/qrcode/zbar_libzbar_la-util.lo -MD -MP -MF zbar/qrcode/.deps/zbar_libzbar_la-util.Tpo -c source_subfolder/zbar/qrcode/util.c -fPIC -DPIC -o zbar/qrcode/.libs/zbar_libzbar_la-util.o mv -f zbar/qrcode/.deps/zbar_libzbar_la-util.Tpo zbar/qrcode/.deps/zbar_libzbar_la-util.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/video/zbar_libzbar_la-null.lo -MD -MP -MF zbar/video/.deps/zbar_libzbar_la-null.Tpo -c -o zbar/video/zbar_libzbar_la-null.lo `test -f 'zbar/video/null.c' || echo 'source_subfolder/'`zbar/video/null.c mv -f zbar/qrcode/.deps/zbar_libzbar_la-binarize.Tpo zbar/qrcode/.deps/zbar_libzbar_la-binarize.Plo /bin/bash ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/window/zbar_libzbar_la-null.lo -MD -MP -MF zbar/window/.deps/zbar_libzbar_la-null.Tpo -c -o zbar/window/zbar_libzbar_la-null.lo `test -f 'zbar/window/null.c' || echo 'source_subfolder/'`zbar/window/null.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/video/zbar_libzbar_la-null.lo -MD -MP -MF zbar/video/.deps/zbar_libzbar_la-null.Tpo -c source_subfolder/zbar/video/null.c -fPIC -DPIC -o zbar/video/.libs/zbar_libzbar_la-null.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -Isource_subfolder -I./include -Isource_subfolder/zbar -Isource_subfolder/include -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wno-parentheses -m64 -g -MT zbar/window/zbar_libzbar_la-null.lo -MD -MP -MF zbar/window/.deps/zbar_libzbar_la-null.Tpo -c source_subfolder/zbar/window/null.c -fPIC -DPIC -o zbar/window/.libs/zbar_libzbar_la-null.o mv -f zbar/video/.deps/zbar_libzbar_la-null.Tpo zbar/video/.deps/zbar_libzbar_la-null.Plo mv -f zbar/qrcode/.deps/zbar_libzbar_la-qrdec.Tpo zbar/qrcode/.deps/zbar_libzbar_la-qrdec.Plo mv -f zbar/window/.deps/zbar_libzbar_la-null.Tpo zbar/window/.deps/zbar_libzbar_la-null.Plo /bin/bash ./libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wno-parentheses -m64 -g -no-undefined -version-info 2:0:2 -export-symbols-regex "^(zbar|_zbar.*_error)_.*" -m64 -o zbar/libzbar.la -rpath /home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/lib zbar/zbar_libzbar_la-config.lo zbar/zbar_libzbar_la-error.lo zbar/zbar_libzbar_la-symbol.lo zbar/zbar_libzbar_la-image.lo zbar/zbar_libzbar_la-convert.lo zbar/zbar_libzbar_la-processor.lo zbar/processor/zbar_libzbar_la-lock.lo zbar/zbar_libzbar_la-refcnt.lo zbar/zbar_libzbar_la-window.lo zbar/zbar_libzbar_la-video.lo zbar/zbar_libzbar_la-img_scanner.lo zbar/zbar_libzbar_la-scanner.lo zbar/zbar_libzbar_la-decoder.lo zbar/decoder/zbar_libzbar_la-ean.lo zbar/decoder/zbar_libzbar_la-code128.lo zbar/decoder/zbar_libzbar_la-code39.lo zbar/decoder/zbar_libzbar_la-i25.lo zbar/decoder/zbar_libzbar_la-qr_finder.lo zbar/qrcode/zbar_libzbar_la-qrdec.lo zbar/qrcode/zbar_libzbar_la-qrdectxt.lo zbar/qrcode/zbar_libzbar_la-rs.lo zbar/qrcode/zbar_libzbar_la-isaac.lo zbar/qrcode/zbar_libzbar_la-bch15_5.lo zbar/qrcode/zbar_libzbar_la-binarize.lo zbar/qrcode/zbar_libzbar_la-util.lo zbar/processor/zbar_libzbar_la-posix.lo zbar/video/zbar_libzbar_la-null.lo zbar/processor/zbar_libzbar_la-null.lo zbar/window/zbar_libzbar_la-null.lo -lpthread libtool: link: /usr/bin/nm -B zbar/.libs/zbar_libzbar_la-config.o zbar/.libs/zbar_libzbar_la-error.o zbar/.libs/zbar_libzbar_la-symbol.o zbar/.libs/zbar_libzbar_la-image.o zbar/.libs/zbar_libzbar_la-convert.o zbar/.libs/zbar_libzbar_la-processor.o zbar/processor/.libs/zbar_libzbar_la-lock.o zbar/.libs/zbar_libzbar_la-refcnt.o zbar/.libs/zbar_libzbar_la-window.o zbar/.libs/zbar_libzbar_la-video.o zbar/.libs/zbar_libzbar_la-img_scanner.o zbar/.libs/zbar_libzbar_la-scanner.o zbar/.libs/zbar_libzbar_la-decoder.o zbar/decoder/.libs/zbar_libzbar_la-ean.o zbar/decoder/.libs/zbar_libzbar_la-code128.o zbar/decoder/.libs/zbar_libzbar_la-code39.o zbar/decoder/.libs/zbar_libzbar_la-i25.o zbar/decoder/.libs/zbar_libzbar_la-qr_finder.o zbar/qrcode/.libs/zbar_libzbar_la-qrdec.o zbar/qrcode/.libs/zbar_libzbar_la-qrdectxt.o zbar/qrcode/.libs/zbar_libzbar_la-rs.o zbar/qrcode/.libs/zbar_libzbar_la-isaac.o zbar/qrcode/.libs/zbar_libzbar_la-bch15_5.o zbar/qrcode/.libs/zbar_libzbar_la-binarize.o zbar/qrcode/.libs/zbar_libzbar_la-util.o zbar/processor/.libs/zbar_libzbar_la-posix.o zbar/video/.libs/zbar_libzbar_la-null.o zbar/processor/.libs/zbar_libzbar_la-null.o zbar/window/.libs/zbar_libzbar_la-null.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > zbar/.libs/libzbar.exp libtool: link: /bin/grep -E -e "^(zbar|_zbar.*_error)_.*" "zbar/.libs/libzbar.exp" > "zbar/.libs/libzbar.expT" libtool: link: mv -f "zbar/.libs/libzbar.expT" "zbar/.libs/libzbar.exp" libtool: link: echo "{ global:" > zbar/.libs/libzbar.ver libtool: link: cat zbar/.libs/libzbar.exp | sed -e "s/\(.*\)/\1;/" >> zbar/.libs/libzbar.ver libtool: link: echo "local: *; };" >> zbar/.libs/libzbar.ver libtool: link: /usr/bin/gcc -shared zbar/.libs/zbar_libzbar_la-config.o zbar/.libs/zbar_libzbar_la-error.o zbar/.libs/zbar_libzbar_la-symbol.o zbar/.libs/zbar_libzbar_la-image.o zbar/.libs/zbar_libzbar_la-convert.o zbar/.libs/zbar_libzbar_la-processor.o zbar/processor/.libs/zbar_libzbar_la-lock.o zbar/.libs/zbar_libzbar_la-refcnt.o zbar/.libs/zbar_libzbar_la-window.o zbar/.libs/zbar_libzbar_la-video.o zbar/.libs/zbar_libzbar_la-img_scanner.o zbar/.libs/zbar_libzbar_la-scanner.o zbar/.libs/zbar_libzbar_la-decoder.o zbar/decoder/.libs/zbar_libzbar_la-ean.o zbar/decoder/.libs/zbar_libzbar_la-code128.o zbar/decoder/.libs/zbar_libzbar_la-code39.o zbar/decoder/.libs/zbar_libzbar_la-i25.o zbar/decoder/.libs/zbar_libzbar_la-qr_finder.o zbar/qrcode/.libs/zbar_libzbar_la-qrdec.o zbar/qrcode/.libs/zbar_libzbar_la-qrdectxt.o zbar/qrcode/.libs/zbar_libzbar_la-rs.o zbar/qrcode/.libs/zbar_libzbar_la-isaac.o zbar/qrcode/.libs/zbar_libzbar_la-bch15_5.o zbar/qrcode/.libs/zbar_libzbar_la-binarize.o zbar/qrcode/.libs/zbar_libzbar_la-util.o zbar/processor/.libs/zbar_libzbar_la-posix.o zbar/video/.libs/zbar_libzbar_la-null.o zbar/processor/.libs/zbar_libzbar_la-null.o zbar/window/.libs/zbar_libzbar_la-null.o -lpthread -m64 -m64 -Wl,-soname -Wl,libzbar.so.0 -Wl,-version-script -Wl,zbar/.libs/libzbar.ver -o zbar/.libs/libzbar.so.0.2.0 libtool: link: (cd "zbar/.libs" && rm -f "libzbar.so.0" && ln -s "libzbar.so.0.2.0" "libzbar.so.0") libtool: link: (cd "zbar/.libs" && rm -f "libzbar.so" && ln -s "libzbar.so.0.2.0" "libzbar.so") libtool: link: ( cd "zbar/.libs" && rm -f "libzbar.la" && ln -s "../libzbar.la" "libzbar.la" ) make[1]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/build/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2' zbar/0.10: Package '0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2' built zbar/0.10: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/build/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2 zbar/0.10: Generated conaninfo.txt zbar/0.10: Generated conanbuildinfo.txt zbar/0.10: Generating the package zbar/0.10: Package folder /home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2 zbar/0.10: Calling package() ----Running------ > make install -j3 ----------------- make install-am make[1]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/build/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2' make[2]: Entering directory '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/build/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2' test -z "" || /bin/mkdir -p "" test -z "/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/share/doc/zbar" || /bin/mkdir -p "/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/share/doc/zbar" test -z "/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/include" || /bin/mkdir -p "/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/include" test -z "/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/share/man/man1" || /bin/mkdir -p "/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/share/man/man1" /usr/bin/install -c -m 644 'source_subfolder/COPYING' '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/share/doc/zbar/COPYING' /usr/bin/install -c -m 644 'source_subfolder/include/zbar.h' '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/include/zbar.h' test -z "/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/lib/pkgconfig" || /bin/mkdir -p "/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/lib/pkgconfig" test -z "/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/share/zbar" || /bin/mkdir -p "/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/share/zbar" /usr/bin/install -c -m 644 'source_subfolder/HACKING' '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/share/doc/zbar/HACKING' /usr/bin/install -c -m 644 'source_subfolder/INSTALL' '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/share/doc/zbar/INSTALL' test -z "/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/include/zbar" || /bin/mkdir -p "/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/include/zbar" /usr/bin/install -c -m 644 'zbar.pc' '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/lib/pkgconfig/zbar.pc' test -z "/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/lib" || /bin/mkdir -p "/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/lib" /usr/bin/install -c -m 644 'source_subfolder/LICENSE' '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/share/doc/zbar/LICENSE' /usr/bin/install -c -m 644 'source_subfolder/NEWS' '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/share/doc/zbar/NEWS' /usr/bin/install -c -m 644 'source_subfolder/include/zbar/Scanner.h' '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/include/zbar/Scanner.h' /bin/bash ./libtool --mode=install /usr/bin/install -c 'zbar/libzbar.la' '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/lib/libzbar.la' /usr/bin/install -c -m 644 'source_subfolder/README' '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/share/doc/zbar/README' /usr/bin/install -c -m 644 'source_subfolder/include/zbar/Decoder.h' '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/include/zbar/Decoder.h' /usr/bin/install -c -m 644 'source_subfolder/TODO' '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/share/doc/zbar/TODO' /usr/bin/install -c -m 644 'source_subfolder/include/zbar/Exception.h' '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/include/zbar/Exception.h' /usr/bin/install -c -m 644 'source_subfolder/include/zbar/Symbol.h' '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/include/zbar/Symbol.h' /usr/bin/install -c -m 644 'source_subfolder/include/zbar/Image.h' '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/include/zbar/Image.h' libtool: install: /usr/bin/install -c zbar/.libs/libzbar.so.0.2.0 /home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/lib/libzbar.so.0.2.0 libtool: install: (cd /home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/lib && { ln -s -f libzbar.so.0.2.0 libzbar.so.0 || { rm -f libzbar.so.0 && ln -s libzbar.so.0.2.0 libzbar.so.0; }; }) /usr/bin/install -c -m 644 'source_subfolder/include/zbar/ImageScanner.h' '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/include/zbar/ImageScanner.h' libtool: install: (cd /home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/lib && { ln -s -f libzbar.so.0.2.0 libzbar.so || { rm -f libzbar.so && ln -s libzbar.so.0.2.0 libzbar.so; }; }) /usr/bin/install -c -m 644 'source_subfolder/include/zbar/Video.h' '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/include/zbar/Video.h' libtool: install: /usr/bin/install -c zbar/.libs/libzbar.lai /home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/lib/libzbar.la /usr/bin/install -c -m 644 'source_subfolder/include/zbar/Window.h' '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/include/zbar/Window.h' /usr/bin/install -c -m 644 'source_subfolder/include/zbar/Processor.h' '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/include/zbar/Processor.h' libtool: finish: PATH="/home/conan/w/prod/BuildSingleReference/.conan/data/gnu-config/cci.20210814/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin:/opt/pyenv/versions/3.7.13/bin:/opt/pyenv/libexec:/opt/pyenv/plugins/python-build/bin:/opt/pyenv/plugins/pyenv-virtualenv/bin:/opt/pyenv/plugins/pyenv-update/bin:/opt/pyenv/plugins/pyenv-installer/bin:/opt/pyenv/plugins/pyenv-doctor/bin:/opt/pyenv/shims:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/bin" || /bin/mkdir -p "/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/package/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2/bin" make[2]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/build/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2' make[1]: Leaving directory '/home/conan/w/prod/BuildSingleReference/.conan/data/zbar/0.10/_/_/build/0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2' [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK [HOOK - conan-center.py] post_package(): [SHORT_PATHS USAGE (KB-H066)] OK [HOOK - conan-center.py] post_package(): [MISSING SYSTEM LIBS (KB-H043)] OK zbar/0.10 package(): Packaged 10 '.h' files zbar/0.10 package(): Packaged 2 '.0' files: libzbar.so.0, libzbar.so.0.2.0 zbar/0.10 package(): Packaged 1 '.so' file: libzbar.so zbar/0.10 package(): Packaged 1 file: LICENSE zbar/0.10: Package '0ec3bf848c7bb997f01b3dfd35967ccbd27a84e2' created zbar/0.10: Created package revision 9d64fe2b6f242c17d7ca27f0d2c62f89 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK [HOOK - conan-center.py] post_package_info(): [INCLUDE PATH DOES NOT EXIST (KB-H071)] OK Aggregating env generators source_subfolder/zbar/error.c:39:19: warning: duplicate ‘const’ declaration specifier [-Wduplicate-decl-specifier] static const char const * err_str[] = { ^~~~~ source_subfolder/zbar/decoder/ean.c: In function ‘ean_part_end4’: source_subfolder/zbar/decoder/ean.c:245:13: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] if(!par == fwd) { ^~ source_subfolder/zbar/decoder/ean.c:245:8: note: add parentheses around left hand side expression to silence this warning if(!par == fwd) { ^~~~ ( ) source_subfolder/zbar/decoder/ean.c: In function ‘ean_part_end7’: source_subfolder/zbar/decoder/ean.c:294:13: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] if(!par == fwd) { ^~ source_subfolder/zbar/decoder/ean.c:294:8: note: add parentheses around left hand side expression to silence this warning if(!par == fwd) { ^~~~ ( ) source_subfolder/zbar/qrcode/qrdec.c: In function ‘qr_finder_quick_crossing_check’: source_subfolder/zbar/qrcode/qrdec.c:1215:27: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] if(!_img[_y0*_width+_x0]!=_v||!_img[_y1*_width+_x1]!=_v)return 1; ^~ source_subfolder/zbar/qrcode/qrdec.c:1215:6: note: add parentheses around left hand side expression to silence this warning if(!_img[_y0*_width+_x0]!=_v||!_img[_y1*_width+_x1]!=_v)return 1; ^~~~~~~~~~~~~~~~~~~~~ ( ) source_subfolder/zbar/qrcode/qrdec.c:1215:54: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] if(!_img[_y0*_width+_x0]!=_v||!_img[_y1*_width+_x1]!=_v)return 1; ^~ source_subfolder/zbar/qrcode/qrdec.c:1215:33: note: add parentheses around left hand side expression to silence this warning if(!_img[_y0*_width+_x0]!=_v||!_img[_y1*_width+_x1]!=_v)return 1; ^~~~~~~~~~~~~~~~~~~~~ ( ) source_subfolder/zbar/qrcode/qrdec.c:1216:45: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] if(!_img[(_y0+_y1>>1)*_width+(_x0+_x1>>1)]==_v)return -1; ^~ source_subfolder/zbar/qrcode/qrdec.c:1216:6: note: add parentheses around left hand side expression to silence this warning if(!_img[(_y0+_y1>>1)*_width+(_x0+_x1>>1)]==_v)return -1; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ( ) source_subfolder/zbar/qrcode/qrdec.c: In function ‘qr_finder_locate_crossing’: source_subfolder/zbar/qrcode/qrdec.c:1257:33: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] if(!_img[x0[1]*_width+x0[0]]!=_v)break; ^~ source_subfolder/zbar/qrcode/qrdec.c:1257:8: note: add parentheses around left hand side expression to silence this warning if(!_img[x0[1]*_width+x0[0]]!=_v)break; ^~~~~~~~~~~~~~~~~~~~~~~~~ ( ) source_subfolder/zbar/qrcode/qrdec.c:1269:33: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] if(!_img[x1[1]*_width+x1[0]]!=_v)break; ^~ source_subfolder/zbar/qrcode/qrdec.c:1269:8: note: add parentheses around left hand side expression to silence this warning if(!_img[x1[1]*_width+x1[0]]!=_v)break; ^~~~~~~~~~~~~~~~~~~~~~~~~ ( )