* Package: dev-tcltk/mysqltcl-3.052-r1 * Repository: gentoo * Maintainer: mysql-bugs@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking mysqltcl-3.052.tar.gz to /var/tmp/portage/dev-tcltk/mysqltcl-3.052-r1/work >>> Source unpacked in /var/tmp/portage/dev-tcltk/mysqltcl-3.052-r1/work >>> Preparing source in /var/tmp/portage/dev-tcltk/mysqltcl-3.052-r1/work/mysqltcl-3.052 ... * Applying mysqltcl-3.05-ldflags.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-tcltk/mysqltcl-3.052-r1/work/mysqltcl-3.052 ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --docdir=/usr/share/doc/mysqltcl-3.052-r1 --htmldir=/usr/share/doc/mysqltcl-3.052-r1/html --libdir=/usr/lib64 --with-mysql-lib=/usr/lib64 checking for correct TEA configuration... ok (TEA 3.5) checking for Tcl configuration... found /usr/lib64/tclConfig.sh checking for existence of /usr/lib64/tclConfig.sh... loading configure: --exec-prefix defaulting to TCL_EXEC_PREFIX /usr checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-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 x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking whether make sets $(MAKE)... yes checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 ... yes checking whether byte ordering is bigendian... no checking for sin... no checking for main in -lieee... no 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-5.2.9 checking for dlopen in -ldl... yes checking for ar... ar checking for required early compiler flags... _LARGEFILE64_SOURCE checking for 64-bit integer type... using long 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: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating pkgIndex.tcl >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-tcltk/mysqltcl-3.052-r1/work/mysqltcl-3.052 ... make -j1 x86_64-pc-linux-gnu-gcc -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_IS_LONG=1 -DUSE_TCL_STUBS=1 -I"/usr/include" -I/usr/include/mysql -O2 -pipe -march=native -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] 155 | 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] 187 | Tcl_ObjType *oldTypePtr = objPtr->typePtr; | ^~~~~~ ./generic/mysqltcl.c: In function ‘Mysqltcl_Connect’: ./generic/mysqltcl.c:914:7: error: unknown type name ‘my_bool’; did you mean ‘bool’? 914 | my_bool reconnect = 1; | ^~~~~~~ | bool ./generic/mysqltcl.c: In function ‘Mysqltcl_Exec’: ./generic/mysqltcl.c:1197:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 1197 | if ((handle = mysql_prologue(interp, objc, objv, 3, 3, CL_CONN,"handle sql-statement")) == 0) | ^~ ./generic/mysqltcl.c:1201:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 1201 | freeResult(handle); | ^~~~~~~~~~ make: *** [Makefile:283: mysqltcl.o] Error 1 * ERROR: dev-tcltk/mysqltcl-3.052-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-tcltk/mysqltcl-3.052-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-tcltk/mysqltcl-3.052-r1::gentoo'`. * The complete build log is located at '/var/log/portage/dev-tcltk:mysqltcl-3.052-r1:20190819-185532.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-tcltk/mysqltcl-3.052-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-tcltk/mysqltcl-3.052-r1/temp/environment'. * Working directory: '/var/tmp/portage/dev-tcltk/mysqltcl-3.052-r1/work/mysqltcl-3.052' * S: '/var/tmp/portage/dev-tcltk/mysqltcl-3.052-r1/work/mysqltcl-3.052'