[Serusers] ser 2.1 - compilation error - conflicting types

Andrei Pelinescu-Onciul andrei at iptel.org
Thu Aug 7 15:30:55 CEST 2008


On Aug 06, 2008 at 17:35, Tomasz Zieleniewski <tzieleniewski at gmail.com> wrote:
> Hi,
> 
> Great but there are still some errors:

Thanks, could you try again with the latest cvs?

Andrei

> 
> config.mak included
> make[1]: Wej?cie do katalogu
> `/home/voip/src/ser/trunk/modules/auth_identity'
> gcc -fPIC -DPIC -m64 -g -O9 -funroll-loops -Wcast-align
> -minline-all-stringops -falign-loops -ftree-vectorize -mtune=opteron -Wall
> -DNAME='"ser"' -DVERSION='"2.1.0-dev23-make"' -DARCH='"x86_64"'
> -DOS='linux_' -DOS_QUOTED='"linux"' -DCOMPILER='"gcc 4.3.1"' -D__CPU_x86_64
> -D__OS_linux -DSER_VER=2001000 -DCFG_DIR='"/usr/local/etc/ser/"'
> -DMODS_DIR='"/usr/local/lib/ser/modules/"' -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   -Wall
> -I/usr/local/ssl/include -c auth_identity.c -o auth_identity.o
> auth_identity.c: In function 'mod_init':
> auth_identity.c:177: error: 'openssl' undeclared (first use in this
> function)
> auth_identity.c:177: error: (Each undeclared identifier is reported only
> once
> auth_identity.c:177: error: for each function it appears in.)
> auth_identity.c:177: error: expected ';' before 'verify'
> make[1]: *** [auth_identity.o] B??d 1
> make[1]: Opuszczenie katalogu
> `/home/voip/src/ser/trunk/modules/auth_identity'
> make: *** [modules] B??d 1
> 
> config.mak included
> make[1]: Wej?cie do katalogu `/home/voip/src/ser/trunk/modules/rr'
> make -wC ../../lib/cds/  compile_for_install=no
> Makefile.defs defs skipped
> make[2]: Wej?cie do katalogu `/home/voip/src/ser/trunk/lib/cds'
> gcc -fPIC -DPIC -fPIC -DPIC -m64 -g -O9 -funroll-loops -Wcast-align
> -minline-all-stringops -falign-loops -ftree-vectorize -mtune=opteron -Wall
> -I/home/voip/src/ser/trunk/lib/cds/..
> -I/home/voip/src/ser/trunk/lib/cds/../.. -DNAME='"ser"'
> -DVERSION='"2.1.0-dev23-make"' -DARCH='"x86_64"' -DOS='linux_'
> -DOS_QUOTED='"linux"' -DCOMPILER='"gcc 4.3.1"' -D__CPU_x86_64 -D__OS_linux
> -DSER_VER=2001000 -DCFG_DIR='"/usr/local/etc/ser/"'
> -DMODS_DIR='"/usr/local/lib/ser/modules/"' -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   -DSER -c ref_cntr.c -o
> ref_cntr.o
> In file included from
> /home/voip/src/ser/trunk/lib/cds/../../mem/shm_mem.h:47,
>                  from
> /home/voip/src/ser/trunk/lib/cds/../../lock_alloc.h:58,
>                  from /home/voip/src/ser/trunk/lib/cds/../../locking.h:71,
>                  from /home/voip/src/ser/trunk/lib/cds/../cds/sync.h:30,
>                  from /home/voip/src/ser/trunk/lib/cds/../cds/ref_cntr.h:91,
>                  from ref_cntr.c:1:
> /usr/include/sys/types.h:46: error: conflicting types for 'loff_t'
> /usr/include/linux/types.h:30: error: previous declaration of 'loff_t' was
> here
> /usr/include/sys/types.h:62: error: conflicting types for 'dev_t'
> /usr/include/linux/types.h:13: error: previous declaration of 'dev_t' was
> here
> In file included from /usr/include/sys/types.h:133,
>                  from
> /home/voip/src/ser/trunk/lib/cds/../../mem/shm_mem.h:47,
>                  from
> /home/voip/src/ser/trunk/lib/cds/../../lock_alloc.h:58,
>                  from /home/voip/src/ser/trunk/lib/cds/../../locking.h:71,
>                  from /home/voip/src/ser/trunk/lib/cds/../cds/sync.h:30,
>                  from /home/voip/src/ser/trunk/lib/cds/../cds/ref_cntr.h:91,
>                  from ref_cntr.c:1:
> /usr/include/time.h:105: error: conflicting types for 'timer_t'
> /usr/include/linux/types.h:22: error: previous declaration of 'timer_t' was
> here
> In file included from
> /home/voip/src/ser/trunk/lib/cds/../../mem/shm_mem.h:47,
>                  from
> /home/voip/src/ser/trunk/lib/cds/../../lock_alloc.h:58,
>                  from /home/voip/src/ser/trunk/lib/cds/../../locking.h:71,
>                  from /home/voip/src/ser/trunk/lib/cds/../cds/sync.h:30,
>                  from /home/voip/src/ser/trunk/lib/cds/../cds/ref_cntr.h:91,
>                  from ref_cntr.c:1:
> /usr/include/sys/types.h:198: error: conflicting types for 'int64_t'
> /usr/include/linux/types.h:98: error: previous declaration of 'int64_t' was
> here
> /usr/include/sys/types.h:204: error: conflicting types for 'u_int64_t'
> /usr/include/linux/types.h:97: error: previous declaration of 'u_int64_t'
> was here
> In file included from /usr/include/sys/types.h:220,
>                  from
> /home/voip/src/ser/trunk/lib/cds/../../mem/shm_mem.h:47,
>                  from
> /home/voip/src/ser/trunk/lib/cds/../../lock_alloc.h:58,
>                  from /home/voip/src/ser/trunk/lib/cds/../../locking.h:71,
>                  from /home/voip/src/ser/trunk/lib/cds/../cds/sync.h:30,
>                  from /home/voip/src/ser/trunk/lib/cds/../cds/ref_cntr.h:91,
>                  from ref_cntr.c:1:
> /usr/include/sys/select.h:78: error: conflicting types for 'fd_set'
> /usr/include/linux/types.h:12: error: previous declaration of 'fd_set' was
> here
> In file included from
> /home/voip/src/ser/trunk/lib/cds/../../mem/shm_mem.h:47,
>                  from
> /home/voip/src/ser/trunk/lib/cds/../../lock_alloc.h:58,
>                  from /home/voip/src/ser/trunk/lib/cds/../../locking.h:71,
>                  from /home/voip/src/ser/trunk/lib/cds/../cds/sync.h:30,
>                  from /home/voip/src/ser/trunk/lib/cds/../cds/ref_cntr.h:91,
>                  from ref_cntr.c:1:
> /usr/include/sys/types.h:235: error: conflicting types for 'blkcnt_t'
> /usr/include/linux/types.h:124: error: previous declaration of 'blkcnt_t'
> was here
> make[2]: *** [ref_cntr.o] B??d 1
> make[2]: Opuszczenie katalogu `/home/voip/src/ser/trunk/lib/cds'
> make[1]: *** [../../lib/cds/libser_cds.so] B??d 2
> make[1]: Opuszczenie katalogu `/home/voip/src/ser/trunk/modules/rr'
> make: *** [modules] B??d 1
> 
> Regards
> Tomasz
> 
> On Wed, Aug 6, 2008 at 5:28 PM, Andrei Pelinescu-Onciul <andrei at iptel.org>wrote:
> 
> > On Aug 06, 2008 at 01:11, Tomasz Zieleniewski <tzieleniewski at gmail.com>
> > wrote:
> > > Hi,
> > >
> > > When I try to compile ser from sources I get the following conflicting
> > types
> > > errors:
> > > gcc -m64 -g -O9 -funroll-loops -Wcast-align -minline-all-stringops
> > > -falign-loops -ftree-vectorize -mtune=opteron -Wall   -DNAME='"ser"'
> > > -DVERSION='"2.1.0-dev23-make"' -DARCH='"x86_64"' -DOS='linux_'
> > > -DOS_QUOTED='"linux"' -DCOMPILER='"gcc 4.3.1"' -D__CPU_x86_64
> > -D__OS_linux
> > > -DSER_VER=2001000 -DCFG_DIR='"/usr/local/etc/ser/"'
> > > -DMODS_DIR='"/usr/local/lib/ser/modules/"' -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  -c lock_ops.c -o
> > > lock_ops.o
> > > In file included from ut.h:53,
> > >                  from lock_ops.c:28:
> > > /usr/include/sys/types.h:46: error: conflicting types for 'loff_t'
> > > /usr/include/linux/types.h:30: error: previous declaration of 'loff_t'
> > was
> > > here
> > > /usr/include/sys/types.h:62: error: conflicting types for 'dev_t'
> > > /usr/include/linux/types.h:13: error: previous declaration of 'dev_t' was
> > > here
> >
> > [...]
> > >
> > > Is there any fix for that?
> >
> > Thanks for the bug report. I've just fixed it on cvs, so  update the
> > sources
> >  and it should work.
> > It seems to be a bug / conflict between recent linux-libc-dev and
> > libc6-dev headers on debian sid.
> >
> > Andrei
> >

> _______________________________________________
> Serusers mailing list
> Serusers at lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers




More information about the sr-users mailing list