The following packages will be installed: svp Fetching README... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching svp.SlackBuild... 0%100%100%100%100%100%Done Fetching svp.info... 0%100%100%100%100%100%Done svp-0.3/ svp-0.3/Makefile svp-0.3/font9x16.h svp-0.3/defsgen.h svp-0.3/README svp-0.3/svp.c gcc -Wall -O2 -o svp svp.c -lvga svp.c: In function ‘vgagetchar’: svp.c:196:33: warning: variable ‘next3’ set but not used [-Wunused-but-set-variable] 196 | uchar input,next1,next2,next3; | ^~~~~ svp.c: In function ‘display’: svp.c:256:56: warning: pointer targets in passing argument 1 of ‘vga_drawscansegment’ differ in signedness [-Wpointer-sign] 256 | if(dw&1", | ^~ 706 | filename); | ~~~~~~~~ svp.c:705:17: note: ‘snprintf’ output between 55 and 310 bytes into a destination of size 255 705 | snprintf(command, 255, "gs -dBATCH -dNOPAUSE -dSAFER -sDEVICE=nullpage \"%s\" 2>&1", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 706 | filename); | ~~~~~~~~~ svp.c:734:9: warning: ‘strncpy’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 734 | strncpy(command, filename, 255); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ svp.c:821:56: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size between 130 and 160 [-Wformat-truncation=] 821 | snprintf(command, 255, "gs -q -dBATCH -dNOPAUSE -dSAFER -r%i -dFirstPage=%i" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 822 | " -dLastPage=%i -sDEVICE=%s -sOutputFile=- \"%s\"", 823 | dpi, page, page, devicename, filename); | ~~~~~~~~ svp.c:822:105: note: format string is defined here 822 | " -dLastPage=%i -sDEVICE=%s -sOutputFile=- \"%s\"", | ^~ svp.c:821:33: note: ‘snprintf’ output between 97 and 382 bytes into a destination of size 255 821 | snprintf(command, 255, "gs -q -dBATCH -dNOPAUSE -dSAFER -r%i -dFirstPage=%i" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 822 | " -dLastPage=%i -sDEVICE=%s -sOutputFile=- \"%s\"", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 823 | dpi, page, page, devicename, filename); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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/graphics/svp/svp-0.3-i486-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/svp usr/doc/ usr/doc/svp-0.3/ usr/doc/svp-0.3/README usr/doc/svp-0.3/svp.SlackBuild Slackware package /usr/src/slapt-src/graphics/svp/svp-0.3-i486-1salix15.0.txz created. Installing package svp-0.3-i486-1salix15.0... | svp (A ghostscript front end for svgalib) | | This program uses ghostscript to display postscript and PDF | files using svgalib. The interface is similar to tmview (dvi | viewer for svgalib). | | | | | | | |