The following packages will be installed: memtest86 Fetching README... 0%100%100%100%100%100%Done Fetching memtest86.SlackBuild... 0%100%100%100%100%100%Done Fetching memtest86.info... 0%100%100%100%100%100%Done Fetching patches/bug_629506_message_15.mbox... 0%100%100%100%100%100%Done Fetching patches/discard-note_gnu_property.patch... 0%100%100%100%100%100%Done Fetching patches/makefile.diff... 0%100%100%100%100%100%Done Fetching patches/memtest86+-5.01-io-extern-inline.patch... 0%100%100%100%100%100%Done Fetching patches/memtest86+-5.01-reboot-def.patch... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done src/ src/README.background src/screen_buffer.h src/bootsect.S src/msr.h src/main.c src/Makefile src/vmem.c src/memtest.lds src/memtest.bin.lds src/stdint.h src/screen_buffer.c src/error.c src/memsize.c src/smp.h src/config.h src/setup.S src/head.S src/random.c src/README src/cpuid.h src/config.c src/init.c src/patn.c src/memtest_shared.lds src/lib.c src/cpuid.c src/smp.c src/README.build-process src/io.h src/test.c src/precomp.bin src/test.h src/elf.h src/defs.h src/reloc.c src/serial.h patching file io.h Hunk #1 succeeded at 31 with fuzz 1. Hunk #2 succeeded at 43 with fuzz 1. Hunk #3 succeeded at 55 with fuzz 1. patching file lib.c Hunk #1 succeeded at 32 with fuzz 2 (offset -1 lines). patching file Makefile patching file setup.S patching file memtest.bin.lds cc -E -traditional head.S -o head.s as -32 -o head.o head.s cc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -fno-strict-aliasing -c -o reloc.o reloc.c cc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o main.o main.c cc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -O0 -fno-PIC -c -o test.o test.c test.c: In function ‘movinvr’: test.c:307:23: warning: unused variable ‘chunk’ [-Wunused-variable] 307 | ulong xorVal, chunk; | ^~~~~ test.c: In function ‘movinv1’: test.c:498:50: warning: unused variable ‘bad’ [-Wunused-variable] 498 | ulong *p, *pe, len, chunk, *start, *end, bad; | ^~~ test.c:498:29: warning: unused variable ‘chunk’ [-Wunused-variable] 498 | ulong *p, *pe, len, chunk, *start, *end, bad; | ^~~~~ test.c: In function ‘movinv32’: test.c:696:38: warning: unused variable ‘chunk’ [-Wunused-variable] 696 | ulong *p, *pe, *start, *end, chunk, pat = 0, p3; | ^~~~~ test.c: In function ‘modtst’: test.c:990:29: warning: unused variable ‘chunk’ [-Wunused-variable] 990 | ulong *start, *end, chunk; | ^~~~~ test.c: In function ‘block_move’: test.c:1180:29: warning: unused variable ‘chunk’ [-Wunused-variable] 1180 | ulong *start, *end, chunk; | ^~~~~ cc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o init.o init.c cc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o lib.o lib.c cc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o patn.o patn.c cc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o screen_buffer.o screen_buffer.c cc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o config.o config.c cc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o memsize.o memsize.c memsize.c:94:13: warning: ‘memsize_linuxbios’ defined but not used [-Wunused-function] 94 | static void memsize_linuxbios(void) | ^~~~~~~~~~~~~~~~~ cc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o error.o error.c cc -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_find_cpus’: smp.c:661:11: warning: passing argument 1 of ‘memset’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-array-qualifiers] 661 | memset(&AP, 0, sizeof AP); | ^~~ smp.c:164:15: note: expected ‘void *’ but argument is of type ‘volatile ap_info_t (*)[32]’ 164 | memset (void *dst, | ~~~~~~^~~ smp.c:728:21: warning: assignment to ‘unsigned int *’ from ‘unsigned int’ makes pointer from integer without a cast [-Wint-conversion] 728 | ptr = *(unsigned int *)tab_ptr; | ^ smp.c:745:41: warning: passing argument 1 of ‘scan_for_floating_ptr_struct’ makes pointer from integer without a cast [-Wint-conversion] 745 | fp = scan_for_floating_ptr_struct(639*0x400, 0x400); | ^~~~~~~~~ | | | int smp.c:376:44: note: expected ‘unsigned int *’ but argument is of type ‘int’ 376 | scan_for_floating_ptr_struct(unsigned int *addr, uint32_t length) | ~~~~~~~~~~~~~~^~~~ smp.c:748:44: warning: passing argument 1 of ‘scan_for_floating_ptr_struct’ makes pointer from integer without a cast [-Wint-conversion] 748 | fp = scan_for_floating_ptr_struct(0xf0000, 0x10000); | ^~~~~~~ | | | int smp.c:376:44: note: expected ‘unsigned int *’ but argument is of type ‘int’ 376 | scan_for_floating_ptr_struct(unsigned int *addr, uint32_t length) | ~~~~~~~~~~~~~~^~~~ smp.c:755:51: warning: passing argument 1 of ‘scan_for_floating_ptr_struct’ makes pointer from integer without a cast [-Wint-conversion] 755 | fp = scan_for_floating_ptr_struct(address, 0x400); | ^~~~~~~ | | | unsigned int smp.c:376:44: note: expected ‘unsigned int *’ but argument is of type ‘unsigned int’ 376 | scan_for_floating_ptr_struct(unsigned int *addr, uint32_t length) | ~~~~~~~~~~~~~~^~~~ smp.c:767:30: warning: assignment to ‘volatile uint32_t (*)[4]’ {aka ‘unsigned int (*)[4]’} from ‘unsigned int’ makes pointer from integer without a cast [-Wint-conversion] 767 | APIC = 0xfee00000; | ^ cc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o cpuid.o cpuid.c cc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -c -o vmem.o vmem.c cc -Wall -march=i486 -m32 -O1 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC -fno-stack-protector -O3 -fno-PIC -c -o random.o 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 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 memsize.o error.o smp.o cpuid.o vmem.o random.o ld: test.o: warning: relocation in read-only section `.text' ld: warning: creating DT_TEXTREL in a shared object objcopy -O binary memtest_shared memtest_shared.bin cc -E -traditional bootsect.S -o bootsect.s as -32 -o bootsect.o bootsect.s cc -E -traditional setup.S -o setup.s as -32 -o setup.o setup.s ld -T memtest.bin.lds bootsect.o setup.o -b binary \ memtest_shared.bin -o memtest.bin ld -s -T memtest.lds -b binary memtest_shared.bin -o memtest Slackware package maker, version 3.14159265. Searching for symbolic links: boot/memtest86 memtest86-4.3.7 boot/memtest86.bin memtest86-4.3.7.bin Making symbolic link creation script: ( cd boot ; rm -rf memtest86 ) ( cd boot ; ln -sf memtest86-4.3.7 memtest86 ) ( cd boot ; rm -rf memtest86.bin ) ( cd boot ; ln -sf memtest86-4.3.7.bin memtest86.bin ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed './boot/memtest86' removed './boot/memtest86.bin' Creating your new ./install/doinst.sh... This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src-i486/system/memtest86/memtest86-4.3.7-i486-2salix15.0.txz ./ boot/ boot/memtest86-4.3.7 boot/memtest86-4.3.7.bin install/ install/doinst.sh install/slack-desc usr/ usr/doc/ usr/doc/memtest86-4.3.7/ usr/doc/memtest86-4.3.7/README usr/doc/memtest86-4.3.7/README.background usr/doc/memtest86-4.3.7/README.build-process usr/doc/memtest86-4.3.7/memtest86.SlackBuild Slackware package /usr/src/slapt-src-i486/system/memtest86/memtest86-4.3.7-i486-2salix15.0.txz created. Installing package memtest86-4.3.7-i486-2salix15.0... | memtest86 (comprehensive, stand-alone memory diagnostic) | | Memtest86 is a thorough, stand-alone memory test for x86 architecture | computers. BIOS based memory tests are a quick, cursory check and | often miss many of the failures that are detected by Memtest86. | | | | | | | |