<86>Apr 14 00:39:40 userdel[17782]: delete user 'rooter' <86>Apr 14 00:39:40 userdel[17782]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 14 00:39:40 groupadd[17803]: group added to /etc/group: name=rooter, GID=573 <86>Apr 14 00:39:40 groupadd[17803]: group added to /etc/gshadow: name=rooter <86>Apr 14 00:39:40 groupadd[17803]: new group: name=rooter, GID=573 <86>Apr 14 00:39:40 useradd[17817]: new user: name=rooter, UID=573, GID=573, home=/root, shell=/bin/bash <86>Apr 14 00:39:40 userdel[17831]: delete user 'builder' <86>Apr 14 00:39:40 userdel[17831]: removed group 'builder' owned by 'builder' <86>Apr 14 00:39:40 userdel[17831]: removed shadow group 'builder' owned by 'builder' <86>Apr 14 00:39:40 groupadd[17846]: group added to /etc/group: name=builder, GID=574 <86>Apr 14 00:39:40 groupadd[17846]: group added to /etc/gshadow: name=builder <86>Apr 14 00:39:40 groupadd[17846]: new group: name=builder, GID=574 <86>Apr 14 00:39:40 useradd[17855]: new user: name=builder, UID=574, GID=574, home=/usr/src, shell=/bin/bash <13>Apr 14 00:39:43 rpmi: dev86-0.16.19-alt1 1348480727 installed Installing memtest86-4.0a-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.84108 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf memtest86-4.0a + echo 'Source #0 (memtest86-4.0a.tar.gz):' Source #0 (memtest86-4.0a.tar.gz): + /bin/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/memtest86-4.0a.tar.gz + cd memtest86-4.0a + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (memtest86-3.2-rover-fixcrash.patch):' Patch #1 (memtest86-3.2-rover-fixcrash.patch): + /usr/bin/patch -p1 patching file init.c Hunk #1 succeeded at 901 with fuzz 2 (offset -30 lines). + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.84108 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd memtest86-4.0a + make make: Entering directory `/usr/src/RPM/BUILD/memtest86-4.0a' rm -f *.o *.s *.iso memtest.bin memtest memtest_shared \ memtest_shared.bin memtest.iso gcc -E -traditional head.S -o head.s as -32 -o head.o head.s gcc -c -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -fno-strict-aliasing reloc.c gcc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o main.o main.c gcc -c -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding test.c gcc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o init.o init.c gcc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o lib.o lib.c lib.c: In function 'serial_echo_init': lib.c:765:19: warning: variable 'lo' set but not used [-Wunused-but-set-variable] int comstat, hi, lo, serial_div; ^ lib.c:765:15: warning: variable 'hi' set but not used [-Wunused-but-set-variable] int comstat, hi, lo, serial_div; ^ gcc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o patn.o patn.c gcc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o screen_buffer.o screen_buffer.c gcc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o config.o config.c gcc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o linuxbios.o linuxbios.c gcc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o memsize.o memsize.c memsize.c:22:13: warning: 'memsize_bios' declared 'static' but never defined [-Wunused-function] static void memsize_bios(void); ^ gcc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o error.o error.c error.c: In function 'common_err': error.c:109:12: warning: variable 'x' set but not used [-Wunused-but-set-variable] int i, n, x, flag=0; ^ gcc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o smp.o smp.c smp.c: In function 'smp_init_bsp': smp.c:477:11: warning: passing argument 1 of 'memset' discards 'volatile' qualifier from pointer target type [-Wdiscarded-array-qualifiers] memset(&AP, 0, sizeof AP); ^ smp.c:169:1: note: expected 'void *' but argument is of type 'volatile ap_info_t (*)[16] {aka volatile struct (*)[16]}' memset (void *dst, ^ smp.c:503:11: warning: assignment makes pointer from integer without a cast [-Wint-conversion] APIC = 0xfee00000; ^ smp.c:570:6: warning: assignment makes pointer from integer without a cast [-Wint-conversion] ptr = *(unsigned int *)tab_ptr; ^ gcc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o cpuid.o cpuid.c gcc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o vmem.o vmem.c gcc -c -Wall -march=i486 -m32 -O3 -fomit-frame-pointer -fno-builtin -ffreestanding random.c ld --warn-constructors --warn-common -static -T memtest_shared.lds \ -o memtest_shared head.o reloc.o main.o test.o init.o lib.o patn.o screen_buffer.o config.o linuxbios.o memsize.o error.o smp.o cpuid.o vmem.o random.o && \ ld -shared -Bsymbolic -T memtest_shared.lds -o memtest_shared head.o reloc.o main.o test.o init.o lib.o patn.o screen_buffer.o config.o linuxbios.o memsize.o error.o smp.o cpuid.o vmem.o random.o lib.o: In function `__inb': lib.c:(.text+0x0): multiple definition of `__inb' init.o:init.c:(.text+0x0): first defined here lib.o: In function `__inbc': lib.c:(.text+0x6): multiple definition of `__inbc' init.o:init.c:(.text+0x6): first defined here lib.o: In function `__inb_p': lib.c:(.text+0xc): multiple definition of `__inb_p' init.o:init.c:(.text+0xc): first defined here lib.o: In function `__inbc_p': lib.c:(.text+0x14): multiple definition of `__inbc_p' init.o:init.c:(.text+0x14): first defined here lib.o: In function `__inw': lib.c:(.text+0x1c): multiple definition of `__inw' init.o:init.c:(.text+0x1c): first defined here lib.o: In function `__inwc': lib.c:(.text+0x23): multiple definition of `__inwc' init.o:init.c:(.text+0x23): first defined here lib.o: In function `__inw_p': lib.c:(.text+0x2a): multiple definition of `__inw_p' init.o:init.c:(.text+0x2a): first defined here lib.o: In function `__inwc_p': lib.c:(.text+0x33): multiple definition of `__inwc_p' init.o:init.c:(.text+0x33): first defined here lib.o: In function `__inl': lib.c:(.text+0x3c): multiple definition of `__inl' init.o:init.c:(.text+0x3c): first defined here lib.o: In function `__inlc': lib.c:(.text+0x42): multiple definition of `__inlc' init.o:init.c:(.text+0x42): first defined here lib.o: In function `__inl_p': lib.c:(.text+0x48): multiple definition of `__inl_p' init.o:init.c:(.text+0x48): first defined here lib.o: In function `__inlc_p': lib.c:(.text+0x50): multiple definition of `__inlc_p' init.o:init.c:(.text+0x50): first defined here lib.o: In function `__outb': lib.c:(.text+0x58): multiple definition of `__outb' init.o:init.c:(.text+0x58): first defined here lib.o: In function `__outbc': lib.c:(.text+0x62): multiple definition of `__outbc' init.o:init.c:(.text+0x62): first defined here lib.o: In function `__outb_p': lib.c:(.text+0x6c): multiple definition of `__outb_p' init.o:init.c:(.text+0x6c): first defined here lib.o: In function `__outbc_p': lib.c:(.text+0x78): multiple definition of `__outbc_p' init.o:init.c:(.text+0x78): first defined here lib.o: In function `__outw': lib.c:(.text+0x84): multiple definition of `__outw' init.o:init.c:(.text+0x84): first defined here lib.o: In function `__outwc': lib.c:(.text+0x8f): multiple definition of `__outwc' init.o:init.c:(.text+0x8f): first defined here lib.o: In function `__outw_p': lib.c:(.text+0x9a): multiple definition of `__outw_p' init.o:init.c:(.text+0x9a): first defined here lib.o: In function `__outwc_p': lib.c:(.text+0xa7): multiple definition of `__outwc_p' init.o:init.c:(.text+0xa7): first defined here lib.o: In function `__outl': lib.c:(.text+0xb4): multiple definition of `__outl' init.o:init.c:(.text+0xb4): first defined here lib.o: In function `__outlc': lib.c:(.text+0xbe): multiple definition of `__outlc' init.o:init.c:(.text+0xbe): first defined here lib.o: In function `__outl_p': lib.c:(.text+0xc8): multiple definition of `__outl_p' init.o:init.c:(.text+0xc8): first defined here lib.o: In function `__outlc_p': lib.c:(.text+0xd4): multiple definition of `__outlc_p' init.o:init.c:(.text+0xd4): first defined here lib.o: In function `outsb': lib.c:(.text+0xe0): multiple definition of `outsb' init.o:init.c:(.text+0xe0): first defined here lib.o: In function `outsw': lib.c:(.text+0xf2): multiple definition of `outsw' init.o:init.c:(.text+0xf2): first defined here lib.o: In function `outsl': lib.c:(.text+0x105): multiple definition of `outsl' init.o:init.c:(.text+0x105): first defined here make: *** [memtest_shared] Error 1 make: Leaving directory `/usr/src/RPM/BUILD/memtest86-4.0a' error: Bad exit status from /usr/src/tmp/rpm-tmp.84108 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.84108 (%build) Command exited with non-zero status 1 1.58user 0.27system 0:01.90elapsed 97%CPU (0avgtext+0avgdata 26796maxresident)k 0inputs+0outputs (0major+63407minor)pagefaults 0swaps hsh-rebuild: rebuild of `memtest86-4.0a-alt2.src.rpm' failed. Command exited with non-zero status 1 4.99user 3.68system 0:08.20elapsed 105%CPU (0avgtext+0avgdata 122060maxresident)k 384inputs+0outputs (0major+223649minor)pagefaults 0swaps