<86>Jun 16 01:16:20 userdel[1462561]: delete user 'rooter' <86>Jun 16 01:16:20 userdel[1462561]: removed group 'rooter' owned by 'rooter' <86>Jun 16 01:16:20 userdel[1462561]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 01:16:20 groupadd[1462581]: group added to /etc/group: name=rooter, GID=1262 <86>Jun 16 01:16:20 groupadd[1462581]: group added to /etc/gshadow: name=rooter <86>Jun 16 01:16:20 groupadd[1462581]: new group: name=rooter, GID=1262 <86>Jun 16 01:16:20 useradd[1462593]: new user: name=rooter, UID=1262, GID=1262, home=/root, shell=/bin/bash <86>Jun 16 01:16:20 userdel[1462621]: delete user 'builder' <86>Jun 16 01:16:20 userdel[1462621]: removed group 'builder' owned by 'builder' <86>Jun 16 01:16:20 userdel[1462621]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 01:16:20 groupadd[1462639]: group added to /etc/group: name=builder, GID=1263 <86>Jun 16 01:16:20 groupadd[1462639]: group added to /etc/gshadow: name=builder <86>Jun 16 01:16:20 groupadd[1462639]: new group: name=builder, GID=1263 <86>Jun 16 01:16:20 useradd[1462652]: new user: name=builder, UID=1263, GID=1263, home=/usr/src, shell=/bin/bash <13>Jun 16 01:16:24 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Jun 16 01:16:24 rpmi: libstdc++10-devel-10.3.1-alt2 sisyphus+277353.100.2.1 1625525890 installed <13>Jun 16 01:16:25 rpmi: gcc10-c++-10.3.1-alt2 sisyphus+277353.100.2.1 1625525890 installed <13>Jun 16 01:16:25 rpmi: gcc-c++-10-alt1 sisyphus+263054.200.3.1 1607517515 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/elfio-3.8-alt1_1.nosrc.rpm (w1.gzdio) Installing elfio-3.8-alt1_1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.81851 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf elfio-3.8 + echo 'Source #0 (elfio-3.8.tar.gz):' Source #0 (elfio-3.8.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/elfio-3.8.tar.gz + /bin/tar -xf - + cd elfio-3.8 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.81851 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd elfio-3.8 + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export FCFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS= + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + readlink -e -- ./configure + xargs -ri dirname -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext configure: WARNING: unrecognized options: --without-included-gettext checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-alt-linux-g++... x86_64-alt-linux-g++ checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether x86_64-alt-linux-g++ accepts -g... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of x86_64-alt-linux-g++... none checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc checking whether we are using the GNU C compiler... yes checking whether x86_64-alt-linux-gcc accepts -g... yes checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed checking whether x86_64-alt-linux-gcc understands -c and -o together... yes checking dependency style of x86_64-alt-linux-gcc... none checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating examples/elfdump/Makefile config.status: creating examples/tutorial/Makefile config.status: creating examples/writer/Makefile config.status: creating examples/anonymizer/Makefile config.status: creating examples/write_obj/Makefile config.status: creating examples/add_section/Makefile config.status: creating examples/c_wrapper/Makefile config.status: executing depfiles commands configure: WARNING: unrecognized options: --without-included-gettext + make -j8 Making all in examples/elfdump make[1]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/elfdump' x86_64-alt-linux-g++ -DPACKAGE_NAME=\"ELFIO\" -DPACKAGE_TARNAME=\"elfio\" -DPACKAGE_VERSION=\"3.8\" -DPACKAGE_STRING=\"ELFIO\ 3.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"elfio\" -DVERSION=\"3.8\" -I. -I../.. -pipe -frecord-gcc-switches -Wall -g -O2 -c -o elfdump.o elfdump.cpp In file included from ../../elfio/elfio.hpp:42, from ../../elfio/elfio_dump.hpp:31, from elfdump.cpp:31: ../../elfio/elf_types.hpp:378:8: warning: multi-line comment [-Wcomment] 378 | 64 // AMDGPU OS for HSA compatible compute \ | ^ ../../elfio/elf_types.hpp:381:8: warning: multi-line comment [-Wcomment] 381 | 65 // AMDGPU OS for AMD PAL compatible graphics \ | ^ ../../elfio/elf_types.hpp:384:8: warning: multi-line comment [-Wcomment] 384 | 66 // AMDGPU OS for Mesa3D compatible graphics \ | ^ ../../elfio/elf_types.hpp:390:11: warning: multi-line comment [-Wcomment] 390 | 0x100 // Indicates if the XNACK target feature is \ | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/elfdump' make[1]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/elfdump' x86_64-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -o elfdump elfdump.o make[1]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/elfdump' Making all in examples/tutorial make[1]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/tutorial' x86_64-alt-linux-g++ -DPACKAGE_NAME=\"ELFIO\" -DPACKAGE_TARNAME=\"elfio\" -DPACKAGE_VERSION=\"3.8\" -DPACKAGE_STRING=\"ELFIO\ 3.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"elfio\" -DVERSION=\"3.8\" -I. -I../.. -pipe -frecord-gcc-switches -Wall -g -O2 -c -o tutorial.o tutorial.cpp In file included from ../../elfio/elfio.hpp:42, from tutorial.cpp:24: ../../elfio/elf_types.hpp:378:8: warning: multi-line comment [-Wcomment] 378 | 64 // AMDGPU OS for HSA compatible compute \ | ^ ../../elfio/elf_types.hpp:381:8: warning: multi-line comment [-Wcomment] 381 | 65 // AMDGPU OS for AMD PAL compatible graphics \ | ^ ../../elfio/elf_types.hpp:384:8: warning: multi-line comment [-Wcomment] 384 | 66 // AMDGPU OS for Mesa3D compatible graphics \ | ^ ../../elfio/elf_types.hpp:390:11: warning: multi-line comment [-Wcomment] 390 | 0x100 // Indicates if the XNACK target feature is \ | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/tutorial' make[1]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/tutorial' x86_64-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -o tutorial tutorial.o make[1]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/tutorial' Making all in examples/writer make[1]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/writer' x86_64-alt-linux-g++ -DPACKAGE_NAME=\"ELFIO\" -DPACKAGE_TARNAME=\"elfio\" -DPACKAGE_VERSION=\"3.8\" -DPACKAGE_STRING=\"ELFIO\ 3.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"elfio\" -DVERSION=\"3.8\" -I. -I../.. -pipe -frecord-gcc-switches -Wall -g -O2 -c -o writer.o writer.cpp In file included from ../../elfio/elfio.hpp:42, from writer.cpp:23: ../../elfio/elf_types.hpp:378:8: warning: multi-line comment [-Wcomment] 378 | 64 // AMDGPU OS for HSA compatible compute \ | ^ ../../elfio/elf_types.hpp:381:8: warning: multi-line comment [-Wcomment] 381 | 65 // AMDGPU OS for AMD PAL compatible graphics \ | ^ ../../elfio/elf_types.hpp:384:8: warning: multi-line comment [-Wcomment] 384 | 66 // AMDGPU OS for Mesa3D compatible graphics \ | ^ ../../elfio/elf_types.hpp:390:11: warning: multi-line comment [-Wcomment] 390 | 0x100 // Indicates if the XNACK target feature is \ | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/writer' make[1]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/writer' x86_64-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -o writer writer.o make[1]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/writer' Making all in examples/write_obj make[1]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/write_obj' x86_64-alt-linux-g++ -DPACKAGE_NAME=\"ELFIO\" -DPACKAGE_TARNAME=\"elfio\" -DPACKAGE_VERSION=\"3.8\" -DPACKAGE_STRING=\"ELFIO\ 3.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"elfio\" -DVERSION=\"3.8\" -I. -I../.. -pipe -frecord-gcc-switches -Wall -g -O2 -c -o write_obj.o write_obj.cpp In file included from ../../elfio/elfio.hpp:42, from write_obj.cpp:37: ../../elfio/elf_types.hpp:378:8: warning: multi-line comment [-Wcomment] 378 | 64 // AMDGPU OS for HSA compatible compute \ | ^ ../../elfio/elf_types.hpp:381:8: warning: multi-line comment [-Wcomment] 381 | 65 // AMDGPU OS for AMD PAL compatible graphics \ | ^ ../../elfio/elf_types.hpp:384:8: warning: multi-line comment [-Wcomment] 384 | 66 // AMDGPU OS for Mesa3D compatible graphics \ | ^ ../../elfio/elf_types.hpp:390:11: warning: multi-line comment [-Wcomment] 390 | 0x100 // Indicates if the XNACK target feature is \ | ^ In file included from ../../elfio/elfio.hpp:948, from write_obj.cpp:37: ../../elfio/elfio_relocation.hpp: In member function 'void ELFIO::relocation_section_accessor_template::swap_symbols(ELFIO::Elf_Xword, ELFIO::Elf_Xword) [with S = ELFIO::section]': ../../elfio/elfio_relocation.hpp:306:26: warning: 'addend' may be used uninitialized in this function [-Wmaybe-uninitialized] 306 | set_entry( i, offset, (Elf_Word)first, rtype, addend ); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../elfio/elfio_relocation.hpp:306:26: warning: 'rtype' may be used uninitialized in this function [-Wmaybe-uninitialized] ../../elfio/elfio_relocation.hpp:302:18: warning: 'symbol' may be used uninitialized in this function [-Wmaybe-uninitialized] 302 | if ( symbol == first ) { | ^~~~~~ ../../elfio/elfio_relocation.hpp:306:26: warning: 'offset' may be used uninitialized in this function [-Wmaybe-uninitialized] 306 | set_entry( i, offset, (Elf_Word)first, rtype, addend ); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/write_obj' make[1]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/write_obj' x86_64-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -o write_obj write_obj.o make[1]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/write_obj' Making all in examples/anonymizer make[1]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/anonymizer' x86_64-alt-linux-g++ -DPACKAGE_NAME=\"ELFIO\" -DPACKAGE_TARNAME=\"elfio\" -DPACKAGE_VERSION=\"3.8\" -DPACKAGE_STRING=\"ELFIO\ 3.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"elfio\" -DVERSION=\"3.8\" -I. -I../.. -pipe -frecord-gcc-switches -Wall -g -O2 -c -o anonymizer.o anonymizer.cpp In file included from ../../elfio/elfio.hpp:42, from anonymizer.cpp:48: ../../elfio/elf_types.hpp:378:8: warning: multi-line comment [-Wcomment] 378 | 64 // AMDGPU OS for HSA compatible compute \ | ^ ../../elfio/elf_types.hpp:381:8: warning: multi-line comment [-Wcomment] 381 | 65 // AMDGPU OS for AMD PAL compatible graphics \ | ^ ../../elfio/elf_types.hpp:384:8: warning: multi-line comment [-Wcomment] 384 | 66 // AMDGPU OS for Mesa3D compatible graphics \ | ^ ../../elfio/elf_types.hpp:390:11: warning: multi-line comment [-Wcomment] 390 | 0x100 // Indicates if the XNACK target feature is \ | ^ anonymizer.cpp: In function 'void process_string_table(const ELFIO::section*, const string&)': anonymizer.cpp:69:19: warning: comparison of integer expressions of different signedness: 'int' and 'ELFIO::Elf_Xword' {aka 'long unsigned int'} [-Wsign-compare] 69 | while ( index < s->get_size() ) { | ~~~~~~^~~~~~~~~~~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/anonymizer' make[1]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/anonymizer' x86_64-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -o anonymizer anonymizer.o make[1]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/anonymizer' Making all in examples/add_section make[1]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/add_section' x86_64-alt-linux-g++ -DPACKAGE_NAME=\"ELFIO\" -DPACKAGE_TARNAME=\"elfio\" -DPACKAGE_VERSION=\"3.8\" -DPACKAGE_STRING=\"ELFIO\ 3.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"elfio\" -DVERSION=\"3.8\" -I. -I../.. -pipe -frecord-gcc-switches -Wall -g -O2 -c -o add_section.o add_section.cpp In file included from ../../elfio/elfio.hpp:42, from add_section.cpp:24: ../../elfio/elf_types.hpp:378:8: warning: multi-line comment [-Wcomment] 378 | 64 // AMDGPU OS for HSA compatible compute \ | ^ ../../elfio/elf_types.hpp:381:8: warning: multi-line comment [-Wcomment] 381 | 65 // AMDGPU OS for AMD PAL compatible graphics \ | ^ ../../elfio/elf_types.hpp:384:8: warning: multi-line comment [-Wcomment] 384 | 66 // AMDGPU OS for Mesa3D compatible graphics \ | ^ ../../elfio/elf_types.hpp:390:11: warning: multi-line comment [-Wcomment] 390 | 0x100 // Indicates if the XNACK target feature is \ | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/add_section' make[1]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/add_section' x86_64-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -o add_section add_section.o make[1]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/add_section' Making all in examples/c_wrapper make[1]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/c_wrapper' x86_64-alt-linux-gcc -DPACKAGE_NAME=\"ELFIO\" -DPACKAGE_TARNAME=\"elfio\" -DPACKAGE_VERSION=\"3.8\" -DPACKAGE_STRING=\"ELFIO\ 3.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"elfio\" -DVERSION=\"3.8\" -I. -I../.. -pipe -frecord-gcc-switches -Wall -g -O2 -c -o c_example.o c_example.c In file included from c_example.c:26: ../../elfio/elf_types.hpp:378:8: warning: multi-line comment [-Wcomment] 378 | 64 // AMDGPU OS for HSA compatible compute \ | ^ ../../elfio/elf_types.hpp:381:8: warning: multi-line comment [-Wcomment] 381 | 65 // AMDGPU OS for AMD PAL compatible graphics \ | ^ ../../elfio/elf_types.hpp:384:8: warning: multi-line comment [-Wcomment] 384 | 66 // AMDGPU OS for Mesa3D compatible graphics \ | ^ ../../elfio/elf_types.hpp:390:11: warning: multi-line comment [-Wcomment] 390 | 0x100 // Indicates if the XNACK target feature is \ | ^ c_example.c: In function 'main': c_example.c:71:20: warning: unused variable 'psegment' [-Wunused-variable] 71 | psegment_t psegment = elfio_get_segment_by_index( pelfio, i ); | ^~~~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/c_wrapper' make[1]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/c_wrapper' x86_64-alt-linux-g++ -DPACKAGE_NAME=\"ELFIO\" -DPACKAGE_TARNAME=\"elfio\" -DPACKAGE_VERSION=\"3.8\" -DPACKAGE_STRING=\"ELFIO\ 3.8\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"elfio\" -DVERSION=\"3.8\" -I. -I../.. -pipe -frecord-gcc-switches -Wall -g -O2 -c -o elfio_c_wrapper.o elfio_c_wrapper.cpp In file included from ../../elfio/elfio.hpp:42, from elfio_c_wrapper.cpp:23: ../../elfio/elf_types.hpp:378:8: warning: multi-line comment [-Wcomment] 378 | 64 // AMDGPU OS for HSA compatible compute \ | ^ ../../elfio/elf_types.hpp:381:8: warning: multi-line comment [-Wcomment] 381 | 65 // AMDGPU OS for AMD PAL compatible graphics \ | ^ ../../elfio/elf_types.hpp:384:8: warning: multi-line comment [-Wcomment] 384 | 66 // AMDGPU OS for Mesa3D compatible graphics \ | ^ ../../elfio/elf_types.hpp:390:11: warning: multi-line comment [-Wcomment] 390 | 0x100 // Indicates if the XNACK target feature is \ | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/c_wrapper' make[1]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/c_wrapper' x86_64-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -o c_example c_example.o elfio_c_wrapper.o make[1]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/c_wrapper' make[1]: Nothing to be done for 'all-am'. + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.96129 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/elfio-buildroot + : + /bin/rm -rf -- /usr/src/tmp/elfio-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd elfio-3.8 + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/elfio-buildroot make: Entering directory '/usr/src/RPM/BUILD/elfio-3.8' Making install in examples/elfdump make[1]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/elfdump' make[2]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/elfdump' /bin/mkdir -p '/usr/src/tmp/elfio-buildroot/usr/bin' /usr/libexec/rpm-build/install -p elfdump '/usr/src/tmp/elfio-buildroot/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/elfdump' make[1]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/elfdump' Making install in examples/tutorial make[1]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/tutorial' make[2]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/tutorial' /bin/mkdir -p '/usr/src/tmp/elfio-buildroot/usr/bin' /usr/libexec/rpm-build/install -p tutorial '/usr/src/tmp/elfio-buildroot/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/tutorial' make[1]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/tutorial' Making install in examples/writer make[1]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/writer' make[2]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/writer' /bin/mkdir -p '/usr/src/tmp/elfio-buildroot/usr/bin' /usr/libexec/rpm-build/install -p writer '/usr/src/tmp/elfio-buildroot/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/writer' make[1]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/writer' Making install in examples/write_obj make[1]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/write_obj' make[2]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/write_obj' /bin/mkdir -p '/usr/src/tmp/elfio-buildroot/usr/bin' /usr/libexec/rpm-build/install -p write_obj '/usr/src/tmp/elfio-buildroot/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/write_obj' make[1]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/write_obj' Making install in examples/anonymizer make[1]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/anonymizer' make[2]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/anonymizer' /bin/mkdir -p '/usr/src/tmp/elfio-buildroot/usr/bin' /usr/libexec/rpm-build/install -p anonymizer '/usr/src/tmp/elfio-buildroot/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/anonymizer' make[1]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/anonymizer' Making install in examples/add_section make[1]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/add_section' make[2]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/add_section' /bin/mkdir -p '/usr/src/tmp/elfio-buildroot/usr/bin' /usr/libexec/rpm-build/install -p add_section '/usr/src/tmp/elfio-buildroot/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/add_section' make[1]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/add_section' Making install in examples/c_wrapper make[1]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/c_wrapper' make[2]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8/examples/c_wrapper' /bin/mkdir -p '/usr/src/tmp/elfio-buildroot/usr/bin' /usr/libexec/rpm-build/install -p c_example '/usr/src/tmp/elfio-buildroot/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/c_wrapper' make[1]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8/examples/c_wrapper' make[1]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8' make[2]: Entering directory '/usr/src/RPM/BUILD/elfio-3.8' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/src/tmp/elfio-buildroot/usr/include' /bin/mkdir -p '/usr/src/tmp/elfio-buildroot/usr/include/elfio' /usr/libexec/rpm-build/install -p -m 644 elfio/elf_types.hpp elfio/elfio_dynamic.hpp elfio/elfio.hpp elfio/elfio_header.hpp elfio/elfio_note.hpp elfio/elfio_relocation.hpp elfio/elfio_section.hpp elfio/elfio_segment.hpp elfio/elfio_strings.hpp elfio/elfio_symbols.hpp elfio/elfio_utils.hpp elfio/elfio_dump.hpp elfio/elfio_version.hpp elfio/elfio_modinfo.hpp '/usr/src/tmp/elfio-buildroot/usr/include/elfio' make[2]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8' make[1]: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8' make: Leaving directory '/usr/src/RPM/BUILD/elfio-3.8' + rm /usr/src/tmp/elfio-buildroot/usr/bin/add_section /usr/src/tmp/elfio-buildroot/usr/bin/anonymizer /usr/src/tmp/elfio-buildroot/usr/bin/c_example /usr/src/tmp/elfio-buildroot/usr/bin/elfdump /usr/src/tmp/elfio-buildroot/usr/bin/tutorial /usr/src/tmp/elfio-buildroot/usr/bin/write_obj /usr/src/tmp/elfio-buildroot/usr/bin/writer + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/elfio-buildroot (auto) Verifying and fixing files in /usr/src/tmp/elfio-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/elfio-buildroot/ (default) Compressing files in /usr/src/tmp/elfio-buildroot (auto) Verifying ELF objects in /usr/src/tmp/elfio-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.96129 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd elfio-3.8 + examples/elfdump/elfdump /usr/bin/make ELF Header Class: ELF64 Encoding: Little endian ELFVersion: Current Type: Shared object file Machine: Advanced Micro Devices X86-64 processor Version: Current Entry: 0xc930 Flags: 0x0 Section Headers: [ Nr ] Type Addr Size ES Flg Lk Inf Al Name [ 0] NULL 0000000000000000 0000000000000000 0000 0000 0000 0000 [ 1] PROGBITS 00000000000002a8 000000000000001c 0000 A 0000 0000 0001 .interp [ 2] NOTE 00000000000002c4 0000000000000024 0000 A 0000 0000 0004 .note.gnu.build-id [ 3] NOTE 00000000000002e8 0000000000000020 0000 A 0000 0000 0004 .note.ABI-tag [ 4] ? (0x6ffffff6) 0000000000000308 0000000000000ef4 0000 A 0005 0000 0008 .gnu.hash [ 5] DYNSYM 0000000000001200 00000000000028b0 0018 A 0006 0001 0008 .dynsym [ 6] STRTAB 0000000000003ab0 00000000000016b7 0000 A 0000 0000 0001 .dynstr [ 7] ? (0x6fffffff) 0000000000005168 0000000000000364 0002 A 0005 0000 0002 .gnu.version [ 8] ? (0x6ffffffe) 00000000000054d0 00000000000000c0 0000 A 0006 0002 0008 .gnu.version_r [ 9] RELA 0000000000005590 0000000000003120 0018 A 0005 0000 0008 .rela.dyn [ 10] RELA 00000000000086b0 0000000000000c00 0018 A 0005 0017 0008 .rela.plt [ 11] PROGBITS 000000000000a000 0000000000000017 0000 AX 0000 0000 0004 .init [ 12] PROGBITS 000000000000a020 0000000000000810 0010 AX 0000 0000 0010 .plt [ 13] PROGBITS 000000000000a830 0000000000000010 0008 AX 0000 0000 0008 .plt.got [ 14] PROGBITS 000000000000a840 0000000000023c10 0000 AX 0000 0000 0010 .text [ 15] PROGBITS 000000000002e450 0000000000000009 0000 AX 0000 0000 0004 .fini [ 16] PROGBITS 000000000002f000 00000000000056c5 0000 A 0000 0000 0010 .rodata [ 17] PROGBITS 00000000000346c8 0000000000000afc 0000 A 0000 0000 0004 .eh_frame_hdr [ 18] PROGBITS 00000000000351c8 00000000000044f8 0000 A 0000 0000 0008 .eh_frame [ 19] INIT_ARRAY 000000000003af10 0000000000000008 0008 WA 0000 0000 0008 .init_array [ 20] FINI_ARRAY 000000000003af18 0000000000000008 0008 WA 0000 0000 0008 .fini_array [ 21] PROGBITS 000000000003af20 0000000000000a90 0000 WA 0000 0000 0020 .data.rel.ro [ 22] DYNAMIC 000000000003b9b0 0000000000000200 0010 WA 0006 0000 0008 .dynamic [ 23] PROGBITS 000000000003bbb0 0000000000000448 0008 WA 0000 0000 0008 .got [ 24] PROGBITS 000000000003c000 0000000000000df4 0000 WA 0000 0000 0020 .data [ 25] NOBITS 000000000003ce00 00000000000038b8 0000 WA 0000 0000 0020 .bss [ 26] NOTE 00000000000426b8 0000000000000048 0000 0000 0000 0004 .gnu.build.attributes [ 27] PROGBITS 0000000000000000 0000000000000010 0000 0000 0000 0004 .gnu_debuglink [ 28] STRTAB 0000000000000000 0000000000000117 0000 0000 0000 0001 .shstrtab Key to Flags: W (write), A (alloc), X (execute) Segment headers: [ Nr ] Type VirtAddr PhysAddr Flags FileSize Mem.Size Align [ 0] PHDR 0000000000000040 0000000000000040 R 0000000000000268 0000000000000268 0000000000000008 [ 1] INTERP 00000000000002a8 00000000000002a8 R 000000000000001c 000000000000001c 0000000000000001 [ 2] LOAD 0000000000000000 0000000000000000 R 00000000000092b0 00000000000092b0 0000000000001000 [ 3] LOAD 000000000000a000 000000000000a000 RX 0000000000024459 0000000000024459 0000000000001000 [ 4] LOAD 000000000002f000 000000000002f000 R 000000000000a6c0 000000000000a6c0 0000000000001000 [ 5] LOAD 000000000003af10 000000000003af10 RW 0000000000001ee4 00000000000057a8 0000000000001000 [ 6] DYNAMIC 000000000003b9b0 000000000003b9b0 RW 0000000000000200 0000000000000200 0000000000000008 [ 7] NOTE 00000000000002c4 00000000000002c4 R 0000000000000044 0000000000000044 0000000000000004 [ 8] ? (0x6474e550) 00000000000346c8 00000000000346c8 R 0000000000000afc 0000000000000afc 0000000000000004 [ 9] ? (0x6474e551) 0000000000000000 0000000000000000 RW 0000000000000000 0000000000000000 0000000000000010 [ 10] ? (0x6474e552) 000000000003af10 000000000003af10 R 00000000000010f0 00000000000010f0 0000000000000001 Symbol table (.dynsym) [ Nr ] Value Size Type Bind Sect Name [ 0] 0000000000000000 0000000000000000 NOTYPE LOCAL 0 [ 1] 0000000000000000 0000000000000000 FUNC GLOBAL 0 getenv [ 2] 0000000000000000 0000000000000000 FUNC GLOBAL 0 globfree [ 3] 0000000000000000 0000000000000000 FUNC GLOBAL 0 sigprocmask [ 4] 0000000000000000 0000000000000000 FUNC GLOBAL 0 posix_spawnattr_setsigmask [ 5] 0000000000000000 0000000000000000 FUNC GLOBAL 0 posix_spawn_file_actions_init [ 6] 0000000000000000 0000000000000000 FUNC GLOBAL 0 localtime [ 7] 0000000000000000 0000000000000000 FUNC GLOBAL 0 abort [ 8] 0000000000000000 0000000000000000 FUNC GLOBAL 0 __errno_location [ 9] 0000000000000000 0000000000000000 FUNC GLOBAL 0 unlink [ 10] 0000000000000000 0000000000000000 FUNC GLOBAL 0 remove [ 11] 0000000000000000 0000000000000000 FUNC GLOBAL 0 strncmp [ 12] 0000000000000000 0000000000000000 NOTYPE WEAK 0 _ITM_deregisterTMCloneTable [ 13] 0000000000000000 0000000000000000 FUNC GLOBAL 0 _exit [ 14] 0000000000000000 0000000000000000 FUNC GLOBAL 0 strcpy [ 15] 0000000000000000 0000000000000000 FUNC GLOBAL 0 puts [ 16] 0000000000000000 0000000000000000 FUNC GLOBAL 0 ferror [ 17] 0000000000000000 0000000000000000 FUNC GLOBAL 0 qsort [ 18] 0000000000000000 0000000000000000 FUNC GLOBAL 0 isatty [ 19] 0000000000000000 0000000000000000 FUNC GLOBAL 0 sigaction [ 20] 0000000000000000 0000000000000000 FUNC GLOBAL 0 fread [ 21] 0000000000000000 0000000000000000 FUNC GLOBAL 0 strtod [ 22] 0000000000000000 0000000000000000 FUNC GLOBAL 0 readlink [ 23] 0000000000000000 0000000000000000 FUNC GLOBAL 0 fcntl [ 24] 0000000000000000 0000000000000000 FUNC GLOBAL 0 clock_gettime [ 25] 0000000000000000 0000000000000000 FUNC GLOBAL 0 posix_spawnattr_destroy [ 26] 0000000000000000 0000000000000000 FUNC GLOBAL 0 write [ 27] 0000000000000000 0000000000000000 FUNC GLOBAL 0 getpid [ 28] 0000000000000000 0000000000000000 FUNC GLOBAL 0 textdomain [ 29] 0000000000000000 0000000000000000 FUNC GLOBAL 0 fclose [ 30] 0000000000000000 0000000000000000 FUNC GLOBAL 0 posix_spawn_file_actions_destroy [ 31] 0000000000000000 0000000000000000 FUNC GLOBAL 0 opendir [ 32] 0000000000000000 0000000000000000 FUNC GLOBAL 0 getloadavg [ 33] 0000000000000000 0000000000000000 FUNC GLOBAL 0 ctime [ 34] 0000000000000000 0000000000000000 FUNC GLOBAL 0 bindtextdomain [ 35] 0000000000000000 0000000000000000 FUNC GLOBAL 0 stpcpy [ 36] 0000000000000000 0000000000000000 FUNC GLOBAL 0 dcgettext [ 37] 0000000000000000 0000000000000000 FUNC GLOBAL 0 strlen [ 38] 0000000000000000 0000000000000000 FUNC GLOBAL 0 eaccess [ 39] 0000000000000000 0000000000000000 FUNC GLOBAL 0 __lxstat [ 40] 0000000000000000 0000000000000000 FUNC GLOBAL 0 chdir [ 41] 0000000000000000 0000000000000000 FUNC GLOBAL 0 __stack_chk_fail [ 42] 0000000000000000 0000000000000000 FUNC GLOBAL 0 getopt_long [ 43] 0000000000000000 0000000000000000 FUNC GLOBAL 0 pselect [ 44] 0000000000000000 0000000000000000 FUNC GLOBAL 0 strchr [ 45] 0000000000000000 0000000000000000 FUNC GLOBAL 0 __fdelt_chk [ 46] 0000000000000000 0000000000000000 FUNC GLOBAL 0 strrchr [ 47] 0000000000000000 0000000000000000 FUNC GLOBAL 0 ftruncate [ 48] 0000000000000000 0000000000000000 FUNC GLOBAL 0 dup [ 49] 0000000000000000 0000000000000000 FUNC GLOBAL 0 lseek [ 50] 0000000000000000 0000000000000000 FUNC GLOBAL 0 gettimeofday [ 51] 0000000000000000 0000000000000000 FUNC GLOBAL 0 fputs [ 52] 0000000000000000 0000000000000000 FUNC GLOBAL 0 fnmatch [ 53] 0000000000000000 0000000000000000 FUNC GLOBAL 0 memset [ 54] 0000000000000000 0000000000000000 FUNC GLOBAL 0 getcwd [ 55] 0000000000000000 0000000000000000 FUNC GLOBAL 0 close [ 56] 0000000000000000 0000000000000000 FUNC GLOBAL 0 __realpath_chk [ 57] 0000000000000000 0000000000000000 FUNC GLOBAL 0 pipe [ 58] 0000000000000000 0000000000000000 FUNC GLOBAL 0 closedir [ 59] 0000000000000000 0000000000000000 FUNC GLOBAL 0 fputc [ 60] 0000000000000000 0000000000000000 FUNC GLOBAL 0 read [ 61] 0000000000000000 0000000000000000 FUNC GLOBAL 0 strndup [ 62] 0000000000000000 0000000000000000 FUNC GLOBAL 0 __libc_start_main [ 63] 0000000000000000 0000000000000000 FUNC GLOBAL 0 memcmp [ 64] 0000000000000000 0000000000000000 FUNC GLOBAL 0 fgets [ 65] 0000000000000000 0000000000000000 FUNC GLOBAL 0 posix_spawnattr_init [ 66] 0000000000000000 0000000000000000 FUNC GLOBAL 0 calloc [ 67] 0000000000000000 0000000000000000 FUNC GLOBAL 0 putenv [ 68] 0000000000000000 0000000000000000 FUNC GLOBAL 0 tmpfile [ 69] 0000000000000000 0000000000000000 FUNC GLOBAL 0 strcmp [ 70] 0000000000000000 0000000000000000 FUNC GLOBAL 0 putc [ 71] 0000000000000000 0000000000000000 FUNC GLOBAL 0 signal [ 72] 0000000000000000 0000000000000000 FUNC GLOBAL 0 getpwnam [ 73] 0000000000000000 0000000000000000 FUNC GLOBAL 0 __memcpy_chk [ 74] 0000000000000000 0000000000000000 FUNC GLOBAL 0 sigemptyset [ 75] 0000000000000000 0000000000000000 FUNC GLOBAL 0 feof [ 76] 0000000000000000 0000000000000000 NOTYPE WEAK 0 __gmon_start__ [ 77] 0000000000000000 0000000000000000 FUNC GLOBAL 0 umask [ 78] 0000000000000000 0000000000000000 FUNC GLOBAL 0 strtol [ 79] 0000000000000000 0000000000000000 FUNC GLOBAL 0 memcpy [ 80] 0000000000000000 0000000000000000 FUNC GLOBAL 0 kill [ 81] 0000000000000000 0000000000000000 FUNC GLOBAL 0 time [ 82] 0000000000000000 0000000000000000 FUNC GLOBAL 0 fileno [ 83] 0000000000000000 0000000000000000 FUNC GLOBAL 0 __stpcpy_chk [ 84] 0000000000000000 0000000000000000 FUNC GLOBAL 0 __xstat [ 85] 0000000000000000 0000000000000000 FUNC GLOBAL 0 readdir [ 86] 0000000000000000 0000000000000000 FUNC GLOBAL 0 dlopen [ 87] 0000000000000000 0000000000000000 FUNC GLOBAL 0 malloc [ 88] 0000000000000000 0000000000000000 FUNC GLOBAL 0 fflush [ 89] 0000000000000000 0000000000000000 FUNC GLOBAL 0 __isoc99_sscanf [ 90] 0000000000000000 0000000000000000 FUNC GLOBAL 0 __fxstat [ 91] 0000000000000000 0000000000000000 FUNC GLOBAL 0 getlogin [ 92] 0000000000000000 0000000000000000 FUNC GLOBAL 0 mkstemp [ 93] 0000000000000000 0000000000000000 FUNC GLOBAL 0 strpbrk [ 94] 0000000000000000 0000000000000000 FUNC GLOBAL 0 confstr [ 95] 0000000000000000 0000000000000000 FUNC GLOBAL 0 dlclose [ 96] 0000000000000000 0000000000000000 FUNC GLOBAL 0 __strncpy_chk [ 97] 0000000000000000 0000000000000000 FUNC GLOBAL 0 strsignal [ 98] 0000000000000000 0000000000000000 FUNC GLOBAL 0 ttyname [ 99] 0000000000000000 0000000000000000 FUNC GLOBAL 0 realloc [ 100] 0000000000000000 0000000000000000 FUNC GLOBAL 0 __strcpy_chk [ 101] 0000000000000000 0000000000000000 FUNC GLOBAL 0 fdopen [ 102] 0000000000000000 0000000000000000 FUNC GLOBAL 0 setlocale [ 103] 0000000000000000 0000000000000000 FUNC GLOBAL 0 __printf_chk [ 104] 0000000000000000 0000000000000000 FUNC GLOBAL 0 setvbuf [ 105] 0000000000000000 0000000000000000 FUNC GLOBAL 0 memmove [ 106] 0000000000000000 0000000000000000 FUNC GLOBAL 0 memrchr [ 107] 0000000000000000 0000000000000000 FUNC GLOBAL 0 waitpid [ 108] 0000000000000000 0000000000000000 FUNC GLOBAL 0 open [ 109] 0000000000000000 0000000000000000 FUNC GLOBAL 0 fopen [ 110] 0000000000000000 0000000000000000 FUNC GLOBAL 0 perror [ 111] 0000000000000000 0000000000000000 FUNC GLOBAL 0 posix_spawn [ 112] 0000000000000000 0000000000000000 FUNC GLOBAL 0 execvp [ 113] 0000000000000000 0000000000000000 FUNC GLOBAL 0 __cxa_atexit [ 114] 0000000000000000 0000000000000000 FUNC GLOBAL 0 strcat [ 115] 0000000000000000 0000000000000000 FUNC GLOBAL 0 glob [ 116] 0000000000000000 0000000000000000 FUNC GLOBAL 0 exit [ 117] 0000000000000000 0000000000000000 FUNC GLOBAL 0 posix_spawnattr_setflags [ 118] 0000000000000000 0000000000000000 FUNC GLOBAL 0 fwrite [ 119] 0000000000000000 0000000000000000 FUNC GLOBAL 0 __fprintf_chk [ 120] 0000000000000000 0000000000000000 NOTYPE WEAK 0 _ITM_registerTMCloneTable [ 121] 0000000000000000 0000000000000000 FUNC GLOBAL 0 posix_spawn_file_actions_adddup2 [ 122] 0000000000000000 0000000000000000 FUNC GLOBAL 0 strdup [ 123] 0000000000000000 0000000000000000 FUNC GLOBAL 0 strerror [ 124] 0000000000000000 0000000000000000 FUNC GLOBAL 0 dlsym [ 125] 0000000000000000 0000000000000000 FUNC GLOBAL 0 wait [ 126] 0000000000000000 0000000000000000 FUNC GLOBAL 0 sigaddset [ 127] 0000000000000000 0000000000000000 FUNC GLOBAL 0 strstr [ 128] 0000000000000000 0000000000000000 FUNC GLOBAL 0 __vsprintf_chk [ 129] 0000000000000000 0000000000000000 FUNC GLOBAL 0 dlerror [ 130] 0000000000000000 0000000000000000 FUNC GLOBAL 0 __ctype_tolower_loc [ 131] 0000000000000000 0000000000000000 FUNC GLOBAL 0 __ctype_b_loc [ 132] 0000000000000000 0000000000000000 FUNC GLOBAL 0 __sprintf_chk [ 133] 000000000003d44c 0000000000000004 OBJECT GLOBAL 25 output_sync [ 134] 0000000000017420 000000000000014f FUNC GLOBAL 14 jhash [ 135] 000000000003cda0 0000000000000008 OBJECT GLOBAL 24 current_variable_set_list [ 136] 000000000000a870 00000000000020b5 FUNC GLOBAL 14 main [ 137] 000000000002f000 0000000000000004 OBJECT GLOBAL 16 _IO_stdin_used [ 138] 000000000001cf80 0000000000000097 FUNC GLOBAL 14 gmk_eval [ 139] 000000000000e4f0 0000000000000316 FUNC GLOBAL 14 chop_commands [ 140] 000000000003d444 0000000000000004 OBJECT GLOBAL 25 not_parallel [ 141] 000000000002dcf0 0000000000000001 FUNC GLOBAL 14 remote_setup [ 142] 000000000000f920 0000000000000011 FUNC GLOBAL 14 dir_name [ 143] 0000000000016d00 00000000000000b9 FUNC GLOBAL 14 hash_find_slot [ 144] 00000000000406b8 0000000000000000 NOTYPE GLOBAL 25 _end [ 145] 000000000000d000 00000000000005e6 FUNC GLOBAL 14 ar_scan [ 146] 000000000000f4f0 000000000000002c FUNC GLOBAL 14 dir_file_exists_p [ 147] 000000000002dfa0 000000000000025f FUNC GLOBAL 14 rpl_fcntl [ 148] 000000000003d528 0000000000000004 OBJECT GLOBAL 25 touch_flag [ 149] 00000000000169b0 00000000000001e2 FUNC GLOBAL 14 define_new_function [ 150] 000000000000f7f0 0000000000000127 FUNC GLOBAL 14 file_impossible_p [ 151] 000000000002aad0 0000000000000026 FUNC GLOBAL 14 init_hash_global_variable_set [ 152] 000000000003fcb8 0000000000000004 OBJECT GLOBAL 25 commands_started [ 153] 000000000003d500 0000000000000004 OBJECT GLOBAL 25 no_builtin_rules_flag [ 154] 000000000000cdc0 00000000000001a5 FUNC GLOBAL 14 ar_glob [ 155] 000000000003fd14 0000000000000004 OBJECT GLOBAL 25 max_pattern_targets [ 156] 000000000003d448 0000000000000004 OBJECT GLOBAL 25 trace_flag [ 157] 000000000003ce50 0000000000000004 OBJECT GLOBAL 25 opterr [ 158] 00000000000120b0 00000000000003e2 FUNC GLOBAL 14 snap_deps [ 159] 000000000003ccf8 0000000000000008 OBJECT GLOBAL 24 max_load_average [ 160] 000000000003d4d4 0000000000000004 OBJECT GLOBAL 25 always_make_flag [ 161] 000000000001f350 0000000000000018 FUNC GLOBAL 14 xstrndup [ 162] 000000000002d150 000000000000008c FUNC GLOBAL 14 gpath_search [ 163] 000000000003d240 0000000000000200 OBJECT GLOBAL 25 stopchar_map [ 164] 0000000000020550 0000000000000287 FUNC GLOBAL 14 error [ 165] 000000000003fc70 0000000000000008 OBJECT GLOBAL 25 reading_file [ 166] 000000000003fd18 0000000000000004 OBJECT GLOBAL 25 num_pattern_rules [ 167] 0000000000016dc0 0000000000000026 FUNC GLOBAL 14 hash_find_item [ 168] 000000000000eb80 000000000000012d FUNC GLOBAL 14 set_default_suffixes [ 169] 00000000000112f0 000000000000048f FUNC GLOBAL 14 rehash_file [ 170] 000000000003d530 0000000000000004 OBJECT GLOBAL 25 verify_flag [ 171] 000000000003d510 0000000000000004 OBJECT GLOBAL 25 env_overrides [ 172] 000000000003fd20 0000000000000008 OBJECT GLOBAL 25 last_pattern_rule [ 173] 000000000003d4e0 0000000000000008 OBJECT GLOBAL 25 sync_mutex [ 174] 000000000001ee50 000000000000001b FUNC GLOBAL 14 alpha_compare [ 175] 000000000000ecb0 0000000000000091 FUNC GLOBAL 14 install_default_suffix_rules [ 176] 000000000003d4fc 0000000000000004 OBJECT GLOBAL 25 no_builtin_variables_flag [ 177] 000000000003dc20 0000000000000004 OBJECT GLOBAL 25 stdio_traced [ 178] 0000000000015200 00000000000002d3 FUNC GLOBAL 14 patsubst_expand_pat [ 179] 000000000001cec0 0000000000000091 FUNC GLOBAL 14 unload_file [ 180] 000000000002da30 0000000000000066 FUNC GLOBAL 14 fd_inherit [ 181] 000000000003d4f0 0000000000000004 OBJECT GLOBAL 25 print_directory [ 182] 000000000002dd30 0000000000000019 FUNC GLOBAL 14 remote_status [ 183] 000000000002a130 00000000000003a3 FUNC GLOBAL 14 strcache_print_stats [ 184] 000000000002c820 0000000000000021 FUNC GLOBAL 14 print_file_variables [ 185] 0000000000012740 00000000000000a0 FUNC GLOBAL 14 file_timestamp_now [ 186] 0000000000016c00 00000000000000f6 FUNC GLOBAL 14 hash_init [ 187] 0000000000025960 0000000000000300 FUNC GLOBAL 14 read_all_makefiles [ 188] 000000000000ea70 0000000000000105 FUNC GLOBAL 14 print_commands [ 189] 000000000002dd10 0000000000000003 FUNC GLOBAL 14 start_remote_job_p [ 190] 000000000002d840 0000000000000028 FUNC GLOBAL 14 jobserver_signal [ 191] 000000000001f330 0000000000000018 FUNC GLOBAL 14 xstrdup [ 192] 000000000001fdc0 000000000000002d FUNC GLOBAL 14 output_init [ 193] 0000000000022be0 000000000000018d FUNC GLOBAL 14 tilde_expand [ 194] 000000000003d52c 0000000000000004 OBJECT GLOBAL 25 run_silent [ 195] 000000000003cdd0 0000000000000008 OBJECT GLOBAL 24 version_string [ 196] 000000000003c000 0000000000000000 NOTYPE GLOBAL 24 __data_start [ 197] 000000000002e410 0000000000000001 FUNC GLOBAL 14 __libc_csu_fini [ 198] 000000000001f6e0 0000000000000001 FUNC GLOBAL 14 make_access [ 199] 000000000003ce20 0000000000000008 OBJECT WEAK 25 _environ [ 200] 0000000000015540 0000000000000056 FUNC GLOBAL 14 patsubst_expand [ 201] 000000000003ccf0 0000000000000008 OBJECT GLOBAL 24 default_load_average [ 202] 000000000002d2e0 00000000000001b6 FUNC GLOBAL 14 print_vpath_data_base [ 203] 000000000001a340 0000000000000056 FUNC GLOBAL 14 unblock_all_sigs [ 204] 000000000003d488 0000000000000008 OBJECT GLOBAL 25 program [ 205] 000000000003d468 0000000000000008 OBJECT GLOBAL 25 default_goal_var [ 206] 000000000003d480 0000000000000008 OBJECT GLOBAL 25 directory_before_chdir [ 207] 000000000003ce18 0000000000000004 OBJECT GLOBAL 25 optind [ 208] 0000000000016df0 0000000000000112 FUNC GLOBAL 14 hash_insert_at [ 209] 000000000002dd50 0000000000000001 FUNC GLOBAL 14 block_remote_children [ 210] 0000000000012ee0 0000000000000013 FUNC GLOBAL 14 verify_file_data_base [ 211] 000000000000cc50 000000000000016a FUNC GLOBAL 14 ar_touch [ 212] 000000000002dd70 0000000000000006 FUNC GLOBAL 14 remote_kill [ 213] 000000000000f670 0000000000000179 FUNC GLOBAL 14 file_impossible [ 214] 000000000003ce10 0000000000000008 OBJECT GLOBAL 25 stdin [ 215] 000000000002b3c0 00000000000004e4 FUNC GLOBAL 14 define_automatic_variables [ 216] 000000000002d880 00000000000001a1 FUNC GLOBAL 14 jobserver_acquire [ 217] 000000000001c1a0 0000000000000049 FUNC GLOBAL 14 start_waiting_jobs [ 218] 0000000000025c60 0000000000000125 FUNC GLOBAL 14 eval_buffer [ 219] 000000000002dd80 00000000000001f2 FUNC GLOBAL 14 find_in_given_path [ 220] 000000000002b0f0 0000000000000051 FUNC GLOBAL 14 create_new_variable_set [ 221] 000000000003cf98 0000000000000008 OBJECT GLOBAL 25 variable_buffer [ 222] 000000000003d518 0000000000000008 OBJECT GLOBAL 25 output_sync_option [ 223] 000000000000ee40 000000000000004a FUNC GLOBAL 14 undefine_default_variables [ 224] 0000000000029520 00000000000003a4 FUNC GLOBAL 14 convert_to_pattern [ 225] 0000000000026020 00000000000000a8 FUNC GLOBAL 14 show_goal_error [ 226] 000000000002b8b0 00000000000003bd FUNC GLOBAL 14 target_environment [ 227] 000000000000ed50 0000000000000069 FUNC GLOBAL 14 install_default_implicit_rules [ 228] 000000000001f370 0000000000000024 FUNC GLOBAL 14 lindex [ 229] 0000000000016270 0000000000000391 FUNC GLOBAL 14 func_shell_base [ 230] 000000000002d670 0000000000000040 FUNC GLOBAL 14 jobserver_get_auth [ 231] 0000000000016f10 000000000000003f FUNC GLOBAL 14 hash_insert [ 232] 000000000002d520 0000000000000142 FUNC GLOBAL 14 jobserver_parse_auth [ 233] 000000000003d4a0 0000000000000030 OBJECT GLOBAL 25 shell_var [ 234] 000000000003d0d8 0000000000000008 OBJECT GLOBAL 25 children [ 235] 000000000000fdb0 0000000000000040 FUNC GLOBAL 14 dir_setup_glob [ 236] 000000000003d450 0000000000000004 OBJECT GLOBAL 25 one_shell [ 237] 000000000002daa0 0000000000000028 FUNC GLOBAL 14 jobserver_pre_child [ 238] 000000000001f6d0 0000000000000001 FUNC GLOBAL 14 user_access [ 239] 0000000000000000 0000000000000000 FUNC WEAK 0 __cxa_finalize [ 240] 000000000000d650 0000000000000201 FUNC GLOBAL 14 ar_member_touch [ 241] 000000000003d520 0000000000000004 OBJECT GLOBAL 25 db_level [ 242] 0000000000016bf0 0000000000000006 FUNC GLOBAL 14 guile_gmake_setup [ 243] 00000000000288f0 000000000000047b FUNC GLOBAL 14 update_goal_chain [ 244] 000000000003d1a0 0000000000000080 OBJECT GLOBAL 25 fatal_signal_set [ 245] 000000000001cf60 0000000000000007 FUNC GLOBAL 14 gmk_alloc [ 246] 000000000002b150 0000000000000089 FUNC GLOBAL 14 push_new_variable_scope [ 247] 0000000000021e70 0000000000000248 FUNC GLOBAL 14 find_percent_cached [ 248] 000000000003fd10 0000000000000004 OBJECT GLOBAL 25 max_pattern_deps [ 249] 000000000001f3d0 0000000000000027 FUNC GLOBAL 14 next_token [ 250] 0000000000012640 0000000000000100 FUNC GLOBAL 14 file_timestamp_cons [ 251] 0000000000011ad0 0000000000000272 FUNC GLOBAL 14 enter_prereqs [ 252] 000000000003fd00 0000000000000008 OBJECT GLOBAL 25 suffix_file [ 253] 000000000000cad0 000000000000008a FUNC GLOBAL 14 ar_name [ 254] 0000000000012f00 0000000000000160 FUNC GLOBAL 14 build_target_list [ 255] 0000000000011a20 00000000000000a5 FUNC GLOBAL 14 split_prereqs [ 256] 000000000003d0e0 0000000000000004 OBJECT GLOBAL 25 batch_mode_shell [ 257] 000000000001a3a0 000000000000000c FUNC GLOBAL 14 child_handler [ 258] 000000000002c850 00000000000000d4 FUNC GLOBAL 14 print_target_variables [ 259] 0000000000010c10 0000000000000081 FUNC GLOBAL 14 variable_expand_for_file [ 260] 000000000002d7a0 000000000000009b FUNC GLOBAL 14 jobserver_acquire_all [ 261] 000000000003d478 0000000000000008 OBJECT GLOBAL 25 starting_directory [ 262] 000000000001a3b0 0000000000000545 FUNC GLOBAL 14 child_execute_job [ 263] 0000000000000000 0000000000000000 FUNC GLOBAL 0 free [ 264] 000000000003fe00 0000000000000004 OBJECT GLOBAL 25 export_all_variables [ 265] 000000000001a900 0000000000000196 FUNC GLOBAL 14 exec_command [ 266] 0000000000012e70 0000000000000068 FUNC GLOBAL 14 print_file_data_base [ 267] 0000000000029ac0 00000000000001b0 FUNC GLOBAL 14 print_rule_data_base [ 268] 000000000002b0a0 0000000000000044 FUNC GLOBAL 14 lookup_variable_in_set [ 269] 000000000001f6f0 0000000000000001 FUNC GLOBAL 14 child_access [ 270] 000000000000fe50 000000000000006a FUNC GLOBAL 14 variable_buffer_output [ 271] 0000000000016190 00000000000000dc FUNC GLOBAL 14 shell_completed [ 272] 0000000000029a10 00000000000000ad FUNC GLOBAL 14 create_pattern_rule [ 273] 0000000000026230 0000000000000989 FUNC GLOBAL 14 f_mtime [ 274] 000000000002c730 00000000000000e7 FUNC GLOBAL 14 print_variable_data_base [ 275] 0000000000011ef0 0000000000000076 FUNC GLOBAL 14 expand_extra_prereqs [ 276] 000000000001aaa0 00000000000000a4 FUNC GLOBAL 14 construct_command_argv [ 277] 000000000003cdc8 0000000000000008 OBJECT GLOBAL 24 make_host [ 278] 000000000001f400 000000000000006b FUNC GLOBAL 14 find_next_token [ 279] 000000000002aeb0 00000000000001e7 FUNC GLOBAL 14 lookup_variable [ 280] 000000000001ff40 000000000000014d FUNC GLOBAL 14 output_start [ 281] 000000000002d870 0000000000000001 FUNC GLOBAL 14 jobserver_pre_acquire [ 282] 000000000003cc94 0000000000000004 OBJECT GLOBAL 24 unixy_shell [ 283] 000000000001f600 0000000000000029 FUNC GLOBAL 14 free_ns_chain [ 284] 0000000000029fe0 0000000000000115 FUNC GLOBAL 14 strcache_add_len [ 285] 000000000001f0a0 00000000000001ee FUNC GLOBAL 14 concat [ 286] 000000000003ce20 0000000000000008 OBJECT GLOBAL 25 __environ [ 287] 000000000003fd28 0000000000000008 OBJECT GLOBAL 25 pattern_rules [ 288] 000000000001f2f0 0000000000000037 FUNC GLOBAL 14 xrealloc [ 289] 000000000002c320 0000000000000258 FUNC GLOBAL 14 parse_variable_definition [ 290] 000000000002ab00 0000000000000266 FUNC GLOBAL 14 define_variable_in_set [ 291] 0000000000029ed0 0000000000000094 FUNC GLOBAL 14 strcache_iscached [ 292] 000000000003d4f4 0000000000000004 OBJECT GLOBAL 25 check_symlink_flag [ 293] 000000000003d504 0000000000000004 OBJECT GLOBAL 25 question_flag [ 294] 0000000000016ff0 0000000000000023 FUNC GLOBAL 14 hash_delete_at [ 295] 00000000000117b0 000000000000026e FUNC GLOBAL 14 remove_intermediates [ 296] 000000000003d0d0 0000000000000004 OBJECT GLOBAL 25 job_slots_used [ 297] 0000000000020370 00000000000001d7 FUNC GLOBAL 14 message [ 298] 000000000001fdf0 0000000000000077 FUNC GLOBAL 14 output_close [ 299] 000000000003ce00 0000000000000008 OBJECT GLOBAL 25 stdout [ 300] 000000000003d454 0000000000000004 OBJECT GLOBAL 25 second_expansion [ 301] 0000000000020140 0000000000000015 FUNC GLOBAL 14 outputs [ 302] 000000000001f470 000000000000005d FUNC GLOBAL 14 writebuf [ 303] 000000000002e3b0 000000000000005d FUNC GLOBAL 14 __libc_csu_init [ 304] 000000000003c000 0000000000000000 NOTYPE WEAK 24 data_start [ 305] 000000000003ce20 0000000000000008 OBJECT WEAK 25 environ [ 306] 0000000000010db0 000000000000002d FUNC GLOBAL 14 restore_variable_buffer [ 307] 000000000002d1e0 00000000000000f3 FUNC GLOBAL 14 vpath_search [ 308] 000000000003d50c 0000000000000004 OBJECT GLOBAL 25 ignore_errors_flag [ 309] 000000000003d040 0000000000000004 OBJECT GLOBAL 25 shell_function_pid [ 310] 000000000002df80 0000000000000018 FUNC GLOBAL 14 xconcatenated_filename [ 311] 000000000000edc0 0000000000000071 FUNC GLOBAL 14 define_default_variables [ 312] 000000000001f630 0000000000000099 FUNC GLOBAL 14 get_tmpfile [ 313] 000000000003d440 0000000000000004 OBJECT GLOBAL 25 clock_skew_detected [ 314] 000000000001fed0 000000000000006e FUNC GLOBAL 14 output_tmpfd [ 315] 0000000000013060 0000000000000026 FUNC GLOBAL 14 init_hash_files [ 316] 000000000000cb60 000000000000003e FUNC GLOBAL 14 ar_parse_name [ 317] 0000000000016620 0000000000000390 FUNC GLOBAL 14 handle_function [ 318] 000000000003d470 0000000000000004 OBJECT GLOBAL 25 makelevel [ 319] 000000000001d020 0000000000000007 FUNC GLOBAL 14 gmk_expand [ 320] 000000000003cce0 0000000000000008 OBJECT GLOBAL 24 default_shell [ 321] 000000000002c060 00000000000002b3 FUNC GLOBAL 14 initialize_file_variables [ 322] 000000000001f290 0000000000000024 FUNC GLOBAL 14 xmalloc [ 323] 000000000002c580 00000000000000fe FUNC GLOBAL 14 assign_variable_definition [ 324] 000000000000fec0 0000000000000181 FUNC GLOBAL 14 expand_argument [ 325] 000000000000d5f0 000000000000005d FUNC GLOBAL 14 ar_name_equal [ 326] 000000000003cdf0 0000000000000004 OBJECT GLOBAL 24 exit_failure [ 327] 0000000000010ca0 00000000000000b3 FUNC GLOBAL 14 allocated_variable_expand_for_file [ 328] 000000000003d4d8 0000000000000004 OBJECT GLOBAL 25 warn_undefined_variables_flag [ 329] 0000000000023030 0000000000000717 FUNC GLOBAL 14 parse_file_seq [ 330] 000000000003fd08 0000000000000008 OBJECT GLOBAL 25 max_pattern_dep_length [ 331] 000000000003ce40 0000000000000008 OBJECT GLOBAL 25 optarg [ 332] 000000000003d524 0000000000000004 OBJECT GLOBAL 25 just_print_flag [ 333] 000000000002dd20 0000000000000006 FUNC GLOBAL 14 start_remote_job [ 334] 0000000000017080 000000000000005f FUNC GLOBAL 14 hash_delete_items [ 335] 000000000002dd00 0000000000000001 FUNC GLOBAL 14 remote_cleanup [ 336] 0000000000014fe0 00000000000001b4 FUNC GLOBAL 14 subst_expand [ 337] 00000000000127e0 00000000000000f4 FUNC GLOBAL 14 print_prereqs [ 338] 000000000002dc70 0000000000000071 FUNC GLOBAL 14 get_bad_stdin [ 339] 000000000003d4e8 0000000000000004 OBJECT GLOBAL 25 job_slots [ 340] 000000000002bc70 00000000000003e2 FUNC GLOBAL 14 do_variable_definition [ 341] 00000000000171c0 00000000000001b9 FUNC GLOBAL 14 hash_print_stats [ 342] 0000000000010a00 0000000000000206 FUNC GLOBAL 14 recursively_expand_for_file [ 343] 000000000000e920 000000000000014b FUNC GLOBAL 14 fatal_error_signal [ 344] 00000000000109e0 0000000000000011 FUNC GLOBAL 14 variable_expand [ 345] 000000000001f3a0 0000000000000027 FUNC GLOBAL 14 end_of_token [ 346] 0000000000022d70 00000000000002b5 FUNC GLOBAL 14 construct_include_path [ 347] 0000000000017570 00000000000002bc FUNC GLOBAL 14 jhash_string [ 348] 000000000002dd60 0000000000000001 FUNC GLOBAL 14 unblock_remote_children [ 349] 0000000000029270 00000000000002af FUNC GLOBAL 14 snap_implicit_rules [ 350] 000000000001e030 00000000000000e3 FUNC GLOBAL 14 die [ 351] 000000000003cdf4 0000000000000000 NOTYPE GLOBAL 25 __bss_start [ 352] 000000000002b1e0 000000000000007a FUNC GLOBAL 14 pop_variable_scope [ 353] 000000000001f2c0 0000000000000029 FUNC GLOBAL 14 xcalloc [ 354] 0000000000016ba0 000000000000004b FUNC GLOBAL 14 hash_init_function_table [ 355] 0000000000020a40 000000000000005b FUNC GLOBAL 14 out_of_memory [ 356] 0000000000017020 000000000000005e FUNC GLOBAL 14 hash_free_items [ 357] 000000000001d030 0000000000000012 FUNC GLOBAL 14 gmk_add_function [ 358] 000000000002adb0 00000000000000f7 FUNC GLOBAL 14 undefine_variable_in_set [ 359] 000000000001c1f0 00000000000006b1 FUNC GLOBAL 14 new_job [ 360] 000000000003d4f8 0000000000000004 OBJECT GLOBAL 25 keep_going_flag [ 361] 000000000003d4d0 0000000000000004 OBJECT GLOBAL 25 rebuilding_makefiles [ 362] 000000000000db70 0000000000000980 FUNC GLOBAL 14 set_file_variables [ 363] 0000000000029f70 000000000000006f FUNC GLOBAL 14 strcache_add [ 364] 0000000000010d60 0000000000000047 FUNC GLOBAL 14 install_variable_buffer [ 365] 0000000000010050 00000000000007bc FUNC GLOBAL 14 variable_expand_string [ 366] 000000000003d0c0 0000000000000004 OBJECT GLOBAL 25 jobserver_tokens [ 367] 0000000000017830 0000000000000010 FUNC GLOBAL 14 stemlen_compare [ 368] 0000000000011130 0000000000000091 FUNC GLOBAL 14 lookup_file [ 369] 000000000002d710 0000000000000088 FUNC GLOBAL 14 jobserver_release [ 370] 000000000001f060 0000000000000031 FUNC GLOBAL 14 print_spaces [ 371] 000000000002a100 0000000000000026 FUNC GLOBAL 14 strcache_init [ 372] 0000000000017380 000000000000009a FUNC GLOBAL 14 hash_dump [ 373] 000000000003cdf4 0000000000000000 NOTYPE GLOBAL 24 _edata [ 374] 0000000000011780 0000000000000022 FUNC GLOBAL 14 rename_file [ 375] 000000000002d000 000000000000014c FUNC GLOBAL 14 build_vpath_lists [ 376] 00000000000207e0 0000000000000081 FUNC GLOBAL 14 perror_with_name [ 377] 000000000000cba0 00000000000000a1 FUNC GLOBAL 14 ar_member_date [ 378] 000000000000c930 000000000000002b FUNC GLOBAL 14 _start [ 379] 0000000000026bc0 0000000000000503 FUNC GLOBAL 14 notice_finished_file [ 380] 0000000000016fb0 0000000000000038 FUNC GLOBAL 14 hash_delete [ 381] 000000000001fb70 0000000000000241 FUNC GLOBAL 14 output_dump [ 382] 000000000000f520 0000000000000146 FUNC GLOBAL 14 file_exists_p [ 383] 00000000000197f0 00000000000000b4 FUNC GLOBAL 14 is_bourne_compatible_shell [ 384] 000000000002aa00 00000000000000c8 FUNC GLOBAL 14 create_pattern_var [ 385] 000000000003cfc0 0000000000000004 OBJECT GLOBAL 25 snapped_deps [ 386] 000000000002ad70 0000000000000034 FUNC GLOBAL 14 free_variable_set [ 387] 000000000002ccc0 000000000000033a FUNC GLOBAL 14 construct_vpath_list [ 388] 000000000003d508 0000000000000004 OBJECT GLOBAL 25 print_data_base_flag [ 389] 000000000001f540 00000000000000c0 FUNC GLOBAL 14 copy_dep_chain [ 390] 00000000000124a0 000000000000005c FUNC GLOBAL 14 set_command_state [ 391] 000000000001b100 0000000000000a2d FUNC GLOBAL 14 reap_children [ 392] 000000000003ce60 0000000000000008 OBJECT GLOBAL 25 stderr [ 393] 000000000002d6b0 000000000000000c FUNC GLOBAL 14 jobserver_enabled [ 394] 000000000003ce70 0000000000000004 OBJECT GLOBAL 25 handling_fatal_signal [ 395] 0000000000017170 000000000000004b FUNC GLOBAL 14 hash_map_arg [ 396] 000000000002b260 0000000000000155 FUNC GLOBAL 14 merge_variable_set_lists [ 397] 000000000001ee70 00000000000001e5 FUNC GLOBAL 14 collapse_continuations [ 398] 0000000000020160 000000000000020f FUNC GLOBAL 14 fatal [ 399] 000000000003cce8 0000000000000001 OBJECT GLOBAL 24 cmd_prefix [ 400] 00000000000406a8 0000000000000008 OBJECT GLOBAL 25 remote_description [ 401] 000000000001c8b0 0000000000000604 FUNC GLOBAL 14 load_file [ 402] 000000000002dad0 0000000000000066 FUNC GLOBAL 14 fd_noinherit [ 403] 000000000003d458 0000000000000004 OBJECT GLOBAL 25 posix_pedantic [ 404] 000000000003c918 0000000000000008 OBJECT GLOBAL 24 expanding_var [ 405] 000000000000e8c0 0000000000000059 FUNC GLOBAL 14 delete_child_targets [ 406] 000000000001f4d0 0000000000000067 FUNC GLOBAL 14 readbuf [ 407] 000000000000f940 0000000000000465 FUNC GLOBAL 14 print_dir_data_base [ 408] 000000000002dc40 0000000000000028 FUNC GLOBAL 14 jobserver_post_child [ 409] 0000000000016f50 0000000000000051 FUNC GLOBAL 14 hash_load [ 410] 0000000000021e60 000000000000000a FUNC GLOBAL 14 find_percent [ 411] 000000000003cc80 0000000000000008 OBJECT GLOBAL 24 hash_deleted_item [ 412] 000000000002d6c0 000000000000004b FUNC GLOBAL 14 jobserver_clear [ 413] 0000000000012500 0000000000000137 FUNC GLOBAL 14 file_timestamp_sprintf [ 414] 000000000003d460 0000000000000008 OBJECT GLOBAL 25 default_file [ 415] 00000000000111d0 0000000000000119 FUNC GLOBAL 14 enter_file [ 416] 00000000000298d0 0000000000000134 FUNC GLOBAL 14 install_pattern_rule [ 417] 000000000003d0c8 0000000000000008 OBJECT GLOBAL 25 job_counter [ 418] 00000000000155a0 0000000000000169 FUNC GLOBAL 14 pattern_matches [ 419] 000000000000e810 00000000000000aa FUNC GLOBAL 14 execute_file_commands [ 420] 000000000001cf70 0000000000000005 FUNC GLOBAL 14 gmk_free [ 421] 000000000002c680 00000000000000b0 FUNC GLOBAL 14 try_variable_definition [ 422] 000000000002db40 00000000000000f4 FUNC GLOBAL 14 jobserver_setup [ 423] 000000000003d4ec 0000000000000004 OBJECT GLOBAL 25 print_version_flag [ 424] 00000000000191f0 000000000000010a FUNC GLOBAL 14 try_implicit_rule [ 425] 000000000002e370 0000000000000037 FUNC GLOBAL 14 xalloc_die [ 426] 000000000003d220 000000000000000c OBJECT GLOBAL 25 make_sync [ 427] 000000000001fe70 000000000000005b FUNC GLOBAL 14 pfatal_with_name [ 428] 0000000000017120 0000000000000042 FUNC GLOBAL 14 hash_map [ 429] 0000000000015bc0 000000000000005d FUNC GLOBAL 14 strip_whitespace [ 430] 000000000003dc28 0000000000000008 OBJECT GLOBAL 25 output_context [ 431] 00000000000170e0 000000000000003f FUNC GLOBAL 14 hash_free [ 432] 000000000000fdf0 0000000000000054 FUNC GLOBAL 14 hash_init_directories [ 433] 000000000002e200 0000000000000168 FUNC GLOBAL 14 concatenated_filename Note section (.note.gnu.build-id) No Type Name [ 0] 00000003 GNU Note section (.note.ABI-tag) No Type Name [ 0] 00000001 GNU Note section (.gnu.build.attributes) No Type Name [ 0] 00000100 GA$3a1 [ 1] 00000100 GA$3a1 Dynamic section (.dynamic) [ Nr ] Tag Name/Value [ 0] NEEDED libdl.so.2 [ 1] NEEDED libc.so.6 [ 2] INIT 000000000000a000 [ 3] FINI 000000000002e450 [ 4] INIT_ARRAY 000000000003af10 [ 5] INIT_ARRAYSZ 0000000000000008 [ 6] FINI_ARRAY 000000000003af18 [ 7] FINI_ARRAYSZ 0000000000000008 [ 8] ? (0x6ffffef5) 0000000000000308 [ 9] STRTAB 0000000000003ab0 [ 10] SYMTAB 0000000000001200 [ 11] STRSZ 00000000000016b7 [ 12] SYMENT 0000000000000018 [ 13] DEBUG 0000000000000000 [ 14] PLTGOT 000000000003bbb0 [ 15] PLTRELSZ 0000000000000c00 [ 16] PLTREL 0000000000000007 [ 17] JMPREL 00000000000086b0 [ 18] RELA 0000000000005590 [ 19] RELASZ 0000000000003120 [ 20] RELAENT 0000000000000018 [ 21] BIND_NOW 0000000000000000 [ 22] ? (0x6ffffffb) 0000000008000001 [ 23] ? (0x6ffffffe) 00000000000054d0 [ 24] ? (0x6fffffff) 0000000000000002 [ 25] ? (0x6ffffff0) 0000000000005168 [ 26] ? (0x6ffffff9) 00000000000001ff [ 27] NULL 0000000000000000 Section Data: .interp [00000000] 2f 6c 69 62 36 34 2f 6c 64 2d 6c 69 6e 75 78 2d [00000010] 78 38 36 2d 36 34 2e 73 6f 2e 32 00 .note.gnu.build-id [00000000] 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 [00000010] 0a fd 92 7b 3a e2 44 49 4f f8 65 8e 7a 8e 0e 2a [00000020] 0a f6 3b 21 .note.ABI-tag [00000000] 04 00 00 00 10 00 00 00 01 00 00 00 47 4e 55 00 [00000010] 00 00 00 00 03 00 00 00 02 00 00 00 00 00 00 00 .gnu.hash [00000000] 4c 02 00 00 85 00 00 00 20 00 00 00 0b 00 00 00 [00000010] 02 02 82 20 4a 40 02 44 6a 04 21 07 04 40 09 08 [00000020] e1 02 81 55 30 20 80 40 1b 50 a8 08 a8 42 11 09 [00000030] 16 00 81 10 03 01 08 02 00 24 43 10 1a 94 0c 00 .dynsym [00000000] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [00000010] 00 00 00 00 00 00 00 00 13 03 00 00 12 00 00 00 [00000020] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [00000030] bc 04 00 00 12 00 00 00 00 00 00 00 00 00 00 00 .dynstr [00000000] 00 5f 49 54 4d 5f 64 65 72 65 67 69 73 74 65 72 [00000010] 54 4d 43 6c 6f 6e 65 54 61 62 6c 65 00 5f 5f 67 [00000020] 6d 6f 6e 5f 73 74 61 72 74 5f 5f 00 5f 49 54 4d [00000030] 5f 72 65 67 69 73 74 65 72 54 4d 43 6c 6f 6e 65 .gnu.version [00000000] 00 00 02 00 02 00 02 00 02 00 02 00 02 00 02 00 [00000010] 02 00 02 00 02 00 02 00 00 00 02 00 02 00 02 00 [00000020] 02 00 02 00 02 00 02 00 02 00 02 00 02 00 02 00 [00000030] 03 00 02 00 02 00 02 00 02 00 02 00 02 00 02 00 .gnu.version_r [00000000] 01 00 01 00 dc 04 00 00 10 00 00 00 20 00 00 00 [00000010] 75 1a 69 09 00 00 08 00 55 16 00 00 00 00 00 00 [00000020] 01 00 09 00 e7 04 00 00 10 00 00 00 00 00 00 00 [00000030] 13 69 69 0d 00 00 0b 00 61 16 00 00 10 00 00 00 .rela.dyn [00000000] 10 af 03 00 00 00 00 00 08 00 00 00 00 00 00 00 [00000010] 10 ca 00 00 00 00 00 00 18 af 03 00 00 00 00 00 [00000020] 08 00 00 00 00 00 00 00 d0 c9 00 00 00 00 00 00 [00000030] 20 af 03 00 00 00 00 00 08 00 00 00 00 00 00 00 .rela.plt [00000000] c8 bb 03 00 00 00 00 00 07 00 00 00 01 00 00 00 [00000010] 00 00 00 00 00 00 00 00 d0 bb 03 00 00 00 00 00 [00000020] 07 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 [00000030] d8 bb 03 00 00 00 00 00 07 00 00 00 03 00 00 00 .init [00000000] 48 83 ec 08 48 8b 05 d5 1f 03 00 48 85 c0 74 02 [00000010] ff d0 48 83 c4 08 c3 .plt [00000000] ff 35 92 1b 03 00 ff 25 94 1b 03 00 0f 1f 40 00 [00000010] ff 25 92 1b 03 00 68 00 00 00 00 e9 e0 ff ff ff [00000020] ff 25 8a 1b 03 00 68 01 00 00 00 e9 d0 ff ff ff [00000030] ff 25 82 1b 03 00 68 02 00 00 00 e9 c0 ff ff ff .plt.got [00000000] ff 25 92 17 03 00 66 90 ff 25 b2 17 03 00 66 90 .text [00000000] e8 4b f8 ff ff e8 46 f8 ff ff e8 41 f8 ff ff e8 [00000010] 3c f8 ff ff e8 37 f8 ff ff e8 32 f8 ff ff e8 2d [00000020] f8 ff ff 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 [00000030] 55 48 89 e5 41 57 41 56 41 55 41 54 53 48 81 ec .fini [00000000] 48 83 ec 08 48 83 c4 08 c3 .rodata [00000000] 01 00 02 00 28 00 74 6f 75 63 68 3a 20 00 00 00 [00000010] 61 74 74 65 6d 70 74 20 74 6f 20 75 73 65 20 75 [00000020] 6e 73 75 70 70 6f 72 74 65 64 20 66 65 61 74 75 [00000030] 72 65 3a 20 27 25 73 27 00 00 00 00 00 00 00 00 .eh_frame_hdr [00000000] 01 1b 03 3b fc 0a 00 00 5e 01 00 00 58 59 fd ff [00000010] 48 0b 00 00 68 61 fd ff 70 0b 00 00 78 61 fd ff [00000020] 04 17 00 00 7d 61 fd ff 04 20 00 00 82 61 fd ff [00000030] 78 2f 00 00 87 61 fd ff 84 30 00 00 8c 61 fd ff .eh_frame [00000000] 14 00 00 00 00 00 00 00 01 7a 52 00 01 78 10 01 [00000010] 1b 0c 07 08 90 01 07 10 14 00 00 00 1c 00 00 00 [00000020] 48 77 fd ff 2b 00 00 00 00 00 00 00 00 00 00 00 [00000030] 14 00 00 00 00 00 00 00 01 7a 52 00 01 78 10 01 .init_array [00000000] 10 ca 00 00 00 00 00 00 .fini_array [00000000] d0 c9 00 00 00 00 00 00 .data.rel.ro [00000000] 20 af 03 00 00 00 00 00 00 00 00 00 00 00 00 00 [00000010] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [00000020] fd 39 03 00 00 00 00 00 07 f2 02 00 00 00 00 00 [00000030] e9 11 03 00 00 00 00 00 5b 11 03 00 00 00 00 00 .dynamic [00000000] 01 00 00 00 00 00 00 00 dc 04 00 00 00 00 00 00 [00000010] 01 00 00 00 00 00 00 00 e7 04 00 00 00 00 00 00 [00000020] 0c 00 00 00 00 00 00 00 00 a0 00 00 00 00 00 00 [00000030] 0d 00 00 00 00 00 00 00 50 e4 02 00 00 00 00 00 .got [00000000] b0 b9 03 00 00 00 00 00 00 00 00 00 00 00 00 00 [00000010] 00 00 00 00 00 00 00 00 36 a0 00 00 00 00 00 00 [00000020] 46 a0 00 00 00 00 00 00 56 a0 00 00 00 00 00 00 [00000030] 66 a0 00 00 00 00 00 00 76 a0 00 00 00 00 00 00 .data [00000000] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [00000010] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [00000020] 2e 6f 75 74 20 2e 61 20 2e 6c 6e 20 2e 6f 20 2e [00000030] 63 20 2e 63 63 20 2e 43 20 2e 63 70 70 20 2e 70 .gnu.build.attributes [00000000] 08 00 00 00 10 00 00 00 00 01 00 00 47 41 24 01 [00000010] 33 61 31 00 60 c9 00 00 00 00 00 00 15 ca 00 00 [00000020] 00 00 00 00 08 00 00 00 10 00 00 00 00 01 00 00 [00000030] 47 41 24 01 33 61 31 00 50 e4 02 00 00 00 00 00 .gnu_debuglink [00000000] 6d 61 6b 65 2e 64 65 62 75 67 00 00 bb cb 37 73 .shstrtab [00000000] 00 2e 64 61 74 61 00 2e 72 6f 64 61 74 61 00 2e [00000010] 73 68 73 74 72 74 61 62 00 2e 64 79 6e 61 6d 69 [00000020] 63 00 2e 6e 6f 74 65 2e 67 6e 75 2e 62 75 69 6c [00000030] 64 2d 69 64 00 2e 65 68 5f 66 72 61 6d 65 00 2e Segment Data: Segment # 0 [00000000] 06 00 00 00 04 00 00 00 40 00 00 00 00 00 00 00 [00000010] 40 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 [00000020] 68 02 00 00 00 00 00 00 68 02 00 00 00 00 00 00 [00000030] 08 00 00 00 00 00 00 00 03 00 00 00 04 00 00 00 Segment # 1 [00000000] 2f 6c 69 62 36 34 2f 6c 64 2d 6c 69 6e 75 78 2d [00000010] 78 38 36 2d 36 34 2e 73 6f 2e 32 00 Segment # 2 [00000000] 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00 [00000010] 03 00 3e 00 01 00 00 00 30 c9 00 00 00 00 00 00 [00000020] 40 00 00 00 00 00 00 00 68 bf 03 00 00 00 00 00 [00000030] 00 00 00 00 40 00 38 00 0b 00 40 00 1d 00 1c 00 Segment # 3 [00000000] 48 83 ec 08 48 8b 05 d5 1f 03 00 48 85 c0 74 02 [00000010] ff d0 48 83 c4 08 c3 00 00 00 00 00 00 00 00 00 [00000020] ff 35 92 1b 03 00 ff 25 94 1b 03 00 0f 1f 40 00 [00000030] ff 25 92 1b 03 00 68 00 00 00 00 e9 e0 ff ff ff Segment # 4 [00000000] 01 00 02 00 28 00 74 6f 75 63 68 3a 20 00 00 00 [00000010] 61 74 74 65 6d 70 74 20 74 6f 20 75 73 65 20 75 [00000020] 6e 73 75 70 70 6f 72 74 65 64 20 66 65 61 74 75 [00000030] 72 65 3a 20 27 25 73 27 00 00 00 00 00 00 00 00 Segment # 5 [00000000] 10 ca 00 00 00 00 00 00 d0 c9 00 00 00 00 00 00 [00000010] 20 af 03 00 00 00 00 00 00 00 00 00 00 00 00 00 [00000020] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [00000030] fd 39 03 00 00 00 00 00 07 f2 02 00 00 00 00 00 Segment # 6 [00000000] 01 00 00 00 00 00 00 00 dc 04 00 00 00 00 00 00 [00000010] 01 00 00 00 00 00 00 00 e7 04 00 00 00 00 00 00 [00000020] 0c 00 00 00 00 00 00 00 00 a0 00 00 00 00 00 00 [00000030] 0d 00 00 00 00 00 00 00 50 e4 02 00 00 00 00 00 Segment # 7 [00000000] 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 [00000010] 0a fd 92 7b 3a e2 44 49 4f f8 65 8e 7a 8e 0e 2a [00000020] 0a f6 3b 21 04 00 00 00 10 00 00 00 01 00 00 00 [00000030] 47 4e 55 00 00 00 00 00 03 00 00 00 02 00 00 00 Segment # 8 [00000000] 01 1b 03 3b fc 0a 00 00 5e 01 00 00 58 59 fd ff [00000010] 48 0b 00 00 68 61 fd ff 70 0b 00 00 78 61 fd ff [00000020] 04 17 00 00 7d 61 fd ff 04 20 00 00 82 61 fd ff [00000030] 78 2f 00 00 87 61 fd ff 84 30 00 00 8c 61 fd ff Segment # 9 Segment # a [00000000] 10 ca 00 00 00 00 00 00 d0 c9 00 00 00 00 00 00 [00000010] 20 af 03 00 00 00 00 00 00 00 00 00 00 00 00 00 [00000020] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [00000030] fd 39 03 00 00 00 00 00 07 f2 02 00 00 00 00 00 + exit 0 Processing files: elfio-devel-3.8-alt1_1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.96129 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd elfio-3.8 + DOCDIR=/usr/src/tmp/elfio-buildroot/usr/share/doc/elfio-devel-3.8 + export DOCDIR + rm -rf /usr/src/tmp/elfio-buildroot/usr/share/doc/elfio-devel-3.8 + /bin/mkdir -p /usr/src/tmp/elfio-buildroot/usr/share/doc/elfio-devel-3.8 + cp -prL --no-dereference COPYING /usr/src/tmp/elfio-buildroot/usr/share/doc/elfio-devel-3.8 + chmod -R go-w /usr/src/tmp/elfio-buildroot/usr/share/doc/elfio-devel-3.8 + chmod -R a+rX /usr/src/tmp/elfio-buildroot/usr/share/doc/elfio-devel-3.8 + cp -prL AUTHORS doc/elfio.pdf README /usr/src/tmp/elfio-buildroot/usr/share/doc/elfio-devel-3.8 + chmod -R go-w /usr/src/tmp/elfio-buildroot/usr/share/doc/elfio-devel-3.8 + chmod -R a+rX /usr/src/tmp/elfio-buildroot/usr/share/doc/elfio-devel-3.8 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.airjn8 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5mXMf7 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/elfio-buildroot/usr/include/elfio/elfio.hpp:33:10: fatal error: string: No such file or directory 33 | #include | ^~~~~~~~ compilation terminated. cpp.req: /usr/src/tmp/elfio-buildroot/usr/include/elfio/elfio.hpp: cpp failed, trying c++ mode Provides: elfio-static = 3.8-alt1_1 Wrote: /usr/src/RPM/RPMS/noarch/elfio-devel-3.8-alt1_1.noarch.rpm (w2.lzdio) 16.58user 1.94system 0:19.60elapsed 94%CPU (0avgtext+0avgdata 190948maxresident)k 0inputs+0outputs (0major+605483minor)pagefaults 0swaps 4.66user 1.88system 0:29.57elapsed 22%CPU (0avgtext+0avgdata 128668maxresident)k 0inputs+0outputs (0major+195604minor)pagefaults 0swaps