config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting 0%100%100%100%100%Done Fetching mysqltcl.SlackBuild... 0%100%100%100%100%100%Done Fetching mysqltcl.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done mysqltcl-3.052/ mysqltcl-3.052/README-msqltcl mysqltcl-3.052/tests/ mysqltcl-3.052/tests/edv.jpg.bin mysqltcl-3.052/tests/test.sql mysqltcl-3.052/tests/regression_openclose.tcl mysqltcl-3.052/tests/test41.tcl mysqltcl-3.052/tests/testMapError.tcl mysqltcl-3.052/tests/regression.tcl mysqltcl-3.052/tests/test2.tcl mysqltcl-3.052/tests/all.tcl mysqltcl-3.052/tests/test.test mysqltcl-3.052/tests/test.tcl mysqltcl-3.052/tests/libload.tcl mysqltcl-3.052/tests/binarytest.tcl mysqltcl-3.052/COPYING mysqltcl-3.052/AUTHORS mysqltcl-3.052/pkgIndex.tcl.in mysqltcl-3.052/ChangeLog mysqltcl-3.052/tclconfig/ mysqltcl-3.052/tclconfig/install-sh mysqltcl-3.052/tclconfig/tcl.m4 mysqltcl-3.052/aclocal.m4 mysqltcl-3.052/generic/ mysqltcl-3.052/generic/Makefile.org mysqltcl-3.052/generic/mysqltcl.c mysqltcl-3.052/doc/ mysqltcl-3.052/doc/mysqltcl.man mysqltcl-3.052/doc/mysqltcl.n mysqltcl-3.052/doc/man.macros mysqltcl-3.052/doc/mysqltcl.html mysqltcl-3.052/doc/man.tcl mysqltcl-3.052/README mysqltcl-3.052/configure mysqltcl-3.052/Makefile.in mysqltcl-3.052/configure.in checking for correct TEA configuration... ok (TEA 3.5) checking for Tcl configuration... found /usr/lib/tclConfig.sh checking for existence of /usr/lib/tclConfig.sh... loading configure: --exec-prefix defaulting to TCL_EXEC_PREFIX /usr checking for a BSD-compatible install... /usr/bin/ginstall -c 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 how to run the C preprocessor... gcc -E checking whether make sets $(MAKE)... yes checking for ranlib... ranlib 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 if the compiler understands -pipe... yes checking whether byte ordering is bigendian... no checking for sin... no checking for main in -lieee... yes checking for main in -linet... no checking net/errno.h usability... no checking net/errno.h presence... no checking for net/errno.h... no checking for connect... yes checking for gethostbyname... yes checking dirent.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking values.h usability... yes checking values.h presence... yes checking for values.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for Tcl public headers... /usr/include checking for pthread_mutex_init in -lpthread... yes checking for building with threads... yes (default) checking how to build libraries... shared checking if 64bit support is requested... no checking if 64bit Sparc VIS support is requested... no checking system version... Linux-4.6.3-1.el6.elrepo.x86_64 checking for dlopen in -ldl... yes checking for ar... ar checking for required early compiler flags... _LARGEFILE64_SOURCE checking for 64-bit integer type... long long checking for struct dirent64... no checking for struct stat64... yes checking for open64... yes checking for lseek64... yes checking for off64_t... yes checking for build with symbols... no checking for mysql header... yes checking for libmysqlclient lib... yes checking for tclsh... /usr/bin/tclsh8.6 configure: creating ./config.status config.status: creating Makefile config.status: creating pkgIndex.tcl gcc -pipe -DPACKAGE_NAME=\"mysqltcl\" -DPACKAGE_TARNAME=\"mysqltcl\" -DPACKAGE_VERSION=\"3.052\" -DPACKAGE_STRING=\"mysqltcl\ 3.052\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DHAVE_OPEN64=1 -DHAVE_LSEEK64=1 -DHAVE_TYPE_OFF64_T=1 -DUSE_TCL_STUBS=1 -I"/usr/include" -I/usr/include/mysql -O2 -march=i486 -mtune=i686 -O2 -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -c `echo ./generic/mysqltcl.c` -o mysqltcl.o ./generic/mysqltcl.c: In function ‘MysqlHandleSet’: ./generic/mysqltcl.c:155:31: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] Tcl_ObjType *oldTypePtr = objPtr->typePtr; ^ ./generic/mysqltcl.c: In function ‘MysqlNullSet’: ./generic/mysqltcl.c:187:31: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] Tcl_ObjType *oldTypePtr = objPtr->typePtr; ^ rm -f libmysqltcl3.052.so gcc -pipe -shared -o libmysqltcl3.052.so mysqltcl.o -L/usr/lib -ltclstub8.6 -L/usr/lib -lmysqlclient : libmysqltcl3.052.so user manual doc is as nroff (man) file mysqltcl.n user manual doc is as nroff (man) file mysqltcl.n /usr/bin/ginstall -c libmysqltcl3.052.so /usr/src/slapt-src/libraries/mysqltcl/package-mysqltcl/usr/lib/mysqltcl-3.052/libmysqltcl3.052.so : /usr/src/slapt-src/libraries/mysqltcl/package-mysqltcl/usr/lib/mysqltcl-3.052/libmysqltcl3.052.so Install pkgIndex.tcl /usr/src/slapt-src/libraries/mysqltcl/package-mysqltcl/usr/lib/mysqltcl-3.052 Installing header files in /usr/src/slapt-src/libraries/mysqltcl/package-mysqltcl/usr/include Installing documentation in /usr/src/slapt-src/libraries/mysqltcl/package-mysqltcl/usr/man Installing ./doc/mysqltcl.n Slackware package maker, version 3.141593. 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/libraries/mysqltcl/mysqltcl-3.052-i486-2salix.txz ./ usr/ usr/lib/ usr/lib/mysqltcl-3.052/ usr/lib/mysqltcl-3.052/pkgIndex.tcl usr/lib/mysqltcl-3.052/libmysqltcl3.052.so usr/doc/ usr/doc/mysqltcl-3.052/ usr/doc/mysqltcl-3.052/README-msqltcl usr/doc/mysqltcl-3.052/README usr/doc/mysqltcl-3.052/COPYING usr/doc/mysqltcl-3.052/AUTHORS usr/doc/mysqltcl-3.052/doc/ usr/doc/mysqltcl-3.052/doc/mysqltcl.html usr/doc/mysqltcl-3.052/doc/man.tcl usr/doc/mysqltcl-3.052/doc/man.macros usr/doc/mysqltcl-3.052/doc/mysqltcl.n usr/doc/mysqltcl-3.052/doc/mysqltcl.man usr/doc/mysqltcl-3.052/ChangeLog usr/doc/mysqltcl-3.052/mysqltcl.SlackBuild usr/man/ usr/man/mann/ usr/man/mann/mysqltcl.n.gz install/ install/slack-desc Slackware package /usr/src/slapt-src/libraries/mysqltcl/mysqltcl-3.052-i486-2salix.txz created. Installing package mysqltcl-3.052-i486-2salix... | mysqltcl (Tcl MySQL Interface) | | Mysqltcl is a simple API for MySQL Database and Tcl scripting | language. | | Homepage: http://www.xdobry.de/mysqltcl/ | | | | | | |