Thanks to visit codestin.com
Credit goes to github.com

Skip to content

install_prereq: Fix SIPP compilation and python3 detection.#48

Merged
asterisk-org-access-app[bot] merged 1 commit into
asterisk:masterfrom
InterLinked1:master-issue-47
Apr 30, 2024
Merged

install_prereq: Fix SIPP compilation and python3 detection.#48
asterisk-org-access-app[bot] merged 1 commit into
asterisk:masterfrom
InterLinked1:master-issue-47

Conversation

@InterLinked1

Copy link
Copy Markdown
Contributor

Install SIPP 3.6.1 instead of 3.5.2, which no longer compiles properly.

Also use python3 if possible instead of python to
avoid exiting non-zero if python3 exists but python does not (which it no longer does on many systems
where only Python 3 is installed).

Resolves: #47

@InterLinked1

Copy link
Copy Markdown
Contributor Author

cherry-pick-to: 18
cherry-pick-to: 20
cherry-pick-to: 21

Install SIPP 3.6.1 instead of 3.5.2, which no longer
compiles properly. This now requires cmake, so also
install cmake.

Also use python3 if possible instead of python to
avoid exiting non-zero if python3 exists but python
does not (which it no longer does on many systems
where only Python 3 is installed).

Resolves: asterisk#47
@github-actions

Copy link
Copy Markdown

Successfully merged to branch master and cherry-picked to ["18","20","21"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: SIPP no longer compiles

3 participants