The following packages will be installed: as31 Fetching README... 0%100%100%100%100%100%Done Fetching as31-fix-duplicate-line.patch... 0%100%100%100%100%100%Done Fetching as31.SlackBuild... 0%100%100%100%100%100%Done Fetching as31.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done as31-2.3.1/ as31-2.3.1/as31/ as31-2.3.1/as31/Makefile.in as31-2.3.1/as31/symbol.c as31-2.3.1/as31/run.c as31-2.3.1/as31/parser.y as31-2.3.1/as31/parser.h as31-2.3.1/as31/parser.c as31-2.3.1/as31/lexer.c as31-2.3.1/as31/emitter.c as31-2.3.1/as31/as31_gtk.c as31-2.3.1/as31/as31.h as31-2.3.1/as31/as31.c as31-2.3.1/as31/as31.1 as31-2.3.1/as31/Makefile.am as31-2.3.1/examples/ as31-2.3.1/examples/paulmon2.ref as31-2.3.1/examples/paulmon2.asm as31-2.3.1/examples/paulmon1.ref as31-2.3.1/examples/paulmon1.asm as31-2.3.1/examples/extra.ref as31-2.3.1/examples/extra.asm as31-2.3.1/examples/Makefile.in as31-2.3.1/examples/Makefile.am as31-2.3.1/mkinstalldirs as31-2.3.1/missing as31-2.3.1/install-sh as31-2.3.1/configure.in as31-2.3.1/configure as31-2.3.1/aclocal.m4 as31-2.3.1/README as31-2.3.1/NEWS as31-2.3.1/Makefile.in as31-2.3.1/Makefile.am as31-2.3.1/INSTALL as31-2.3.1/ChangeLog as31-2.3.1/COPYING as31-2.3.1/AUTHORS patching file as31/run.c Hunk #1 succeeded at 106 (offset -7 lines). Hunk #2 succeeded at 132 (offset -7 lines). checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking whether make sets $(MAKE)... yes checking for working aclocal-1.4... missing checking for working autoconf... found checking for working automake-1.4... missing checking for working autoheader... found checking for working makeinfo... found checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for bison... bison -y checking for a BSD-compatible install... /usr/bin/ginstall -c checking for gtk... no configure: creating ./config.status config.status: creating Makefile config.status: creating as31/Makefile config.status: creating examples/Makefile bison -y parser.y && mv y.tab.c parser.c if test -f y.tab.h; then \ if cmp -s y.tab.h parser.h; then rm -f y.tab.h; else mv y.tab.h parser.h; fi; \ else :; fi Making all in as31 make[1]: Entering directory '/usr/src/slapt-src/development/as31/as31-2.3.1/as31' gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"as31\" -DVERSION=\"2.3.0\" -DOPTION_GTK=0 -I. -I. -O2 -fPIC -O2 -fPIC -c run.c run.c: In function ‘run_as31’: run.c:109:41: warning: passing argument 2 of ‘getline’ from incompatible pointer type [-Wincompatible-pointer-types] 109 | if (getline(&lineBuffer,&sizeBuf,finPre) == -1) | ^~~~~~~~ | | | int * In file included from /usr/include/stdio.h:863, from run.c:2: /usr/include/bits/stdio.h:118:36: note: expected ‘size_t *’ {aka ‘long unsigned int *’} but argument is of type ‘int *’ 118 | getline (char **__lineptr, size_t *__n, FILE *__stream) | ~~~~~~~~^~~ run.c:135:68: warning: passing argument 2 of ‘getline’ from incompatible pointer type [-Wincompatible-pointer-types] 135 | if (getline(&incLineBuffer,&incSizeBuf,includeFile) == -1) | ^~~~~~~~~~~ | | | int * In file included from /usr/include/stdio.h:863, from run.c:2: /usr/include/bits/stdio.h:118:36: note: expected ‘size_t *’ {aka ‘long unsigned int *’} but argument is of type ‘int *’ 118 | getline (char **__lineptr, size_t *__n, FILE *__stream) | ~~~~~~~~^~~ gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"as31\" -DVERSION=\"2.3.0\" -DOPTION_GTK=0 -I. -I. -O2 -fPIC -O2 -fPIC -c lexer.c gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"as31\" -DVERSION=\"2.3.0\" -DOPTION_GTK=0 -I. -I. -O2 -fPIC -O2 -fPIC -c parser.c gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"as31\" -DVERSION=\"2.3.0\" -DOPTION_GTK=0 -I. -I. -O2 -fPIC -O2 -fPIC -c symbol.c gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"as31\" -DVERSION=\"2.3.0\" -DOPTION_GTK=0 -I. -I. -O2 -fPIC -O2 -fPIC -c emitter.c gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"as31\" -DVERSION=\"2.3.0\" -DOPTION_GTK=0 -I. -I. -O2 -fPIC -O2 -fPIC -c as31.c gcc -O2 -fPIC -o as31 run.o lexer.o parser.o symbol.o emitter.o as31.o make[1]: Leaving directory '/usr/src/slapt-src/development/as31/as31-2.3.1/as31' Making all in examples make[1]: Entering directory '/usr/src/slapt-src/development/as31/as31-2.3.1/examples' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/src/slapt-src/development/as31/as31-2.3.1/examples' make[1]: Entering directory '/usr/src/slapt-src/development/as31/as31-2.3.1' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/usr/src/slapt-src/development/as31/as31-2.3.1' make AM_INSTALL_PROGRAM_FLAGS=-s install make[1]: Entering directory '/usr/src/slapt-src/development/as31/as31-2.3.1' Making install in as31 make[2]: Entering directory '/usr/src/slapt-src/development/as31/as31-2.3.1/as31' make[3]: Entering directory '/usr/src/slapt-src/development/as31/as31-2.3.1/as31' /bin/sh ../mkinstalldirs /usr/src/slapt-src/development/as31/package-as31/usr/bin mkdir /usr/src/slapt-src/development/as31/package-as31/usr mkdir /usr/src/slapt-src/development/as31/package-as31/usr/bin /usr/bin/ginstall -c -s as31 /usr/src/slapt-src/development/as31/package-as31/usr/bin/as31 make install-man1 make[4]: Entering directory '/usr/src/slapt-src/development/as31/as31-2.3.1/as31' /bin/sh ../mkinstalldirs /usr/src/slapt-src/development/as31/package-as31/usr/man/man1 mkdir /usr/src/slapt-src/development/as31/package-as31/usr/man mkdir /usr/src/slapt-src/development/as31/package-as31/usr/man/man1 /usr/bin/ginstall -c -m 644 ./as31.1 /usr/src/slapt-src/development/as31/package-as31/usr/man/man1/as31.1 make[4]: Leaving directory '/usr/src/slapt-src/development/as31/as31-2.3.1/as31' make[3]: Leaving directory '/usr/src/slapt-src/development/as31/as31-2.3.1/as31' make[2]: Leaving directory '/usr/src/slapt-src/development/as31/as31-2.3.1/as31' Making install in examples make[2]: Entering directory '/usr/src/slapt-src/development/as31/as31-2.3.1/examples' make[3]: Entering directory '/usr/src/slapt-src/development/as31/as31-2.3.1/examples' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/usr/src/slapt-src/development/as31/as31-2.3.1/examples' make[2]: Leaving directory '/usr/src/slapt-src/development/as31/as31-2.3.1/examples' make[2]: Entering directory '/usr/src/slapt-src/development/as31/as31-2.3.1' make[3]: Entering directory '/usr/src/slapt-src/development/as31/as31-2.3.1' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/usr/src/slapt-src/development/as31/as31-2.3.1' make[2]: Leaving directory '/usr/src/slapt-src/development/as31/as31-2.3.1' make[1]: Leaving directory '/usr/src/slapt-src/development/as31/as31-2.3.1' 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/as31/as31-2.3.1-x86_64-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/as31 usr/doc/ usr/doc/as31-2.3.1/ usr/doc/as31-2.3.1/AUTHORS usr/doc/as31-2.3.1/COPYING usr/doc/as31-2.3.1/ChangeLog usr/doc/as31-2.3.1/NEWS usr/doc/as31-2.3.1/README usr/doc/as31-2.3.1/as31.SlackBuild usr/doc/as31-2.3.1/examples/ usr/doc/as31-2.3.1/examples/extra.asm usr/doc/as31-2.3.1/examples/extra.ref usr/doc/as31-2.3.1/examples/paulmon1.asm usr/doc/as31-2.3.1/examples/paulmon1.ref usr/doc/as31-2.3.1/examples/paulmon2.asm usr/doc/as31-2.3.1/examples/paulmon2.ref usr/man/ usr/man/man1/ usr/man/man1/as31.1.gz Slackware package /usr/src/slapt-src/development/as31/as31-2.3.1-x86_64-1salix15.0.txz created. Installing package as31-2.3.1-x86_64-1salix15.0... | as31 (8031/8051 cross assembler) | | as31 is an assembler for the 8031 and 8051 microcontrollers. | It produces output in several different formats, including Intel hex | format and Motorola s-records. | | | | | | | |