The following packages will be installed: ebook2cw Fetching README... 0%100%100%100%100%100%Done Fetching ebook2cw.SlackBuild... 0%100%100%100%100%100%Done Fetching ebook2cw.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done ebook2cw-0.8.2/ ebook2cw-0.8.2/isomap.txt ebook2cw-0.8.2/ebook2cw.c ebook2cw-0.8.2/Makefile ebook2cw-0.8.2/ebook2cw.1 ebook2cw-0.8.2/README ebook2cw-0.8.2/codetables.h ebook2cw-0.8.2/ebook2cw.conf ebook2cw-0.8.2/COPYING ebook2cw-0.8.2/ChangeLog ebook2cw-0.8.2/ebook2cw.bat ebook2cw-0.8.2/utf8map.txt gcc ebook2cw.c -pedantic -Wall -lm -lmp3lame -lvorbis -lvorbisenc -logg -O2 -march=i486 -mtune=i686 -D DESTDIR=\"/usr/src/slapt-src-i486/ham/ebook2cw/package-ebook2cw/usr\" -D VERSION=\"0.8.2\" -D LAME -D OGGV -o ebook2cw ebook2cw.c: In function ‘main’: ebook2cw.c:191:30: warning: variable ‘qw’ set but not used [-Wunused-but-set-variable] 191 | int chw = 0, tw = 0, qw = 0; /* chapter words, total words, qrq words */ | ^~ ebook2cw.c: In function ‘init_cw’: ebook2cw.c:583:37: warning: ‘val’ may be used uninitialized in this function [-Wmaybe-uninitialized] 583 | val *= pow(sin(M_PI*x/(2.0*cw->rt)),2); | ^~ ebook2cw.c: In function ‘loadmapping’: ebook2cw.c:1283:41: warning: ‘strncpy’ output may be truncated copying 3 bytes from a string of length 5 [-Wstringop-truncation] 1283 | strncpy(cw->isomap[i], s, 3); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ebook2cw.c:1296:49: warning: ‘strncpy’ output may be truncated copying 5 bytes from a string of length 5 [-Wstringop-truncation] 1296 | strncpy(cw->utf8map[i], s, 5); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ebook2cw.c:1290:49: warning: ‘strncpy’ output may be truncated copying 5 bytes from a string of length 5 [-Wstringop-truncation] 1290 | strncpy(cw->utf8map[i], s, 5); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ebook2cw.c: In function ‘closefile’: ebook2cw.c:749:38: warning: ‘%04d’ directive output may be truncated writing between 4 and 11 bytes into a region of size between 1 and 80 [-Wformat-truncation=] 749 | snprintf(outfilename, 80, "%s%04d.%s", cw->chapterfilename, chapter, | ^~~~ ebook2cw.c:749:9: note: ‘snprintf’ output between 9 and 95 bytes into a destination of size 80 749 | snprintf(outfilename, 80, "%s%04d.%s", cw->chapterfilename, chapter, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 750 | (cw->encoder == MP3) ? "mp3" : "ogg"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ebook2cw.c: In function ‘openfile’: ebook2cw.c:802:38: warning: ‘%04d’ directive output may be truncated writing between 4 and 11 bytes into a region of size between 1 and 80 [-Wformat-truncation=] 802 | snprintf(outfilename, 80, "%s%04d.%s", cw->chapterfilename, chapter, | ^~~~ ebook2cw.c:802:9: note: ‘snprintf’ output between 9 and 95 bytes into a destination of size 80 802 | snprintf(outfilename, 80, "%s%04d.%s", cw->chapterfilename, chapter, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 803 | (cw->encoder == MP3) ? "mp3" : "ogg"); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ebook2cw.c:815:46: warning: ‘ - ’ directive output may be truncated writing 3 bytes into a region of size between 0 and 79 [-Wformat-truncation=] 815 | snprintf(tmp, 79, "%s - %d", cw->id3_title, chapter); /* title */ | ^~~ ebook2cw.c:815:25: note: ‘snprintf’ output between 5 and 94 bytes into a destination of size 79 815 | snprintf(tmp, 79, "%s - %d", cw->id3_title, chapter); /* title */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ install -d -v /usr/src/slapt-src-i486/ham/ebook2cw/package-ebook2cw/usr/man/man1/ install: creating directory '/usr/src/slapt-src-i486/ham/ebook2cw/package-ebook2cw/usr' install: creating directory '/usr/src/slapt-src-i486/ham/ebook2cw/package-ebook2cw/usr/man' install: creating directory '/usr/src/slapt-src-i486/ham/ebook2cw/package-ebook2cw/usr/man/man1/' install -d -v /usr/src/slapt-src-i486/ham/ebook2cw/package-ebook2cw/usr/bin/ install: creating directory '/usr/src/slapt-src-i486/ham/ebook2cw/package-ebook2cw/usr/bin/' install -d -v /usr/src/slapt-src-i486/ham/ebook2cw/package-ebook2cw/usr/doc/ebook2cw-0.8.2/ install: creating directory '/usr/src/slapt-src-i486/ham/ebook2cw/package-ebook2cw/usr/doc' install: creating directory '/usr/src/slapt-src-i486/ham/ebook2cw/package-ebook2cw/usr/doc/ebook2cw-0.8.2/' install -d -v /usr/src/slapt-src-i486/ham/ebook2cw/package-ebook2cw/usr/doc/ebook2cw-0.8.2/examples/ install: creating directory '/usr/src/slapt-src-i486/ham/ebook2cw/package-ebook2cw/usr/doc/ebook2cw-0.8.2/examples/' install -s -m 0755 ebook2cw /usr/src/slapt-src-i486/ham/ebook2cw/package-ebook2cw/usr/bin/ install -m 0644 ebook2cw.1 /usr/src/slapt-src-i486/ham/ebook2cw/package-ebook2cw/usr/man/man1/ install -m 0644 README /usr/src/slapt-src-i486/ham/ebook2cw/package-ebook2cw/usr/doc/ebook2cw-0.8.2/ install -m 0644 ebook2cw.conf /usr/src/slapt-src-i486/ham/ebook2cw/package-ebook2cw/usr/doc/ebook2cw-0.8.2/examples/ install -m 0644 isomap.txt /usr/src/slapt-src-i486/ham/ebook2cw/package-ebook2cw/usr/doc/ebook2cw-0.8.2/examples/ install -m 0644 utf8map.txt /usr/src/slapt-src-i486/ham/ebook2cw/package-ebook2cw/usr/doc/ebook2cw-0.8.2/examples/ 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/ham/ebook2cw/ebook2cw-0.8.2-i486-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/ebook2cw usr/doc/ usr/doc/ebook2cw-0.8.2/ usr/doc/ebook2cw-0.8.2/COPYING usr/doc/ebook2cw-0.8.2/ChangeLog usr/doc/ebook2cw-0.8.2/README usr/doc/ebook2cw-0.8.2/ebook2cw.SlackBuild usr/doc/ebook2cw-0.8.2/examples/ usr/doc/ebook2cw-0.8.2/examples/ebook2cw.conf usr/doc/ebook2cw-0.8.2/examples/isomap.txt usr/doc/ebook2cw-0.8.2/examples/utf8map.txt usr/man/ usr/man/man1/ usr/man/man1/ebook2cw.1.gz Slackware package /usr/src/slapt-src-i486/ham/ebook2cw/ebook2cw-0.8.2-i486-1salix15.0.txz created. Installing package ebook2cw-0.8.2-i486-1salix15.0... | ebook2cw (ebook to cw program for Linux) | | ebook2cw is a command-line program for converting ebooks to morse | code mp3 or OGG files. It uses the LAME encoder. | | Homepage: http://fkurz.net/ham/ebook2cw.html | | | | | | |