[asterisk-bugs] [JIRA] (ASTERISK-27202) If wget is not installed and "or" is not available, external components (excluding pjsip) are not installed

Asterisk Team (JIRA) noreply at issues.asterisk.org
Fri Oct 13 11:24:22 CDT 2017


     [ https://issues.asterisk.org/jira/browse/ASTERISK-27202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Asterisk Team updated ASTERISK-27202:
-------------------------------------

    Target Release Version/s: 13.18.0

> If wget is not installed and "or" is not available, external components (excluding pjsip) are not installed
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-27202
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27202
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Codecs/codec_opus, Codecs/codec_siren7
>    Affects Versions: 14.6.0
>         Environment: Debian stretch (and jessie)
>            Reporter: Seán C. McCord
>            Assignee: George Joseph
>            Severity: Trivial
>      Target Release: 13.18.0, 15.0.0
>
>
> When `wget` is not installed, `makeopts` is built with the DOWNLOAD_TIMEOUT value of `--max-time $(or $2,$1)` (reference line 301 of `configure.ac`).
> `or` does not appear to exist in the `bash` which is available in Debian stretch (assuming it is a builtin... it definitely does not exist in the filesystem), so when makeopts is called to download externals such as opus or siren7, you get an error about `makeopts: or command not found`.  The `make install` process completes, but you will not have those codecs.
> Simple workaround is simply to install wget, in which case DOWNLOAD_TIMEOUT is set to `--timeout=$1`, which works fine.
> Perhaps this is a just a problem on my system, but none of my machines has `or` available.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list