<86>Jan 13 00:49:22 userdel[122148]: delete user 'rooter' <86>Jan 13 00:49:22 groupadd[122174]: group added to /etc/group: name=rooter, GID=633 <86>Jan 13 00:49:22 groupadd[122174]: group added to /etc/gshadow: name=rooter <86>Jan 13 00:49:22 groupadd[122174]: new group: name=rooter, GID=633 <86>Jan 13 00:49:22 useradd[122205]: new user: name=rooter, UID=633, GID=633, home=/root, shell=/bin/bash <86>Jan 13 00:49:22 userdel[122267]: delete user 'builder' <86>Jan 13 00:49:22 userdel[122267]: removed group 'builder' owned by 'builder' <86>Jan 13 00:49:22 userdel[122267]: removed shadow group 'builder' owned by 'builder' <86>Jan 13 00:49:22 groupadd[122278]: group added to /etc/group: name=builder, GID=634 <86>Jan 13 00:49:22 groupadd[122278]: group added to /etc/gshadow: name=builder <86>Jan 13 00:49:22 groupadd[122278]: new group: name=builder, GID=634 <86>Jan 13 00:49:22 useradd[122287]: new user: name=builder, UID=634, GID=634, home=/usr/src, shell=/bin/bash warning: Macro %setup1 not found Installing and-1.2.2-alt3_24.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.87115 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf and-1.2.2 + echo 'Source #0 (and-1.2.2.tar.gz):' Source #0 (and-1.2.2.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/and-1.2.2.tar.gz + /bin/tar -xf - + cd and-1.2.2 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (and-1.2.2-makefile.patch):' Patch #1 (and-1.2.2-makefile.patch): + /usr/bin/patch -p1 -b --suffix .org patching file Makefile patching file and.priorities.5.man patching file and.conf.5.man patching file and.8.man patching file README + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.87115 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd and-1.2.2 + make 'CFLAGS=-pipe -Wall -g -O2' PREFIX=/usr INSTALL_ETC=/etc INSTALL_SBIN=/usr/sbin INSTALL_MAN=/usr/share/man make: Entering directory `/usr/src/RPM/BUILD/and-1.2.2' gcc -ansi -pedantic -Wall -g -pipe -Wall -g -O2 -g -DDEFAULT_INTERVAL=60 -DDEFAULT_NICE=0 \ -DDEFAULT_CONFIG_FILE=\"/etc/and/and.conf\" \ -DDEFAULT_DATABASE_FILE=\"/etc/and/and.priorities\" \ -DAND_VERSION=\"1.2.2\" -DAND_DATE=\""27 Mar 2005"\" -c and.c and.c: In function 'set_defaults': and.c:192:3: warning: implicit declaration of function 'gethostname' [-Wimplicit-function-declaration] gethostname(and_config.hostname,511); ^ and.c: In function 'and_loop': and.c:869:6: warning: implicit declaration of function 'kill' [-Wimplicit-function-declaration] kill(current->pid,-newnice); ^ and.c: In function 'read_config': and.c:526:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buffer,1023,f); ^ gcc -ansi -pedantic -Wall -g -pipe -Wall -g -O2 -g -c and-Linux.c and-Linux.c: In function 'linux_getnext': and-Linux.c:106:3: warning: implicit declaration of function 'snprintf' [-Wimplicit-function-declaration] snprintf(name, 1024, "/proc/%s",entry->d_name); ^ and-Linux.c: In function 'linux_readproc': and-Linux.c:74:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(f,"%d %1023s %c %d",&(linux_proc.pid),buffer,&state,&(linux_proc.ppid)); ^ and-Linux.c:75:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(f,"%d %d %d %d",&i,&i,&i,&i); ^ and-Linux.c:76:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(f,"%lu %lu %lu %lu %lu",&u,&u,&u,&u,&u); ^ and-Linux.c:77:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(f,"%lu %lu %ld %ld",&ujf,&sjf,&li,&li); ^ and-Linux.c:78:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(f,"%ld %d",&li,&(linux_proc.nice)); ^ gcc -pipe -Wall -g -O2 -g and.o and-Linux.o -o and sed s:INSTALL_SBIN:/usr/sbin:g < and.startup > and.init chmod +x and.init cat and.8.man | \ sed s/__VERSION__/1.2.2/g | \ sed s/__DATE__/"27 Mar 2005"/g > and.8 cat and.conf.5.man | \ sed s/__VERSION__/1.2.2/g | \ sed s/__DATE__/"27 Mar 2005"/g > and.conf.5 cat and.priorities.5.man | \ sed s/__VERSION__/1.2.2/g | \ sed s/__DATE__/"27 Mar 2005"/g > and.priorities.5 make: Leaving directory `/usr/src/RPM/BUILD/and-1.2.2' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.87115 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/and-buildroot + : + /bin/rm -rf -- /usr/src/tmp/and-buildroot + cd and-1.2.2 + mkdir -p /usr/src/tmp/and-buildroot/etc + mkdir -p /usr/src/tmp/and-buildroot/usr/sbin + mkdir -p /usr/src/tmp/and-buildroot/usr/share/man/man8 + mkdir -p /usr/src/tmp/and-buildroot/usr/share/man/man5 + make PREFIX=/usr/src/tmp/and-buildroot/usr INSTALL_ETC=/usr/src/tmp/and-buildroot/etc INSTALL_SBIN=/usr/src/tmp/and-buildroot/usr/sbin INSTALL_MAN=/usr/src/tmp/and-buildroot/usr/share/man install make: Entering directory `/usr/src/RPM/BUILD/and-1.2.2' mkdir -p /usr/src/tmp/and-buildroot/usr/sbin mkdir -p /usr/src/tmp/and-buildroot/etc/and/ mkdir -p /etc/init.d mkdir -p /usr/src/tmp/and-buildroot/usr/share/man/man5 mkdir -p /usr/src/tmp/and-buildroot/usr/share/man/man8 install -m 0755 and /usr/src/tmp/and-buildroot/usr/sbin test -e /usr/src/tmp/and-buildroot/etc/and/and.conf || \ install -m 0644 and.conf /usr/src/tmp/and-buildroot/etc/and/ test -e /usr/src/tmp/and-buildroot/etc/and/and.priorities || \ install -m 0644 and.priorities /usr/src/tmp/and-buildroot/etc/and/ install -m 0644 and.8 /usr/src/tmp/and-buildroot/usr/share/man/man8 install -m 0644 and.conf.5 /usr/src/tmp/and-buildroot/usr/share/man/man5 install -m 0644 and.priorities.5 /usr/src/tmp/and-buildroot/usr/share/man/man5 make: Leaving directory `/usr/src/RPM/BUILD/and-1.2.2' + mkdir -p /usr/src/tmp/and-buildroot/etc/sysconfig + install -p -m 0644 /usr/src/RPM/SOURCES/and.sysconf /usr/src/tmp/and-buildroot/etc/sysconfig/and + mkdir -p /usr/src/tmp/and-buildroot/lib/systemd/system + install -p -m 0644 /usr/src/RPM/SOURCES/and.service /usr/src/tmp/and-buildroot/lib/systemd/system + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/and-buildroot (auto) Verifying and fixing files in /usr/src/tmp/and-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/and-buildroot (auto) Adjusting library links in /usr/src/tmp/and-buildroot ./lib: Verifying ELF objects in /usr/src/tmp/and-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: and-1.2.2-alt3_24 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.31799 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd and-1.2.2 + DOCDIR=/usr/src/tmp/and-buildroot/usr/share/doc/and-1.2.2 + export DOCDIR + rm -rf /usr/src/tmp/and-buildroot/usr/share/doc/and-1.2.2 + /bin/mkdir -p /usr/src/tmp/and-buildroot/usr/share/doc/and-1.2.2 + cp -prL README LICENSE CHANGELOG /usr/src/tmp/and-buildroot/usr/share/doc/and-1.2.2 + chmod -R go-w /usr/src/tmp/and-buildroot/usr/share/doc/and-1.2.2 + chmod -R a+rX /usr/src/tmp/and-buildroot/usr/share/doc/and-1.2.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lt6YOw find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MIrn4t find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HH4Q3t Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GCwtPw Provides: and-sysvinit = 1.2.2-alt3_24, and-units = 1.2.2-alt3_24 Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Requires(interp): /bin/sh, /bin/sh Requires(post): /bin/sh, /usr/sbin/post_service Requires(preun): /bin/sh, /usr/sbin/preun_service Obsoletes: and-sysvinit < 1.2.2-alt3_24, and-units < 1.2.2-alt3_24 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NHVAnC Creating and-debuginfo package Processing files: and-debuginfo-1.2.2-alt3_24 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Whw0GK find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TxNtMV find-requires: running scripts (debuginfo) Requires: and = 1.2.2-alt3_24, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/and-1.2.2-alt3_24.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/and-debuginfo-1.2.2-alt3_24.x86_64.rpm 1.14user 0.53system 0:08.37elapsed 20%CPU (0avgtext+0avgdata 30208maxresident)k 0inputs+0outputs (0major+197745minor)pagefaults 0swaps 6.65user 2.53system 0:16.67elapsed 55%CPU (0avgtext+0avgdata 125088maxresident)k 0inputs+0outputs (0major+474661minor)pagefaults 0swaps