<86>Jul 19 11:59:37 userdel[655848]: delete user 'rooter' <86>Jul 19 11:59:37 userdel[655848]: removed group 'rooter' owned by 'rooter' <86>Jul 19 11:59:37 userdel[655848]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 19 11:59:37 groupadd[655860]: group added to /etc/group: name=rooter, GID=645 <86>Jul 19 11:59:37 groupadd[655860]: group added to /etc/gshadow: name=rooter <86>Jul 19 11:59:37 groupadd[655860]: new group: name=rooter, GID=645 <86>Jul 19 11:59:37 useradd[655867]: new user: name=rooter, UID=645, GID=645, home=/root, shell=/bin/bash <86>Jul 19 11:59:37 userdel[655877]: delete user 'builder' <86>Jul 19 11:59:37 userdel[655877]: removed group 'builder' owned by 'builder' <86>Jul 19 11:59:37 userdel[655877]: removed shadow group 'builder' owned by 'builder' <86>Jul 19 11:59:37 groupadd[655887]: group added to /etc/group: name=builder, GID=646 <86>Jul 19 11:59:37 groupadd[655887]: group added to /etc/gshadow: name=builder <86>Jul 19 11:59:37 groupadd[655887]: new group: name=builder, GID=646 <86>Jul 19 11:59:37 useradd[655894]: new user: name=builder, UID=646, GID=646, home=/usr/src, shell=/bin/bash <13>Jul 19 11:59:39 rpmi: rpm-build-licenses-3.0.0-alt1 sisyphus+241804.100.1.1 1574868053 installed <13>Jul 19 11:59:42 rpmi: flex-2.6.4.0.88.9801-alt1 sisyphus+275295.100.2.3 1624485318 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/libsdp-1.1.108-alt1.0.17.ga6958ef.nosrc.rpm (w1.gzdio) Installing libsdp-1.1.108-alt1.0.17.ga6958ef.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.56392 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf libsdp-1.1.108 + echo 'Source #0 (libsdp-1.1.108.tar):' Source #0 (libsdp-1.1.108.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/libsdp-1.1.108.tar + cd libsdp-1.1.108 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.23794 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libsdp-1.1.108 + ./autogen.sh + aclocal -I config aclocal-default: warning: autoconf input should be named 'configure.ac', not 'configure.in' + libtoolize --force --copy libtoolize-default: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'. libtoolize-default: copying file 'config/ltmain.sh' libtoolize-default: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in, libtoolize-default: and rerunning libtoolize-default and aclocal. libtoolize-default: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + autoheader + automake --foreign --add-missing --copy automake-default: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:10: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: configure.in:10: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation configure.in:16: installing 'config/compile' configure.in:10: installing 'config/missing' automake-default: warning: autoconf input should be named 'configure.ac', not 'configure.in' src/Makefile.am: installing 'config/depcomp' + autoconf + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export FCFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS=' -march=i586 -mtune=generic' + export ASFLAGS + export lt_cv_prog_cc_static_works=yes + lt_cv_prog_cc_static_works=yes + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + xargs -ri dirname -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + readlink -e -- ./configure + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + ./configure --build=i586-alt-linux --host=i586-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext --enable-static 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 build system type... i586-alt-linux-gnu checking host system type... i586-alt-linux-gnu checking whether to enable maintainer-specific portions of Makefiles... no checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for i586-alt-linux-gcc... i586-alt-linux-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 i586-alt-linux-gcc accepts -g... yes checking for i586-alt-linux-gcc option to accept ISO C89... none needed checking whether i586-alt-linux-gcc understands -c and -o together... yes checking dependency style of i586-alt-linux-gcc... none checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by i586-alt-linux-gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert i586-alt-linux-gnu file names to i586-alt-linux-gnu format... func_convert_file_noop checking how to convert i586-alt-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for i586-alt-linux-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... (cached) pass_all checking for i586-alt-linux-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for i586-alt-linux-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for i586-alt-linux-strip... no checking for strip... strip checking for i586-alt-linux-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from i586-alt-linux-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for i586-alt-linux-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... i586-alt-linux-gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if i586-alt-linux-gcc supports -fno-rtti -fno-exceptions... no checking for i586-alt-linux-gcc option to produce PIC... -fPIC -DPIC checking if i586-alt-linux-gcc PIC flag -fPIC -DPIC works... yes checking if i586-alt-linux-gcc static flag -static works... no checking if i586-alt-linux-gcc supports -c -o file.o... yes checking if i586-alt-linux-gcc supports -c -o file.o... (cached) yes checking whether the i586-alt-linux-gcc linker (/usr/bin/ld) 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 i586-alt-linux-gcc... (cached) i586-alt-linux-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether i586-alt-linux-gcc accepts -g... (cached) yes checking for i586-alt-linux-gcc option to accept ISO C89... (cached) none needed checking whether i586-alt-linux-gcc understands -c and -o together... (cached) yes checking dependency style of i586-alt-linux-gcc... (cached) none checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for bison... bison -y checking for ANSI C header files... (cached) yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for mbstate_t... yes checking for working POSIX fnmatch... yes checking whether i586-alt-linux-gcc needs -traditional... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for vprintf... yes checking for _doprnt... no checking for dup2... yes checking for memset... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strpbrk... yes checking for strrchr... yes checking for strtoul... yes checking whether to build i386-specific libsdp_sys... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating libsdp.spec config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --without-included-gettext + make -j8 make all-recursive Making all in src make[2]: Entering directory '/usr/src/RPM/BUILD/libsdp-1.1.108/src' /bin/sh ../libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -DSYSCONFDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o socket.lo socket.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -DSYSCONFDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c socket.c -fPIC -DPIC -o .libs/socket.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -DSYSCONFDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c socket.c -o socket.o >/dev/null 2>&1 make[2]: Leaving directory '/usr/src/RPM/BUILD/libsdp-1.1.108/src' make[2]: Entering directory '/usr/src/RPM/BUILD/libsdp-1.1.108/src' /bin/sh ../libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -DSYSCONFDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o log.lo log.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -DSYSCONFDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c log.c -fPIC -DPIC -o .libs/log.o log.c: In function '__sdp_log_set_log_file': log.c:214:45: warning: '/log' directive output may be truncated writing 4 bytes into a region of size between 1 and 4097 [-Wformat-truncation=] 214 | snprintf(tfilename, sizeof(tfilename), "%s/log", tdir); | ^~~~ In file included from /usr/include/stdio.h:866, from log.c:35: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 5 and 4101 bytes into a destination of size 4097 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -DSYSCONFDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c log.c -o log.o >/dev/null 2>&1 make[2]: Leaving directory '/usr/src/RPM/BUILD/libsdp-1.1.108/src' make[2]: Entering directory '/usr/src/RPM/BUILD/libsdp-1.1.108/src' /bin/sh ../libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -DSYSCONFDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o match.lo match.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -DSYSCONFDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c match.c -fPIC -DPIC -o .libs/match.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -DSYSCONFDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c match.c -o match.o >/dev/null 2>&1 make[2]: Leaving directory '/usr/src/RPM/BUILD/libsdp-1.1.108/src' make[2]: Entering directory '/usr/src/RPM/BUILD/libsdp-1.1.108/src' /bin/sh ../libtool --tag=CC --mode=link i586-alt-linux-gcc -Wall -DSYSCONFDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -version-info 1 -o libsdp_sys.la -rpath /usr/lib socket.lo libtool: link: i586-alt-linux-gcc -shared -fPIC -DPIC .libs/socket.o -g -O2 -march=i586 -mtune=generic -Wl,-soname -Wl,libsdp_sys.so.1 -o .libs/libsdp_sys.so.1.0.0 libtool: link: (cd ".libs" && rm -f "libsdp_sys.so.1" && ln -s "libsdp_sys.so.1.0.0" "libsdp_sys.so.1") libtool: link: (cd ".libs" && rm -f "libsdp_sys.so" && ln -s "libsdp_sys.so.1.0.0" "libsdp_sys.so") libtool: link: ar cr .libs/libsdp_sys.a socket.o libtool: link: ranlib .libs/libsdp_sys.a libtool: link: ( cd ".libs" && rm -f "libsdp_sys.la" && ln -s "../libsdp_sys.la" "libsdp_sys.la" ) make[2]: Leaving directory '/usr/src/RPM/BUILD/libsdp-1.1.108/src' make[2]: Entering directory '/usr/src/RPM/BUILD/libsdp-1.1.108/src' /bin/sh ../libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -DSYSCONFDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o config_scanner.lo config_scanner.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -DSYSCONFDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c config_scanner.c -fPIC -DPIC -o .libs/config_scanner.o lex.libsdp_yy.c:1428:12: warning: 'input' defined but not used [-Wunused-function] lex.libsdp_yy.c:1381:13: warning: 'yyunput' defined but not used [-Wunused-function] libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -DSYSCONFDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c config_scanner.c -o config_scanner.o >/dev/null 2>&1 make[2]: Leaving directory '/usr/src/RPM/BUILD/libsdp-1.1.108/src' make[2]: Entering directory '/usr/src/RPM/BUILD/libsdp-1.1.108/src' /bin/sh ../libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -DSYSCONFDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o config_parser.lo config_parser.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -DSYSCONFDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c config_parser.c -fPIC -DPIC -o .libs/config_parser.o libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -DSYSCONFDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c config_parser.c -o config_parser.o >/dev/null 2>&1 make[2]: Leaving directory '/usr/src/RPM/BUILD/libsdp-1.1.108/src' make[2]: Entering directory '/usr/src/RPM/BUILD/libsdp-1.1.108/src' /bin/sh ../libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -DSYSCONFDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o port.lo port.c libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -DSYSCONFDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c port.c -fPIC -DPIC -o .libs/port.o port.c: In function 'accept': port.c:1841:12: warning: variable 'saved_addrlen' set but not used [-Wunused-but-set-variable] 1841 | socklen_t saved_addrlen = 0; | ^~~~~~~~~~~~~ libtool: compile: i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -DSYSCONFDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c port.c -o port.o >/dev/null 2>&1 make[2]: Leaving directory '/usr/src/RPM/BUILD/libsdp-1.1.108/src' make[2]: Entering directory '/usr/src/RPM/BUILD/libsdp-1.1.108/src' /bin/sh ../libtool --tag=CC --mode=link i586-alt-linux-gcc -Wall -DSYSCONFDIR=\"/etc\" -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -version-info 1 -ldl -lc -o libsdp.la -rpath /usr/lib log.lo match.lo port.lo config_parser.lo config_scanner.lo libtool: link: i586-alt-linux-gcc -shared -fPIC -DPIC .libs/log.o .libs/match.o .libs/port.o .libs/config_parser.o .libs/config_scanner.o -ldl -lc -g -O2 -march=i586 -mtune=generic -Wl,-soname -Wl,libsdp.so.1 -o .libs/libsdp.so.1.0.0 libtool: link: (cd ".libs" && rm -f "libsdp.so.1" && ln -s "libsdp.so.1.0.0" "libsdp.so.1") libtool: link: (cd ".libs" && rm -f "libsdp.so" && ln -s "libsdp.so.1.0.0" "libsdp.so") libtool: link: ar cr .libs/libsdp.a log.o match.o port.o config_parser.o config_scanner.o libtool: link: ranlib .libs/libsdp.a libtool: link: ( cd ".libs" && rm -f "libsdp.la" && ln -s "../libsdp.la" "libsdp.la" ) make[2]: Leaving directory '/usr/src/RPM/BUILD/libsdp-1.1.108/src' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.27386 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/libsdp-buildroot + : + /bin/rm -rf -- /usr/src/tmp/libsdp-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd libsdp-1.1.108 + make 'INSTALL=/usr/libexec/rpm-build/install -p' DESTDIR=/usr/src/tmp/libsdp-buildroot install make: Entering directory '/usr/src/RPM/BUILD/libsdp-1.1.108' Making install in src make[1]: Entering directory '/usr/src/RPM/BUILD/libsdp-1.1.108/src' make[2]: Entering directory '/usr/src/RPM/BUILD/libsdp-1.1.108/src' /bin/mkdir -p '/usr/src/tmp/libsdp-buildroot/usr/lib' /bin/sh ../libtool --mode=install /usr/libexec/rpm-build/install -p libsdp.la libsdp_sys.la '/usr/src/tmp/libsdp-buildroot/usr/lib' libtool: install: /usr/libexec/rpm-build/install -p .libs/libsdp.so.1.0.0 /usr/src/tmp/libsdp-buildroot/usr/lib/libsdp.so.1.0.0 libtool: install: (cd /usr/src/tmp/libsdp-buildroot/usr/lib && { ln -s -f libsdp.so.1.0.0 libsdp.so.1 || { rm -f libsdp.so.1 && ln -s libsdp.so.1.0.0 libsdp.so.1; }; }) libtool: install: (cd /usr/src/tmp/libsdp-buildroot/usr/lib && { ln -s -f libsdp.so.1.0.0 libsdp.so || { rm -f libsdp.so && ln -s libsdp.so.1.0.0 libsdp.so; }; }) libtool: install: /usr/libexec/rpm-build/install -p .libs/libsdp.lai /usr/src/tmp/libsdp-buildroot/usr/lib/libsdp.la libtool: install: /usr/libexec/rpm-build/install -p .libs/libsdp_sys.so.1.0.0 /usr/src/tmp/libsdp-buildroot/usr/lib/libsdp_sys.so.1.0.0 libtool: install: (cd /usr/src/tmp/libsdp-buildroot/usr/lib && { ln -s -f libsdp_sys.so.1.0.0 libsdp_sys.so.1 || { rm -f libsdp_sys.so.1 && ln -s libsdp_sys.so.1.0.0 libsdp_sys.so.1; }; }) libtool: install: (cd /usr/src/tmp/libsdp-buildroot/usr/lib && { ln -s -f libsdp_sys.so.1.0.0 libsdp_sys.so || { rm -f libsdp_sys.so && ln -s libsdp_sys.so.1.0.0 libsdp_sys.so; }; }) libtool: install: /usr/libexec/rpm-build/install -p .libs/libsdp_sys.lai /usr/src/tmp/libsdp-buildroot/usr/lib/libsdp_sys.la libtool: install: /usr/libexec/rpm-build/install -p .libs/libsdp.a /usr/src/tmp/libsdp-buildroot/usr/lib/libsdp.a libtool: install: chmod 644 /usr/src/tmp/libsdp-buildroot/usr/lib/libsdp.a libtool: install: ranlib /usr/src/tmp/libsdp-buildroot/usr/lib/libsdp.a libtool: install: /usr/libexec/rpm-build/install -p .libs/libsdp_sys.a /usr/src/tmp/libsdp-buildroot/usr/lib/libsdp_sys.a libtool: install: chmod 644 /usr/src/tmp/libsdp-buildroot/usr/lib/libsdp_sys.a libtool: install: ranlib /usr/src/tmp/libsdp-buildroot/usr/lib/libsdp_sys.a libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/usr/src/tmp/libsdp-buildroot/usr/include' /bin/mkdir -p '/usr/src/tmp/libsdp-buildroot/usr/include/linux' /usr/libexec/rpm-build/install -p -m 644 linux/sdp_inet.h '/usr/src/tmp/libsdp-buildroot/usr/include/linux' make[2]: Leaving directory '/usr/src/RPM/BUILD/libsdp-1.1.108/src' make[1]: Leaving directory '/usr/src/RPM/BUILD/libsdp-1.1.108/src' make[1]: Entering directory '/usr/src/RPM/BUILD/libsdp-1.1.108' make[2]: Entering directory '/usr/src/RPM/BUILD/libsdp-1.1.108' make[2]: Nothing to be done for 'install-exec-am'. make install-data-hook make[3]: Entering directory '/usr/src/RPM/BUILD/libsdp-1.1.108' if test -e /usr/src/tmp/libsdp-buildroot/etc/libsdp.conf; then \ diff -q ./libsdp.conf /usr/src/tmp/libsdp-buildroot/etc/libsdp.conf 1> /dev/null; \ if test $? == 1; then \ t=20210719115959; \ cp -p ./libsdp.conf \ /usr/src/tmp/libsdp-buildroot/etc/libsdp.conf.$t; \ echo "NOTE: existing libsdp.conf was not updated."; \ echo " libsdp.conf installed as ibsdp.conf.$t instead."; \ fi; \ else \ if test ! -d /usr/src/tmp/libsdp-buildroot/etc; then \ mkdir -p /usr/src/tmp/libsdp-buildroot/etc; \ fi; \ cp -p ./libsdp.conf /usr/src/tmp/libsdp-buildroot/etc/libsdp.conf; \ fi make[3]: Leaving directory '/usr/src/RPM/BUILD/libsdp-1.1.108' make[2]: Leaving directory '/usr/src/RPM/BUILD/libsdp-1.1.108' make[1]: Leaving directory '/usr/src/RPM/BUILD/libsdp-1.1.108' make: Leaving directory '/usr/src/RPM/BUILD/libsdp-1.1.108' + install -Dm 644 scripts/libsdp.logrotate /usr/src/tmp/libsdp-buildroot/etc/logrotate.d/libsdp + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libsdp-buildroot (auto) removed './usr/lib/libsdp_sys.la' removed './usr/lib/libsdp.la' mode of './usr/lib/libsdp_sys.so.1.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/libsdp.so.1.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/libsdp-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/libsdp-buildroot/ (default) Compressing files in /usr/src/tmp/libsdp-buildroot (auto) Adjusting library links in /usr/src/tmp/libsdp-buildroot ./usr/lib: (from :0) libsdp.so.1 -> libsdp.so.1.0.0 libsdp_sys.so.1 -> libsdp_sys.so.1.0.0 Verifying ELF objects in /usr/src/tmp/libsdp-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib/libsdp.so.1.0.0: uses non-LFS functions: __lxstat fopen getrlimit open Processing files: libsdp-1.1.108-alt1.0.17.ga6958ef Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.27386 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libsdp-1.1.108 + DOCDIR=/usr/src/tmp/libsdp-buildroot/usr/share/doc/libsdp-1.1.108 + export DOCDIR + rm -rf /usr/src/tmp/libsdp-buildroot/usr/share/doc/libsdp-1.1.108 + /bin/mkdir -p /usr/src/tmp/libsdp-buildroot/usr/share/doc/libsdp-1.1.108 + cp -prL README NEWS ChangeLog COPYING /usr/src/tmp/libsdp-buildroot/usr/share/doc/libsdp-1.1.108 + chmod -R go-w /usr/src/tmp/libsdp-buildroot/usr/share/doc/libsdp-1.1.108 + chmod -R a+rX /usr/src/tmp/libsdp-buildroot/usr/share/doc/libsdp-1.1.108 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sGo7zy find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/libsdp-buildroot/usr/lib/libsdp.so.1: 61 symbols, 16 bpp lib.prov: /usr/src/tmp/libsdp-buildroot/usr/lib/libsdp_sys.so.1: 1 symbols, 10 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QBZOTz find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libsdp.so.1 = set:jdi2zBZ5DCsj1n7svuaZ48r8Z5Z3xax8Lzx98OBnX4g7ec8FMpIutSqM2t41cCnFWCkjYa64JYqS1GZsKttk690PBKDTcZEQ7AqJDI6DbJhZevS1GXhJwcHhX70, libsdp_sys.so.1 = set:dcOg Requires: /etc/logrotate.d, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libdl.so.2(GLIBC_2.0), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lbwAmB Creating libsdp-debuginfo package Processing files: libsdp-devel-1.1.108-alt1.0.17.ga6958ef Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ASkKdB 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.hbctiz find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: libsdp = 1.1.108-alt1.0.17.ga6958ef, /usr/lib/libsdp.so.1.0.0, /usr/lib/libsdp_sys.so.1.0.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mxDjpz Processing files: libsdp-devel-static-1.1.108-alt1.0.17.ga6958ef Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.b2u8GB 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.pZ612z find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: libsdp-devel = 1.1.108-alt1.0.17.ga6958ef, glibc-devel-static Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KEorNB Processing files: libsdp-debuginfo-1.1.108-alt1.0.17.ga6958ef Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RiJ2KA find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mC4Ulz find-requires: running scripts (debuginfo) Provides: debug(libsdp.so.1), debug(libsdp_sys.so.1) Requires: libsdp = 1.1.108-alt1.0.17.ga6958ef, debug(libc.so.6), debug(libdl.so.2) Adding to libsdp-devel a strict dependency on libsdp Adding to libsdp-debuginfo a strict dependency on libsdp Adding to libsdp-devel-static a strict dependency on libsdp-devel Removing 2 extra deps from libsdp-devel due to dependency on libsdp Wrote: /usr/src/RPM/RPMS/i586/libsdp-1.1.108-alt1.0.17.ga6958ef.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libsdp-devel-1.1.108-alt1.0.17.ga6958ef.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libsdp-devel-static-1.1.108-alt1.0.17.ga6958ef.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libsdp-debuginfo-1.1.108-alt1.0.17.ga6958ef.i586.rpm (w2.lzdio) 17.54user 6.55system 0:27.68elapsed 87%CPU (0avgtext+0avgdata 34700maxresident)k 0inputs+0outputs (0major+1024984minor)pagefaults 0swaps 25.49user 12.94system 0:41.10elapsed 93%CPU (0avgtext+0avgdata 103044maxresident)k 608inputs+0outputs (0major+1431727minor)pagefaults 0swaps --- libsdp-1.1.108-alt1.0.17.ga6958ef.i586.rpm.repo 2020-11-03 12:39:10.000000000 +0000 +++ libsdp-1.1.108-alt1.0.17.ga6958ef.i586.rpm.hasher 2021-07-19 12:00:14.532168967 +0000 @@ -29,5 +29,5 @@ File: /usr/lib/libsdp.so.1 120777 root:root libsdp.so.1.0.0 -File: /usr/lib/libsdp.so.1.0.0 100644 root:root 7bc877a2568be3b5341861d8d358e867 +File: /usr/lib/libsdp.so.1.0.0 100644 root:root 41d4a4c5b8cbb10f3c1d9540bbb454f6 File: /usr/lib/libsdp_sys.so.1 120777 root:root libsdp_sys.so.1.0.0 -File: /usr/lib/libsdp_sys.so.1.0.0 100644 root:root d9821446eee0353cec30ef886dffd7d5 +File: /usr/lib/libsdp_sys.so.1.0.0 100644 root:root 91717a7859ab72226c03ef405c793d40 File: /usr/share/doc/libsdp-1.1.108 40755 root:root @@ -37,2 +37,2 @@ File: /usr/share/doc/libsdp-1.1.108/README 100644 root:root e1f02a21b2b53771afeee0a6c5897a70 -RPMIdentity: e5d0768d6ca249f56030b82488c458a1 +RPMIdentity: 82344b95b972dfb38526f0a89a2f3c86 --- libsdp-debuginfo-1.1.108-alt1.0.17.ga6958ef.i586.rpm.repo 2020-11-03 12:39:10.000000000 +0000 +++ libsdp-debuginfo-1.1.108-alt1.0.17.ga6958ef.i586.rpm.hasher 2021-07-19 12:00:14.663164577 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/aa 40755 root:root -/usr/lib/debug/.build-id/aa/857796cec7e665c5a767fdd28d63e8a86653a1 120777 root:root ../../../libsdp.so.1.0.0 -/usr/lib/debug/.build-id/aa/857796cec7e665c5a767fdd28d63e8a86653a1.debug 120777 root:root ../../usr/lib/libsdp.so.1.0.0.debug -/usr/lib/debug/.build-id/e3 40755 root:root -/usr/lib/debug/.build-id/e3/241646a65cfdcfc5176c942a43920e5685ac7e 120777 root:root ../../../libsdp_sys.so.1.0.0 -/usr/lib/debug/.build-id/e3/241646a65cfdcfc5176c942a43920e5685ac7e.debug 120777 root:root ../../usr/lib/libsdp_sys.so.1.0.0.debug +/usr/lib/debug/.build-id/52 40755 root:root +/usr/lib/debug/.build-id/52/f5a9ae1e03256049b4d7e29d4933442a90f92c 120777 root:root ../../../libsdp.so.1.0.0 +/usr/lib/debug/.build-id/52/f5a9ae1e03256049b4d7e29d4933442a90f92c.debug 120777 root:root ../../usr/lib/libsdp.so.1.0.0.debug +/usr/lib/debug/.build-id/cf 40755 root:root +/usr/lib/debug/.build-id/cf/8df1d23d508e69181dc39c095346a38ac9d40b 120777 root:root ../../../libsdp_sys.so.1.0.0 +/usr/lib/debug/.build-id/cf/8df1d23d508e69181dc39c095346a38ac9d40b.debug 120777 root:root ../../usr/lib/libsdp_sys.so.1.0.0.debug /usr/lib/debug/usr/lib/libsdp.so.1.0.0.debug 100644 root:root @@ -28,11 +28,11 @@ Provides: libsdp-debuginfo = 1.1.108-alt1.0.17.ga6958ef:sisyphus+260818.100.1.1 -File: /usr/lib/debug/.build-id/aa 40755 root:root -File: /usr/lib/debug/.build-id/aa/857796cec7e665c5a767fdd28d63e8a86653a1 120777 root:root ../../../libsdp.so.1.0.0 -File: /usr/lib/debug/.build-id/aa/857796cec7e665c5a767fdd28d63e8a86653a1.debug 120777 root:root ../../usr/lib/libsdp.so.1.0.0.debug -File: /usr/lib/debug/.build-id/e3 40755 root:root -File: /usr/lib/debug/.build-id/e3/241646a65cfdcfc5176c942a43920e5685ac7e 120777 root:root ../../../libsdp_sys.so.1.0.0 -File: /usr/lib/debug/.build-id/e3/241646a65cfdcfc5176c942a43920e5685ac7e.debug 120777 root:root ../../usr/lib/libsdp_sys.so.1.0.0.debug -File: /usr/lib/debug/usr/lib/libsdp.so.1.0.0.debug 100644 root:root 990cf3ddf3db7a6aca184af8c3655809 +File: /usr/lib/debug/.build-id/52 40755 root:root +File: /usr/lib/debug/.build-id/52/f5a9ae1e03256049b4d7e29d4933442a90f92c 120777 root:root ../../../libsdp.so.1.0.0 +File: /usr/lib/debug/.build-id/52/f5a9ae1e03256049b4d7e29d4933442a90f92c.debug 120777 root:root ../../usr/lib/libsdp.so.1.0.0.debug +File: /usr/lib/debug/.build-id/cf 40755 root:root +File: /usr/lib/debug/.build-id/cf/8df1d23d508e69181dc39c095346a38ac9d40b 120777 root:root ../../../libsdp_sys.so.1.0.0 +File: /usr/lib/debug/.build-id/cf/8df1d23d508e69181dc39c095346a38ac9d40b.debug 120777 root:root ../../usr/lib/libsdp_sys.so.1.0.0.debug +File: /usr/lib/debug/usr/lib/libsdp.so.1.0.0.debug 100644 root:root 6be42c0fbbaaec1aa122f09d8980f8cf File: /usr/lib/debug/usr/lib/libsdp.so.1.debug 120777 root:root libsdp.so.1.0.0.debug -File: /usr/lib/debug/usr/lib/libsdp_sys.so.1.0.0.debug 100644 root:root 469a823a1316d04ffa9c681d55f0a42f +File: /usr/lib/debug/usr/lib/libsdp_sys.so.1.0.0.debug 100644 root:root d8c74fabec880ca20ed5fa116f6dc3a8 File: /usr/lib/debug/usr/lib/libsdp_sys.so.1.debug 120777 root:root libsdp_sys.so.1.0.0.debug @@ -49,2 +49,2 @@ File: /usr/src/debug/libsdp-1.1.108/src/socket.c 100644 root:root 533b2a781d2cbd27cb6d8cd6e4719ad8 -RPMIdentity: 69b0d9c8bfc5365d16881ca9f71e47d5 +RPMIdentity: 0d7c8440da4549fec4745daff982d63c --- libsdp-devel-static-1.1.108-alt1.0.17.ga6958ef.i586.rpm.repo 2020-11-03 12:39:10.000000000 +0000 +++ libsdp-devel-static-1.1.108-alt1.0.17.ga6958ef.i586.rpm.hasher 2021-07-19 12:00:14.916156099 +0000 @@ -6,4 +6,4 @@ Provides: libsdp-devel-static = 1.1.108-alt1.0.17.ga6958ef:sisyphus+260818.100.1.1 -File: /usr/lib/libsdp.a 100644 root:root 6e4f9598174f64b3e3bd96afdbe39d02 -File: /usr/lib/libsdp_sys.a 100644 root:root 8d73a166ff25c62aacb1c630b6866278 -RPMIdentity: 75767a00dbcfce9d1c4f6a8bc2777dc1 +File: /usr/lib/libsdp.a 100644 root:root 66d91f0c3ddcf8f963a1e2d51b6cdf17 +File: /usr/lib/libsdp_sys.a 100644 root:root a67d384db233512e9db60c5762507525 +RPMIdentity: 9f77a4aece0173b9d67dbe63a629674d