New Git-master not working '--without-pjproject-bundled' option set

This new change prevented me from using non-bundled pjproject. I think it should work like it did before when “–without-pjproject-bundled” is specified or am I missing something?
I had to use the previous Git-master version (0d62735f99M) today.

You need to file an issue[1]. Developer stuff doesn’t happen on here.

[1] System Dashboard - Digium/Asterisk JIRA

It’s probably working as expected and I just need to modify some
files so it can perform. I’ll diagnose it further some other day so I can
write a proper report. It ended like this:

...
[LD] astdb2sqlite3.o db1-ast/libdb1.a -> astdb2sqlite3
[CC] astdb2bdb.c -> astdb2bdb.o
[LD] astdb2bdb.o db1-ast/libdb1.a -> astdb2bdb
/bin/bash: -c: line 0: syntax error near unexpected token `&&'
/bin/bash: -c: line 0: `( &&  && touch /) || (rm -rf / ;\'
Makefile:102: recipe for target '/' failed
make[2]: *** [/] Error 1
Makefile:19: recipe for target 'pjproject' failed
make[1]: *** [pjproject] Error 2
Makefile:388: recipe for target 'third-party' failed
make: *** [third-party] Error 2

I’ll investigate a bit as well.

I’ve confirmed this and opened issue…
https://issues.asterisk.org/jira/browse/ASTERISK-29858

Should have a fix shortly.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.