The following packages will be installed: dis6502 Fetching README... 0%100%100%100%100%100%Done Fetching atari8.predefs... 0%100%100%100%100%100%Done Fetching c64.predefs... 0%100%100%100%100%100%Done Fetching compilefix.diff... 0%100%100%100%100%100%Done Fetching dis6502.1... 0%100%100%100%100%100%Done Fetching dis6502.SlackBuild... 0%100%100%100%100%100%Done Fetching dis6502.info... 0%100%100%100%100%100%Done Fetching dis6502.rst... 0%100%100%100%100%100%Done Fetching helpformat.diff... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done dis6502-0.12/ dis6502-0.12/COPYING dis6502-0.12/README dis6502-0.12/README.Bond dis6502-0.12/README.Finkelstein dis6502-0.12/Makefile dis6502-0.12/dis.h dis6502-0.12/main.c dis6502-0.12/initopts.c dis6502-0.12/ref.c dis6502-0.12/print.c dis6502-0.12/tbl.c dis6502-0.12/trace_queue.c dis6502-0.12/lex.l patching file lex.l patching file initopts.c lex -t lex.l > lex.c cc -M -MG -O2 -fPIC -fcommon lex.c | sed -e 's@ /[^ ]*@@g' -e 's@^\(.*\)\.o:@\1.d \1.o:@' > lex.d cc -M -MG -O2 -fPIC -fcommon trace_queue.c | sed -e 's@ /[^ ]*@@g' -e 's@^\(.*\)\.o:@\1.d \1.o:@' > trace_queue.d cc -M -MG -O2 -fPIC -fcommon tbl.c | sed -e 's@ /[^ ]*@@g' -e 's@^\(.*\)\.o:@\1.d \1.o:@' > tbl.d cc -M -MG -O2 -fPIC -fcommon print.c | sed -e 's@ /[^ ]*@@g' -e 's@^\(.*\)\.o:@\1.d \1.o:@' > print.d cc -M -MG -O2 -fPIC -fcommon ref.c | sed -e 's@ /[^ ]*@@g' -e 's@^\(.*\)\.o:@\1.d \1.o:@' > ref.d cc -M -MG -O2 -fPIC -fcommon initopts.c | sed -e 's@ /[^ ]*@@g' -e 's@^\(.*\)\.o:@\1.d \1.o:@' > initopts.d cc -M -MG -O2 -fPIC -fcommon main.c | sed -e 's@ /[^ ]*@@g' -e 's@^\(.*\)\.o:@\1.d \1.o:@' > main.d rm lex.c lex -t lex.l > lex.c cc -M -MG -O2 -fPIC -fcommon lex.c | sed -e 's@ /[^ ]*@@g' -e 's@^\(.*\)\.o:@\1.d \1.o:@' > lex.d cc -O2 -fPIC -fcommon -c -o main.o main.c cc -O2 -fPIC -fcommon -c -o initopts.o initopts.c cc -O2 -fPIC -fcommon -c -o ref.o ref.c cc -O2 -fPIC -fcommon -c -o print.o print.c cc -O2 -fPIC -fcommon -c -o tbl.o tbl.c cc -O2 -fPIC -fcommon -c -o trace_queue.o trace_queue.c cc -O2 -fPIC -fcommon -c -o lex.o lex.c cc -g main.o initopts.o ref.o print.o tbl.o trace_queue.o lex.o -o dis6502 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/development/dis6502/dis6502-0.12-x86_64-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/dis6502 usr/doc/ usr/doc/dis6502-0.12/ usr/doc/dis6502-0.12/COPYING usr/doc/dis6502-0.12/README usr/doc/dis6502-0.12/README.Bond usr/doc/dis6502-0.12/README.Finkelstein usr/doc/dis6502-0.12/dis6502.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/dis6502.1.gz usr/share/ usr/share/dis6502/ usr/share/dis6502/atari8.predefs usr/share/dis6502/c64.predefs Slackware package /usr/src/slapt-src/development/dis6502/dis6502-0.12-x86_64-1salix15.0.txz created. Installing package dis6502-0.12-x86_64-1salix15.0... | dis6502 (flow-tracing disassembler for 6502) | | dis6502 is a 6502 disassembler that supports Atari 8-bit and Commodore | executables, as well as raw memory dumps. It attempts to separate code | sections from data by tracing the flow of execution, and supports a | config file for manually defining code sections that aren't reached | by the trace. | | | | | |