View Issue Details

IDProjectCategoryView StatusLast Update
0005404libextractorlibextractor main librarypublic2018-11-04 11:24
Reporterlimb Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityunable to reproduce
Status closedResolutionno change required 
PlatformLinuxOSFedoraOS Version28+
Product Version1.7 
Target Version1.8Fixed in Version1.7 
Summary0005404: Build segfault
DescriptionCrashes during build on mock on Fedora 28 and up. Builds on local build.
Steps To ReproduceBuild local rpm of 1.7, then attempt build of SRPM in mock.
Additional InformationAttached patch corrects the issue.
TagsNo tags attached.
Attached Files
libextractor-1.7-segfault.patch (617 bytes)   
*** src/plugins/ole2_extractor.c~	2018-06-20 15:02:55.000000000 -0500
--- src/plugins/ole2_extractor.c	2018-07-18 15:21:13.411495048 -0500
***************
*** 336,342 ****
  	 (buf[1] != 0x0) ||
  	 (0 != strncmp (&buf[2],
  			"SfxDocumentInfo",
! 			strlen ("SfxDocumentInfo"))) ||
  	 (buf[0x11] != 0x0B) ||
  	 (buf[0x13] != 0x00) || /* pw protected! */
  	 (buf[0x12] != 0x00) )
--- 336,342 ----
  	 (buf[1] != 0x0) ||
  	 (0 != strncmp (&buf[2],
  			"SfxDocumentInfo",
! 			strlen ("SfxDocumentInfo") + 1)) ||
  	 (buf[0x11] != 0x0B) ||
  	 (buf[0x13] != 0x00) || /* pw protected! */
  	 (buf[0x12] != 0x00) )

Activities

Christian Grothoff

2018-08-05 22:21

manager   ~0013176

I can see why we should add the +1, but I right now do not see how this could possibly cause a crash, least of all a crash on build. Anyway, fixed in 426a4feb38645fc31e3530a51eef0f683f6e61ad

Christian Grothoff

2018-08-05 22:43

manager   ~0013178

Actually, after testing it is clear that the +1 does not work, as that string is NOT 0-terminated in the file. So the code breaks with the +1. Reverting, and I cannot understand why you say this crashes in either case.

limb

2018-08-06 15:31

reporter   ~0013183

I say it crashes because it crashes. What can I do to help troubleshoot?

Christian Grothoff

2018-08-06 15:46

manager   ~0013184

let's start with the full output of the crash: what you typed into the shell up to when you get your prompt back, i.e. attach the file you get when you run:

$ make install check &> output.txt

limb

2018-08-06 16:00

reporter   ~0013185

