<86>Apr 20 05:27:03 userdel[1822213]: delete user 'rooter' <86>Apr 20 05:27:03 userdel[1822213]: removed group 'rooter' owned by 'rooter' <86>Apr 20 05:27:03 userdel[1822213]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 20 05:27:03 groupadd[1822307]: group added to /etc/group: name=rooter, GID=1865 <86>Apr 20 05:27:03 groupadd[1822307]: group added to /etc/gshadow: name=rooter <86>Apr 20 05:27:03 groupadd[1822307]: new group: name=rooter, GID=1865 <86>Apr 20 05:27:03 useradd[1822372]: new user: name=rooter, UID=1865, GID=1865, home=/root, shell=/bin/bash, from=none <86>Apr 20 05:27:03 userdel[1822454]: delete user 'builder' <86>Apr 20 05:27:03 userdel[1822454]: removed group 'builder' owned by 'builder' <86>Apr 20 05:27:03 userdel[1822454]: removed shadow group 'builder' owned by 'builder' <86>Apr 20 05:27:03 groupadd[1822510]: group added to /etc/group: name=builder, GID=1866 <86>Apr 20 05:27:03 groupadd[1822510]: group added to /etc/gshadow: name=builder <86>Apr 20 05:27:03 groupadd[1822510]: new group: name=builder, GID=1866 <86>Apr 20 05:27:03 useradd[1822564]: new user: name=builder, UID=1866, GID=1866, home=/usr/src, shell=/bin/bash, from=none warning: line 10: Deprecated PreReq converted to Requires(pre,postun): PreReq: chkconfig warning: line 10: Deprecated PreReq converted to Requires(pre,postun): PreReq: chkconfig Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/had-1.0.8-alt2.qa1.nosrc.rpm (w1.gzdio) warning: line 10: Deprecated PreReq converted to Requires(pre,postun): PreReq: chkconfig Installing had-1.0.8-alt2.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.69324 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf had-1.0.8 + echo 'Source #0 (had-1.0.8.tar.bz2):' Source #0 (had-1.0.8.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/had-1.0.8.tar.bz2 + /bin/tar -xf - + cd had-1.0.8 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.69324 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd had-1.0.8 + cd src + make -j16 make: Entering directory '/usr/src/RPM/BUILD/had-1.0.8/src' gcc -Wall -O -g -DUSE_SIGNAL -DUSE_SYSLOG -DBINDIR=\"/opt/had/bin\" -c -o misc.o misc.c misc.c: In function 'fw_log_message': misc.c:60:34: warning: argument to 'sizeof' in 'bzero' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] 60 | bzero(msg, sizeof(msg)); | ^ misc.c: In function 'daemonize': misc.c:152:3: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 152 | chdir("/"); | ^~~~~~~~~~ misc.c: In function 'write_pid': misc.c:234:3: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result] 234 | ftruncate( file, 0 ); | ^~~~~~~~~~~~~~~~~~~~ misc.c:235:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 235 | write(file, pid, strlen(pid)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/had-1.0.8/src' make: Entering directory '/usr/src/RPM/BUILD/had-1.0.8/src' gcc -Wall -O -g -DUSE_SIGNAL -DUSE_SYSLOG -DBINDIR=\"/opt/had/bin\" -c -o had.o had.c had.c: In function 'dump_states': had.c:437:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 437 | write(state_fd,hoststate,strlen(hoststate)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ had.c: In function 'main': had.c:1174:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1174 | write(state_fd,"Waiting for quorum of nodes to come online\n",43); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ had.c: In function 'check_script_dirs': had.c:1034:53: warning: '%s' directive output may be truncated writing 10 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 1034 | snprintf(scriptfile, sizeof(scriptfile),"%s/%s",scriptdir,"starthasrv"); | ^~ ~~~~~~~~~~~~ In file included from /usr/include/stdio.h:964, from had.c:26: In function 'snprintf', inlined from 'check_script_dirs' at had.c:1034:2: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 12 and 4107 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ had.c: In function 'check_script_dirs': had.c:1040:53: warning: '%s' directive output may be truncated writing 9 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 1040 | snprintf(scriptfile, sizeof(scriptfile),"%s/%s",scriptdir,"stophasrv"); | ^~ ~~~~~~~~~~~ In function 'snprintf', inlined from 'check_script_dirs' at had.c:1040:2: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 11 and 4106 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ had.c: In function 'check_script_dirs': had.c:1046:53: warning: '%s' directive output may be truncated writing 12 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 1046 | snprintf(scriptfile, sizeof(scriptfile),"%s/%s",scriptdir,"monitorhasrv"); | ^~ ~~~~~~~~~~~~~~ In function 'snprintf', inlined from 'check_script_dirs' at had.c:1046:2: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 14 and 4109 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/had-1.0.8/src' make: Entering directory '/usr/src/RPM/BUILD/had-1.0.8/src' gcc -Wall -O -g -DUSE_SIGNAL -DUSE_SYSLOG -DBINDIR=\"/opt/had/bin\" -o had had.o misc.o make: Leaving directory '/usr/src/RPM/BUILD/had-1.0.8/src' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.69324 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/had-buildroot + : + /bin/rm -rf -- /usr/src/tmp/had-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd had-1.0.8 + /bin/mkdir -p /usr/src/tmp/had-buildroot//usr/sbin + /bin/mkdir -p /usr/src/tmp/had-buildroot//etc/rc.d/init.d + /bin/mkdir -p /usr/src/tmp/had-buildroot//etc/had/hasrv + /bin/install -m 0755 src/had /usr/src/tmp/had-buildroot//usr/sbin/had + /bin/install -m 0755 had.init /usr/src/tmp/had-buildroot//etc/rc.d/init.d/had + /bin/install -m 0755 conf/hasrv/monitorhasrv conf/hasrv/starthasrv conf/hasrv/stophasrv /usr/src/tmp/had-buildroot//etc/had/hasrv/ + /bin/install -m 0644 conf/had.conf /usr/src/tmp/had-buildroot//etc/had/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/had-buildroot (auto) Verifying and fixing files in /usr/src/tmp/had-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/had-buildroot/ (default) Compressing files in /usr/src/tmp/had-buildroot (auto) Verifying ELF objects in /usr/src/tmp/had-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/sbin/had: uses non-LFS functions: creat fstat ftruncate lseek lstat open Splitting links to aliased files under /{,s}bin in /usr/src/tmp/had-buildroot Processing files: had-1.0.8-alt2.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.3503 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd had-1.0.8 + DOCDIR=/usr/src/tmp/had-buildroot/usr/share/doc/had-1.0.8 + export DOCDIR + rm -rf /usr/src/tmp/had-buildroot/usr/share/doc/had-1.0.8 + /bin/mkdir -p /usr/src/tmp/had-buildroot/usr/share/doc/had-1.0.8 + cp -prL docs /usr/src/tmp/had-buildroot/usr/share/doc/had-1.0.8 + chmod -R go-w /usr/src/tmp/had-buildroot/usr/share/doc/had-1.0.8 + chmod -R a+rX /usr/src/tmp/had-buildroot/usr/share/doc/had-1.0.8 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vLgiez 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.4OWJit find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) find-requires: FINDPACKAGE-COMMANDS: cat logger rm sleep Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MTfCcf Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2vbtYA Requires: service, /bin/sh, /etc/rc.d/init.d, /etc/rc.d/init.d(echo_failure), /etc/rc.d/init.d(echo_passed), /etc/rc.d/init.d(echo_success), /etc/rc.d/init.d(msg_not_running), /etc/rc.d/init.d(msg_stopping), /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d/functions, /lib/ld-linux.so.2, coreutils, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), rtld(GNU_HASH), util-linux Requires(interp): /bin/sh Requires(pre): chkconfig Requires(post): /bin/sh, /usr/sbin/post_service Requires(preun): /bin/sh, /usr/sbin/preun_service Requires(postun): chkconfig Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uhchZC Creating had-debuginfo package Processing files: had-debuginfo-1.0.8-alt2.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NSnIyT find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MAdUS8 find-requires: running scripts (debuginfo) Requires: had = 1.0.8-alt2.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/had-1.0.8-alt2.qa1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/had-debuginfo-1.0.8-alt2.qa1.i586.rpm (w2.lzdio) 0.64user 1.63system 0:07.82elapsed 29%CPU (0avgtext+0avgdata 27268maxresident)k 0inputs+0outputs (0major+224788minor)pagefaults 0swaps 3.32user 2.46system 0:16.75elapsed 34%CPU (0avgtext+0avgdata 121488maxresident)k 0inputs+0outputs (0major+147750minor)pagefaults 0swaps --- had-1.0.8-alt2.qa1.i586.rpm.repo 2013-04-17 09:58:48.000000000 +0000 +++ had-1.0.8-alt2.qa1.i586.rpm.hasher 2024-04-20 05:27:23.388409987 +0000 @@ -22,3 +22,2 @@ Requires: /bin/sh -Requires: /bin/sh Requires: /etc/rc.d/init.d @@ -35,2 +34,6 @@ Requires: libc.so.6(GLIBC_2.0) +Requires: libc.so.6(GLIBC_2.1.3) +Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.33) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -49,3 +52,3 @@ File: /etc/rc.d/init.d/had 100755 root:root 1d2ebe63526ca0cb9d20d6a83f5c693c -File: /usr/sbin/had 100755 root:root 6d40926f799a35f7f48203debb21ad0c +File: /usr/sbin/had 100755 root:root e97d132891c37273dddef1f2cda84c30 File: /usr/share/doc/had-1.0.8 40755 root:root @@ -60,2 +63,2 @@ File: /usr/share/doc/had-1.0.8/docs/freeha/RUNNING 100644 root:root 5ba9c3458254a1bd71789a2609b266b1 -RPMIdentity: 60efa306b8a76f98c54496fcfc10db8ebb8054e3e416f6223649d198e95f0b9ab6798189f949723d1db7278bfeafb71b137f358e3ffd95ed5d4553160208918f +RPMIdentity: fce701e41810bef46d18761fb3b67bd8777bfed8aba551f483a13b304302af9c6907732b482583603c07cf02c5eb4c5fc5fabb7857e07bdb116657b68c6b4ec5 --- had-debuginfo-1.0.8-alt2.qa1.i586.rpm.repo 2013-04-17 09:58:48.000000000 +0000 +++ had-debuginfo-1.0.8-alt2.qa1.i586.rpm.hasher 2024-04-20 05:27:23.600413426 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/1e 40755 root:root -/usr/lib/debug/.build-id/1e/ab2ab4ffbc7de899aac91e0fd59030ef24f9c2 120777 root:root ../../../../sbin/had -/usr/lib/debug/.build-id/1e/ab2ab4ffbc7de899aac91e0fd59030ef24f9c2.debug 120777 root:root ../../usr/sbin/had.debug +/usr/lib/debug/.build-id/25 40755 root:root +/usr/lib/debug/.build-id/25/d951db3cd0d2a07968583fa2551cb2dcbf29c1 120777 root:root ../../../../sbin/had +/usr/lib/debug/.build-id/25/d951db3cd0d2a07968583fa2551cb2dcbf29c1.debug 120777 root:root ../../usr/sbin/had.debug /usr/lib/debug/usr/sbin/had.debug 100644 root:root @@ -14,6 +14,6 @@ Provides: had-debuginfo = 1.0.8-alt2.qa1 -File: /usr/lib/debug/.build-id/1e 40755 root:root -File: /usr/lib/debug/.build-id/1e/ab2ab4ffbc7de899aac91e0fd59030ef24f9c2 120777 root:root ../../../../sbin/had -File: /usr/lib/debug/.build-id/1e/ab2ab4ffbc7de899aac91e0fd59030ef24f9c2.debug 120777 root:root ../../usr/sbin/had.debug -File: /usr/lib/debug/usr/sbin/had.debug 100644 root:root b4c2d8b3f94d1bc8b10d924ff114e0ea +File: /usr/lib/debug/.build-id/25 40755 root:root +File: /usr/lib/debug/.build-id/25/d951db3cd0d2a07968583fa2551cb2dcbf29c1 120777 root:root ../../../../sbin/had +File: /usr/lib/debug/.build-id/25/d951db3cd0d2a07968583fa2551cb2dcbf29c1.debug 120777 root:root ../../usr/sbin/had.debug +File: /usr/lib/debug/usr/sbin/had.debug 100644 root:root a6a4f1d1cac1ef0ab22a8abeaf56b90e File: /usr/src/debug/had-1.0.8 40755 root:root @@ -23,2 +23,2 @@ File: /usr/src/debug/had-1.0.8/src/misc.c 100644 root:root da2c25650ebd0a49926b46f799bc8bff -RPMIdentity: 77e7327609c3229d4bf84ce85e0dfde1ce84a4b26c504911d914466ac21fd5d44f49df7270dc5c331abdfbb5a19cf6b80ba7912733064e3100c44828d8f26b98 +RPMIdentity: b168cc529c8769ca339fde30f7c780af9e28307f495353848652af3ce5b87101176be51ba7d2f2fc088692351afbc73e9a997c600ff06f49a086898e7b0f7205