[asterisk-bugs] [JIRA] (ASTERISK-26814) pjproject_bundled build fails to download pjproject source when using cURL

Gergely Dömsödi (JIRA) noreply at issues.asterisk.org
Thu Feb 23 09:57:09 CST 2017


    [ https://issues.asterisk.org/jira/browse/ASTERISK-26814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=235412#comment-235412 ] 

Gergely Dömsödi edited comment on ASTERISK-26814 at 2/23/17 9:56 AM:
---------------------------------------------------------------------

The timeout can be remedied by raising the forced timeouts in {{b/third-party/pjproject/Makefile}}.
The second one can be fixed by removing the -w option from the curl parameters in {{/configure.ac}}.



was (Author: doome):
The timeout can be remedied by raising the forced timeouts in {{b/third-party/pjproject/Makefile}}.
The second one can be fixed by removing the -w option from the curl paramteers in {{/configure.ac}}.

Attached a patch that fixes the above by raising the timeout to 60 sec, and removing the -w option from curl when it downloads to stdout.

> pjproject_bundled build fails to download pjproject source when using cURL
> --------------------------------------------------------------------------
>
>                 Key: ASTERISK-26814
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26814
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: pjproject/pjsip
>    Affects Versions: 13.14.0
>         Environment: Fedora 24
>            Reporter: Gergely Dömsödi
>
> When building with bundled pjproject and having cURL, the configure script fails to download pjproject source, because of two reasons:
> * 10 seconds timeout
> * md5sum check fails consistently because curl is instructed to print the url of the downloaded file to stdout, and the file content is also read from stdout



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



More information about the asterisk-bugs mailing list