Here's a total mock build log.
build.log (99,490 bytes)   
Mock Version: 1.4.11
ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/libextractor.spec'], chrootPath='/var/lib/mock/fedora-rawhide-x86_64/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7f90402086d8>timeout=0uid=1000gid=135user='mockbuild'nspawn_args=['--bind=/tmp/mock-resolv.w8wn9803:/etc/resolv.conf']unshare_net=TrueprintOutput=True)
Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'fff7437d7b97431faa3f328a87eea466', '-D', '/var/lib/mock/fedora-rawhide-x86_64/root', '-a', '--bind=/tmp/mock-resolv.w8wn9803:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;<mock-chroot>\\007"', '--setenv=PS1=<mock-chroot> \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/libextractor.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False
Building target platforms: x86_64
Building for target x86_64
Wrote: /builddir/build/SRPMS/libextractor-1.7-1.fc29.src.rpm
Child return code was: 0
ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/libextractor.spec'], chrootPath='/var/lib/mock/fedora-rawhide-x86_64/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x7f90402086d8>timeout=0uid=1000gid=135user='mockbuild'nspawn_args=['--bind=/tmp/mock-resolv.w8wn9803:/etc/resolv.conf']unshare_net=TrueprintOutput=True)
Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'f449e59277f34b5789c304a34599652c', '-D', '/var/lib/mock/fedora-rawhide-x86_64/root', '-a', '--bind=/tmp/mock-resolv.w8wn9803:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;<mock-chroot>\\007"', '--setenv=PS1=<mock-chroot> \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/libextractor.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.A4IeYY
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf libextractor-1.7
+ /usr/bin/gzip -dc /builddir/build/SOURCES/libextractor-1.7.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd libextractor-1.7
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ install -pm644 /builddir/build/SOURCES/README.fedora .
+ rm -f README.debian
+ sed -i 's!\(-L\(/usr\|\$with_qt\)/lib\|-I/usr/include\) !!g' configure
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.bWAkYU
+ exit 0
+ umask 022
+ cd /builddir/build/BUILD
+ cd libextractor-1.7
+ export ac_cv_lib_mpeg2_mpeg2_init=no
+ ac_cv_lib_mpeg2_mpeg2_init=no
+ export lt_cv_sys_dlsearch_path=/lib64:/usr/lib64:/usr/lib64/libextractor
+ lt_cv_sys_dlsearch_path=/lib64:/usr/lib64:/usr/lib64/libextractor
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
+ export FCFLAGS
+ LDFLAGS='-Wl,-z,relro   -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ '[' 1 = 1 ']'
BUILDSTDERR: +++ dirname ./configure
BUILDSTDERR: ++ find . -name config.guess -o -name config.sub
+ for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub)
BUILDSTDERR: ++ basename ./config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /usr/bin/rm -f ./config.sub
BUILDSTDERR: ++ basename ./config.sub
+ /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub
'/usr/lib/rpm/redhat/config.sub' -> './config.sub'
+ for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub)
BUILDSTDERR: ++ basename ./config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /usr/bin/rm -f ./config.guess
BUILDSTDERR: ++ basename ./config.guess
+ /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess
'/usr/lib/rpm/redhat/config.guess' -> './config.guess'
+ '[' 1 = 1 ']'
+ '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']'
BUILDSTDERR: ++ find . -name ltmain.sh
+ for i in $(find . -name ltmain.sh)
+ /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./ltmain.sh
+ ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-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 --disable-rpath --disable-xpdf 'CPPFLAGS=-DLIBDIR=\"/usr/lib64\"' LDFLAGS=-Wl,--as-needed
BUILDSTDERR: configure: WARNING: unrecognized options: --disable-xpdf
checking build system type... x86_64-redhat-linux-gnu
checking host system type... x86_64-redhat-linux-gnu
checking target system type... x86_64-redhat-linux-gnu
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 for style of include used by make... GNU
checking for x86_64-redhat-linux-gnu-gcc... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gawk... (cached) gawk
checking for x86_64-redhat-linux-gnu-gcc... gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking how to run the C preprocessor... gcc -E
checking for x86_64-redhat-linux-gnu-g++... no
checking for x86_64-redhat-linux-gnu-c++... no
checking for x86_64-redhat-linux-gnu-gpp... no
checking for x86_64-redhat-linux-gnu-aCC... no
checking for x86_64-redhat-linux-gnu-CC... no
checking for x86_64-redhat-linux-gnu-cxx... no
checking for x86_64-redhat-linux-gnu-cc++... no
checking for x86_64-redhat-linux-gnu-cl.exe... no
checking for x86_64-redhat-linux-gnu-FCC... no
checking for x86_64-redhat-linux-gnu-KCC... no
checking for x86_64-redhat-linux-gnu-RCC... no
checking for x86_64-redhat-linux-gnu-xlC_r... no
checking for x86_64-redhat-linux-gnu-xlC... no
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking for g++... no
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by 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 the maximum length of command line arguments... 1572864
checking how to convert x86_64-redhat-linux-gnu file names to x86_64-redhat-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-redhat-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-redhat-linux-gnu-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-redhat-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-redhat-linux-gnu-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for x86_64-redhat-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-redhat-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from 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-redhat-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the 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 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 whether _stati64 is declared... no
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 iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for libltdl... --with-ltdl not specified
checking ltdl.h usability... yes
checking ltdl.h presence... yes
checking for ltdl.h... yes
checking for lt_dlopenext in -lltdl... yes
libltdl found
checking for aa_change_profile in -lapparmor... no
checking for ov_open_callbacks in -lvorbisfile... yes
checking vorbis/vorbisfile.h usability... yes
checking vorbis/vorbisfile.h presence... yes
checking for vorbis/vorbisfile.h... yes
checking for FLAC__stream_decoder_init_stream in -lFLAC... yes
checking FLAC/all.h usability... yes
checking FLAC/all.h presence... yes
checking for FLAC/all.h... yes
checking for FLAC__stream_decoder_init_ogg_stream in -lFLAC... yes
checking for vorbis_comment_query in -lvorbisfile... no
checking for inflate in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for BZ2_bzDecompress in -lbz2... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for rpmReadPackageFile in -lrpm... yes
checking rpm/rpmlib.h usability... yes
checking rpm/rpmlib.h presence... yes
checking for rpm/rpmlib.h... yes
checking for mpeg2_init in -lmpeg2... (cached) no
checking for MP4ReadProvider in -lmp4v2... no
checking for jpeg_mem_src in -ljpeg... no
checking for TIFFClientOpen in -ltiff... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for archive_read_open in -larchive... no
checking whether to compile experimental code... no
checking for ImageFactory::iptcData in -lexiv2... no
checking for DGifOpen -lgif... checking for DGifOpen in -lgif... yes
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking for magic_open -lmagic... checking for magic_open in -lmagic... yes
checking magic.h usability... yes
checking magic.h presence... yes
checking for magic.h... yes
checking for tidyNodeGetValue -ltidy... no
checking whether to run tests... 
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for zlib.h... (cached) yes
checking for inline... inline
checking for size_t... yes
checking for pid_t... yes
checking endianess... little
checking for working memcmp... yes
checking for vprintf... yes
checking for _doprnt... no
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 whether lstat correctly handles trailing slash... yes
checking whether stat accepts an empty string... no
checking for error_at_line... yes
checking for library containing dlopen... -ldl
checking for library containing shm_open... -lrt
checking for mkstemp... yes
checking for strndup... yes
checking for munmap... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for memmove... yes
checking for memset... yes
checking for strtoul... yes
checking for floor... no
checking for getcwd... yes
checking for pow... no
checking for setenv... yes
checking for sqrt... no
checking for strchr... yes
checking for strcspn... yes
checking for strrchr... yes
checking for strnlen... yes
checking for strndup... (cached) yes
checking for ftruncate... yes
checking for shm_open... yes
checking for shm_unlink... yes
checking for lseek64... yes
checking for sockets... yes
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 CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking for glib... checking for pkg-config... /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0... yes (version 2.57.1)
checking whether glib is disabled... allowed
checking for smf_load_from_memory in -lsmf... no
checking for gdk-pixbuf... checking for x86_64-redhat-linux-gnu-pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GDK_PIXBUF... yes
checking for GSTREAMER... checking for GSTREAMER_PBUTILS... checking for GSTREAMER_TAG... checking for GSTREAMER_APP... checking for GSF... yes
checking for GSF_GNOME... 
checking for gsf_init in -lgsf-1... yes
checking for gsf_doc_meta_data_read_from_msole in -lgsf-1... yes
checking for zzuf... 1
checking whether to enable the FFmpeg thumbnail extractor... yes
checking libavutil/avutil.h usability... no
checking libavutil/avutil.h presence... no
checking for libavutil/avutil.h... no
checking libavformat/avformat.h usability... no
checking libavformat/avformat.h presence... no
checking for libavformat/avformat.h... no
checking libavcodec/avcodec.h usability... no
checking libavcodec/avcodec.h presence... no
checking for libavcodec/avcodec.h... no
checking libavutil/frame.h usability... no
checking libavutil/frame.h presence... no
checking for libavutil/frame.h... no
checking for sws_getContext in -lswscale... no
checking for libavutil/avutil.h... (cached) no
checking ffmpeg/avutil.h usability... no
checking ffmpeg/avutil.h presence... no
checking for ffmpeg/avutil.h... no
checking for libavformat/avformat.h... (cached) no
checking ffmpeg/avformat.h usability... no
checking ffmpeg/avformat.h presence... no
checking for ffmpeg/avformat.h... no
checking for libavcodec/avcodec.h... (cached) no
checking ffmpeg/avcodec.h usability... no
checking ffmpeg/avcodec.h presence... no
checking for ffmpeg/avcodec.h... no
checking libswscale/swscale.h usability... no
checking libswscale/swscale.h presence... no
checking for libswscale/swscale.h... no
checking ffmpeg/swscale.h usability... no
checking ffmpeg/swscale.h presence... no
checking for ffmpeg/swscale.h... no
checking whether -export-symbols-regex works... yes
checking whether to compile with support for code coverage analysis... no
checking our pkgconfig libname... libextractor
checking our pkgconfig version... 1.7
checking our pkgconfig_libdir... ${libdir}/pkgconfig
expanded our pkgconfig_libdir... /usr/lib64/pkgconfig
checking our pkgconfig_libfile... libextractor.pc
checking our package / suffix... libextractor / 
checking our pkgconfig description... Metadata extraction library
checking our pkgconfig requires... 
checking our pkgconfig ext libs... -lextractor
checking our pkgconfig cppflags... -DLIBDIR=/usr/lib64
checking our pkgconfig ldflags... -Wl,--as-needed
noninstalled pkgconfig -L /builddir/build/BUILD/libextractor-1.7/src/.libs
noninstalled pkgconfig -I /builddir/build/BUILD/libextractor-1.7/.
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating m4/Makefile
config.status: creating contrib/macosx/Info.plist
config.status: creating contrib/macosx/Pkg-Info.plist
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating src/include/Makefile
config.status: creating src/intlemu/Makefile
config.status: creating src/common/Makefile
config.status: creating src/main/Makefile
config.status: creating src/plugins/Makefile
config.status: creating 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 libextractor.pc commands
config.status: creating libextractor.pc.in
config.status: creating libextractor.pc
config.status: creating libextractor-uninstalled.pc
config.status: creating libextractor-uninstalled.sh
BUILDSTDERR: configure: WARNING: unrecognized options: --disable-xpdf
configure: NOTICE: libexiv2 not found, exiv2 disabled
configure: NOTICE: libjpeg not found, jpeg disabled
configure: NOTICE: FFmpeg thumbnailer plugin disabled
configure: NOTICE: FFmpeg/opus audio preview plugin disabled, It needs libav >= 10, or a FFmpeg with --enable-libavresample
configure: NOTICE: libsmf not found, midi support disabled
configure: NOTICE: libmpeg2 not found, mpeg2 support disabled
configure: NOTICE: no C++ compiler found (not compiling plugins that require C++)
configure: NOTICE: gstreamer not found, gstreamer support disabled
configure: NOTICE: libapparmor not found, apparmor support disabled
+ sed -i -e 's! -shared ! -Wl,--as-needed\0!g' -e '\!sys_lib_dlsearch_path_spec=\"/lib /usr/lib !s!\"/lib /usr/lib !\"/lib64 /usr/{lib64} !g' libtool
+ make
make  all-recursive
make[1]: Entering directory '/builddir/build/BUILD/libextractor-1.7'
Making all in m4
make[2]: Entering directory '/builddir/build/BUILD/libextractor-1.7/m4'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/builddir/build/BUILD/libextractor-1.7/m4'
Making all in po
make[2]: Entering directory '/builddir/build/BUILD/libextractor-1.7/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/builddir/build/BUILD/libextractor-1.7/po'
Making all in src
make[2]: Entering directory '/builddir/build/BUILD/libextractor-1.7/src'
Making all in include
make[3]: Entering directory '/builddir/build/BUILD/libextractor-1.7/src/include'
Making all in .
make[4]: Entering directory '/builddir/build/BUILD/libextractor-1.7/src/include'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/builddir/build/BUILD/libextractor-1.7/src/include'
make[3]: Leaving directory '/builddir/build/BUILD/libextractor-1.7/src/include'
Making all in main
make[3]: Entering directory '/builddir/build/BUILD/libextractor-1.7/src/main'
Making all in .
make[4]: Entering directory '/builddir/build/BUILD/libextractor-1.7/src/main'
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"/usr/lib64/libextractor\" -I../../src/include -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libextractor_la-extractor_common.lo `test -f 'extractor_common.c' || echo './'`extractor_common.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"/usr/lib64/libextractor\" -I../../src/include -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c extractor_common.c  -fPIC -DPIC -o .libs/libextractor_la-extractor_common.o
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"/usr/lib64/libextractor\" -I../../src/include -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libextractor_la-extractor_datasource.lo `test -f 'extractor_datasource.c' || echo './'`extractor_datasource.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"/usr/lib64/libextractor\" -I../../src/include -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c extractor_datasource.c  -fPIC -DPIC -o .libs/libextractor_la-extractor_datasource.o
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"/usr/lib64/libextractor\" -I../../src/include -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libextractor_la-extractor_ipc_gnu.lo `test -f 'extractor_ipc_gnu.c' || echo './'`extractor_ipc_gnu.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"/usr/lib64/libextractor\" -I../../src/include -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c extractor_ipc_gnu.c  -fPIC -DPIC -o .libs/libextractor_la-extractor_ipc_gnu.o
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"/usr/lib64/libextractor\" -I../../src/include -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libextractor_la-extractor_ipc.lo `test -f 'extractor_ipc.c' || echo './'`extractor_ipc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"/usr/lib64/libextractor\" -I../../src/include -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c extractor_ipc.c  -fPIC -DPIC -o .libs/libextractor_la-extractor_ipc.o
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"/usr/lib64/libextractor\" -I../../src/include -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libextractor_la-extractor_logging.lo `test -f 'extractor_logging.c' || echo './'`extractor_logging.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"/usr/lib64/libextractor\" -I../../src/include -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c extractor_logging.c  -fPIC -DPIC -o .libs/libextractor_la-extractor_logging.o
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"/usr/lib64/libextractor\" -I../../src/include -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libextractor_la-extractor_metatypes.lo `test -f 'extractor_metatypes.c' || echo './'`extractor_metatypes.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"/usr/lib64/libextractor\" -I../../src/include -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c extractor_metatypes.c  -fPIC -DPIC -o .libs/libextractor_la-extractor_metatypes.o
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"/usr/lib64/libextractor\" -I../../src/include -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libextractor_la-extractor_plugpath.lo `test -f 'extractor_plugpath.c' || echo './'`extractor_plugpath.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"/usr/lib64/libextractor\" -I../../src/include -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c extractor_plugpath.c  -fPIC -DPIC -o .libs/libextractor_la-extractor_plugpath.o
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"/usr/lib64/libextractor\" -I../../src/include -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libextractor_la-extractor_plugins.lo `test -f 'extractor_plugins.c' || echo './'`extractor_plugins.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"/usr/lib64/libextractor\" -I../../src/include -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c extractor_plugins.c  -fPIC -DPIC -o .libs/libextractor_la-extractor_plugins.o
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"/usr/lib64/libextractor\" -I../../src/include -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libextractor_la-extractor_print.lo `test -f 'extractor_print.c' || echo './'`extractor_print.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"/usr/lib64/libextractor\" -I../../src/include -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c extractor_print.c  -fPIC -DPIC -o .libs/libextractor_la-extractor_print.o
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"/usr/lib64/libextractor\" -I../../src/include -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libextractor_la-extractor_plugin_main.lo `test -f 'extractor_plugin_main.c' || echo './'`extractor_plugin_main.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"/usr/lib64/libextractor\" -I../../src/include -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c extractor_plugin_main.c  -fPIC -DPIC -o .libs/libextractor_la-extractor_plugin_main.o
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"/usr/lib64/libextractor\" -I../../src/include -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libextractor_la-extractor.lo `test -f 'extractor.c' || echo './'`extractor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGINDIR=\"libextractor\" -DPLUGININSTDIR=\"/usr/lib64/libextractor\" -I../../src/include -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c extractor.c  -fPIC -DPIC -o .libs/libextractor_la-extractor.o
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -export-dynamic -no-undefined -export-symbols-regex "(EXTRACTOR|pl)_[a-zA-Z0-9_]*" -version-info 4:6:1 -Wl,--as-needed -o libextractor.la -rpath /usr/lib64 libextractor_la-extractor_common.lo libextractor_la-extractor_datasource.lo libextractor_la-extractor_ipc_gnu.lo libextractor_la-extractor_ipc.lo libextractor_la-extractor_logging.lo libextractor_la-extractor_metatypes.lo libextractor_la-extractor_plugpath.lo libextractor_la-extractor_plugins.lo libextractor_la-extractor_print.lo libextractor_la-extractor_plugin_main.lo libextractor_la-extractor.lo -lltdl -lz -lbz2     -lrt -ldl  
libtool: link: /usr/bin/nm -B  .libs/libextractor_la-extractor_common.o .libs/libextractor_la-extractor_datasource.o .libs/libextractor_la-extractor_ipc_gnu.o .libs/libextractor_la-extractor_ipc.o .libs/libextractor_la-extractor_logging.o .libs/libextractor_la-extractor_metatypes.o .libs/libextractor_la-extractor_plugpath.o .libs/libextractor_la-extractor_plugins.o .libs/libextractor_la-extractor_print.o .libs/libextractor_la-extractor_plugin_main.o .libs/libextractor_la-extractor.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/libextractor.exp
libtool: link: /usr/bin/grep -E -e "(EXTRACTOR|pl)_[a-zA-Z0-9_]*" ".libs/libextractor.exp" > ".libs/libextractor.expT"
libtool: link: mv -f ".libs/libextractor.expT" ".libs/libextractor.exp"
libtool: link: echo "{ global:" > .libs/libextractor.ver
libtool: link:  cat .libs/libextractor.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libextractor.ver
libtool: link:  echo "local: *; };" >> .libs/libextractor.ver
libtool: link:  gcc -Wl,--as-needed -shared  -fPIC -DPIC  .libs/libextractor_la-extractor_common.o .libs/libextractor_la-extractor_datasource.o .libs/libextractor_la-extractor_ipc_gnu.o .libs/libextractor_la-extractor_ipc.o .libs/libextractor_la-extractor_logging.o .libs/libextractor_la-extractor_metatypes.o .libs/libextractor_la-extractor_plugpath.o .libs/libextractor_la-extractor_plugins.o .libs/libextractor_la-extractor_print.o .libs/libextractor_la-extractor_plugin_main.o .libs/libextractor_la-extractor.o   -lltdl -lz -lbz2 -lrt -ldl -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wl,--as-needed   -Wl,-soname -Wl,libextractor.so.3 -Wl,-version-script -Wl,.libs/libextractor.ver -o .libs/libextractor.so.3.1.6
libtool: link: (cd ".libs" && rm -f "libextractor.so.3" && ln -s "libextractor.so.3.1.6" "libextractor.so.3")
libtool: link: (cd ".libs" && rm -f "libextractor.so" && ln -s "libextractor.so.3.1.6" "libextractor.so")
libtool: link: ( cd ".libs" && rm -f "libextractor.la" && ln -s "../libextractor.la" "libextractor.la" )
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o test_extractor.lo test_extractor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c test_extractor.c  -fPIC -DPIC -o .libs/test_extractor.o
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-Bsymbolic -export-dynamic -avoid-version -module -no-undefined -export-symbols-regex "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." -rpath /nowhere -Wl,--as-needed -o libextractor_test.la  test_extractor.lo   -lrt -ldl  
libtool: link: /usr/bin/nm -B  .libs/test_extractor.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/libextractor_test.exp
libtool: link: /usr/bin/grep -E -e "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." ".libs/libextractor_test.exp" > ".libs/libextractor_test.expT"
libtool: link: mv -f ".libs/libextractor_test.expT" ".libs/libextractor_test.exp"
libtool: link: echo "{ global:" > .libs/libextractor_test.ver
libtool: link:  cat .libs/libextractor_test.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libextractor_test.ver
libtool: link:  echo "local: *; };" >> .libs/libextractor_test.ver
libtool: link:  gcc -Wl,--as-needed -shared  -fPIC -DPIC  .libs/test_extractor.o   -lrt -ldl -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wl,-Bsymbolic -Wl,--as-needed   -Wl,-soname -Wl,libextractor_test.so -Wl,-version-script -Wl,.libs/libextractor_test.ver -o .libs/libextractor_test.so
libtool: link: ( cd ".libs" && rm -f "libextractor_test.la" && ln -s "../libextractor_test.la" "libextractor_test.la" )
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o test2_extractor.lo test2_extractor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c test2_extractor.c  -fPIC -DPIC -o .libs/test2_extractor.o
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-Bsymbolic -export-dynamic -avoid-version -module -no-undefined -export-symbols-regex "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." -rpath /nowhere -Wl,--as-needed -o libextractor_test2.la  test2_extractor.lo   -lrt -ldl  
libtool: link: /usr/bin/nm -B  .libs/test2_extractor.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/libextractor_test2.exp
libtool: link: /usr/bin/grep -E -e "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." ".libs/libextractor_test2.exp" > ".libs/libextractor_test2.expT"
libtool: link: mv -f ".libs/libextractor_test2.expT" ".libs/libextractor_test2.exp"
libtool: link: echo "{ global:" > .libs/libextractor_test2.ver
libtool: link:  cat .libs/libextractor_test2.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libextractor_test2.ver
libtool: link:  echo "local: *; };" >> .libs/libextractor_test2.ver
libtool: link:  gcc -Wl,--as-needed -shared  -fPIC -DPIC  .libs/test2_extractor.o   -lrt -ldl -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wl,-Bsymbolic -Wl,--as-needed   -Wl,-soname -Wl,libextractor_test2.so -Wl,-version-script -Wl,.libs/libextractor_test2.ver -o .libs/libextractor_test2.so
libtool: link: ( cd ".libs" && rm -f "libextractor_test2.la" && ln -s "../libextractor_test2.la" "libextractor_test2.la" )
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o extract.o extract.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o getopt.o getopt.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o getopt1.o getopt1.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wl,--as-needed -o extract extract.o getopt.o getopt1.o ../../src/main/libextractor.la  -lrt -ldl  
libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,--as-needed -o .libs/extract extract.o getopt.o getopt1.o  ../../src/main/.libs/libextractor.so -lrt -ldl -Wl,-rpath -Wl,/usr/lib64
make[4]: Leaving directory '/builddir/build/BUILD/libextractor-1.7/src/main'
make[3]: Leaving directory '/builddir/build/BUILD/libextractor-1.7/src/main'
Making all in common
make[3]: Entering directory '/builddir/build/BUILD/libextractor-1.7/src/common'
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o unzip.lo unzip.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c unzip.c  -fPIC -DPIC -o .libs/unzip.o
BUILDSTDERR: unzip.c: In function 'read_short_from_ffd':
BUILDSTDERR: unzip.c:371:5: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]
BUILDSTDERR:    x = (uLong) i;
BUILDSTDERR:    ~~^~~~~~~~~~~
BUILDSTDERR: unzip.c: In function 'read_long_from_ffd':
BUILDSTDERR: unzip.c:400:5: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]
BUILDSTDERR:    x = (uLong) i;
BUILDSTDERR:    ~~^~~~~~~~~~~
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o convert.lo convert.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c convert.c  -fPIC -DPIC -o .libs/convert.o
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -export-dynamic -no-undefined -export-symbols-regex "(EXTRACTOR|pl)_[a-zA-Z0-9_]*" -version-info 1:0:0 -Wl,--as-needed -o libextractor_common.la -rpath /usr/lib64 unzip.lo convert.lo  -lz 
libtool: link: /usr/bin/nm -B  .libs/unzip.o .libs/convert.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/libextractor_common.exp
libtool: link: /usr/bin/grep -E -e "(EXTRACTOR|pl)_[a-zA-Z0-9_]*" ".libs/libextractor_common.exp" > ".libs/libextractor_common.expT"
libtool: link: mv -f ".libs/libextractor_common.expT" ".libs/libextractor_common.exp"
libtool: link: echo "{ global:" > .libs/libextractor_common.ver
libtool: link:  cat .libs/libextractor_common.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libextractor_common.ver
libtool: link:  echo "local: *; };" >> .libs/libextractor_common.ver
libtool: link:  gcc -Wl,--as-needed -shared  -fPIC -DPIC  .libs/unzip.o .libs/convert.o   -lz -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wl,--as-needed   -Wl,-soname -Wl,libextractor_common.so.1 -Wl,-version-script -Wl,.libs/libextractor_common.ver -o .libs/libextractor_common.so.1.0.0
libtool: link: (cd ".libs" && rm -f "libextractor_common.so.1" && ln -s "libextractor_common.so.1.0.0" "libextractor_common.so.1")
libtool: link: (cd ".libs" && rm -f "libextractor_common.so" && ln -s "libextractor_common.so.1.0.0" "libextractor_common.so")
libtool: link: ( cd ".libs" && rm -f "libextractor_common.la" && ln -s "../libextractor_common.la" "libextractor_common.la" )
make[3]: Leaving directory '/builddir/build/BUILD/libextractor-1.7/src/common'
Making all in plugins
make[3]: Entering directory '/builddir/build/BUILD/libextractor-1.7/src/plugins'
Making all in .
make[4]: Entering directory '/builddir/build/BUILD/libextractor-1.7/src/plugins'
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o test_lib.lo test_lib.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c test_lib.c  -fPIC -DPIC -o .libs/test_lib.o
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection  -Wl,--as-needed -o libtest.la  test_lib.lo ../../src/main/libextractor.la  
libtool: link: ar cru .libs/libtest.a .libs/test_lib.o 
libtool: link: ranlib .libs/libtest.a
libtool: link: ( cd ".libs" && rm -f "libtest.la" && ln -s "../libtest.la" "libtest.la" )
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o dvi_extractor.lo dvi_extractor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c dvi_extractor.c  -fPIC -DPIC -o .libs/dvi_extractor.o
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-Bsymbolic -export-dynamic -avoid-version -module -no-undefined -export-symbols-regex "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." -Wl,--as-needed -o libextractor_dvi.la -rpath /usr/lib64/libextractor dvi_extractor.lo   
libtool: link: /usr/bin/nm -B  .libs/dvi_extractor.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/libextractor_dvi.exp
libtool: link: /usr/bin/grep -E -e "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." ".libs/libextractor_dvi.exp" > ".libs/libextractor_dvi.expT"
libtool: link: mv -f ".libs/libextractor_dvi.expT" ".libs/libextractor_dvi.exp"
libtool: link: echo "{ global:" > .libs/libextractor_dvi.ver
libtool: link:  cat .libs/libextractor_dvi.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libextractor_dvi.ver
libtool: link:  echo "local: *; };" >> .libs/libextractor_dvi.ver
libtool: link:  gcc -Wl,--as-needed -shared  -fPIC -DPIC  .libs/dvi_extractor.o   -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wl,-Bsymbolic -Wl,--as-needed   -Wl,-soname -Wl,libextractor_dvi.so -Wl,-version-script -Wl,.libs/libextractor_dvi.ver -o .libs/libextractor_dvi.so
libtool: link: ( cd ".libs" && rm -f "libextractor_dvi.la" && ln -s "../libextractor_dvi.la" "libextractor_dvi.la" )
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o it_extractor.lo it_extractor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c it_extractor.c  -fPIC -DPIC -o .libs/it_extractor.o
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-Bsymbolic -export-dynamic -avoid-version -module -no-undefined -export-symbols-regex "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." -Wl,--as-needed -o libextractor_it.la -rpath /usr/lib64/libextractor it_extractor.lo  
libtool: link: /usr/bin/nm -B  .libs/it_extractor.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/libextractor_it.exp
libtool: link: /usr/bin/grep -E -e "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." ".libs/libextractor_it.exp" > ".libs/libextractor_it.expT"
libtool: link: mv -f ".libs/libextractor_it.expT" ".libs/libextractor_it.exp"
libtool: link: echo "{ global:" > .libs/libextractor_it.ver
libtool: link:  cat .libs/libextractor_it.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libextractor_it.ver
libtool: link:  echo "local: *; };" >> .libs/libextractor_it.ver
libtool: link:  gcc -Wl,--as-needed -shared  -fPIC -DPIC  .libs/it_extractor.o   -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wl,-Bsymbolic -Wl,--as-needed   -Wl,-soname -Wl,libextractor_it.so -Wl,-version-script -Wl,.libs/libextractor_it.ver -o .libs/libextractor_it.so
libtool: link: ( cd ".libs" && rm -f "libextractor_it.la" && ln -s "../libextractor_it.la" "libextractor_it.la" )
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o man_extractor.lo man_extractor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c man_extractor.c  -fPIC -DPIC -o .libs/man_extractor.o
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-Bsymbolic -export-dynamic -avoid-version -module -no-undefined -export-symbols-regex "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." -Wl,--as-needed -o libextractor_man.la -rpath /usr/lib64/libextractor man_extractor.lo   
libtool: link: /usr/bin/nm -B  .libs/man_extractor.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/libextractor_man.exp
libtool: link: /usr/bin/grep -E -e "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." ".libs/libextractor_man.exp" > ".libs/libextractor_man.expT"
libtool: link: mv -f ".libs/libextractor_man.expT" ".libs/libextractor_man.exp"
libtool: link: echo "{ global:" > .libs/libextractor_man.ver
libtool: link:  cat .libs/libextractor_man.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libextractor_man.ver
libtool: link:  echo "local: *; };" >> .libs/libextractor_man.ver
libtool: link:  gcc -Wl,--as-needed -shared  -fPIC -DPIC  .libs/man_extractor.o   -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wl,-Bsymbolic -Wl,--as-needed   -Wl,-soname -Wl,libextractor_man.so -Wl,-version-script -Wl,.libs/libextractor_man.ver -o .libs/libextractor_man.so
libtool: link: ( cd ".libs" && rm -f "libextractor_man.la" && ln -s "../libextractor_man.la" "libextractor_man.la" )
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o nsf_extractor.lo nsf_extractor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c nsf_extractor.c  -fPIC -DPIC -o .libs/nsf_extractor.o
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-Bsymbolic -export-dynamic -avoid-version -module -no-undefined -export-symbols-regex "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." -Wl,--as-needed -o libextractor_nsf.la -rpath /usr/lib64/libextractor nsf_extractor.lo  
libtool: link: /usr/bin/nm -B  .libs/nsf_extractor.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/libextractor_nsf.exp
libtool: link: /usr/bin/grep -E -e "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." ".libs/libextractor_nsf.exp" > ".libs/libextractor_nsf.expT"
libtool: link: mv -f ".libs/libextractor_nsf.expT" ".libs/libextractor_nsf.exp"
libtool: link: echo "{ global:" > .libs/libextractor_nsf.ver
libtool: link:  cat .libs/libextractor_nsf.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libextractor_nsf.ver
libtool: link:  echo "local: *; };" >> .libs/libextractor_nsf.ver
libtool: link:  gcc -Wl,--as-needed -shared  -fPIC -DPIC  .libs/nsf_extractor.o   -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wl,-Bsymbolic -Wl,--as-needed   -Wl,-soname -Wl,libextractor_nsf.so -Wl,-version-script -Wl,.libs/libextractor_nsf.ver -o .libs/libextractor_nsf.so
libtool: link: ( cd ".libs" && rm -f "libextractor_nsf.la" && ln -s "../libextractor_nsf.la" "libextractor_nsf.la" )
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o nsfe_extractor.lo nsfe_extractor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c nsfe_extractor.c  -fPIC -DPIC -o .libs/nsfe_extractor.o
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-Bsymbolic -export-dynamic -avoid-version -module -no-undefined -export-symbols-regex "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." -Wl,--as-needed -o libextractor_nsfe.la -rpath /usr/lib64/libextractor nsfe_extractor.lo  
libtool: link: /usr/bin/nm -B  .libs/nsfe_extractor.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/libextractor_nsfe.exp
libtool: link: /usr/bin/grep -E -e "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." ".libs/libextractor_nsfe.exp" > ".libs/libextractor_nsfe.expT"
libtool: link: mv -f ".libs/libextractor_nsfe.expT" ".libs/libextractor_nsfe.exp"
libtool: link: echo "{ global:" > .libs/libextractor_nsfe.ver
libtool: link:  cat .libs/libextractor_nsfe.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libextractor_nsfe.ver
libtool: link:  echo "local: *; };" >> .libs/libextractor_nsfe.ver
libtool: link:  gcc -Wl,--as-needed -shared  -fPIC -DPIC  .libs/nsfe_extractor.o   -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wl,-Bsymbolic -Wl,--as-needed   -Wl,-soname -Wl,libextractor_nsfe.so -Wl,-version-script -Wl,.libs/libextractor_nsfe.ver -o .libs/libextractor_nsfe.so
libtool: link: ( cd ".libs" && rm -f "libextractor_nsfe.la" && ln -s "../libextractor_nsfe.la" "libextractor_nsfe.la" )
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o ps_extractor.lo ps_extractor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c ps_extractor.c  -fPIC -DPIC -o .libs/ps_extractor.o
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-Bsymbolic -export-dynamic -avoid-version -module -no-undefined -export-symbols-regex "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." -Wl,--as-needed -o libextractor_ps.la -rpath /usr/lib64/libextractor ps_extractor.lo  
libtool: link: /usr/bin/nm -B  .libs/ps_extractor.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/libextractor_ps.exp
libtool: link: /usr/bin/grep -E -e "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." ".libs/libextractor_ps.exp" > ".libs/libextractor_ps.expT"
libtool: link: mv -f ".libs/libextractor_ps.expT" ".libs/libextractor_ps.exp"
libtool: link: echo "{ global:" > .libs/libextractor_ps.ver
libtool: link:  cat .libs/libextractor_ps.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libextractor_ps.ver
libtool: link:  echo "local: *; };" >> .libs/libextractor_ps.ver
libtool: link:  gcc -Wl,--as-needed -shared  -fPIC -DPIC  .libs/ps_extractor.o   -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wl,-Bsymbolic -Wl,--as-needed   -Wl,-soname -Wl,libextractor_ps.so -Wl,-version-script -Wl,.libs/libextractor_ps.ver -o .libs/libextractor_ps.so
libtool: link: ( cd ".libs" && rm -f "libextractor_ps.la" && ln -s "../libextractor_ps.la" "libextractor_ps.la" )
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o riff_extractor.lo riff_extractor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c riff_extractor.c  -fPIC -DPIC -o .libs/riff_extractor.o
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-Bsymbolic -export-dynamic -avoid-version -module -no-undefined -export-symbols-regex "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." -Wl,--as-needed -o libextractor_riff.la -rpath /usr/lib64/libextractor riff_extractor.lo -lm    
libtool: link: /usr/bin/nm -B  .libs/riff_extractor.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/libextractor_riff.exp
libtool: link: /usr/bin/grep -E -e "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." ".libs/libextractor_riff.exp" > ".libs/libextractor_riff.expT"
libtool: link: mv -f ".libs/libextractor_riff.expT" ".libs/libextractor_riff.exp"
libtool: link: echo "{ global:" > .libs/libextractor_riff.ver
libtool: link:  cat .libs/libextractor_riff.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libextractor_riff.ver
libtool: link:  echo "local: *; };" >> .libs/libextractor_riff.ver
libtool: link:  gcc -Wl,--as-needed -shared  -fPIC -DPIC  .libs/riff_extractor.o   -lm -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wl,-Bsymbolic -Wl,--as-needed   -Wl,-soname -Wl,libextractor_riff.so -Wl,-version-script -Wl,.libs/libextractor_riff.ver -o .libs/libextractor_riff.so
libtool: link: ( cd ".libs" && rm -f "libextractor_riff.la" && ln -s "../libextractor_riff.la" "libextractor_riff.la" )
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o s3m_extractor.lo s3m_extractor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c s3m_extractor.c  -fPIC -DPIC -o .libs/s3m_extractor.o
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-Bsymbolic -export-dynamic -avoid-version -module -no-undefined -export-symbols-regex "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." -Wl,--as-needed -o libextractor_s3m.la -rpath /usr/lib64/libextractor s3m_extractor.lo  
libtool: link: /usr/bin/nm -B  .libs/s3m_extractor.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/libextractor_s3m.exp
libtool: link: /usr/bin/grep -E -e "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." ".libs/libextractor_s3m.exp" > ".libs/libextractor_s3m.expT"
libtool: link: mv -f ".libs/libextractor_s3m.expT" ".libs/libextractor_s3m.exp"
libtool: link: echo "{ global:" > .libs/libextractor_s3m.ver
libtool: link:  cat .libs/libextractor_s3m.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libextractor_s3m.ver
libtool: link:  echo "local: *; };" >> .libs/libextractor_s3m.ver
libtool: link:  gcc -Wl,--as-needed -shared  -fPIC -DPIC  .libs/s3m_extractor.o   -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wl,-Bsymbolic -Wl,--as-needed   -Wl,-soname -Wl,libextractor_s3m.so -Wl,-version-script -Wl,.libs/libextractor_s3m.ver -o .libs/libextractor_s3m.so
libtool: link: ( cd ".libs" && rm -f "libextractor_s3m.la" && ln -s "../libextractor_s3m.la" "libextractor_s3m.la" )
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o sid_extractor.lo sid_extractor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c sid_extractor.c  -fPIC -DPIC -o .libs/sid_extractor.o
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-Bsymbolic -export-dynamic -avoid-version -module -no-undefined -export-symbols-regex "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." -Wl,--as-needed -o libextractor_sid.la -rpath /usr/lib64/libextractor sid_extractor.lo  
libtool: link: /usr/bin/nm -B  .libs/sid_extractor.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/libextractor_sid.exp
libtool: link: /usr/bin/grep -E -e "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." ".libs/libextractor_sid.exp" > ".libs/libextractor_sid.expT"
libtool: link: mv -f ".libs/libextractor_sid.expT" ".libs/libextractor_sid.exp"
libtool: link: echo "{ global:" > .libs/libextractor_sid.ver
libtool: link:  cat .libs/libextractor_sid.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libextractor_sid.ver
libtool: link:  echo "local: *; };" >> .libs/libextractor_sid.ver
libtool: link:  gcc -Wl,--as-needed -shared  -fPIC -DPIC  .libs/sid_extractor.o   -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wl,-Bsymbolic -Wl,--as-needed   -Wl,-soname -Wl,libextractor_sid.so -Wl,-version-script -Wl,.libs/libextractor_sid.ver -o .libs/libextractor_sid.so
libtool: link: ( cd ".libs" && rm -f "libextractor_sid.la" && ln -s "../libextractor_sid.la" "libextractor_sid.la" )
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o wav_extractor.lo wav_extractor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c wav_extractor.c  -fPIC -DPIC -o .libs/wav_extractor.o
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-Bsymbolic -export-dynamic -avoid-version -module -no-undefined -export-symbols-regex "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." -Wl,--as-needed -o libextractor_wav.la -rpath /usr/lib64/libextractor wav_extractor.lo   
libtool: link: /usr/bin/nm -B  .libs/wav_extractor.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/libextractor_wav.exp
libtool: link: /usr/bin/grep -E -e "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." ".libs/libextractor_wav.exp" > ".libs/libextractor_wav.expT"
libtool: link: mv -f ".libs/libextractor_wav.expT" ".libs/libextractor_wav.exp"
libtool: link: echo "{ global:" > .libs/libextractor_wav.ver
libtool: link:  cat .libs/libextractor_wav.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libextractor_wav.ver
libtool: link:  echo "local: *; };" >> .libs/libextractor_wav.ver
libtool: link:  gcc -Wl,--as-needed -shared  -fPIC -DPIC  .libs/wav_extractor.o   -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wl,-Bsymbolic -Wl,--as-needed   -Wl,-soname -Wl,libextractor_wav.so -Wl,-version-script -Wl,.libs/libextractor_wav.ver -o .libs/libextractor_wav.so
libtool: link: ( cd ".libs" && rm -f "libextractor_wav.la" && ln -s "../libextractor_wav.la" "libextractor_wav.la" )
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o xm_extractor.lo xm_extractor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c xm_extractor.c  -fPIC -DPIC -o .libs/xm_extractor.o
BUILDSTDERR: xm_extractor.c: In function 'EXTRACTOR_xm_extract_method':
BUILDSTDERR: xm_extractor.c:86:10: warning: '%d' directive output may be truncated writing between 1 and 4 bytes into a region of size between 3 and 6 [-Wformat-truncation=]
BUILDSTDERR:       "%d.%d",
BUILDSTDERR:           ^~
BUILDSTDERR: xm_extractor.c:86:6: note: directive argument in the range [-128, 127]
BUILDSTDERR:       "%d.%d",
BUILDSTDERR:       ^~~~~~~
BUILDSTDERR: In file included from /usr/include/stdio.h:873,
BUILDSTDERR:                  from ../../src/include/platform.h:46,
BUILDSTDERR:                  from xm_extractor.c:27:
BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 4 and 10 bytes into a destination of size 8
BUILDSTDERR:    return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
BUILDSTDERR:           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BUILDSTDERR:         __bos (__s), __fmt, __va_arg_pack ());
BUILDSTDERR:         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-Bsymbolic -export-dynamic -avoid-version -module -no-undefined -export-symbols-regex "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." -Wl,--as-needed -o libextractor_xm.la -rpath /usr/lib64/libextractor xm_extractor.lo  
libtool: link: /usr/bin/nm -B  .libs/xm_extractor.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/libextractor_xm.exp
libtool: link: /usr/bin/grep -E -e "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." ".libs/libextractor_xm.exp" > ".libs/libextractor_xm.expT"
libtool: link: mv -f ".libs/libextractor_xm.expT" ".libs/libextractor_xm.exp"
libtool: link: echo "{ global:" > .libs/libextractor_xm.ver
libtool: link:  cat .libs/libextractor_xm.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libextractor_xm.ver
libtool: link:  echo "local: *; };" >> .libs/libextractor_xm.ver
libtool: link:  gcc -Wl,--as-needed -shared  -fPIC -DPIC  .libs/xm_extractor.o   -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wl,-Bsymbolic -Wl,--as-needed   -Wl,-soname -Wl,libextractor_xm.so -Wl,-version-script -Wl,.libs/libextractor_xm.ver -o .libs/libextractor_xm.so
libtool: link: ( cd ".libs" && rm -f "libextractor_xm.la" && ln -s "../libextractor_xm.la" "libextractor_xm.la" )
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o flac_extractor.lo flac_extractor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c flac_extractor.c  -fPIC -DPIC -o .libs/flac_extractor.o
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-Bsymbolic -export-dynamic -avoid-version -module -no-undefined -export-symbols-regex "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." -Wl,--as-needed -o libextractor_flac.la -rpath /usr/lib64/libextractor flac_extractor.lo -lFLAC   
libtool: link: /usr/bin/nm -B  .libs/flac_extractor.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/libextractor_flac.exp
libtool: link: /usr/bin/grep -E -e "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." ".libs/libextractor_flac.exp" > ".libs/libextractor_flac.expT"
libtool: link: mv -f ".libs/libextractor_flac.expT" ".libs/libextractor_flac.exp"
libtool: link: echo "{ global:" > .libs/libextractor_flac.ver
libtool: link:  cat .libs/libextractor_flac.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libextractor_flac.ver
libtool: link:  echo "local: *; };" >> .libs/libextractor_flac.ver
libtool: link:  gcc -Wl,--as-needed -shared  -fPIC -DPIC  .libs/flac_extractor.o   -lFLAC -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wl,-Bsymbolic -Wl,--as-needed   -Wl,-soname -Wl,libextractor_flac.so -Wl,-version-script -Wl,.libs/libextractor_flac.ver -o .libs/libextractor_flac.so
libtool: link: ( cd ".libs" && rm -f "libextractor_flac.la" && ln -s "../libextractor_flac.la" "libextractor_flac.la" )
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\"  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o gif_extractor.lo gif_extractor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c gif_extractor.c  -fPIC -DPIC -o .libs/gif_extractor.o
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wl,-Bsymbolic -export-dynamic -avoid-version -module -no-undefined -export-symbols-regex "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." -Wl,--as-needed -o libextractor_gif.la -rpath /usr/lib64/libextractor gif_extractor.lo -lgif  
libtool: link: /usr/bin/nm -B  .libs/gif_extractor.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/libextractor_gif.exp
libtool: link: /usr/bin/grep -E -e "(EXTRACTOR|pl)_[a-zA-Z0-9_]*_......." ".libs/libextractor_gif.exp" > ".libs/libextractor_gif.expT"
libtool: link: mv -f ".libs/libextractor_gif.expT" ".libs/libextractor_gif.exp"
libtool: link: echo "{ global:" > .libs/libextractor_gif.ver
libtool: link:  cat .libs/libextractor_gif.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libextractor_gif.ver
libtool: link:  echo "local: *; };" >> .libs/libextractor_gif.ver
libtool: link:  gcc -Wl,--as-needed -shared  -fPIC -DPIC  .libs/gif_extractor.o   -lgif -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -Wl,-Bsymbolic -Wl,--as-needed   -Wl,-soname -Wl,libextractor_gif.so -Wl,-version-script -Wl,.libs/libextractor_gif.ver -o .libs/libextractor_gif.so
libtool: link: ( cd ".libs" && rm -f "libextractor_gif.la" && ln -s "../libextractor_gif.la" "libextractor_gif.la" )
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I/usr/include/libgsf-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2  -DHAVE_GSF -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\" -I/usr/include/libgsf-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2  -DHAVE_GSF -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o libextractor_ole2_la-ole2_extractor.lo `test -f 'ole2_extractor.c' || echo './'`ole2_extractor.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgsf-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -DHAVE_GSF -I../../src/include -I../../src/common -DLIBDIR=\"/usr/lib64\" -I/usr/include/libgsf-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -DHAVE_GSF -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c ole2_extractor.c  -fPIC -DPIC -o .libs/libextractor_ole2_la-ole2_extractor.o
BUILDSTDERR: *** WARNING *** there are active plugins, do not report this as a bug unless you can reproduce it without enabling any plugins.
BUILDSTDERR: Event                            | Plugins
BUILDSTDERR: PLUGIN_FINISH_UNIT               | annobin: Generate final annotations
BUILDSTDERR: PLUGIN_START_UNIT                | annobin: Generate global annotations
BUILDSTDERR: PLUGIN_ALL_PASSES_START          | annobin: Generate per-function annotations
BUILDSTDERR: PLUGIN_ALL_PASSES_END            | annobin: Register per-function end symbol
BUILDSTDERR: during RTL pass: expand
BUILDSTDERR: ole2_extractor.c: In function 'EXTRACTOR_ole2_extract_method':
BUILDSTDERR: ole2_extractor.c:337:9: internal compiler error: Segmentation fault
BUILDSTDERR:    (0 != strncmp (&buf[2],
BUILDSTDERR:          ^~~~~~~~~~~~~~~~~
BUILDSTDERR:     "SfxDocumentInfo",
BUILDSTDERR:     ~~~~~~~~~~~~~~~~~~
BUILDSTDERR:     strlen ("SfxDocumentInfo"))) ||
BUILDSTDERR:     ~~~~~~~~~~~~~~~~~~~~~~~~~~~
BUILDSTDERR: Please submit a full bug report,
BUILDSTDERR: with preprocessed source if appropriate.
BUILDSTDERR: See <http://bugzilla.redhat.com/bugzilla> for instructions.
BUILDSTDERR: Preprocessed source stored into /tmp/ccjlIL2e.out file, please attach this to your bugreport.
BUILDSTDERR: make[4]: *** [Makefile:2240: libextractor_ole2_la-ole2_extractor.lo] Error 1
make[4]: Leaving directory '/builddir/build/BUILD/libextractor-1.7/src/plugins'
BUILDSTDERR: make[3]: *** [Makefile:2297: all-recursive] Error 1
make[3]: Leaving directory '/builddir/build/BUILD/libextractor-1.7/src/plugins'
BUILDSTDERR: make[2]: *** [Makefile:427: all-recursive] Error 1
make[2]: Leaving directory '/builddir/build/BUILD/libextractor-1.7/src'
BUILDSTDERR: make[1]: *** [Makefile:537: all-recursive] Error 1
make[1]: Leaving directory '/builddir/build/BUILD/libextractor-1.7'
BUILDSTDERR: make: *** [Makefile:444: all] Error 2
BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.bWAkYU (%build)
RPM build errors:
BUILDSTDERR:     Bad exit status from /var/tmp/rpm-tmp.bWAkYU (%build)
Child return code was: 1
EXCEPTION: [Error()]
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace
    result = func(*args, **kw)
  File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 634, in do
    raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode)
