Bug#494405: asterisk: build depends on libc-client2007b-dev though libc-client2007b-dev not found in etch

2008-08-09 Thread Rene Cunningham
On Sat, 9 Aug 2008 05:13:12 pm Tzafrir Cohen wrote:
> On Sat, Aug 09, 2008 at 04:16:03PM +1000, Rene Cunningham wrote:
> > experimental version of asterisk (1:1.4.21.2~dfsg-2) found in trunk for
> > svn repo of pkg-voip doesnt build on etch as it requires
> > libc-client2007b-dev which is not found in etch.
>
> The package includes a backporting script that removes some later
> features. Try running debian/backports/etch before building on Etch.

I ran debian/backports/etch before logging the bug report which resolved alot 
of the dependencies.

Ive just ran debian/backports/etch.xorcom though this didnt appear to remove 
libc-client2007b-dev as a build dependency.

A quick ammendment to sed has fixed this though. See attached patch.

Asterisk is now building on my etch box.

Cheers.

-- 
Rene

--- debian/backports/etch.xorcom.orig	2008-08-09 20:18:51.0 +1000
+++ debian/backports/etch.xorcom	2008-08-09 20:12:55.0 +1000
@@ -4,7 +4,7 @@
 #
 
 # Remove libc-client2006 and explicit imap support:
-sed -i -e 's#^\(Build-Depends:.*\)libc-client2007-dev, \(.*\)$#\1 \2#' debian/control
+sed -i -e 's#^\(Build-Depends:.*\)libc-client2007-dev\|libc-client2007b-dev, \(.*\)$#\1 \2#' debian/control
 # from --configure:
 sed -i -e '/--with-imap/d' debian/rules
 # disable patch that enables building of app_voicemail_{imap,odbc}.so


Bug#494405: asterisk: build depends on libc-client2007b-dev though libc-client2007b-dev not found in etch

2008-08-09 Thread Tzafrir Cohen
On Sat, Aug 09, 2008 at 04:16:03PM +1000, Rene Cunningham wrote:
> Package: asterisk
> Version: 1:1.4.21.2~dfsg-2
> Severity: serious
> Justification: no longer builds from source
> 
> 
> experimental version of asterisk (1:1.4.21.2~dfsg-2) found in trunk for
> svn repo of pkg-voip doesnt build on etch as it requires
> libc-client2007b-dev which is not found in etch.

The package includes a backporting script that removes some later
features. Try running debian/backports/etch before building on Etch.

-- 
   Tzafrir Cohen
icq#16849755  jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#494405: asterisk: build depends on libc-client2007b-dev though libc-client2007b-dev not found in etch

2008-08-08 Thread Rene Cunningham
Package: asterisk
Version: 1:1.4.21.2~dfsg-2
Severity: serious
Justification: no longer builds from source


experimental version of asterisk (1:1.4.21.2~dfsg-2) found in trunk for
svn repo of pkg-voip doesnt build on etch as it requires
libc-client2007b-dev which is not found in etch.

$ fakeroot dpkg-buildpackage
dpkg-buildpackage: source package is asterisk
dpkg-buildpackage: source version is 1:1.4.21.2~dfsg-2
dpkg-buildpackage: source changed by Victor Seva <[EMAIL PROTECTED]>
dpkg-buildpackage: host architecture i386
dpkg-buildpackage: source version without epoch 1.4.21.2~dfsg-2
dpkg-checkbuilddeps: Unmet build dependencies: libc-client2007b-dev
dpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: (Use -d flag to override.)

Ive been able to resolve all other build dependencies using libpri and
zaptel found in pkg-voip svn repo.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]