<86>Apr 14 00:39:52 userdel[1305]: delete user 'rooter' <86>Apr 14 00:39:52 userdel[1305]: removed group 'rooter' owned by 'rooter' <86>Apr 14 00:39:52 userdel[1305]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 14 00:39:52 groupadd[1318]: group added to /etc/group: name=rooter, GID=549 <86>Apr 14 00:39:52 groupadd[1318]: group added to /etc/gshadow: name=rooter <86>Apr 14 00:39:52 groupadd[1318]: new group: name=rooter, GID=549 <86>Apr 14 00:39:52 useradd[1327]: new user: name=rooter, UID=549, GID=549, home=/root, shell=/bin/bash <86>Apr 14 00:39:52 userdel[1341]: delete user 'builder' <86>Apr 14 00:39:52 userdel[1341]: removed group 'builder' owned by 'builder' <86>Apr 14 00:39:52 userdel[1341]: removed shadow group 'builder' owned by 'builder' <86>Apr 14 00:39:52 groupadd[1357]: group added to /etc/group: name=builder, GID=550 <86>Apr 14 00:39:52 groupadd[1357]: group added to /etc/gshadow: name=builder <86>Apr 14 00:39:52 groupadd[1357]: new group: name=builder, GID=550 <86>Apr 14 00:39:52 useradd[1379]: new user: name=builder, UID=550, GID=550, home=/usr/src, shell=/bin/bash <13>Apr 14 00:39:55 rpmi: dev86-0.16.19-alt1 1348480727 installed Installing memtest86+-5.01-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.93176 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf memtest86+-5.01 + echo 'Source #0 (memtest86+-5.01.tar.gz):' Source #0 (memtest86+-5.01.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/memtest86+-5.01.tar.gz + /bin/tar -xf - + cd memtest86+-5.01 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (memtest86+-5.01-no-scp.patch):' Patch #0 (memtest86+-5.01-no-scp.patch): + /usr/bin/patch -p1 -b --suffix .no-scp patching file Makefile + echo 'Patch #1 (memtest86+-5.01-no-optimization.patch):' Patch #1 (memtest86+-5.01-no-optimization.patch): + /usr/bin/patch -p1 -b --suffix .no-optimization patching file Makefile + echo 'Patch #2 (memtest86+-5.01-compile-fix.patch):' Patch #2 (memtest86+-5.01-compile-fix.patch): + /usr/bin/patch -p1 -b --suffix .compile-fix patching file io.h + echo 'Patch #3 (memtest86+-5.01-array-size-fix.patch):' Patch #3 (memtest86+-5.01-array-size-fix.patch): + /usr/bin/patch -p1 -b --suffix .array-size-fix patching file controller.c + sed -i -es,0x5000,0x100000, memtest.lds + sed -i '-es,$(LD) -s -T memtest.lds,$(LD) -s -T memtest.lds -z max-page-size=0x1000,' Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.31377 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd memtest86+-5.01 + make make: Entering directory `/usr/src/RPM/BUILD/memtest86+-5.01' 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 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -fno-strict-aliasing reloc.c gcc -Wall -march=i486 -m32 -O0 -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 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o init.o init.c gcc -Wall -march=i486 -m32 -O0 -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:807:19: warning: variable 'lo' set but not used [-Wunused-but-set-variable] int comstat, hi, lo, serial_div; ^ lib.c:807:15: warning: variable 'hi' set but not used [-Wunused-but-set-variable] int comstat, hi, lo, serial_div; ^ In file included from lib.c:6:0: lib.c: At top level: io.h:90:2: warning: '__outb' is static but used in inline function 'reboot' which is not static __outb((val),(port))) ^ lib.c:47:3: note: in expansion of macro 'outb' outb(0x0E, 0xcf9); ^ io.h:89:2: warning: '__outbc' is static but used in inline function 'reboot' which is not static __outbc((val),(port)) : \ ^ lib.c:47:3: note: in expansion of macro 'outb' outb(0x0E, 0xcf9); ^ io.h:90:2: warning: '__outb' is static but used in inline function 'reboot' which is not static __outb((val),(port))) ^ lib.c:46:3: note: in expansion of macro 'outb' outb(0x04, 0xcf9); ^ io.h:89:2: warning: '__outbc' is static but used in inline function 'reboot' which is not static __outbc((val),(port)) : \ ^ lib.c:46:3: note: in expansion of macro 'outb' outb(0x04, 0xcf9); ^ io.h:90:2: warning: '__outb' is static but used in inline function 'reboot' which is not static __outb((val),(port))) ^ lib.c:45:3: note: in expansion of macro 'outb' outb(0x02, 0xcf9); /* reset that doesn't rely on the keyboard controller */ ^ io.h:89:2: warning: '__outbc' is static but used in inline function 'reboot' which is not static __outbc((val),(port)) : \ ^ lib.c:45:3: note: in expansion of macro 'outb' outb(0x02, 0xcf9); /* reset that doesn't rely on the keyboard controller */ ^ io.h:90:2: warning: '__outb' is static but used in inline function 'reboot' which is not static __outb((val),(port))) ^ lib.c:44:3: note: in expansion of macro 'outb' outb(0xFE, 0x64); ^ io.h:89:2: warning: '__outbc' is static but used in inline function 'reboot' which is not static __outbc((val),(port)) : \ ^ lib.c:44:3: note: in expansion of macro 'outb' outb(0xFE, 0x64); ^ gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o patn.o patn.c gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o screen_buffer.o screen_buffer.c gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o config.o config.c gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o cpuid.o cpuid.c gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o linuxbios.o linuxbios.c gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o pci.o pci.c gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o memsize.o memsize.c gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o spd.o spd.c gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o error.o error.c gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o dmi.o dmi.c gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o controller.o controller.c controller.c: In function 'poll_timings_k16': controller.c:3683:20: warning: variable 'rc' set but not used [-Wunused-but-set-variable] int cas, rcd, rp, rc, ras; ^ gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o smp.o smp.c smp.c: In function 'smp_find_cpus': smp.c:513:11: warning: passing argument 1 of 'memset' discards 'volatile' qualifier from pointer target type [-Wdiscarded-array-qualifiers] memset(&AP, 0, sizeof AP); ^ smp.c:170:1: note: expected 'void *' but argument is of type 'volatile ap_info_t (*)[32] {aka volatile struct (*)[32]}' memset (void *dst, ^ gcc -Wall -march=i486 -m32 -O0 -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 cpuid.o linuxbios.o pci.o memsize.o spd.o error.o dmi.o controller.o smp.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 cpuid.o linuxbios.o pci.o memsize.o spd.o error.o dmi.o controller.o smp.o vmem.o random.o lib.o: In function `outsb': lib.c:(.text+0x78): multiple definition of `outsb' init.o:init.c:(.text+0x12d): first defined here lib.o: In function `outsw': lib.c:(.text+0xb6): multiple definition of `outsw' init.o:init.c:(.text+0x16b): first defined here lib.o: In function `outsl': lib.c:(.text+0xf5): multiple definition of `outsl' init.o:init.c:(.text+0x1aa): first defined here pci.o: In function `outsb': pci.c:(.text+0xf0): multiple definition of `outsb' init.o:init.c:(.text+0x12d): first defined here pci.o: In function `outsw': pci.c:(.text+0x12e): multiple definition of `outsw' init.o:init.c:(.text+0x16b): first defined here pci.o: In function `outsl': pci.c:(.text+0x16d): multiple definition of `outsl' init.o:init.c:(.text+0x1aa): first defined here spd.o: In function `outsb': spd.c:(.text+0x51): multiple definition of `outsb' init.o:init.c:(.text+0x12d): first defined here spd.o: In function `outsw': spd.c:(.text+0x8f): multiple definition of `outsw' init.o:init.c:(.text+0x16b): first defined here spd.o: In function `outsl': spd.c:(.text+0xce): multiple definition of `outsl' init.o:init.c:(.text+0x1aa): first defined here main.o: In function `test_start': main.c:(.text+0x190e): undefined reference to `reboot' lib.o: In function `check_input': lib.c:(.text+0x17be): undefined reference to `reboot' make: *** [memtest_shared] Error 1 make: Leaving directory `/usr/src/RPM/BUILD/memtest86+-5.01' error: Bad exit status from /usr/src/tmp/rpm-tmp.31377 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.31377 (%build) Command exited with non-zero status 1 1.36user 0.33system 0:01.72elapsed 98%CPU (0avgtext+0avgdata 27500maxresident)k 0inputs+0outputs (0major+76751minor)pagefaults 0swaps hsh-rebuild: rebuild of `memtest86+-5.01-alt1.src.rpm' failed. Command exited with non-zero status 1 4.78user 3.61system 0:07.92elapsed 105%CPU (0avgtext+0avgdata 121960maxresident)k 0inputs+0outputs (0major+238110minor)pagefaults 0swaps