mockbuild.exception.Error: Command failed: 
 # /usr/bin/systemd-nspawn -q -M f449e59277f34b5789c304a34599652c -D /var/lib/mock/fedora-rawhide-x86_64/root -a --bind=/tmp/mock-resolv.w8wn9803:/etc/resolv.conf --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007" --setenv=PS1=<mock-chroot> \s-\v\$  --setenv=LANG=en_US.UTF-8 -u mockbuild bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/libextractor.spec

build.log (99,490 bytes)   

limb

2018-08-06 16:01

reporter   ~0013186

And here's what you requested.
output.txt (2,970 bytes)   
Making install in m4
make[1]: Entering directory '/home/limb/fedora/git/libextractor/libextractor-1.7/m4'
make[2]: Entering directory '/home/limb/fedora/git/libextractor/libextractor-1.7/m4'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/limb/fedora/git/libextractor/libextractor-1.7/m4'
make[1]: Leaving directory '/home/limb/fedora/git/libextractor/libextractor-1.7/m4'
Making install in po
make[1]: Entering directory '/home/limb/fedora/git/libextractor/libextractor-1.7/po'
/usr/bin/mkdir -p /usr/share
installing rw.gmo as /usr/share/locale/rw/LC_MESSAGES/libextractor.mo
installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/libextractor.mo
installing de.gmo as /usr/share/locale/de/LC_MESSAGES/libextractor.mo
installing ga.gmo as /usr/share/locale/ga/LC_MESSAGES/libextractor.mo
installing ro.gmo as /usr/share/locale/ro/LC_MESSAGES/libextractor.mo
installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/libextractor.mo
installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/libextractor.mo
installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/libextractor.mo
installing it.gmo as /usr/share/locale/it/LC_MESSAGES/libextractor.mo
installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/libextractor.mo
installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/libextractor.mo
installing sr.gmo as /usr/share/locale/sr/LC_MESSAGES/libextractor.mo
installing es.gmo as /usr/share/locale/es/LC_MESSAGES/libextractor.mo
if test "libextractor" = "gettext-tools"; then \
  /usr/bin/mkdir -p /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 -c -m 644 ./$file \
		    /usr/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /usr/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[1]: Leaving directory '/home/limb/fedora/git/libextractor/libextractor-1.7/po'
