The following packages will be installed: gob2 Fetching README... 0%100%100%100%100%100%Done Fetching gob2.SlackBuild... 0%100%100%100%100%100%Done Fetching gob2.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done gob2-2.0.20/ gob2-2.0.20/gob2.spec.in gob2-2.0.20/configure gob2-2.0.20/doc/ gob2-2.0.20/doc/makehtml.pl gob2-2.0.20/doc/Makefile.in gob2-2.0.20/doc/gob2.1.in gob2-2.0.20/doc/Makefile.am gob2-2.0.20/gob2.m4 gob2-2.0.20/examples/ gob2-2.0.20/examples/my-person.gob gob2-2.0.20/examples/Makefile.in gob2-2.0.20/examples/my-glade-main.c gob2-2.0.20/examples/gtk-button-count.gob gob2-2.0.20/examples/foo-some-interface.gob gob2-2.0.20/examples/my-glade.gob gob2-2.0.20/examples/Makefile.am gob2-2.0.20/examples/GNOME_Foo_SomeInterface.idl gob2-2.0.20/examples/README gob2-2.0.20/examples/my-glade.glade gob2-2.0.20/Makefile.in gob2-2.0.20/COPYING.generated-code gob2-2.0.20/aclocal.m4 gob2-2.0.20/install-sh gob2-2.0.20/ylwrap gob2-2.0.20/AUTHORS gob2-2.0.20/gob2.spec gob2-2.0.20/INSTALL gob2-2.0.20/missing gob2-2.0.20/depcomp gob2-2.0.20/ChangeLog gob2-2.0.20/NEWS gob2-2.0.20/config.h.in gob2-2.0.20/Makefile.am gob2-2.0.20/COPYING gob2-2.0.20/src/ gob2-2.0.20/src/checks.h gob2-2.0.20/src/treefuncs.h gob2-2.0.20/src/out.h gob2-2.0.20/src/main.c gob2-2.0.20/src/str_test.c gob2-2.0.20/src/checks.c gob2-2.0.20/src/test.gob gob2-2.0.20/src/parse.y gob2-2.0.20/src/util.c gob2-2.0.20/src/parse.c gob2-2.0.20/src/str.gob gob2-2.0.20/src/Makefile.in gob2-2.0.20/src/generate_treefuncs.pl gob2-2.0.20/src/util.h gob2-2.0.20/src/Makefile.str gob2-2.0.20/src/treefuncs.c gob2-2.0.20/src/treefuncs.def gob2-2.0.20/src/main.h gob2-2.0.20/src/Makefile.am gob2-2.0.20/src/lexer.l gob2-2.0.20/src/out.c gob2-2.0.20/src/parse.h gob2-2.0.20/src/lexer.c gob2-2.0.20/README gob2-2.0.20/TODO gob2-2.0.20/configure.in 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 whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 dependency style of gcc... gcc3 checking for library containing strerror... none required checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 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 bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking how to run the C preprocessor... gcc -E checking for rm... /usr/bin/rm checking for mv... /usr/bin/mv checking for tar... /usr/bin/tar checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating gob2.spec config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating examples/Makefile config.status: creating doc/gob2.1 config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20' Making all in src make[2]: Entering directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/src' make all-recursive make[3]: Entering directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/src' Making all in . make[4]: Entering directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/src' gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/gob2\" -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I../src -I.. -I../src -I/usr/include -O2 -fPIC -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c main.c: In function ‘make_run_signal_flags’: main.c:1320:27: warning: Deprecated pre-processor symbol: replace with "g_string_append_printf" 1320 | g_string_sprintfa(gs, " | G_SIGNAL_%s", flag); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function ‘make_argument’: main.c:1544:27: warning: Deprecated pre-processor symbol: replace with "g_string_append_printf" 1544 | g_string_sprintfa(flags, " | %s%s", argflags[i] ? "G_PARAM_" : "", flag); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function ‘make_property’: main.c:1734:34: warning: Deprecated pre-processor symbol: replace with "g_string_append_printf" 1734 | g_string_sprintfa(flags, " | %s%s", argflags[i] ? "G_PARAM_" : "", flag); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function ‘get_arg_names_for_macro’: main.c:2949:27: warning: Deprecated pre-processor symbol: replace with "g_string_append_printf" 2949 | g_string_sprintfa (gs, "%s___%s", sep, arg->name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/main.Tpo .deps/main.Po gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/gob2\" -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I../src -I.. -I../src -I/usr/include -O2 -fPIC -MT treefuncs.o -MD -MP -MF .deps/treefuncs.Tpo -c -o treefuncs.o treefuncs.c mv -f .deps/treefuncs.Tpo .deps/treefuncs.Po gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/gob2\" -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I../src -I.. -I../src -I/usr/include -O2 -fPIC -MT out.o -MD -MP -MF .deps/out.Tpo -c -o out.o out.c mv -f .deps/out.Tpo .deps/out.Po gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/gob2\" -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I../src -I.. -I../src -I/usr/include -O2 -fPIC -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c mv -f .deps/util.Tpo .deps/util.Po gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/gob2\" -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I../src -I.. -I../src -I/usr/include -O2 -fPIC -MT checks.o -MD -MP -MF .deps/checks.Tpo -c -o checks.o checks.c checks.c: In function ‘check_duplicate_named’: checks.c:200:21: warning: ‘g_strcasecmp’ is deprecated [-Wdeprecated-declarations] 200 | g_strcasecmp (nid, id) != 0) | ^~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:82, from checks.c:27: /usr/include/glib-2.0/glib/gstrfuncs.h:201:23: note: declared here 201 | gint g_strcasecmp (const gchar *s1, | ^~~~~~~~~~~~ mv -f .deps/checks.Tpo .deps/checks.Po gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/gob2\" -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I../src -I.. -I../src -I/usr/include -O2 -fPIC -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.c parse.y: In function ‘export_accessors’: parse.y:418:27: warning: Deprecated pre-processor symbol: replace with "g_string_printf" 418 | g_string_sprintf (get_cbuf, | ^~~~~~~~~~~~~~~~~ parse.y:453:27: warning: Deprecated pre-processor symbol: replace with "g_string_printf" 453 | g_string_sprintf (set_cbuf, | ^~~~~~~~~~~~~~~~~ parse.y: In function ‘property_link_and_export’: parse.y:616:25: warning: ‘g_strdown’ is deprecated [-Wdeprecated-declarations] 616 | g_strdown (set_func); | ^~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:82, from parse.y:26: /usr/include/glib-2.0/glib/gstrfuncs.h:208:23: note: declared here 208 | gchar* g_strdown (gchar *string); | ^~~~~~~~~ parse.y:618:25: warning: ‘g_strdown’ is deprecated [-Wdeprecated-declarations] 618 | g_strdown (get_func); | ^~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:82, from parse.y:26: /usr/include/glib-2.0/glib/gstrfuncs.h:208:23: note: declared here 208 | gchar* g_strdown (gchar *string); | ^~~~~~~~~ mv -f .deps/parse.Tpo .deps/parse.Po gcc -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/gob2\" -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.. -I../src -I.. -I../src -I/usr/include -O2 -fPIC -MT lexer.o -MD -MP -MF .deps/lexer.Tpo -c -o lexer.o lexer.c mv -f .deps/lexer.Tpo .deps/lexer.Po gcc -O2 -fPIC -o gob2 main.o treefuncs.o out.o util.o checks.o parse.o lexer.o -lm -lglib-2.0 -lfl make[4]: Leaving directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/src' make[3]: Leaving directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/src' make[2]: Leaving directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/src' Making all in examples make[2]: Entering directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/examples' Making all in . make[3]: Entering directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/examples' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/examples' make[2]: Leaving directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/examples' Making all in doc make[2]: Entering directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/doc' Making all in . make[3]: Entering directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/doc' make[2]: Leaving directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/doc' make[2]: Entering directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20' make[2]: Leaving directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20' make[1]: Leaving directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20' if test -z ''; then \ make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src/development/gob2/gob2-2.0.20/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src/development/gob2/gob2-2.0.20/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ install; \ else \ make INSTALL_PROGRAM="/bin/sh /usr/src/slapt-src/development/gob2/gob2-2.0.20/install-sh -c -s" \ install_sh_PROGRAM="/bin/sh /usr/src/slapt-src/development/gob2/gob2-2.0.20/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG=''" install; \ fi make[1]: Entering directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20' Making install in src make[2]: Entering directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/src' make install-recursive make[3]: Entering directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/src' Making install in . make[4]: Entering directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/src' make[5]: Entering directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/src' /usr/bin/mkdir -p '/usr/src/slapt-src/development/gob2/package-gob2/usr/bin' /bin/sh /usr/src/slapt-src/development/gob2/gob2-2.0.20/install-sh -c -s gob2 '/usr/src/slapt-src/development/gob2/package-gob2/usr/bin' make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/src' make[4]: Leaving directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/src' make[3]: Leaving directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/src' make[2]: Leaving directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/src' Making install in examples make[2]: Entering directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/examples' Making install in . make[3]: Entering directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/examples' make[4]: Entering directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/examples' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/examples' make[3]: Leaving directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/examples' make[2]: Leaving directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/examples' Making install in doc make[2]: Entering directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/doc' Making install in . make[3]: Entering directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/doc' make[4]: Entering directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/doc' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/src/slapt-src/development/gob2/package-gob2/usr/man/man1' /usr/bin/ginstall -c -m 644 gob2.1 '/usr/src/slapt-src/development/gob2/package-gob2/usr/man/man1' make[4]: Leaving directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/doc' make[3]: Leaving directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/doc' make[2]: Leaving directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20/doc' make[2]: Entering directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20' make[3]: Entering directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/src/slapt-src/development/gob2/package-gob2/usr/share/aclocal' /usr/bin/ginstall -c -m 644 gob2.m4 '/usr/src/slapt-src/development/gob2/package-gob2/usr/share/aclocal' make[3]: Leaving directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20' make[2]: Leaving directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20' make[1]: Leaving directory '/usr/src/slapt-src/development/gob2/gob2-2.0.20' 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/gob2/gob2-2.0.20-x86_64-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/gob2 usr/doc/ usr/doc/gob2-2.0.20/ usr/doc/gob2-2.0.20/AUTHORS usr/doc/gob2-2.0.20/COPYING usr/doc/gob2-2.0.20/COPYING.generated-code usr/doc/gob2-2.0.20/INSTALL usr/doc/gob2-2.0.20/NEWS usr/doc/gob2-2.0.20/README usr/doc/gob2-2.0.20/TODO usr/doc/gob2-2.0.20/gob2.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/gob2.1.gz usr/share/ usr/share/aclocal/ usr/share/aclocal/gob2.m4 Slackware package /usr/src/slapt-src/development/gob2/gob2-2.0.20-x86_64-1salix15.0.txz created. Installing package gob2-2.0.20-x86_64-1salix15.0... | gob2 (a preprocessor for making GObjects with inline C code) | | GOB (GOB2 anyway) is a preprocessor for making GObjects with inline C | code so that generated files are not edited. Syntax is inspired by | Java and Yacc or Lex. The implementation is intentionally kept simple, | and no C actual code parsing is done. | | http://www.5z.com/jirka/gob.html | | | | |