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.000000000 +1000 +++ debian/backports/etch.xorcom 2008-08-09 20:12:55.000000000 +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