Making install in src
make[1]: Entering directory '/home/limb/fedora/git/libextractor/libextractor-1.7/src'
Making install in include
make[2]: Entering directory '/home/limb/fedora/git/libextractor/libextractor-1.7/src/include'
Making install in .
make[3]: Entering directory '/home/limb/fedora/git/libextractor/libextractor-1.7/src/include'
make[4]: Entering directory '/home/limb/fedora/git/libextractor/libextractor-1.7/src/include'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/usr/include'
 /usr/bin/install -c -m 644 extractor.h '/usr/include'
make[4]: Leaving directory '/home/limb/fedora/git/libextractor/libextractor-1.7/src/include'
make[3]: Leaving directory '/home/limb/fedora/git/libextractor/libextractor-1.7/src/include'
make[2]: Leaving directory '/home/limb/fedora/git/libextractor/libextractor-1.7/src/include'
make[1]: Leaving directory '/home/limb/fedora/git/libextractor/libextractor-1.7/src'
output.txt (2,970 bytes)   

Christian Grothoff

2018-11-04 11:23

manager   ~0013316

I've read it, this is a bug in your C compiler _with_ the "annobin" plugins (so most likely caused by the "annobin" plugins). It is _not_ a bug in libextractor. So please report it to the annobin developers!

Issue History

