The following packages will be installed: pucrunch Fetching README... 0%100%100%100%100%100%Done Fetching cbmcombine.1... 0%100%100%100%100%100%Done Fetching cbmcombine.rst... 0%100%100%100%100%100%Done Fetching pucrunch.1... 0%100%100%100%100%100%Done Fetching pucrunch.SlackBuild... 0%100%100%100%100%100%Done Fetching pucrunch.info... 0%100%100%100%100%100%Done Fetching pucrunch.rst... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done pucrunch-20081122/ pucrunch-20081122/pucrunch.c pucrunch-20081122/cbmcombine.c pucrunch-20081122/pucrunch.html pucrunch-20081122/Makefile pucrunch-20081122/sa_uncrunch.asm pucrunch-20081122/uncrunch.asm pucrunch-20081122/uncrunch-z80.asm pucrunch-20081122/pucrunch.h gcc -Wall -funsigned-char pucrunch.c -o pucrunch -O2 -march=i586 -mtune=i686 -lm -Dstricmp=strcasecmp pucrunch.c: In function ‘UnPack’: pucrunch.c:1487:21: warning: pointer targets in assignment from ‘const unsigned char *’ to ‘const char *’ differ in signedness [-Wpointer-sign] 1487 | byteCodeVec = &data[cnt - 1]; | ^ pucrunch.c:1596:21: warning: pointer targets in assignment from ‘const unsigned char *’ to ‘const char *’ differ in signedness [-Wpointer-sign] 1596 | byteCodeVec = &data[dc->codeSize - 32 -2]; | ^ pucrunch.c:1634:64: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long int’ [-Wformat=] 1634 | fprintf(stderr, "Error: No EOF symbol found (%d > %d).\n", | ~^ | | | int | %ld 1635 | up_Byte, size + overlap); | ~~~~~~~~~~~~~~ | | | long int pucrunch.c: In function ‘PackLz77’: pucrunch.c:2747:59: warning: pointer targets in passing argument 4 of ‘OutputLz’ differ in signedness [-Wpointer-sign] 2747 | OutputLz(&escape, lzlen[p], lzpos[p], indata+p-lzpos[p], p); | ~~~~~~~~^~~~~~~~~ | | | unsigned char * pucrunch.c:873:59: note: expected ‘char *’ but argument is of type ‘unsigned char *’ 873 | static int OutputLz(int *esc, int lzlen, int lzpos, char *data, int curpos) { | ~~~~~~^~~~ 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/pucrunch/pucrunch-20081122-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/cbmcombine usr/bin/pucrunch usr/doc/ usr/doc/pucrunch-20081122/ usr/doc/pucrunch-20081122/examples/ usr/doc/pucrunch-20081122/examples/sa_uncrunch.asm usr/doc/pucrunch-20081122/examples/uncrunch-z80.asm usr/doc/pucrunch-20081122/examples/uncrunch.asm usr/doc/pucrunch-20081122/pucrunch.SlackBuild usr/doc/pucrunch-20081122/pucrunch.html usr/man/ usr/man/man1/ usr/man/man1/cbmcombine.1.gz usr/man/man1/pucrunch.1.gz Slackware package /usr/src/slapt-src-i486/system/pucrunch/pucrunch-20081122-i586-1salix15.0.txz created. Installing package pucrunch-20081122-i586-1salix15.0... | pucrunch (compressor optimized for low-resource decompression) | | Pucrunch is a Hybrid LZ77 and RLE compressor, uses an Elias Gamma | Code for lengths, mixture of Gamma Code and linear for LZ77 offset, | and ranked RLE bytes indexed by the same Gamma Code. Uses no extra | memory in decompression. | | Assembly sources for example decompressors (for Commodore 64 and | Nintendo GameBoy) are included. | | | |