Summary: | ASTERISK-26814: pjproject_bundled build fails to download pjproject source when using cURL | ||||
Reporter: | Gergely Dömsödi (doome) | Labels: | |||
Date Opened: | 2017-02-23 09:49:29.000-0600 | Date Closed: | 2017-03-24 15:43:53 | ||
Priority: | Major | Regression? | Yes | ||
Status: | Closed/Complete | Components: | pjproject/pjsip | ||
Versions: | 13.14.0 | Frequency of Occurrence | Constant | ||
Related Issues: |
| ||||
Environment: | Fedora 24 | Attachments: | |||
Description: | 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 | ||||
Comments: | By: Asterisk Team (asteriskteam) 2017-02-23 09:49:31.081-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]. By: Gergely Dömsödi (doome) 2017-02-23 09:52:44.340-0600 The timeout can be remedied by raising the forced timeouts in {{/third-party/pjproject/Makefile}}. The second one can be fixed by removing the -w option from the curl parameters in {{/configure.ac}}. By: George Joseph (gjoseph) 2017-02-23 09:57:14.489-0600 The md5sum issue was just fixed by Michael L. Young in review https://gerrit.asterisk.org/4998 I'll look at the timeout. By: Friendly Automation (friendly-automation) 2017-03-24 15:43:54.884-0500 Change 5306 merged by zuul: pjproject_bundled: raise timeout value used when downloading [https://gerrit.asterisk.org/5306|https://gerrit.asterisk.org/5306] By: Friendly Automation (friendly-automation) 2017-03-24 15:43:58.805-0500 Change 5308 merged by zuul: pjproject_bundled: raise timeout value used when downloading [https://gerrit.asterisk.org/5308|https://gerrit.asterisk.org/5308] By: Friendly Automation (friendly-automation) 2017-03-25 06:36:34.412-0500 Change 5307 merged by Joshua Colp: pjproject_bundled: raise timeout value used when downloading [https://gerrit.asterisk.org/5307|https://gerrit.asterisk.org/5307] |