Greetings list.
This might not be related to Kamailio but I thought someone would be able to give a hand in resolving dependency during the installation of rtpengine on Debian 8 Jessie.
It is complaining about below dependencies.
root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg-buildpackage dpkg-buildpackage: source package ngcp-rtpengine dpkg-buildpackage: source version 6.3.0.0+0~mr6.3.0.0 dpkg-buildpackage: source distribution unstable dpkg-buildpackage: source changed by Sipwise Jenkins Builder < jenkins@sipwise.com> dpkg-buildpackage: host architecture amd64 dpkg-source --before-build rtpengine dpkg-source: info: using options from rtpengine/debian/source/options: --extend-diff-ignore=.gitreview dpkg-checkbuilddeps: *Unmet build dependencies: debhelper (>= 10~) libbcg729-dev* dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting dpkg-buildpackage: warning: (Use -d flag to override.)
I tried to install debhelper from deb but complained from dh-autoreconf and that itself complained abount debhelpler. So, no one is being installed.
Also, If someone can help me how to resolve dependency for libbcg729-dev too.
Any pointer or hint or link to some installation guide would be more than welcome.
Br, Aqs.
On 04/06/2018 11:31 AM, Aqs Younas wrote:
Greetings list.
This might not be related to Kamailio but I thought someone would be able to give a hand in resolving dependency during the installation of rtpengine on Debian 8 Jessie.
It is complaining about below dependencies.
root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg-buildpackage dpkg-buildpackage: source package ngcp-rtpengine dpkg-buildpackage: source version 6.3.0.0+0~mr6.3.0.0 dpkg-buildpackage: source distribution unstable dpkg-buildpackage: source changed by Sipwise Jenkins Builder <jenkins@sipwise.com mailto:jenkins@sipwise.com> dpkg-buildpackage: host architecture amd64 dpkg-source --before-build rtpengine dpkg-source: info: using options from rtpengine/debian/source/options: --extend-diff-ignore=.gitreview dpkg-checkbuilddeps: *Unmet build dependencies: debhelper (>= 10~) libbcg729-dev* dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting dpkg-buildpackage: warning: (Use -d flag to override.)
I tried to install debhelper from deb but complained from dh-autoreconf and that itself complained abount debhelpler. So, no one is being installed.
Also, If someone can help me how to resolve dependency for libbcg729-dev too.
Any pointer or hint or link to some installation guide would be more than welcome.
Debhelper is a regular Debian package and can be installed with apt-get.
The bcg729 dependency is addressed in the readme: https://github.com/sipwise/rtpengine#g729-support
Cheers
Hi Aqs,
just use the corresponding build flag ‘export DEB_BUILD_PROFILES="pkg.ngcp-rtpengine.nobcg729"’ as stated in the readme (https://github.com/sipwise/rtpengine) and your issue should be fixed.
BR,
Henning
Von: sr-users [mailto:sr-users-bounces@lists.kamailio.org] Im Auftrag von Aqs Younas Gesendet: Freitag, 6. April 2018 17:31 An: Kamailio (SER) - Users Mailing List sr-users@lists.sip-router.org Betreff: [SR-Users] rtpengine installation dependencies
Greetings list.
This might not be related to Kamailio but I thought someone would be able to give a hand in resolving dependency during the installation of rtpengine on Debian 8 Jessie.
It is complaining about below dependencies.
root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg-buildpackage
dpkg-buildpackage: source package ngcp-rtpengine
dpkg-buildpackage: source version 6.3.0.0+0~mr6.3.0.0
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Sipwise Jenkins Builder <jenkins@sipwise.com mailto:jenkins@sipwise.com >
dpkg-buildpackage: host architecture amd64
dpkg-source --before-build rtpengine
dpkg-source: info: using options from rtpengine/debian/source/options: --extend-diff-ignore=.gitreview
dpkg-checkbuilddeps: Unmet build dependencies: debhelper (>= 10~) libbcg729-dev
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)
I tried to install debhelper from deb but complained from dh-autoreconf and that itself complained abount debhelpler. So, no one is being installed.
Also, If someone can help me how to resolve dependency for libbcg729-dev too.
Any pointer or hint or link to some installation guide would be more than welcome.
Br, Aqs.
Thanks for the answer.
I had installed debhelper from Debian package but it had Version: 9.20150101+deb8u2.
root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg -s debhelper | grep '^Version:' Version: 9.20150101+deb8u2
Whereas rtpengine demands debhelper* (>= 10~)*
That is why i was trying to install it from debs.
Anyway, I updated my source.list and was able to get the lasted version of debhelpler.
Thanks for your help.
On 6 April 2018 at 20:45, Ulrich Henning HUlrich@telba.de wrote:
Hi Aqs,
just use the corresponding build flag ‘export DEB_BUILD_PROFILES="pkg.ngcp-rtpengine.nobcg729"’ as stated in the readme (https://github.com/sipwise/rtpengine) and your issue should be fixed.
BR,
Henning
*Von:* sr-users [mailto:sr-users-bounces@lists.kamailio.org] *Im Auftrag von *Aqs Younas *Gesendet:* Freitag, 6. April 2018 17:31 *An:* Kamailio (SER) - Users Mailing List sr-users@lists.sip-router.org *Betreff:* [SR-Users] rtpengine installation dependencies
Greetings list.
This might not be related to Kamailio but I thought someone would be able to give a hand in resolving dependency during the installation of rtpengine on Debian 8 Jessie.
It is complaining about below dependencies.
root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg-buildpackage
dpkg-buildpackage: source package ngcp-rtpengine
dpkg-buildpackage: source version 6.3.0.0+0~mr6.3.0.0
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Sipwise Jenkins Builder < jenkins@sipwise.com>
dpkg-buildpackage: host architecture amd64
dpkg-source --before-build rtpengine
dpkg-source: info: using options from rtpengine/debian/source/options: --extend-diff-ignore=.gitreview
dpkg-checkbuilddeps: *Unmet build dependencies: debhelper (>= 10~) libbcg729-dev*
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)
I tried to install debhelper from deb but complained from dh-autoreconf and that itself complained abount debhelpler. So, no one is being installed.
Also, If someone can help me how to resolve dependency for libbcg729-dev too.
Any pointer or hint or link to some installation guide would be more than welcome.
Br, Aqs.
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Got this error after resolving the dependencies.
//usr/lib/libflite_cmu_us_kal.so.1: undefined reference to `cmu_postlex' //usr/lib/libflite_cmu_us_awb.so.1: undefined reference to `usenglish_init' //usr/lib/libflite_cmu_us_awb.so.1: undefined reference to `cmu_lex_init' collect2: error: ld returned 1 exit status ../lib/common.Makefile:7: recipe for target 'rtpengine' failed make[3]: *** [rtpengine] Error 1 make[3]: Leaving directory '/usr/src/rtpengine/daemon' ../lib/common.Makefile:4: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/usr/src/rtpengine/daemon' debian/rules:26: recipe for target 'override_dh_auto_build-arch' failed make[1]: *** [override_dh_auto_build-arch] Error 2 make[1]: Leaving directory '/usr/src/rtpengine' debian/rules:23: recipe for target 'build' failed make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2
Any help :)
Regards, Aqs Younas
On 7 April 2018 at 03:15, Aqs Younas aqsyounas@gmail.com wrote:
Thanks for the answer.
I had installed debhelper from Debian package but it had Version: 9.20150101+deb8u2.
root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg -s debhelper | grep '^Version:' Version: 9.20150101+deb8u2
Whereas rtpengine demands debhelper* (>= 10~)*
That is why i was trying to install it from debs.
Anyway, I updated my source.list and was able to get the lasted version of debhelpler.
Thanks for your help.
On 6 April 2018 at 20:45, Ulrich Henning HUlrich@telba.de wrote:
Hi Aqs,
just use the corresponding build flag ‘export DEB_BUILD_PROFILES="pkg.ngcp-rtpengine.nobcg729"’ as stated in the readme (https://github.com/sipwise/rtpengine) and your issue should be fixed.
BR,
Henning
*Von:* sr-users [mailto:sr-users-bounces@lists.kamailio.org] *Im Auftrag von *Aqs Younas *Gesendet:* Freitag, 6. April 2018 17:31 *An:* Kamailio (SER) - Users Mailing List sr-users@lists.sip-router.org *Betreff:* [SR-Users] rtpengine installation dependencies
Greetings list.
This might not be related to Kamailio but I thought someone would be able to give a hand in resolving dependency during the installation of rtpengine on Debian 8 Jessie.
It is complaining about below dependencies.
root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg-buildpackage
dpkg-buildpackage: source package ngcp-rtpengine
dpkg-buildpackage: source version 6.3.0.0+0~mr6.3.0.0
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Sipwise Jenkins Builder < jenkins@sipwise.com>
dpkg-buildpackage: host architecture amd64
dpkg-source --before-build rtpengine
dpkg-source: info: using options from rtpengine/debian/source/options: --extend-diff-ignore=.gitreview
dpkg-checkbuilddeps: *Unmet build dependencies: debhelper (>= 10~) libbcg729-dev*
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)
I tried to install debhelper from deb but complained from dh-autoreconf and that itself complained abount debhelpler. So, no one is being installed.
Also, If someone can help me how to resolve dependency for libbcg729-dev too.
Any pointer or hint or link to some installation guide would be more than welcome.
Br, Aqs.
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
On 2018-04-06 06:20 PM, Aqs Younas wrote:
Got this error after resolving the dependencies.
//usr/lib/libflite_cmu_us_kal.so.1: undefined reference to `cmu_postlex' //usr/lib/libflite_cmu_us_awb.so.1: undefined reference to `usenglish_init' //usr/lib/libflite_cmu_us_awb.so.1: undefined reference to `cmu_lex_init' collect2: error: ld returned 1 exit status
Looks like broken/mismatched packages in your Debian system. Make sure you have a consistent state and don't try to mix and match packages from different sources.
Cheers
Ok thanks i will give it try on fresh install. BWT which is preferred distro for rtpengine. Because i was not able to find debhelper > 10 in default debian 8.10 repository.
Regards. Aqs Younas.
On Sat, 7 Apr 2018, 3:36 am Richard Fuchs, rfuchs@sipwise.com wrote:
On 2018-04-06 06:20 PM, Aqs Younas wrote:
Got this error after resolving the dependencies.
//usr/lib/libflite_cmu_us_kal.so.1: undefined reference to `cmu_postlex' //usr/lib/libflite_cmu_us_awb.so.1: undefined reference to `usenglish_init' //usr/lib/libflite_cmu_us_awb.so.1: undefined reference to `cmu_lex_init' collect2: error: ld returned 1 exit status
Looks like broken/mismatched packages in your Debian system. Make sure you have a consistent state and don't try to mix and match packages from different sources.
Cheers
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Please do not reply to the same mailing list (with 2 different names though) twice. One of aliases sr-users@lists.kamailio.org or sr-users@lists.sip- router.org should be grandfathered. I think the second one.
To everybody - please watch email addresses you're replying to.
On Friday, April 6, 2018 6:20:16 PM EDT Aqs Younas wrote:
Got this error after resolving the dependencies.
//usr/lib/libflite_cmu_us_kal.so.1: undefined reference to `cmu_postlex' //usr/lib/libflite_cmu_us_awb.so.1: undefined reference to `usenglish_init' //usr/lib/libflite_cmu_us_awb.so.1: undefined reference to `cmu_lex_init' collect2: error: ld returned 1 exit status ../lib/common.Makefile:7: recipe for target 'rtpengine' failed make[3]: *** [rtpengine] Error 1 make[3]: Leaving directory '/usr/src/rtpengine/daemon' ../lib/common.Makefile:4: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/usr/src/rtpengine/daemon' debian/rules:26: recipe for target 'override_dh_auto_build-arch' failed make[1]: *** [override_dh_auto_build-arch] Error 2 make[1]: Leaving directory '/usr/src/rtpengine' debian/rules:23: recipe for target 'build' failed make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2
Any help :)
Regards, Aqs Younas
On 7 April 2018 at 03:15, Aqs Younas aqsyounas@gmail.com wrote:
Thanks for the answer.
I had installed debhelper from Debian package but it had Version: 9.20150101+deb8u2.
root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg -s debhelper | grep '^Version:' Version: 9.20150101+deb8u2
Whereas rtpengine demands debhelper* (>= 10~)*
That is why i was trying to install it from debs.
Anyway, I updated my source.list and was able to get the lasted version of debhelpler.
Thanks for your help.
On 6 April 2018 at 20:45, Ulrich Henning HUlrich@telba.de wrote:
Hi Aqs,
just use the corresponding build flag ‘export DEB_BUILD_PROFILES="pkg.ngcp-rtpengine.nobcg729"’ as stated in the readme (https://github.com/sipwise/rtpengine) and your issue should be fixed.
BR,
Henning
*Von:* sr-users [mailto:sr-users-bounces@lists.kamailio.org] *Im Auftrag von *Aqs Younas *Gesendet:* Freitag, 6. April 2018 17:31 *An:* Kamailio (SER) - Users Mailing List sr-users@lists.sip-router.org *Betreff:* [SR-Users] rtpengine installation dependencies
Greetings list.
This might not be related to Kamailio but I thought someone would be able to give a hand in resolving dependency during the installation of rtpengine on Debian 8 Jessie.
It is complaining about below dependencies.
root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg-buildpackage
dpkg-buildpackage: source package ngcp-rtpengine
dpkg-buildpackage: source version 6.3.0.0+0~mr6.3.0.0
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Sipwise Jenkins Builder < jenkins@sipwise.com>
dpkg-buildpackage: host architecture amd64
dpkg-source --before-build rtpengine
dpkg-source: info: using options from rtpengine/debian/source/options: --extend-diff-ignore=.gitreview
dpkg-checkbuilddeps: *Unmet build dependencies: debhelper (>= 10~) libbcg729-dev*
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)
I tried to install debhelper from deb but complained from dh-autoreconf and that itself complained abount debhelpler. So, no one is being installed.
Also, If someone can help me how to resolve dependency for libbcg729-dev too.
Any pointer or hint or link to some installation guide would be more than welcome.
Br, Aqs.
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Am Samstag, 7. April 2018, 00:58:49 CEST schrieb Sergey Okhapkin:
Please do not reply to the same mailing list (with 2 different names though) twice. One of aliases sr-users@lists.kamailio.org or sr-users@lists.sip- router.org should be grandfathered. I think the second one.
Hello,
the reply to the second list happened (as you also probably guessed) if somebody used the old sip-router address, and then mailman will add the new one as well.
Nowadays lists.sip-router.org is just an alias to lists.kamailio.org for compatibility reasons. But as long people are still using the old somehow, we probably need to keep it.
Best regards
On Saturday 07 April 2018 at 14:38:18, Henning Westerholt wrote:
Am Samstag, 7. April 2018, 00:58:49 CEST schrieb Sergey Okhapkin:
Please do not reply to the same mailing list (with 2 different names though) twice. One of aliases sr-users@lists.kamailio.org or sr-users@lists.sip- router.org should be grandfathered. I think the second one.
Hello,
the reply to the second list happened (as you also probably guessed) if somebody used the old sip-router address, and then mailman will add the new one as well.
Nowadays lists.sip-router.org is just an alias to lists.kamailio.org for compatibility reasons. But as long people are still using the old somehow, we probably need to keep it.
I would suggest a simple email alias / redirect, so that there is only one mailing list, but anything sent to the old address gets redirected to the new one and appears on the (single) list.
Regards,
Antony.
Hello!
Try to use backports repo https://packages.debian.org/hu/jessie-backports/debhelper
2018-04-07 0:58 GMT+02:00 Sergey Okhapkin sos@sokhapkin.dyndns.org:
Please do not reply to the same mailing list (with 2 different names though) twice. One of aliases sr-users@lists.kamailio.org or sr-users@lists.sip- router.org should be grandfathered. I think the second one.
To everybody - please watch email addresses you're replying to.
On Friday, April 6, 2018 6:20:16 PM EDT Aqs Younas wrote:
Got this error after resolving the dependencies.
//usr/lib/libflite_cmu_us_kal.so.1: undefined reference to `cmu_postlex' //usr/lib/libflite_cmu_us_awb.so.1: undefined reference to
`usenglish_init'
//usr/lib/libflite_cmu_us_awb.so.1: undefined reference to
`cmu_lex_init'
collect2: error: ld returned 1 exit status ../lib/common.Makefile:7: recipe for target 'rtpengine' failed make[3]: *** [rtpengine] Error 1 make[3]: Leaving directory '/usr/src/rtpengine/daemon' ../lib/common.Makefile:4: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/usr/src/rtpengine/daemon' debian/rules:26: recipe for target 'override_dh_auto_build-arch' failed make[1]: *** [override_dh_auto_build-arch] Error 2 make[1]: Leaving directory '/usr/src/rtpengine' debian/rules:23: recipe for target 'build' failed make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2
Any help :)
Regards, Aqs Younas
On 7 April 2018 at 03:15, Aqs Younas aqsyounas@gmail.com wrote:
Thanks for the answer.
I had installed debhelper from Debian package but it had Version: 9.20150101+deb8u2.
root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg -s debhelper |
grep
'^Version:' Version: 9.20150101+deb8u2
Whereas rtpengine demands debhelper* (>= 10~)*
That is why i was trying to install it from debs.
Anyway, I updated my source.list and was able to get the lasted
version of
debhelpler.
Thanks for your help.
On 6 April 2018 at 20:45, Ulrich Henning HUlrich@telba.de wrote:
Hi Aqs,
just use the corresponding build flag ‘export DEB_BUILD_PROFILES="pkg.ngcp-rtpengine.nobcg729"’ as stated in the readme (https://github.com/sipwise/rtpengine) and your issue should
be
fixed.
BR,
Henning
*Von:* sr-users [mailto:sr-users-bounces@lists.kamailio.org] *Im
Auftrag
von *Aqs Younas *Gesendet:* Freitag, 6. April 2018 17:31 *An:* Kamailio (SER) - Users Mailing List <
sr-users@lists.sip-router.org>
*Betreff:* [SR-Users] rtpengine installation dependencies
Greetings list.
This might not be related to Kamailio but I thought someone would be
able
to give a hand in resolving dependency during the installation of rtpengine on Debian 8 Jessie.
It is complaining about below dependencies.
root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg-buildpackage
dpkg-buildpackage: source package ngcp-rtpengine
dpkg-buildpackage: source version 6.3.0.0+0~mr6.3.0.0
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Sipwise Jenkins Builder < jenkins@sipwise.com>
dpkg-buildpackage: host architecture amd64
dpkg-source --before-build rtpengine
dpkg-source: info: using options from rtpengine/debian/source/
options:
--extend-diff-ignore=.gitreview
dpkg-checkbuilddeps: *Unmet build dependencies: debhelper (>= 10~) libbcg729-dev*
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)
I tried to install debhelper from deb but complained from dh-autoreconf and that itself complained abount debhelpler. So,
no
one is being installed.
Also, If someone can help me how to resolve dependency for
libbcg729-dev
too.
Any pointer or hint or link to some installation guide would be more
than
welcome.
Br, Aqs.
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Hi! rtpengine can be installed for deb8 from repos
First you need to install mariadb 10 (smth like https://www.tecmint.com/install-mariadb-in-debian/) next - you can use ng-voice repos for rtpengine
http://repository.ng-voice.com/
# Key: # wget -O - http://repository.ng-voice.com/PublicKey%C2%A0%7C apt-key add - # IMS Base Packages deb [arch=amd64] http://repository.ng-voice.com%C2%A0jessie stable to /etc/apt/sources.list.d/ims.conf
Could be installed by apt-get install ngcp-rtpengine
Regards, Igor
On Apr 9, 2018, 11:13 AM +0300, Denys Pozniak denys.pozniak@gmail.com, wrote:
Hello!
Try to use backports repo https://packages.debian.org/hu/jessie-backports/debhelper
2018-04-07 0:58 GMT+02:00 Sergey Okhapkin sos@sokhapkin.dyndns.org:
Please do not reply to the same mailing list (with 2 different names though) twice. One of aliases sr-users@lists.kamailio.org or sr-users@lists.sip- router.org should be grandfathered. I think the second one.
To everybody - please watch email addresses you're replying to.
On Friday, April 6, 2018 6:20:16 PM EDT Aqs Younas wrote:
Got this error after resolving the dependencies.
//usr/lib/libflite_cmu_us_kal.so.1: undefined reference to `cmu_postlex' //usr/lib/libflite_cmu_us_awb.so.1: undefined reference to `usenglish_init' //usr/lib/libflite_cmu_us_awb.so.1: undefined reference to `cmu_lex_init' collect2: error: ld returned 1 exit status ../lib/common.Makefile:7: recipe for target 'rtpengine' failed make[3]: *** [rtpengine] Error 1 make[3]: Leaving directory '/usr/src/rtpengine/daemon' ../lib/common.Makefile:4: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/usr/src/rtpengine/daemon' debian/rules:26: recipe for target 'override_dh_auto_build-arch' failed make[1]: *** [override_dh_auto_build-arch] Error 2 make[1]: Leaving directory '/usr/src/rtpengine' debian/rules:23: recipe for target 'build' failed make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2
Any help :)
Regards, Aqs Younas
On 7 April 2018 at 03:15, Aqs Younas aqsyounas@gmail.com wrote:
Thanks for the answer.
I had installed debhelper from Debian package but it had Version: 9.20150101+deb8u2.
root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg -s debhelper | grep '^Version:' Version: 9.20150101+deb8u2
Whereas rtpengine demands debhelper* (>= 10~)*
That is why i was trying to install it from debs.
Anyway, I updated my source.list and was able to get the lasted version of debhelpler.
Thanks for your help.
On 6 April 2018 at 20:45, Ulrich Henning HUlrich@telba.de wrote:
Hi Aqs,
just use the corresponding build flag ‘export DEB_BUILD_PROFILES="pkg.ngcp-rtpengine.nobcg729"’ as stated in the readme (https://github.com/sipwise/rtpengine) and your issue should be fixed.
BR,
Henning
*Von:* sr-users [mailto:sr-users-bounces@lists.kamailio.org] *Im Auftrag von *Aqs Younas *Gesendet:* Freitag, 6. April 2018 17:31 *An:* Kamailio (SER) - Users Mailing List sr-users@lists.sip-router.org *Betreff:* [SR-Users] rtpengine installation dependencies
Greetings list.
This might not be related to Kamailio but I thought someone would be able to give a hand in resolving dependency during the installation of rtpengine on Debian 8 Jessie.
It is complaining about below dependencies.
root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg-buildpackage
dpkg-buildpackage: source package ngcp-rtpengine
dpkg-buildpackage: source version 6.3.0.0+0~mr6.3.0.0
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Sipwise Jenkins Builder < jenkins@sipwise.com>
dpkg-buildpackage: host architecture amd64
dpkg-source --before-build rtpengine
dpkg-source: info: using options from rtpengine/debian/source/options: --extend-diff-ignore=.gitreview
dpkg-checkbuilddeps: *Unmet build dependencies: debhelper (>= 10~) libbcg729-dev*
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)
I tried to install debhelper from deb but complained from dh-autoreconf and that itself complained abount debhelpler. So, no one is being installed.
Also, If someone can help me how to resolve dependency for libbcg729-dev too.
Any pointer or hint or link to some installation guide would be more than welcome.
Br, Aqs.
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
--
BR, Denys Pozniak
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
So, many people to help you out. Such an amazing community we have.
Thanks, everyone.
Br, Aqs.
On 9 April 2018 at 19:30, Igor Olhovskiy igorolhovskiy@gmail.com wrote:
Hi! rtpengine can be installed for deb8 from repos
First you need to install mariadb 10 (smth like https://www.tecmint.com/ install-mariadb-in-debian/) next - you can use ng-voice repos for rtpengine
http://repository.ng-voice.com/
# Key: # wget -O - http://repository.ng-voice.com/PublicKey | apt-key add - # IMS Base Packages deb [arch=amd64] http://repository.ng-voice.com jessie stable to /etc/apt/sources.list.d/ims.conf
Could be installed by apt-get install ngcp-rtpengine
Regards, Igor
On Apr 9, 2018, 11:13 AM +0300, Denys Pozniak denys.pozniak@gmail.com, wrote:
Hello!
Try to use backports repo https://packages.debian.org/ hu/jessie-backports/debhelper
2018-04-07 0:58 GMT+02:00 Sergey Okhapkin sos@sokhapkin.dyndns.org:
Please do not reply to the same mailing list (with 2 different names though) twice. One of aliases sr-users@lists.kamailio.org or sr-users@lists.sip- router.org should be grandfathered. I think the second one.
To everybody - please watch email addresses you're replying to.
On Friday, April 6, 2018 6:20:16 PM EDT Aqs Younas wrote:
Got this error after resolving the dependencies.
//usr/lib/libflite_cmu_us_kal.so.1: undefined reference to
`cmu_postlex'
//usr/lib/libflite_cmu_us_awb.so.1: undefined reference to
`usenglish_init'
//usr/lib/libflite_cmu_us_awb.so.1: undefined reference to
`cmu_lex_init'
collect2: error: ld returned 1 exit status ../lib/common.Makefile:7: recipe for target 'rtpengine' failed make[3]: *** [rtpengine] Error 1 make[3]: Leaving directory '/usr/src/rtpengine/daemon' ../lib/common.Makefile:4: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/usr/src/rtpengine/daemon' debian/rules:26: recipe for target 'override_dh_auto_build-arch' failed make[1]: *** [override_dh_auto_build-arch] Error 2 make[1]: Leaving directory '/usr/src/rtpengine' debian/rules:23: recipe for target 'build' failed make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2
Any help :)
Regards, Aqs Younas
On 7 April 2018 at 03:15, Aqs Younas aqsyounas@gmail.com wrote:
Thanks for the answer.
I had installed debhelper from Debian package but it had Version: 9.20150101+deb8u2.
root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg -s debhelper |
grep
'^Version:' Version: 9.20150101+deb8u2
Whereas rtpengine demands debhelper* (>= 10~)*
That is why i was trying to install it from debs.
Anyway, I updated my source.list and was able to get the lasted
version of
debhelpler.
Thanks for your help.
On 6 April 2018 at 20:45, Ulrich Henning HUlrich@telba.de wrote:
Hi Aqs,
just use the corresponding build flag ‘export DEB_BUILD_PROFILES="pkg.ngcp-rtpengine.nobcg729"’ as stated in the readme (https://github.com/sipwise/rtpengine) and your issue should
be
fixed.
BR,
Henning
*Von:* sr-users [mailto:sr-users-bounces@lists.kamailio.org] *Im
Auftrag
von *Aqs Younas *Gesendet:* Freitag, 6. April 2018 17:31 *An:* Kamailio (SER) - Users Mailing List <
sr-users@lists.sip-router.org>
*Betreff:* [SR-Users] rtpengine installation dependencies
Greetings list.
This might not be related to Kamailio but I thought someone would be
able
to give a hand in resolving dependency during the installation of rtpengine on Debian 8 Jessie.
It is complaining about below dependencies.
root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg-buildpackage
dpkg-buildpackage: source package ngcp-rtpengine
dpkg-buildpackage: source version 6.3.0.0+0~mr6.3.0.0
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Sipwise Jenkins Builder < jenkins@sipwise.com>
dpkg-buildpackage: host architecture amd64
dpkg-source --before-build rtpengine
dpkg-source: info: using options from rtpengine/debian/source/option
s:
--extend-diff-ignore=.gitreview
dpkg-checkbuilddeps: *Unmet build dependencies: debhelper (>= 10~) libbcg729-dev*
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)
I tried to install debhelper from deb but complained from dh-autoreconf and that itself complained abount debhelpler. So,
no
one is being installed.
Also, If someone can help me how to resolve dependency for
libbcg729-dev
too.
Any pointer or hint or link to some installation guide would be more
than
welcome.
Br, Aqs.
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
--
BR, Denys Pozniak
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Hi, Please share the source.list for getting the lasted version of debhelper. Thanks
On Sat, Apr 7, 2018 at 2:45 AM, Aqs Younas aqsyounas@gmail.com wrote:
Thanks for the answer.
I had installed debhelper from Debian package but it had Version: 9.20150101+deb8u2.
root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg -s debhelper | grep '^Version:' Version: 9.20150101+deb8u2
Whereas rtpengine demands debhelper (>= 10~)
That is why i was trying to install it from debs.
Anyway, I updated my source.list and was able to get the lasted version of debhelpler.
Thanks for your help.
On 6 April 2018 at 20:45, Ulrich Henning HUlrich@telba.de wrote:
Hi Aqs,
just use the corresponding build flag ‘export DEB_BUILD_PROFILES="pkg.ngcp-rtpengine.nobcg729"’ as stated in the readme (https://github.com/sipwise/rtpengine) and your issue should be fixed.
BR,
Henning
Von: sr-users [mailto:sr-users-bounces@lists.kamailio.org] Im Auftrag von Aqs Younas Gesendet: Freitag, 6. April 2018 17:31 An: Kamailio (SER) - Users Mailing List sr-users@lists.sip-router.org Betreff: [SR-Users] rtpengine installation dependencies
Greetings list.
This might not be related to Kamailio but I thought someone would be able to give a hand in resolving dependency during the installation of rtpengine on Debian 8 Jessie.
It is complaining about below dependencies.
root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg-buildpackage
dpkg-buildpackage: source package ngcp-rtpengine
dpkg-buildpackage: source version 6.3.0.0+0~mr6.3.0.0
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Sipwise Jenkins Builder jenkins@sipwise.com
dpkg-buildpackage: host architecture amd64
dpkg-source --before-build rtpengine
dpkg-source: info: using options from rtpengine/debian/source/options: --extend-diff-ignore=.gitreview
dpkg-checkbuilddeps: Unmet build dependencies: debhelper (>= 10~) libbcg729-dev
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)
I tried to install debhelper from deb but complained from dh-autoreconf and that itself complained abount debhelpler. So, no one is being installed.
Also, If someone can help me how to resolve dependency for libbcg729-dev too.
Any pointer or hint or link to some installation guide would be more than welcome.
Br, Aqs.
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Hello, Mojtaba.
I don't remember the exact setups and unfortunately don't have access to server. But let me write few things I did which may help you. Added below line in source.list. 1. deb http://ftp.debian.org/debian jessie-backports main 2. apt-get update 3. apt-get -t jessie-backports install debhelper 4. Installed latest version of ffmpeg from source
I was not able to successfully create .deb files but i was able to compile it manually. These links might help you.
https://voipmagazine.wordpress.com/2015/02/17/rtpengine-compilation-and-inst... http://hrhashmi.blogspot.com/2016/06/rtpengine-installation-on-amazon-ami.ht...
Br, Aqs
On Mon, 25 Jun 2018 at 14:19, Mojtaba mespio@gmail.com wrote:
Hi, Please share the source.list for getting the lasted version of debhelper. Thanks
On Sat, Apr 7, 2018 at 2:45 AM, Aqs Younas aqsyounas@gmail.com wrote:
Thanks for the answer.
I had installed debhelper from Debian package but it had Version: 9.20150101+deb8u2.
root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg -s debhelper | grep '^Version:' Version: 9.20150101+deb8u2
Whereas rtpengine demands debhelper (>= 10~)
That is why i was trying to install it from debs.
Anyway, I updated my source.list and was able to get the lasted version
of
debhelpler.
Thanks for your help.
On 6 April 2018 at 20:45, Ulrich Henning HUlrich@telba.de wrote:
Hi Aqs,
just use the corresponding build flag ‘export DEB_BUILD_PROFILES="pkg.ngcp-rtpengine.nobcg729"’ as stated in the
readme
(https://github.com/sipwise/rtpengine) and your issue should be fixed.
BR,
Henning
Von: sr-users [mailto:sr-users-bounces@lists.kamailio.org] Im Auftrag
von
Aqs Younas Gesendet: Freitag, 6. April 2018 17:31 An: Kamailio (SER) - Users Mailing List sr-users@lists.sip-router.org Betreff: [SR-Users] rtpengine installation dependencies
Greetings list.
This might not be related to Kamailio but I thought someone would be
able
to give a hand in resolving dependency during the installation of
rtpengine
on Debian 8 Jessie.
It is complaining about below dependencies.
root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg-buildpackage
dpkg-buildpackage: source package ngcp-rtpengine
dpkg-buildpackage: source version 6.3.0.0+0~mr6.3.0.0
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Sipwise Jenkins Builder jenkins@sipwise.com
dpkg-buildpackage: host architecture amd64
dpkg-source --before-build rtpengine
dpkg-source: info: using options from rtpengine/debian/source/options: --extend-diff-ignore=.gitreview
dpkg-checkbuilddeps: Unmet build dependencies: debhelper (>= 10~) libbcg729-dev
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)
I tried to install debhelper from deb but complained from dh-autoreconf and that itself complained abount debhelpler. So, no one is being
installed.
Also, If someone can help me how to resolve dependency for
libbcg729-dev
too.
Any pointer or hint or link to some installation guide would be more
than
welcome.
Br, Aqs.
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
-- --Mojtaba Esfandiari.S
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Thank you, I do it successfully. I use these commands to install all dependencies: apt-get -t jessie-backports install debhelper libmysqlclient-dev iptables-dev libavcodec-dev libavfilter-dev libcurl4-openssl-dev libevent-dev libglib2.0-dev libhiredis-dev libjson-glib-dev libpcap0.8-dev libssl-dev libxmlrpc-core-c3-dev markdown
apt-get -t jessie-backports install dkms module-assistant With Regards. Mojtaba
On Mon, Jun 25, 2018 at 7:01 PM, Aqs Younas aqsyounas@gmail.com wrote:
Hello, Mojtaba.
I don't remember the exact setups and unfortunately don't have access to server. But let me write few things I did which may help you. Added below line in source.list.
- deb http://ftp.debian.org/debian jessie-backports main
- apt-get update
- apt-get -t jessie-backports install debhelper
- Installed latest version of ffmpeg from source
I was not able to successfully create .deb files but i was able to compile it manually. These links might help you.
https://voipmagazine.wordpress.com/2015/02/17/rtpengine-compilation-and-inst... http://hrhashmi.blogspot.com/2016/06/rtpengine-installation-on-amazon-ami.ht...
Br, Aqs
On Mon, 25 Jun 2018 at 14:19, Mojtaba mespio@gmail.com wrote:
Hi, Please share the source.list for getting the lasted version of debhelper. Thanks
On Sat, Apr 7, 2018 at 2:45 AM, Aqs Younas aqsyounas@gmail.com wrote:
Thanks for the answer.
I had installed debhelper from Debian package but it had Version: 9.20150101+deb8u2.
root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg -s debhelper | grep '^Version:' Version: 9.20150101+deb8u2
Whereas rtpengine demands debhelper (>= 10~)
That is why i was trying to install it from debs.
Anyway, I updated my source.list and was able to get the lasted version of debhelpler.
Thanks for your help.
On 6 April 2018 at 20:45, Ulrich Henning HUlrich@telba.de wrote:
Hi Aqs,
just use the corresponding build flag ‘export DEB_BUILD_PROFILES="pkg.ngcp-rtpengine.nobcg729"’ as stated in the readme (https://github.com/sipwise/rtpengine) and your issue should be fixed.
BR,
Henning
Von: sr-users [mailto:sr-users-bounces@lists.kamailio.org] Im Auftrag von Aqs Younas Gesendet: Freitag, 6. April 2018 17:31 An: Kamailio (SER) - Users Mailing List sr-users@lists.sip-router.org Betreff: [SR-Users] rtpengine installation dependencies
Greetings list.
This might not be related to Kamailio but I thought someone would be able to give a hand in resolving dependency during the installation of rtpengine on Debian 8 Jessie.
It is complaining about below dependencies.
root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg-buildpackage
dpkg-buildpackage: source package ngcp-rtpengine
dpkg-buildpackage: source version 6.3.0.0+0~mr6.3.0.0
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Sipwise Jenkins Builder jenkins@sipwise.com
dpkg-buildpackage: host architecture amd64
dpkg-source --before-build rtpengine
dpkg-source: info: using options from rtpengine/debian/source/options: --extend-diff-ignore=.gitreview
dpkg-checkbuilddeps: Unmet build dependencies: debhelper (>= 10~) libbcg729-dev
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)
I tried to install debhelper from deb but complained from dh-autoreconf and that itself complained abount debhelpler. So, no one is being installed.
Also, If someone can help me how to resolve dependency for libbcg729-dev too.
Any pointer or hint or link to some installation guide would be more than welcome.
Br, Aqs.
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
-- --Mojtaba Esfandiari.S
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
In regard of my last post, If you have issue about kernel module, run this command to update it: apt-get install -t jessie-backports linux-image-amd64 Thanks
On Tue, Jun 26, 2018 at 1:43 PM, Mojtaba mespio@gmail.com wrote:
Thank you, I do it successfully. I use these commands to install all dependencies: apt-get -t jessie-backports install debhelper libmysqlclient-dev iptables-dev libavcodec-dev libavfilter-dev libcurl4-openssl-dev libevent-dev libglib2.0-dev libhiredis-dev libjson-glib-dev libpcap0.8-dev libssl-dev libxmlrpc-core-c3-dev markdown
apt-get -t jessie-backports install dkms module-assistant With Regards. Mojtaba
On Mon, Jun 25, 2018 at 7:01 PM, Aqs Younas aqsyounas@gmail.com wrote:
Hello, Mojtaba.
I don't remember the exact setups and unfortunately don't have access to server. But let me write few things I did which may help you. Added below line in source.list.
- deb http://ftp.debian.org/debian jessie-backports main
- apt-get update
- apt-get -t jessie-backports install debhelper
- Installed latest version of ffmpeg from source
I was not able to successfully create .deb files but i was able to compile it manually. These links might help you.
https://voipmagazine.wordpress.com/2015/02/17/rtpengine-compilation-and-inst... http://hrhashmi.blogspot.com/2016/06/rtpengine-installation-on-amazon-ami.ht...
Br, Aqs
On Mon, 25 Jun 2018 at 14:19, Mojtaba mespio@gmail.com wrote:
Hi, Please share the source.list for getting the lasted version of debhelper. Thanks
On Sat, Apr 7, 2018 at 2:45 AM, Aqs Younas aqsyounas@gmail.com wrote:
Thanks for the answer.
I had installed debhelper from Debian package but it had Version: 9.20150101+deb8u2.
root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg -s debhelper | grep '^Version:' Version: 9.20150101+deb8u2
Whereas rtpengine demands debhelper (>= 10~)
That is why i was trying to install it from debs.
Anyway, I updated my source.list and was able to get the lasted version of debhelpler.
Thanks for your help.
On 6 April 2018 at 20:45, Ulrich Henning HUlrich@telba.de wrote:
Hi Aqs,
just use the corresponding build flag ‘export DEB_BUILD_PROFILES="pkg.ngcp-rtpengine.nobcg729"’ as stated in the readme (https://github.com/sipwise/rtpengine) and your issue should be fixed.
BR,
Henning
Von: sr-users [mailto:sr-users-bounces@lists.kamailio.org] Im Auftrag von Aqs Younas Gesendet: Freitag, 6. April 2018 17:31 An: Kamailio (SER) - Users Mailing List sr-users@lists.sip-router.org Betreff: [SR-Users] rtpengine installation dependencies
Greetings list.
This might not be related to Kamailio but I thought someone would be able to give a hand in resolving dependency during the installation of rtpengine on Debian 8 Jessie.
It is complaining about below dependencies.
root@debian-769mb-miami-01:/usr/src/rtpengine# dpkg-buildpackage
dpkg-buildpackage: source package ngcp-rtpengine
dpkg-buildpackage: source version 6.3.0.0+0~mr6.3.0.0
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Sipwise Jenkins Builder jenkins@sipwise.com
dpkg-buildpackage: host architecture amd64
dpkg-source --before-build rtpengine
dpkg-source: info: using options from rtpengine/debian/source/options: --extend-diff-ignore=.gitreview
dpkg-checkbuilddeps: Unmet build dependencies: debhelper (>= 10~) libbcg729-dev
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)
I tried to install debhelper from deb but complained from dh-autoreconf and that itself complained abount debhelpler. So, no one is being installed.
Also, If someone can help me how to resolve dependency for libbcg729-dev too.
Any pointer or hint or link to some installation guide would be more than welcome.
Br, Aqs.
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
-- --Mojtaba Esfandiari.S
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
-- --Mojtaba Esfandiari.S