Date Modified Username Field Change
2018-07-18 22:42 limb New Issue
2018-07-18 22:42 limb File Added: libextractor-1.7-segfault.patch
2018-08-05 22:21 Christian Grothoff Note Added: 0013176
2018-08-05 22:21 Christian Grothoff Assigned To => Christian Grothoff
2018-08-05 22:21 Christian Grothoff Status new => assigned
2018-08-05 22:21 Christian Grothoff Status assigned => resolved
2018-08-05 22:21 Christian Grothoff Resolution open => fixed
2018-08-05 22:21 Christian Grothoff Fixed in Version => 1.8
2018-08-05 22:21 Christian Grothoff Target Version => 1.8
2018-08-05 22:43 Christian Grothoff Note Added: 0013178
2018-08-05 22:43 Christian Grothoff Assigned To Christian Grothoff =>
2018-08-05 22:43 Christian Grothoff Status resolved => feedback
2018-08-05 22:43 Christian Grothoff Resolution fixed => reopened
2018-08-05 22:44 Christian Grothoff Reproducibility always => unable to reproduce
2018-08-05 22:44 Christian Grothoff Fixed in Version 1.8 =>
2018-08-05 22:44 Christian Grothoff Target Version 1.8 =>
2018-08-06 15:31 limb Note Added: 0013183
2018-08-06 15:31 limb Status feedback => new
2018-08-06 15:46 Christian Grothoff Note Added: 0013184
2018-08-06 16:00 limb File Added: build.log
2018-08-06 16:00 limb Note Added: 0013185
2018-08-06 16:01 limb File Added: output.txt
2018-08-06 16:01 limb Note Added: 0013186
2018-11-04 11:23 Christian Grothoff Note Added: 0013316
2018-11-04 11:24 Christian Grothoff Assigned To => Christian Grothoff
2018-11-04 11:24 Christian Grothoff Status new => closed
2018-11-04 11:24 Christian Grothoff Resolution reopened => no change required
2018-11-04 11:24 Christian Grothoff Fixed in Version => 1.7
2018-11-04 11:24 Christian Grothoff Target Version => 1.8