Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when build libyaml 0.2.5 for Centos 7.9 #285

Open
wahello opened this issue Mar 13, 2024 · 0 comments
Open

Error when build libyaml 0.2.5 for Centos 7.9 #285

wahello opened this issue Mar 13, 2024 · 0 comments

Comments

@wahello
Copy link

wahello commented Mar 13, 2024

rpmbuild -ba libyaml.spec 

Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6ioRTj
+ umask 022
+ cd /home/keye/rpmbuild/BUILD
+ cd /home/keye/rpmbuild/BUILD
+ rm -rf yaml-0.2.5
+ /usr/bin/gzip -dc /home/keye/rpmbuild/SOURCES/yaml-0.2.5.tar.gz
+ /usr/bin/tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd yaml-0.2.5
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.n0J4H2
+ umask 022
+ cd /home/keye/rpmbuild/BUILD
+ cd yaml-0.2.5
+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -I/usr/lib64/gfortran/modules'
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -I/usr/lib64/gfortran/modules'
+ export FCFLAGS
+ LDFLAGS='-Wl,-z,relro '
+ export LDFLAGS
+ '[' 1 == 1 ']'
+ '[' x86_64 == ppc64le ']'
++ find . -name config.guess -o -name config.sub
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config/config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /usr/bin/rm -f ./config/config.guess
++ basename ./config/config.guess
+ /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config/config.guess
'/usr/lib/rpm/redhat/config.guess' -> './config/config.guess'
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config/config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /usr/bin/rm -f ./config/config.sub
++ basename ./config/config.sub
+ /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config/config.sub
'/usr/lib/rpm/redhat/config.sub' -> './config/config.sub'
+ ./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
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 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 for style of include used by make... GNU
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-redhat-linux-gnu
checking host system type... x86_64-redhat-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by 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 ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if 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... yes
checking for doxygen... true
checking for ANSI C header files... (cached) yes
checking for stdlib.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating yaml-0.1.pc
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating Makefile
config.status: creating tests/Makefile
config.status: creating include/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
+ /usr/bin/make -j48 all html
Making all in include
Making html in include
make[1]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/include'
make[1]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/include'
PACKAGE=yaml VERSION=0.2.5 top_srcdir=.. top_builddir=.. doxygen ../doc/doxygen.cfg
/usr/bin/make  all-am
make[2]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/include'
make[2]: Leaving directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/include'
make[1]: Leaving directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/include'
Making all in src
Warning: Tag `USE_WINDOWS_ENCODING' at line 11 of file ../doc/doxygen.cfg has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
Warning: Tag `DETAILS_AT_TOP' at line 23 of file ../doc/doxygen.cfg has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
Warning: Tag `SHOW_DIRECTORIES' at line 59 of file ../doc/doxygen.cfg has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
Warning: Tag `HTML_ALIGN_MEMBERS' at line 112 of file ../doc/doxygen.cfg has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
Warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 212 of file ../doc/doxygen.cfg has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
Warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 213 of file ../doc/doxygen.cfg has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
make[1]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -Wall   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -c -o api.lo api.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -Wall   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -c -o reader.lo reader.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -Wall   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -c -o scanner.lo scanner.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -Wall   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -c -o parser.lo parser.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -Wall   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -c -o loader.lo loader.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -Wall   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -c -o writer.lo writer.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -Wall   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -c -o emitter.lo emitter.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -Wall   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -c -o dumper.lo dumper.c
Searching for include files...
Searching for example files...
Searching for images...
Searching for dot files...
Searching for msc files...
Searching for files to exclude
Searching for files to process...
Searching for files in directory /home/keye/rpmbuild/BUILD/yaml-0.2.5/include
Reading and parsing tag files
Parsing files
Preprocessing /home/keye/rpmbuild/BUILD/yaml-0.2.5/include/config.h...
Parsing file /home/keye/rpmbuild/BUILD/yaml-0.2.5/include/config.h...
Preprocessing /home/keye/rpmbuild/BUILD/yaml-0.2.5/include/yaml.h...
Parsing file /home/keye/rpmbuild/BUILD/yaml-0.2.5/include/yaml.h...
Building group list...
Building directory list...
Building namespace list...
Building file list...
Building class list...
Associating documentation with classes...
Computing nesting relations for classes...
Building example list...
Searching for enumerations...
Searching for documented typedefs...
Searching for members imported via using declarations...
Searching for included using directives...
Searching for documented variables...
Building interface member list...
Building member list...
Searching for friends...
Searching for documented defines...
Computing class inheritance relations...
Computing class usage relations...
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c parser.c  -fPIC -DPIC -o .libs/parser.o
Flushing cached template relations that have become invalid...
Creating members for template instances...
Computing class relations...
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c api.c  -fPIC -DPIC -o .libs/api.o
/home/keye/rpmbuild/BUILD/yaml-0.2.5/include/yaml.h:1530: warning: Compound yaml_anchors_s is not documented.
Add enum values to enums...
Searching for member function documentation...
Building page list...
Search for main page...
Computing page relations...
Determining the scope of groups...
Sorting lists...
Freeing entry tree
Determining which enums are documented
Computing member relations...
Building full member lists recursively...
Adding members to member groups.
Computing member references...
Inheriting documentation...
Generating disk names...
Adding source references...
Adding xrefitems...
Sorting member lists...
Computing dependencies between directories...
Generating citations page...
Counting data structures...
Resolving user defined references...
Finding anchors and sections in the documentation...
Transferring function references...
Combining using relations...
Adding members to index pages...
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c dumper.c  -fPIC -DPIC -o .libs/dumper.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c reader.c  -fPIC -DPIC -o .libs/reader.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c scanner.c  -fPIC -DPIC -o .libs/scanner.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c emitter.c  -fPIC -DPIC -o .libs/emitter.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c loader.c  -fPIC -DPIC -o .libs/loader.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c writer.c  -fPIC -DPIC -o .libs/writer.o
Generating style sheet...
Generating example documentation...
Generating file sources...
Generating file documentation...
Generating docs for file yaml.h...
/home/keye/rpmbuild/BUILD/yaml-0.2.5/include/yaml.h:1537: warning: Member yaml_anchors_t (typedef) of group emitter is not documented.
Generating page documentation...
Generating group documentation...
emitter.c: In function 'yaml_emitter_write_plain_scalar':
emitter.c:28:6: warning: value computed is not used [-Wunused-value]
      && ((emitter->line_break == YAML_CR_BREAK ?                                \
      ^
emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'
          (PUT_BREAK(emitter),                                                   \
           ^
emitter.c:1962:18: note: in expansion of macro 'WRITE_BREAK'
             if (!WRITE_BREAK(emitter, string)) return 0;
                  ^
emitter.c:28:6: warning: value computed is not used [-Wunused-value]
      && ((emitter->line_break == YAML_CR_BREAK ?                                \
      ^
emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'
          (PUT_BREAK(emitter),                                                   \
           ^
emitter.c:1962:18: note: in expansion of macro 'WRITE_BREAK'
             if (!WRITE_BREAK(emitter, string)) return 0;
                  ^
emitter.c: In function 'yaml_emitter_write_single_quoted_scalar':
emitter.c:28:6: warning: value computed is not used [-Wunused-value]
      && ((emitter->line_break == YAML_CR_BREAK ?                                \
      ^
emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'
          (PUT_BREAK(emitter),                                                   \
           ^
emitter.c:2019:18: note: in expansion of macro 'WRITE_BREAK'
             if (!WRITE_BREAK(emitter, string)) return 0;
                  ^
emitter.c:28:6: warning: value computed is not used [-Wunused-value]
      && ((emitter->line_break == YAML_CR_BREAK ?                                \
      ^
emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'
          (PUT_BREAK(emitter),                                                   \
           ^
emitter.c:2019:18: note: in expansion of macro 'WRITE_BREAK'
             if (!WRITE_BREAK(emitter, string)) return 0;
                  ^
emitter.c: In function 'yaml_emitter_write_literal_scalar':
emitter.c:28:6: warning: value computed is not used [-Wunused-value]
      && ((emitter->line_break == YAML_CR_BREAK ?                                \
      ^
emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'
          (PUT_BREAK(emitter),                                                   \
           ^
emitter.c:2285:18: note: in expansion of macro 'WRITE_BREAK'
             if (!WRITE_BREAK(emitter, string)) return 0;
                  ^
emitter.c:28:6: warning: value computed is not used [-Wunused-value]
      && ((emitter->line_break == YAML_CR_BREAK ?                                \
      ^
emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'
          (PUT_BREAK(emitter),                                                   \
           ^
emitter.c:2285:18: note: in expansion of macro 'WRITE_BREAK'
             if (!WRITE_BREAK(emitter, string)) return 0;
                  ^
emitter.c: In function 'yaml_emitter_write_folded_scalar':
/home/keye/rpmbuild/BUILD/yaml-0.2.5/include/yaml.h:1537: warning: Member yaml_anchors_t (typedef) of group emitter is not documented.
emitter.c:28:6: warning: value computed is not used [-Wunused-value]
      && ((emitter->line_break == YAML_CR_BREAK ?                                \
      ^
emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'
          (PUT_BREAK(emitter),                                                   \
           ^
emitter.c:2334:18: note: in expansion of macro 'WRITE_BREAK'
             if (!WRITE_BREAK(emitter, string)) return 0;
                  ^
emitter.c:28:6: warning: value computed is not used [-Wunused-value]
      && ((emitter->line_break == YAML_CR_BREAK ?                                \
      ^
emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'
          (PUT_BREAK(emitter),                                                   \
           ^
emitter.c:2334:18: note: in expansion of macro 'WRITE_BREAK'
             if (!WRITE_BREAK(emitter, string)) return 0;
                  ^
Generating class documentation...
Generating docs for compound yaml_alias_data_s...
Generating docs for compound yaml_anchors_s...
Generating docs for compound yaml_document_s...
Generating docs for compound yaml_emitter_s...
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c dumper.c -o dumper.o >/dev/null 2>&1
Generating docs for compound yaml_event_s...
Generating docs for compound yaml_mark_s...
Generating docs for compound yaml_node_pair_s...
Generating docs for compound yaml_node_s...
Generating docs for compound yaml_parser_s...
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c writer.c -o writer.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c reader.c -o reader.o >/dev/null 2>&1
Generating docs for compound yaml_simple_key_s...
Generating docs for compound yaml_tag_directive_s...
Generating docs for compound yaml_token_s...
Generating docs for compound yaml_version_directive_s...
Generating namespace index...
Generating graph info page...
Generating directory documentation...
Generating index page...
Generating page index...
Generating module index...
Generating namespace index...
Generating namespace member index...
Generating annotated compound index...
Generating alphabetical compound index...
Generating hierarchical class index...
Generating member index...
Generating file index...
Generating file member index...
Generating example index...
finalizing index lists...
lookup cache used 465/65536 hits=2462 misses=550
finished...
make[1]: Leaving directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/include'
Making html in src
make[1]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/src'
make[1]: Nothing to be done for `html'.
make[1]: Leaving directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/src'
Making html in .
make[1]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5'
make[1]: Nothing to be done for `html-am'.
make[1]: Leaving directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5'
Making html in tests
make[1]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/tests'
make[1]: Nothing to be done for `html'.
make[1]: Leaving directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/tests'
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c loader.c -o loader.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c api.c -o api.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c parser.c -o parser.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c emitter.c -o emitter.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -c scanner.c -o scanner.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -no-undefined -release 0 -version-info 2:9:0 -Wl,-z,relro  -o libyaml.la -rpath /usr/lib64 api.lo reader.lo scanner.lo parser.lo loader.lo writer.lo emitter.lo dumper.lo  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/api.o .libs/reader.o .libs/scanner.o .libs/parser.o .libs/loader.o .libs/writer.o .libs/emitter.o .libs/dumper.o    -O2 -g -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -Wl,-z -Wl,relro   -Wl,-soname -Wl,libyaml-0.so.2 -o .libs/libyaml-0.so.2.0.9
libtool: link: (cd ".libs" && rm -f "libyaml-0.so.2" && ln -s "libyaml-0.so.2.0.9" "libyaml-0.so.2")
libtool: link: (cd ".libs" && rm -f "libyaml.so" && ln -s "libyaml-0.so.2.0.9" "libyaml.so")
libtool: link: ar cru .libs/libyaml.a  api.o reader.o scanner.o parser.o loader.o writer.o emitter.o dumper.o
libtool: link: ranlib .libs/libyaml.a
libtool: link: ( cd ".libs" && rm -f "libyaml.la" && ln -s "../libyaml.la" "libyaml.la" )
make[1]: Leaving directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/src'
Making all in .
make[1]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5'
Making all in tests
make[1]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/tests'
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -Wall   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -c -o run-scanner.o run-scanner.c
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -Wall   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -c -o run-parser.o run-parser.c
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -Wall   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -c -o run-loader.o run-loader.c
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -Wall   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -c -o run-emitter.o run-emitter.c
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -Wall   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -c -o run-dumper.o run-dumper.c
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -Wall   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -c -o example-reformatter.o example-reformatter.c
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -Wall   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -c -o example-reformatter-alt.o example-reformatter-alt.c
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -Wall   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -c -o example-deconstructor.o example-deconstructor.c
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -Wall   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -c -o example-deconstructor-alt.o example-deconstructor-alt.c
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -Wall   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -c -o run-parser-test-suite.o run-parser-test-suite.c
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -Wall   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -c -o run-emitter-test-suite.o run-emitter-test-suite.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic  -Wl,-z,relro  -o run-parser run-parser.o ../src/libyaml.la 
run-parser-test-suite.c: In function 'main':
run-parser-test-suite.c:52:31: warning: 'input' may be used uninitialized in this function [-Wmaybe-uninitialized]
     yaml_parser_set_input_file(&parser, input);
                               ^
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic  -Wl,-z,relro  -o run-scanner run-scanner.o ../src/libyaml.la 
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic  -Wl,-z,relro  -o run-loader run-loader.o ../src/libyaml.la 
run-emitter-test-suite.c: In function 'main':
run-emitter-test-suite.c:83:20: warning: 'input' may be used uninitialized in this function [-Wmaybe-uninitialized]
     while (get_line(input, line)) {
                    ^
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic  -Wl,-z,relro  -o example-reformatter-alt example-reformatter-alt.o ../src/libyaml.la 
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic  -Wl,-z,relro  -o example-reformatter example-reformatter.o ../src/libyaml.la 
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic  -Wl,-z,relro  -o run-parser-test-suite run-parser-test-suite.o ../src/libyaml.la 
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic  -Wl,-z,relro  -o run-emitter run-emitter.o ../src/libyaml.la 
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic  -Wl,-z,relro  -o run-dumper run-dumper.o ../src/libyaml.la 
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic  -Wl,-z,relro  -o run-emitter-test-suite run-emitter-test-suite.o ../src/libyaml.la 
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic  -Wl,-z,relro  -o example-deconstructor-alt example-deconstructor-alt.o ../src/libyaml.la 
libtool: link: gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z -Wl,relro -o .libs/example-reformatter-alt example-reformatter-alt.o  ../src/.libs/libyaml.so -Wl,-rpath -Wl,/usr/lib64
libtool: link: gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z -Wl,relro -o .libs/run-scanner run-scanner.o  ../src/.libs/libyaml.so -Wl,-rpath -Wl,/usr/lib64
libtool: link: gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z -Wl,relro -o .libs/run-parser run-parser.o  ../src/.libs/libyaml.so -Wl,-rpath -Wl,/usr/lib64
libtool: link: gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z -Wl,relro -o .libs/run-loader run-loader.o  ../src/.libs/libyaml.so -Wl,-rpath -Wl,/usr/lib64
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic  -Wl,-z,relro  -o example-deconstructor example-deconstructor.o ../src/libyaml.la 
libtool: link: gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z -Wl,relro -o .libs/run-dumper run-dumper.o  ../src/.libs/libyaml.so -Wl,-rpath -Wl,/usr/lib64
libtool: link: gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z -Wl,relro -o .libs/run-parser-test-suite run-parser-test-suite.o  ../src/.libs/libyaml.so -Wl,-rpath -Wl,/usr/lib64
libtool: link: gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z -Wl,relro -o .libs/example-reformatter example-reformatter.o  ../src/.libs/libyaml.so -Wl,-rpath -Wl,/usr/lib64
libtool: link: gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z -Wl,relro -o .libs/run-emitter run-emitter.o  ../src/.libs/libyaml.so -Wl,-rpath -Wl,/usr/lib64
libtool: link: gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z -Wl,relro -o .libs/run-emitter-test-suite run-emitter-test-suite.o  ../src/.libs/libyaml.so -Wl,-rpath -Wl,/usr/lib64
libtool: link: gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z -Wl,relro -o .libs/example-deconstructor-alt example-deconstructor-alt.o  ../src/.libs/libyaml.so -Wl,-rpath -Wl,/usr/lib64
libtool: link: gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z -Wl,relro -o .libs/example-deconstructor example-deconstructor.o  ../src/.libs/libyaml.so -Wl,-rpath -Wl,/usr/lib64
make[1]: Leaving directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/tests'
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.I7SAy5
+ umask 022
+ cd /home/keye/rpmbuild/BUILD
+ '[' /home/keye/rpmbuild/BUILDROOT/libyaml-0.2.5-7.el7.x86_64 '!=' / ']'
+ rm -rf /home/keye/rpmbuild/BUILDROOT/libyaml-0.2.5-7.el7.x86_64
++ dirname /home/keye/rpmbuild/BUILDROOT/libyaml-0.2.5-7.el7.x86_64
+ mkdir -p /home/keye/rpmbuild/BUILDROOT
+ mkdir /home/keye/rpmbuild/BUILDROOT/libyaml-0.2.5-7.el7.x86_64
+ cd yaml-0.2.5
+ /usr/bin/make install DESTDIR=/home/keye/rpmbuild/BUILDROOT/libyaml-0.2.5-7.el7.x86_64
Making install in include
make[1]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/include'
make[2]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/include'
make[2]: Nothing to be done for `install-exec-am'.
 /usr/bin/mkdir -p '/home/keye/rpmbuild/BUILDROOT/libyaml-0.2.5-7.el7.x86_64/usr/include'
 /usr/bin/install -c -m 644  yaml.h '/home/keye/rpmbuild/BUILDROOT/libyaml-0.2.5-7.el7.x86_64/usr/include/.'
make[2]: Leaving directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/include'
make[1]: Leaving directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/include'
Making install in src
make[1]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/src'
make[2]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/src'
 /usr/bin/mkdir -p '/home/keye/rpmbuild/BUILDROOT/libyaml-0.2.5-7.el7.x86_64/usr/lib64'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libyaml.la '/home/keye/rpmbuild/BUILDROOT/libyaml-0.2.5-7.el7.x86_64/usr/lib64'
libtool: install: /usr/bin/install -c .libs/libyaml-0.so.2.0.9 /home/keye/rpmbuild/BUILDROOT/libyaml-0.2.5-7.el7.x86_64/usr/lib64/libyaml-0.so.2.0.9
libtool: install: (cd /home/keye/rpmbuild/BUILDROOT/libyaml-0.2.5-7.el7.x86_64/usr/lib64 && { ln -s -f libyaml-0.so.2.0.9 libyaml-0.so.2 || { rm -f libyaml-0.so.2 && ln -s libyaml-0.so.2.0.9 libyaml-0.so.2; }; })
libtool: install: (cd /home/keye/rpmbuild/BUILDROOT/libyaml-0.2.5-7.el7.x86_64/usr/lib64 && { ln -s -f libyaml-0.so.2.0.9 libyaml.so || { rm -f libyaml.so && ln -s libyaml-0.so.2.0.9 libyaml.so; }; })
libtool: install: /usr/bin/install -c .libs/libyaml.lai /home/keye/rpmbuild/BUILDROOT/libyaml-0.2.5-7.el7.x86_64/usr/lib64/libyaml.la
libtool: install: /usr/bin/install -c .libs/libyaml.a /home/keye/rpmbuild/BUILDROOT/libyaml-0.2.5-7.el7.x86_64/usr/lib64/libyaml.a
libtool: install: chmod 644 /home/keye/rpmbuild/BUILDROOT/libyaml-0.2.5-7.el7.x86_64/usr/lib64/libyaml.a
libtool: install: ranlib /home/keye/rpmbuild/BUILDROOT/libyaml-0.2.5-7.el7.x86_64/usr/lib64/libyaml.a
libtool: warning: remember to run 'libtool --finish /usr/lib64'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/src'
make[1]: Leaving directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/src'
Making install in .
make[1]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5'
make[2]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5'
make[2]: Nothing to be done for `install-exec-am'.
 /usr/bin/mkdir -p '/home/keye/rpmbuild/BUILDROOT/libyaml-0.2.5-7.el7.x86_64/usr/lib64/pkgconfig'
 /usr/bin/install -c -m 644 yaml-0.1.pc '/home/keye/rpmbuild/BUILDROOT/libyaml-0.2.5-7.el7.x86_64/usr/lib64/pkgconfig'
make[2]: Leaving directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5'
make[1]: Leaving directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5'
Making install in tests
make[1]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/tests'
make[2]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/tests'
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/keye/rpmbuild/BUILD/yaml-0.2.5/tests'
make[1]: Leaving directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/tests'
+ rm -f /home/keye/rpmbuild/BUILDROOT/libyaml-0.2.5-7.el7.x86_64/usr/lib64/libyaml.la /home/keye/rpmbuild/BUILDROOT/libyaml-0.2.5-7.el7.x86_64/usr/lib64/libyaml.a
++ awk '$2 == "(SONAME)" {print $NF}'
++ readelf -d /home/keye/rpmbuild/BUILDROOT/libyaml-0.2.5-7.el7.x86_64/usr/lib64/libyaml.so
++ tr -d '[]'
+ soname=libyaml-0.so.2
+ rm -f /home/keye/rpmbuild/BUILDROOT/libyaml-0.2.5-7.el7.x86_64/usr/lib64/libyaml.so
+ echo 'INPUT(libyaml-0.so.2)'
+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /home/keye/rpmbuild/BUILD/yaml-0.2.5
extracting debug info from /home/keye/rpmbuild/BUILDROOT/libyaml-0.2.5-7.el7.x86_64/usr/lib64/libyaml-0.so.2.0.9
dwz: Too few files for multifile optimization
/usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match.
symlinked /usr/lib/debug/usr/lib64/libyaml-0.so.2.0.9.debug to /usr/lib/debug/usr/lib64/libyaml-0.so.2.debug
738 blocks
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-compress
+ /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
+ /usr/lib/rpm/redhat/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-java-repack-jars
Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.X9Hm39
+ umask 022
+ cd /home/keye/rpmbuild/BUILD
+ cd yaml-0.2.5
+ make check
Making check in include
make[1]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/include'
make[1]: Leaving directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/include'
Making check in src
make[1]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/src'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/src'
Making check in .
make[1]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5'
make[1]: Nothing to be done for `check-am'.
make[1]: Leaving directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5'
Making check in tests
make[1]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/tests'
make  test-version test-reader
make[2]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/tests'
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -Wall   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -c -o test-version.o test-version.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic  -Wl,-z,relro  -o test-version test-version.o ../src/libyaml.la 
libtool: link: gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z -Wl,relro -o .libs/test-version test-version.o  ../src/.libs/libyaml.so -Wl,-rpath -Wl,/usr/lib64
gcc -DHAVE_CONFIG_H -I. -I../include  -I../include -Wall   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic -c -o test-reader.o test-reader.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches   -m64 -mtune=generic  -Wl,-z,relro  -o test-reader test-reader.o ../src/libyaml.la 
libtool: link: gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z -Wl,relro -o .libs/test-reader test-reader.o  ../src/.libs/libyaml.so -Wl,-rpath -Wl,/usr/lib64
make[2]: Leaving directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/tests'
make  check-TESTS
make[2]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/tests'
make[3]: Entering directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/tests'
PASS: test-version
PASS: test-reader
============================================================================
Testsuite summary for yaml 0.2.5
============================================================================
# TOTAL: 2
# PASS:  2
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Leaving directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/tests'
make[2]: Leaving directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/tests'
make[1]: Leaving directory `/home/keye/rpmbuild/BUILD/yaml-0.2.5/tests'
+ %ldconfig_scriptlets
/var/tmp/rpm-tmp.X9Hm39: line 32: fg: no job control
error: Bad exit status from /var/tmp/rpm-tmp.X9Hm39 (%check)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.X9Hm39 (%check)


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant