You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We build our own rtpengine packages, and this usually works by just exchanging the version in our scripts. However, I just tried to bump the version fron 11.5.x.y to 12.5.1.2.
Unexpected behaviour you saw
We download the source code with the correct tag from the git repo and then there are the following lines in our code:
Building for version 12.5.1.2 fails in the second step, it will uninstall the ngcp-rtpengine-build-deps package.
Comparing the control file between 11.5 and 12.5 I saw, that there's a new build dependency called ngcp-libcodec-chain-dev. I could imagine, this package not being available anywhere could lead to the dependeny problem. But I might be wrong.
Am I missing something?
Steps to reproduce the problem
No response
Additional program output to the terminal or logs illustrating the issue
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
If your build environment actually supports build profiles, then that dependency ought to be included only if the profile pkg.ngcp-rtpengine.codec-chain is active. I'm guessing either the profile isn't active or profiles aren't supported by your environment.
Furthermore, you ought to use the included backports scripts for building. See the scripts in pkg/deb/
SipSeb
changed the title
Building mr12.5.1.2 ubuntu packages fails - ngcp-libcodec-chain-dev dependency?
Building mr12.5.1.2 ubuntu packages fails when installing dependencies
Aug 21, 2024
rtpengine version the issue has been seen with
12.5.1.2
Used distribution and its version
Ubuntu 22.04
Linux kernel version used
5.15.0-118-generic
CPU architecture issue was seen on (see
uname -m
)x86_64
Expected behaviour you didn't see
We build our own rtpengine packages, and this usually works by just exchanging the version in our scripts. However, I just tried to bump the version fron 11.5.x.y to 12.5.1.2.
Unexpected behaviour you saw
We download the source code with the correct tag from the git repo and then there are the following lines in our code:
Building for version 12.5.1.2 fails in the second step, it will uninstall the
ngcp-rtpengine-build-deps
package.Comparing the control file between 11.5 and 12.5 I saw, that there's a new build dependency called
ngcp-libcodec-chain-dev
. I could imagine, this package not being available anywhere could lead to the dependeny problem. But I might be wrong.Am I missing something?
Steps to reproduce the problem
No response
Additional program output to the terminal or logs illustrating the issue
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: