The following packages will be installed: pcalc Fetching README... 0%100%100%100%100%100%Done Fetching pcalc.SlackBuild... 0%100%100%100%100%100%Done Fetching pcalc.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done pcalc-4/ pcalc-4/.gitignore pcalc-4/AUTHORS pcalc-4/COPYING pcalc-4/EXAMPLE pcalc-4/Makefile pcalc-4/README pcalc-4/TODO pcalc-4/convert.c pcalc-4/convert.h pcalc-4/debug.h pcalc-4/funct.c pcalc-4/help.c pcalc-4/help.h pcalc-4/hocdecl.h pcalc-4/math.c pcalc-4/pcalc.y pcalc-4/pcalcl.l pcalc-4/print.c pcalc-4/print.h pcalc-4/ptest/ pcalc-4/ptest/Makefile pcalc-4/ptest/local.at pcalc-4/ptest/pcalc.001 pcalc-4/ptest/pcalc.001.at pcalc-4/ptest/pcalc.002 pcalc-4/ptest/pcalc.002.at pcalc-4/ptest/pcalc.003 pcalc-4/ptest/pcalc.003.at pcalc-4/ptest/pcalc.004 pcalc-4/ptest/pcalc.004.at pcalc-4/ptest/pcalc.005 pcalc-4/ptest/pcalc.005.at pcalc-4/ptest/pcalc.006 pcalc-4/ptest/pcalc.006.at pcalc-4/ptest/pcalc.007 pcalc-4/ptest/pcalc.007.at pcalc-4/ptest/pcalc.008 pcalc-4/ptest/pcalc.008.at pcalc-4/ptest/pcalc.009 pcalc-4/ptest/pcalc.009.at pcalc-4/ptest/pcalc.010 pcalc-4/ptest/pcalc.010.at pcalc-4/ptest/pcalc.011 pcalc-4/ptest/pcalc.011.at pcalc-4/ptest/pcalc.012 pcalc-4/ptest/pcalc.012.at pcalc-4/ptest/pcalc.013 pcalc-4/ptest/pcalc.013.at pcalc-4/ptest/pcalc.014 pcalc-4/ptest/pcalc.014.at pcalc-4/ptest/pcalc.015 pcalc-4/ptest/pcalc.015.at pcalc-4/ptest/pcalc.016 pcalc-4/ptest/pcalc.016.at pcalc-4/ptest/pcalc.017 pcalc-4/ptest/pcalc.017.at pcalc-4/ptest/testsuite.at pcalc-4/store.c pcalc-4/store.h pcalc-4/str.c pcalc-4/str.h pcalc-4/symbol.c pcalc-4/symbol.h bison -ld -o pcalc.c pcalc.y pcalc.y: warning: 67 shift/reduce conflicts [-Wconflicts-sr] pcalc.y: warning: 37 reduce/reduce conflicts [-Wconflicts-rr] pcalc.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples pcalc.y:74.13-16: warning: rule useless in parser due to conflicts [-Wother] 74 | | list | ^~~~ cc -ggdb -Wall -DVERSION='"4"' -c -o pcalc.o pcalc.c flex -o pcalcl.c pcalcl.l cc -ggdb -Wall -DVERSION='"4"' -c -o pcalcl.o pcalcl.c pcalcl.c:1746:16: warning: ‘input’ defined but not used [-Wunused-function] 1746 | #else | ^ pcalcl.c:1703:17: warning: ‘yyunput’ defined but not used [-Wunused-function] 1703 | | ^ cc -ggdb -Wall -DVERSION='"4"' -c -o funct.o funct.c cc -ggdb -Wall -DVERSION='"4"' -c -o math.o math.c cc -ggdb -Wall -DVERSION='"4"' -c -o symbol.o symbol.c cc -ggdb -Wall -DVERSION='"4"' -c -o help.o help.c cc -ggdb -Wall -DVERSION='"4"' -c -o store.o store.c cc -ggdb -Wall -DVERSION='"4"' -c -o print.o print.c cc -ggdb -Wall -DVERSION='"4"' -c -o str.o str.c cc -ggdb -Wall -DVERSION='"4"' -c -o convert.o convert.c cc -ggdb -Wall pcalc.o pcalcl.o funct.o math.o symbol.o help.o store.o print.o str.o convert.o -lm -lfl -o pcalc install -m 755 -D pcalc /usr/src/slapt-src/academic/pcalc/package-pcalc/usr/bin/pcalc 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/academic/pcalc/pcalc-4-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/pcalc usr/doc/ usr/doc/pcalc-4/ usr/doc/pcalc-4/AUTHORS usr/doc/pcalc-4/COPYING usr/doc/pcalc-4/EXAMPLE usr/doc/pcalc-4/README usr/doc/pcalc-4/TODO usr/doc/pcalc-4/pcalc.SlackBuild Slackware package /usr/src/slapt-src/academic/pcalc/pcalc-4-i586-1salix15.0.txz created. Installing package pcalc-4-i586-1salix15.0... | pcalc (command line util for doing hex/dec/oct/bin math quickly) | | pcalc is a programmer's calculator. It simplifies some operations | (especially working with multiple bases) that are hard work without | this or another programmer's calculator, such as 0x1234 + 0x20. | | Homepage: https://github.com/vapier/pcalc | | | | | |