Asterisk 11.1 packages

David Sarmiento Q. dorphalsig at gmail.com
Sun Dec 30 20:26:03 UTC 2012


Hello

I've managed (with the help of tzafir and a good amount of other ppl) to
build working packages for asterisk.

I just ran ./configure inside the res/pjproject and then svn-build ran
flawlessly.

When getting that into the debian/rules file I found three issues (i've
managed to get by two of them):

1) There was a missing build-dep (libgtk2.0-dev), this one was an easy fix
:)
2) running make distclean was failing to find res/pjproject/build.mak.  But
since its cleaning, it should be ok and not die.
3) For some reason I'm getting these errors...

   - The result of svn-buildpackage
http://pastebin.com/ZZwKjahx<http://paste.debian.net/220386/>
   - The contents of res/pjproject/configure.log
   http://pastebin.com/EJSP7zin
   - The contents of the debian/rules file http://pastebin.com/wrtfjuFt
   - The output of dpkg-buildflags --get LDFLAGS: -Wl,-z,relro

I'm building it in a sid chroot.


>From what I've gathered, there seems to be an issue with the variable
expansion of LDFLAGS in this line

i486-linux-gnu-gcc -fPIC  `dpkg-buildflags --get LDFLAGS` conftest.c  >&5
(#79 in the second pastebin), but for me the thing could be that in line
68  gcc is not understanding the -V flag...

To be perfectly honest I'm kinda lost in here, so any help would be
appretiated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-voip-maintainers/attachments/20121230/cfb09435/attachment.html>


More information about the Pkg-voip-maintainers mailing list