-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gentoo ebuild #27
Comments
Hey, it is a bug on my side. Need to add a try/catch here ktelephone/src/telephony/uamanager.cpp Line 18 in 571ffa5
I will make it until tomorrow, but if you want to give it a try, it should be something like:
|
it is a weird error because vanilla pjsua should come with g722 and opus, I guess. Maybe something different on their gentoo build. But it is my fault not to add a defensive code against that. |
Hello, found a similar problem on Ubuntu 20.04, it doesnt provide libpjproject on apt and after compile statically, I hit the same problem. It is now fixed by 83d6562 |
@hugommg if it helps you on creating the repository for gentoo, notify me and we add the link and your name to the readme :) |
Sorry, I haven't had the time to work on this, it's most likely a missing use flag on some of the dependent libraries. I'll get to it as soon as possible. |
yeah, but it is not mandatory, so the try/catch that I add make the ktelephone application works with your current state. |
Hello,
I'm trying to make gentoo ebuilds for ktelephone and pjsip. It's mostly done and ktelephone compiles successfully but when I run it throws the following error:
Am I missing something?
Thanks
The text was updated successfully, but these errors were encountered: