[SR-Dev] a couple of make errors

Juha Heinanen jh at tutpro.com
Sat May 9 18:10:05 CEST 2009


when working with msilo patches, i noticed the following errors during
makes.  any idea how to get rid of them?

-- juha

first error occurred when i compiled the module:

jh at taimen:/usr/src/orig/sip-router$ make modules=modules_k/msilo modules
config.mak loaded
Makefile.defs defs skipped
Makefile:365: "make TLS option is obsoleted, try TLS_HOOKS or CORE_TLS"

config.mak included
make[1]: Entering directory `/usr/src/orig/sip-router/modules_k/msilo'
make[1]: Leaving directory `/usr/src/orig/sip-router/modules_k/msilo'
config.mak included
make[1]: Entering directory `/usr/src/orig/sip-router/modules_k/msilo'
gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -minline-all-stringops -falign-loops -ftree-vectorize -mtune=athlon64 -Wall    -DNAME='"ser"' -DVERSION='"2.1.0-dev23-make"' -DARCH='"i386"' -DOS='linux_' -DOS_QUOTED='"linux"' -DCOMPILER='"gcc 4.3.2"' -D__CPU_i386 -D__OS_linux -DSER_VER=2001000 -DCFG_DIR='"/usr/local/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE -DHAVE_RESOLV_RES -DUSE_DNS_CACHE -DUSE_DNS_FAILOVER -DUSE_DST_BLACKLIST -DUSE_NAPTR -DDBG_QM_MALLOC -DUSE_TLS -DTLS_HOOKS -DFAST_LOCK -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DCC_GCC_LIKE_ASM -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSG_NOSIGNAL -DHAVE_MSGHDR_MSG_CONTROL -DHAVE_ALLOCA_H -DHAVE_TIMEGM -DHAVE_SCHED_SETSCHEDULER -DHAVE_EPOLL -DHAVE_SIGIO_RT -DSIGINFO64_WORKARROUND -DUSE_FUTEX -DHAVE_SELECT -DUSE_SCTP   -DOPENSER_MOD_INTERFACE -DMOD_NAME='"msilo"' -c msfuncs.c -o msfuncs.o
gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -minline-all-stringops -falign-loops -ftree-vectorize -mtune=athlon64 -Wall    -DNAME='"ser"' -DVERSION='"2.1.0-dev23-make"' -DARCH='"i386"' -DOS='linux_' -DOS_QUOTED='"linux"' -DCOMPILER='"gcc 4.3.2"' -D__CPU_i386 -D__OS_linux -DSER_VER=2001000 -DCFG_DIR='"/usr/local/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE -DHAVE_RESOLV_RES -DUSE_DNS_CACHE -DUSE_DNS_FAILOVER -DUSE_DST_BLACKLIST -DUSE_NAPTR -DDBG_QM_MALLOC -DUSE_TLS -DTLS_HOOKS -DFAST_LOCK -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DCC_GCC_LIKE_ASM -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSG_NOSIGNAL -DHAVE_MSGHDR_MSG_CONTROL -DHAVE_ALLOCA_H -DHAVE_TIMEGM -DHAVE_SCHED_SETSCHEDULER -DHAVE_EPOLL -DHAVE_SIGIO_RT -DSIGINFO64_WORKARROUND -DUSE_FUTEX -DHAVE_SELECT -DUSE_SCTP   -DOPENSER_MOD_INTERFACE -DMOD_NAME='"msilo"' -c msilo.c -o msilo.o
gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -minline-all-stringops -falign-loops -ftree-vectorize -mtune=athlon64 -Wall    -DNAME='"ser"' -DVERSION='"2.1.0-dev23-make"' -DARCH='"i386"' -DOS='linux_' -DOS_QUOTED='"linux"' -DCOMPILER='"gcc 4.3.2"' -D__CPU_i386 -D__OS_linux -DSER_VER=2001000 -DCFG_DIR='"/usr/local/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE -DHAVE_RESOLV_RES -DUSE_DNS_CACHE -DUSE_DNS_FAILOVER -DUSE_DST_BLACKLIST -DUSE_NAPTR -DDBG_QM_MALLOC -DUSE_TLS -DTLS_HOOKS -DFAST_LOCK -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DCC_GCC_LIKE_ASM -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSG_NOSIGNAL -DHAVE_MSGHDR_MSG_CONTROL -DHAVE_ALLOCA_H -DHAVE_TIMEGM -DHAVE_SCHED_SETSCHEDULER -DHAVE_EPOLL -DHAVE_SIGIO_RT -DSIGINFO64_WORKARROUND -DUSE_FUTEX -DHAVE_SELECT -DUSE_SCTP   -DOPENSER_MOD_INTERFACE -DMOD_NAME='"msilo"' -c ms_msg_list.c -o ms_msg_list.o
Makefile.defs defs skipped
make[2]: Entering directory `/usr/src/orig/sip-router/lib/srdb1'
make[2]: `libsrdb1.so.1.0' is up to date.
make[2]: Leaving directory `/usr/src/orig/sip-router/lib/srdb1'
Makefile.defs defs skipped
make[1]: *** [../../lib/kcore/libkcore.so] Error 2
make[1]: Leaving directory `/usr/src/orig/sip-router/modules_k/msilo'
make: *** [modules] Error 1

second error occurred when i made readme:

jh at taimen:/usr/src/orig/sip-router$ make modules=modules_k/msilo README
config.mak loaded
Makefile.defs defs skipped
Makefile:365: "make TLS option is obsoleted, try TLS_HOOKS or CORE_TLS"


config.mak included
make[1]: Entering directory `/usr/src/orig/sip-router/modules_k/msilo'
make -C doc msilo.txt
make[2]: Entering directory `/usr/src/orig/sip-router/modules_k/msilo/doc'
../../../docbook/Makefile:191: msilo.d: No such file or directory
../../../docbook/Makefile:191: msilo.d: No such file or directory
../../../docbook/Makefile:191: msilo.d: No such file or directory
xsltproc  --novalid \
        --nonet \
        --novalid \
        --stringparam output "msilo.d" \
        ../../../docbook/dep.xsl msilo.xml 
make[2]: Leaving directory `/usr/src/orig/sip-router/modules_k/msilo/doc'
make[2]: Entering directory `/usr/src/orig/sip-router/modules_k/msilo/doc'
XML_CATALOG_FILES=../../../docbook/catalog.xml xsltproc  --novalid \
		--xinclude \
        ../../../docbook/txt.xsl msilo.xml | lynx -nolist -stdin -dump > msilo.txt
make[2]: Leaving directory `/usr/src/orig/sip-router/modules_k/msilo/doc'
mv doc/msilo.txt README
make[1]: Leaving directory `/usr/src/orig/sip-router/modules_k/msilo'


make: *** acc: No such file or directory.  Stop.
make: [modules_k-readme] Error 1 (ignored)



More information about the sr-dev mailing list