[asterisk-bugs] [JIRA] Updated: (ASTERISK-20362) res_asterisk_rtp: Fix build error when using parallel make
Shaun Ruffell (JIRA)
noreply at issues.asterisk.org
Wed Sep 5 12:57:07 CDT 2012
[ https://issues.asterisk.org/jira/browse/ASTERISK-20362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shaun Ruffell updated ASTERISK-20362:
-------------------------------------
Attachment: 0001-res_asterisk_rtp-Fix-build-error-when-using-parallel.patch
Timo, erm...you're right. I did not run "make install" before attaching that patch. Hopefully you don't mind, but instead of using your patch I updated the original patch to fix the install target without creating the .stamp file.
How does this look to you?
> res_asterisk_rtp: Fix build error when using parallel make
> ----------------------------------------------------------
>
> Key: ASTERISK-20362
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-20362
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Reporter: Shaun Ruffell
> Severity: Minor
> Attachments: 0001-res_asterisk_rtp-Fix-build-error-when-using-parallel.patch, 0001-res_asterisk_rtp-Fix-build-error-when-using-parallel.patch, ASTERISK-20362.patch
>
>
> {noformat}
> Fixes a build regression introduced in r369517 "Add support for ICE/STUN/TURN
> in res_rtp_asterisk and chan_sip." [1].
>
> [1] http://svnview.digium.com/svn/asterisk?view=revision&revision=369517
>
> When compiling asterisk in parallel like:
> $ make -j 10
>
> It's possible to get errors like the following:
>
> .pjlib-util-test-x86_64-unknown-linux-gnu.depend:120: *** missing separator. Stop.
> make[4]: *** [depend] Error 2
> make[3]: *** [dep] Error 1
> make[2]: *** [/home/sruffell/asterisk-working/res/pjproject/pjnath/lib/libpjnath-x86_64-unknown-linux-gnu.a] Error 2
> make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
>
> {noformat}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list