Summary: | ASTERISK-29858: Regression: Using external pjproject not working after "hack" commit | ||
Reporter: | George Joseph (gjoseph) | Labels: | |
Date Opened: | 2022-01-12 09:52:10.000-0600 | Date Closed: | 2022-01-17 08:46:56.000-0600 |
Priority: | Major | Regression? | Yes |
Status: | Closed/Complete | Components: | Third-Party/pjproject |
Versions: | GIT | Frequency of Occurrence | |
Related Issues: | |||
Environment: | Attachments: | ||
Description: | After the "make it easier to hack bundled pjproject" commit, building with an external pjproject results in...
{code} make -C pjproject all make[2]: Entering directory '/usr/src/asterisk/asterisk/third-party/pjproject' \ || (rm -rf source/.unpacked ; echo '[pjproject] ' Retrying download ; ) ;\ echo '[pjproject] ' Unpacking / ;\ rm -rf source pjproject-*/ || : ;\ /usr/bin/tar -xjf / ;\ mv pjproject-2.10 source /bin/sh: -c: line 2: syntax error near unexpected token `||' /bin/sh: -c: line 2: ` || (rm -rf source/.unpacked ; echo '[pjproject] ' Retrying download ; ) ;\' make[2]: *** [Makefile:97: source/.unpacked] Error 2 {code} | ||
Comments: | By: Friendly Automation (friendly-automation) 2022-01-17 08:46:57.094-0600 Change 17864 merged by Joshua Colp: build: Fix issues building pjproject [https://gerrit.asterisk.org/c/asterisk/+/17864|https://gerrit.asterisk.org/c/asterisk/+/17864] By: Friendly Automation (friendly-automation) 2022-01-17 08:54:01.011-0600 Change 17880 merged by Joshua Colp: build: Fix issues building pjproject [https://gerrit.asterisk.org/c/asterisk/+/17880|https://gerrit.asterisk.org/c/asterisk/+/17880] By: Friendly Automation (friendly-automation) 2022-01-17 08:54:39.268-0600 Change 17881 merged by Joshua Colp: build: Fix issues building pjproject [https://gerrit.asterisk.org/c/asterisk/+/17881|https://gerrit.asterisk.org/c/asterisk/+/17881] By: Friendly Automation (friendly-automation) 2022-01-17 09:06:44.026-0600 Change 17882 merged by Friendly Automation: build: Fix issues building pjproject [https://gerrit.asterisk.org/c/asterisk/+/17882|https://gerrit.asterisk.org/c/asterisk/+/17882] |