The following packages will be installed: lbrate Fetching README... 0%100%100%100%100%100%Done Fetching lbrate.SlackBuild... 0%100%100%100%100%100%Done Fetching lbrate.info... 0%100%100%100%100%100%Done Fetching makefile-destdir.patch.gz... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done lbrate-1.1/ lbrate-1.1/COPYING lbrate-1.1/ChangeLog lbrate-1.1/Makefile lbrate-1.1/lbrate.1 lbrate-1.1/TODO lbrate-1.1/main.c lbrate-1.1/mkinstalldirs lbrate-1.1/readhuff.c lbrate-1.1/readhuff.h lbrate-1.1/README lbrate-1.1/NEWS lbrate-1.1/readrle.c lbrate-1.1/readrle.h lbrate-1.1/readlzw.c lbrate-1.1/readlzw.h lbrate-1.1/readlzh.c lbrate-1.1/readlzh.h lbrate-1.1/lzhuf-post.txt patching file Makefile gcc -O2 -march=i586 -mtune=i686 -c -o main.o main.c gcc -O2 -march=i586 -mtune=i686 -c -o readrle.o readrle.c gcc -O2 -march=i586 -mtune=i686 -c -o readhuff.o readhuff.c readhuff.c: In function ‘convert_huff’: readhuff.c:131:13: warning: argument 1 range [4294965248, 4294967288] exceeds maximum object size 2147483647 [-Walloc-size-larger-than=] 131 | if((nodearr=malloc(sizeof(struct huff_node_tag)*nodes))==NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from readhuff.c:17: /usr/include/stdlib.h:539:14: note: in a call to allocation function ‘malloc’ declared here 539 | extern void *malloc (size_t __size) __THROW __attribute_malloc__ | ^~~~~~ gcc -O2 -march=i586 -mtune=i686 -c -o readlzw.o readlzw.c gcc -O2 -march=i586 -mtune=i686 -c -o readlzh.o readlzh.c gcc -O2 -march=i586 -mtune=i686 -o lbrate main.o readrle.o readhuff.o readlzw.o readlzh.o /bin/sh ./mkinstalldirs /usr/src/slapt-src-i486/system/lbrate/package-lbrate//usr/bin /usr/src/slapt-src-i486/system/lbrate/package-lbrate//usr/man/man1 mkdir /usr/src/slapt-src-i486/system/lbrate/package-lbrate/usr mkdir /usr/src/slapt-src-i486/system/lbrate/package-lbrate/usr/bin mkdir /usr/src/slapt-src-i486/system/lbrate/package-lbrate/usr/man mkdir /usr/src/slapt-src-i486/system/lbrate/package-lbrate/usr/man/man1 install -m 755 lbrate /usr/src/slapt-src-i486/system/lbrate/package-lbrate//usr/bin install -m 644 lbrate.1 /usr/src/slapt-src-i486/system/lbrate/package-lbrate//usr/man/man1 Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. 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/lbrate/lbrate-1.1-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/lbrate usr/doc/ usr/doc/lbrate-1.1/ usr/doc/lbrate-1.1/COPYING usr/doc/lbrate-1.1/ChangeLog usr/doc/lbrate-1.1/NEWS usr/doc/lbrate-1.1/README usr/doc/lbrate-1.1/TODO usr/doc/lbrate-1.1/lbrate.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/lbrate.1.gz Slackware package /usr/src/slapt-src-i486/system/lbrate/lbrate-1.1-i586-1salix15.0.txz created. Installing package lbrate-1.1-i586-1salix15.0... | lbrate (extract CP/M LBR archives) | | lbrate extracts/decompresses files from CP/M LBR format. (It can also | list and test such archives.) It does this in an 'unzip'-like manner, | mostly hiding the details of individually compressed and renamed | files, and transparently deals with required decompression/renaming. | lbrate supports all three CP/M compression schemes (Q, Z, Y) and | treats them as single entry LBR archives. | | Website: http://www.svgalib.org/rus/lbrate.html | | |