The following packages will be installed: pd-psql Fetching README... 0%100%100%100%100%100%Done Fetching pd-psql.SlackBuild... 0%100%100%100%100%100%Done Fetching pd-psql.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done psql/ psql/LICENCE psql/INSTALL psql/psql.c psql/Makefile psql/index.html.1 psql/help-psql.pd psql/index.html psql/README cc -g -DPD -O0 -fPIC -funroll-loops -fomit-frame-pointer -Wall -W -Wshadow -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -I/usr/include/postgresql -o psql.o -c psql.c psql.c: In function ‘psql_new’: psql.c:321:19: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 321 | x->dbName = argv[0].a_w.w_symbol->s_name; | ^ psql.c:326:19: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 326 | x->pghost = argv[1].a_w.w_symbol->s_name; /* host name of the backend server */ | ^ psql.c:332:19: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 332 | x->dbName = argv[0].a_w.w_symbol->s_name; | ^ psql.c: In function ‘psql_setup’: psql.c:365:44: warning: cast between incompatible function types from ‘void * (*)(t_symbol *, int, t_atom *)’ {aka ‘void * (*)(struct _symbol *, int, struct _atom *)’} to ‘void * (*)(void)’ [-Wcast-function-type] 365 | psql_class = class_new(gensym("psql"), (t_newmethod)psql_new, (t_method)psql_free, | ^ cc -export_dynamic -shared -o psql.pd_linux psql.o -lc -lm -lpq /usr/bin/ld: warning: cannot find entry symbol xport_dynamic; defaulting to 0000000000001240 strip --strip-unneeded psql.pd_linux rm psql.o 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/pd-psql/pd-psql-2007-x86_64-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/pd-psql-2007/ usr/doc/pd-psql-2007/INSTALL usr/doc/pd-psql-2007/LICENCE usr/doc/pd-psql-2007/README usr/doc/pd-psql-2007/pd-psql.SlackBuild usr/lib64/ usr/lib64/pd/ usr/lib64/pd/extra/ usr/lib64/pd/extra/help-psql.pd usr/lib64/pd/extra/psql.pd_linux Slackware package /usr/src/slapt-src/development/pd-psql/pd-psql-2007-x86_64-1salix15.0.txz created. Installing package pd-psql-2007-x86_64-1salix15.0... | pd-psql (postgresql support for pd) | | psql allows you to send SQL messages to a PostgreSQL database from | Pd and retrieve the results. | | Please check the README file after installation. | | | | | | |