The following packages will be installed: g15composer Fetching README... 0%100%100%100%100%100%Done Fetching g15composer.SlackBuild... 0%100%100%100%100%100%Done Fetching g15composer.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done g15composer-3.2/ g15composer-3.2/configure.in g15composer-3.2/INSTALL g15composer-3.2/README g15composer-3.2/Makefile.am g15composer-3.2/g15c_logo.h g15composer-3.2/COPYING g15composer-3.2/g15composer.tab.h g15composer-3.2/g15composer.y g15composer-3.2/aclocal.m4 g15composer-3.2/Makefile.in g15composer-3.2/doc/ g15composer-3.2/doc/g15composer.1 g15composer-3.2/configure g15composer-3.2/debian/ g15composer-3.2/debian/g15composer.init g15composer-3.2/debian/rules g15composer-3.2/debian/control g15composer-3.2/debian/compat g15composer-3.2/debian/dirs g15composer-3.2/debian/copyright g15composer-3.2/debian/changelog g15composer-3.2/debian/README.Debian g15composer-3.2/debian/docs g15composer-3.2/config.h.in g15composer-3.2/g15composer.tab.c g15composer-3.2/ChangeLog g15composer-3.2/g15composer.lex.c g15composer-3.2/g15composer.c g15composer-3.2/NEWS g15composer-3.2/config/ g15composer-3.2/config/depcomp g15composer-3.2/config/install-sh g15composer-3.2/config/missing g15composer-3.2/examples/ g15composer-3.2/examples/amarok-g15-perl.pl g15composer-3.2/examples/amarok-g15-dcop_cli.pl g15composer-3.2/g15composer.l g15composer-3.2/g15composer.h g15composer-3.2/AUTHORS checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes 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 ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for bison... bison -y checking whether to enable FreeType2 support... no checking for g15_send in -lg15daemon_client... yes checking for g15r_loadWbmpToBuf in -lg15render... yes checking for pthread_create in -lpthread... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking libg15.h usability... yes checking libg15.h presence... yes checking for libg15.h... yes checking libg15render.h usability... yes checking libg15render.h presence... yes checking for libg15render.h... yes checking g15daemon_client.h usability... yes checking g15daemon_client.h presence... yes checking for g15daemon_client.h... yes checking for an ANSI C-conforming const... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src-i486/misc/g15composer/g15composer-3.2/config/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src-i486/misc/g15composer/g15composer-3.2/config/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ `test -z '' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG=''"` install make[1]: Entering directory '/usr/src/slapt-src-i486/misc/g15composer/g15composer-3.2' gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -MT g15composer.o -MD -MP -MF .deps/g15composer.Tpo -c -o g15composer.o g15composer.c g15composer.c: In function ‘threadEntry’: g15composer.c:103:3: warning: implicit declaration of function ‘yylex_init’ [-Wimplicit-function-declaration] 103 | yylex_init (¶m->scanner); | ^~~~~~~~~~ g15composer.c:130:5: warning: implicit declaration of function ‘yyset_in’ [-Wimplicit-function-declaration] 130 | yyset_in (fifo, param->scanner); | ^~~~~~~~ g15composer.c:135:16: warning: implicit declaration of function ‘yyparse’; did you mean ‘pause’? [-Wimplicit-function-declaration] 135 | result = yyparse (param); | ^~~~~~~ | pause g15composer.c:136:15: warning: implicit declaration of function ‘yyget_in’ [-Wimplicit-function-declaration] 136 | fclose (yyget_in (param->scanner)); | ^~~~~~~~ g15composer.c:136:15: warning: passing argument 1 of ‘fclose’ makes pointer from integer without a cast [-Wint-conversion] 136 | fclose (yyget_in (param->scanner)); | ^~~~~~~~~~~~~~~~~~~~~~~~~ | | | int In file included from g15composer.c:19: /usr/include/stdio.h:213:26: note: expected ‘FILE *’ but argument is of type ‘int’ 213 | extern int fclose (FILE *__stream); | ~~~~~~^~~~~~~~ g15composer.c:163:3: warning: implicit declaration of function ‘yylex_destroy’ [-Wimplicit-function-declaration] 163 | yylex_destroy (param->scanner); | ^~~~~~~~~~~~~ mv -f .deps/g15composer.Tpo .deps/g15composer.Po gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -MT g15composer.tab.o -MD -MP -MF .deps/g15composer.tab.Tpo -c -o g15composer.tab.o g15composer.tab.c g15composer.tab.c: In function ‘yyparse’: g15composer.tab.c:843:16: warning: implicit declaration of function ‘yylex’ [-Wimplicit-function-declaration] 843 | # define YYLEX yylex (&yylval, YYLEX_PARAM) | ^~~~~ g15composer.tab.c:1489:16: note: in expansion of macro ‘YYLEX’ 1489 | yychar = YYLEX; | ^~~~~ mv -f .deps/g15composer.tab.Tpo .deps/g15composer.tab.Po gcc -DHAVE_CONFIG_H -I. -O2 -march=i586 -mtune=i686 -MT g15composer.lex.o -MD -MP -MF .deps/g15composer.lex.Tpo -c -o g15composer.lex.o g15composer.lex.c g15composer.l: In function ‘yylex’: g15composer.l:68:67: warning: assignment to ‘char’ from ‘void *’ makes integer from pointer without a cast [-Wint-conversion] 68 | \"[^\"\r\n]*\" yylval->string=strdup(yytext+1); yylval->string[yyleng-2] = NULL; return T_STRING; | ^ mv -f .deps/g15composer.lex.Tpo .deps/g15composer.lex.Po gcc -O2 -march=i586 -mtune=i686 -o g15composer g15composer.o g15composer.tab.o g15composer.lex.o -lpthread -lg15render -lg15daemon_client make[2]: Entering directory '/usr/src/slapt-src-i486/misc/g15composer/g15composer-3.2' test -z "/usr/bin" || /usr/bin/mkdir -p "/usr/src/slapt-src-i486/misc/g15composer/package-g15composer/usr/bin" /bin/sh /usr/src/slapt-src-i486/misc/g15composer/g15composer-3.2/config/install-sh -c -s 'g15composer' '/usr/src/slapt-src-i486/misc/g15composer/package-g15composer/usr/bin/g15composer' test -z "/usr/doc/g15composer-3.2" || /usr/bin/mkdir -p "/usr/src/slapt-src-i486/misc/g15composer/package-g15composer/usr/doc/g15composer-3.2" /usr/bin/ginstall -c -m 644 'AUTHORS' '/usr/src/slapt-src-i486/misc/g15composer/package-g15composer/usr/doc/g15composer-3.2/AUTHORS' /usr/bin/ginstall -c -m 644 'ChangeLog' '/usr/src/slapt-src-i486/misc/g15composer/package-g15composer/usr/doc/g15composer-3.2/ChangeLog' /usr/bin/ginstall -c -m 644 'COPYING' '/usr/src/slapt-src-i486/misc/g15composer/package-g15composer/usr/doc/g15composer-3.2/COPYING' /usr/bin/ginstall -c -m 644 'NEWS' '/usr/src/slapt-src-i486/misc/g15composer/package-g15composer/usr/doc/g15composer-3.2/NEWS' /usr/bin/ginstall -c -m 644 'README' '/usr/src/slapt-src-i486/misc/g15composer/package-g15composer/usr/doc/g15composer-3.2/README' test -z "/usr/man/man1" || /usr/bin/mkdir -p "/usr/src/slapt-src-i486/misc/g15composer/package-g15composer/usr/man/man1" /usr/bin/ginstall -c -m 644 '././doc/g15composer.1' '/usr/src/slapt-src-i486/misc/g15composer/package-g15composer/usr/man/man1/g15composer.1' make[2]: Leaving directory '/usr/src/slapt-src-i486/misc/g15composer/g15composer-3.2' make[1]: Leaving directory '/usr/src/slapt-src-i486/misc/g15composer/g15composer-3.2' 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/misc/g15composer/g15composer-3.2-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/g15composer usr/doc/ usr/doc/g15composer-3.2/ usr/doc/g15composer-3.2/AUTHORS usr/doc/g15composer-3.2/COPYING usr/doc/g15composer-3.2/ChangeLog usr/doc/g15composer-3.2/NEWS usr/doc/g15composer-3.2/README usr/doc/g15composer-3.2/g15composer.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/g15composer.1.gz Slackware package /usr/src/slapt-src-i486/misc/g15composer/g15composer-3.2-i586-1salix15.0.txz created. Installing package g15composer-3.2-i586-1salix15.0... | g15composer (interface to libg15render) | | G15composer is a scriptable command interface to the libg15render | drawing functions that outputs to a G15daemon screen. | | http://sourceforge.net/projects/g15tools/ | | | | | | |