[OpenSIPS-Devel] [ opensips-Bugs-3149774 ] Debian dependency is missing libpcre3-dev
SourceForge.net
noreply at sourceforge.net
Tue Jan 4 16:16:23 CET 2011
Bugs item #3149774, was opened at 2011-01-02 17:27
Message generated for change (Comment added) made by bogdan_iancu
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3149774&group_id=232389
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: packaging
Group: 1.6.x
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Alex Massover (cupotka2008)
Assigned to: Bogdan-Andrei Iancu (bogdan_iancu)
Summary: Debian dependency is missing libpcre3-dev
Initial Comment:
Hi,
"make deb" compilation fails in regex module if libpcre3-dev is not installed, but it's not listed in dependencies.
----------------------------------------------------------------------
>Comment By: Bogdan-Andrei Iancu (bogdan_iancu)
Date: 2011-01-04 17:16
Message:
Hi Alex,
the problem was fixed by Marc LEURENT's patch (id 3150424).
Best regards,
Bogdan
----------------------------------------------------------------------
Comment By: Alex Massover (cupotka2008)
Date: 2011-01-03 12:11
Message:
It's inside regex module:
Compiling regex_mod.c
gcc -fPIC -DPIC -Wall -g -O2 -Wcast-align -DMOD_NAME='"regex"'
-DNAME='"opensips"' -DVERSION='"1.6.4-notls"' -DARCH='"x86_64"'
-DOS='"linux"' -DCOMPILER='"gcc 4.4.5"' -D__CPU_x86_64 -D__OS_linux
-D__SMP_yes -DCFG_DIR='"/etc/opensips/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP
-DUSE_IPV6 -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE -DHAVE_RESOLV_RES
-DSTATISTICS -DCHANGEABLE_DEBUG_LEVEL -DF_MALLOC -DFAST_LOCK
-DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DHAVE_GETHOSTBYNAME2
-DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSG_NOSIGNAL
-DHAVE_MSGHDR_MSG_CONTROL -DHAVE_ALLOCA_H -DHAVE_TIMEGM -DHAVE_EPOLL
-DHAVE_SIGIO_RT -DHAVE_SELECT -I/usr/include -I/usr/sfw/include
-I/usr/local/include -I/opt/csw/include -I/usr/local/include -c regex_mod.c
-o regex_mod.o
regex_mod.c:41:18: error: pcre.h: No such file or directory
----------------------------------------------------------------------
Comment By: Bogdan-Andrei Iancu (bogdan_iancu)
Date: 2011-01-03 11:29
Message:
Hi Alex,
with 1.6.4, the dialplan module is not compiled and added to the
"opensips" main deb package (see Makefile, the exclude_module list).
Also, for the opensips-dialplan module, the libpcre is added as dep (see
packages/debian/control file):
Package: opensips-dialplan-module
Architecture: any
Depends: ${shlibs:Depends}, opensips (= ${binary:Version}), libpcre3-dev
Could you upload the full output of "make deb" ?
Regards,
Bogdan
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3149774&group_id=232389
More information about the Devel
mailing list