Package: aolserver4-nsldap Version: 0.8-4 Usertags: goto-cc While compiling the package using our research compiler infrastructure the build failed with the following error:
[...]
gcc -I/usr/local/include -DUSE_TCL8X -O2 -Wall -fPIC -I/usr/include/aolserver4
-I/usr/include/tcl8.6 -DNO_CONST -DUSE_INTERP_ERRORLINE -DPACKAGE_NAME=\"tcl\"
-DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\
8.6\" -DPACKAGE_BUGREPORT=\"\" -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 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1
-DTCL_THREADS=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DHAVE_ZLIB=1
-DMODULE_SCOPE=extern -DHAVE_CAST_TO_UNION=1 -DTCL_SHLIB_EXT=\".so\" -DNDEBUG=1
-DTCL_CFG_OPTIMIZED=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1
-DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_MKSTEMP=1 -DHAVE_OPENDIR=1
-DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GETADDRINFO=1
-DHAVE_FREEADDRINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_STRUCT_ADDRINFO=1
-DHAVE_STRUCT_IN6_ADDR=1 -DHAVE_STRUCT_SOCKADDR_IN6=1
-DHAVE_STRUCT_SOCKADDR_STORAGE=1 -DHAVE_GETPWUID_R_5=1 -DHAVE_GETPWUID_R=1
-DHAVE_GETPWNAM_R_5=1 -DHAVE_GETPWNAM_R=1 -DHAVE_GETGRGID_R_5=1
-DHAVE_GETGRGID_R=1 -DHAVE_GETGRNAM_R_5=1 -DHAVE_GETGRNAM_R=1
-DHAVE_GETHOSTBYNAME_R_6=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETHOSTBYADDR_R_8=1
-DHAVE_GETHOSTBYADDR_R=1 -DHAVE_TERMIOS_H=1 -DHAVE_SYS_IOCTL_H=1
-DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1
-DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1
-DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1
-DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1
-DHAVE_LANGINFO=1 -DHAVE_MKSTEMPS=1 -DHAVE_FTS=1 -DHAVE_SYS_IOCTL_H=1
-DTCL_UNLOAD_DLLS=1 -DHAVE_CPUID=1 -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\"
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"
-DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -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_INTTYPES_H=1 -DHAVE_TIMEGM=1 -DHAVE_DRAND48=1 -DHAVE_RANDOM=1
-DHAVE_POLL=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -c -o nsldap.o
nsldap.c
<command-line>:0:0: warning: "PACKAGE_NAME" redefined [enabled by default]
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "PACKAGE_TARNAME" redefined [enabled by default]
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "PACKAGE_VERSION" redefined [enabled by default]
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "PACKAGE_STRING" redefined [enabled by default]
<command-line>:0:0: note: this is the location of the previous definition
nsldap.c: In function 'LDAPIncrCount':
nsldap.c:932:9: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
prev = (int) Tcl_GetHashValue(hPtr);
^
In file included from /usr/include/aolserver4/nsthread.h:129:0,
from /usr/include/aolserver4/ns.h:62,
from nsldap.c:39:
nsldap.c:938:25: warning: cast to pointer from integer of different size
[-Wint-to-pointer-cast]
Tcl_SetHashValue(hPtr, (ClientData) count);
^
/usr/include/tcl8.6/tcl.h:2561:69: note: in definition of macro
'Tcl_SetHashValue'
#define Tcl_SetHashValue(h, value) ((h)->clientData = (ClientData) (value))
^
nsldap.c: In function 'LDAPPoolPutHandle':
nsldap.c:1103:18: warning: unused variable 'handlename' [-Wunused-variable]
char *handlename;
^
nsldap.c: In function 'LDAPCmd':
nsldap.c:1460:53: error: 'Tcl_Interp' has no member named 'result'
Tcl_DStringAppendElement(&ds, interp->result);
^
nsldap.c:1521:17: error: 'Tcl_Interp' has no member named 'result'
sprintf(interp->result, "%d", handlePtr->connected);
^
nsldap.c:1558:16: error: 'Tcl_Interp' has no member named 'result'
interp->result, NULL);
^
nsldap.c:1534:11: warning: unused variable 'argcs' [-Wunused-variable]
char argcs[8];
^
nsldap.c:1721:13: error: 'Tcl_Interp' has no member named 'result'
interp->result, NULL);
^
nsldap.c:1807:36: warning: unused variable 'lrc' [-Wunused-variable]
int idx, msgid, rc, lrc;
^
nsldap.c: At top level:
nsldap.c:37:20: warning: 'RCSID' defined but not used [-Wunused-variable]
static const char *RCSID = "@(#) $Header: /cvsroot/aolserver/nsldap/nsldap.c,v
1.1.1.1 2002/02/26 15:36:52 kriston Exp $, compiled: " __DATE__ " " __TIME__;
^
nsldap.c:1189:1: warning: 'LDAPFail' defined but not used [-Wunused-function]
LDAPFail(Tcl_Interp *interp, Handle *handle, char *cmd)
^
make[1]: *** [nsldap.o] Error 1
Looking at the latest build logs for the package, this may be caused by the
updates to Tcl (the latest build was against Tcl 8.5, but sid now has 8.6).
The full build log is attached.
Best,
Michael
build-log.txt.gz
Description: application/gunzip
pgphrttY621OU.pgp
Description: PGP signature

