[Home]

Summary:ASTERISK-26634: OpenBSD fails to link libasteriskpj.o
Reporter:snuffy (snuffy)Labels:
Date Opened:2016-12-01 17:59:59.000-0600Date Closed:
Priority:MinorRegression?No
Status:Open/NewComponents:Core/BuildSystem
Versions:14.2.0 GIT Frequency of
Occurrence
Related
Issues:
Environment:OpenBSD 6.0Attachments:
Description:When building asterisk with 'bundled-pjproject' it will fail on final linkage for the libasterispj.so.

It complains about libsrtp not existing.
(/asterisk/third-party/pjproject/source/third_party/build/srtp/output/libsrtp-x86_64-unknown-openbsd6.0.a)

If we manually build libsrtp within pjproject it then successfully works or we remove this line "--without-external-srtp" from third-party/pjproject/Makefile.rules
Comments:By: Asterisk Team (asteriskteam) 2016-12-01 18:00:00.660-0600

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].