leedm777 / homebrew-asterisk

Homebrew tap for building an Asterisk dev environment
50 stars 27 forks source link

brew install asterisk --HEAD - patching fails #31

Open elbow opened 5 years ago

elbow commented 5 years ago

Hi,

As of 2018-08-10, "brew install asterisk --HEAD" fails with some failing patches:

==> Applying cc159e4152e9f071228eec47fdaf07b3974e27db.patch patching file Makefile Hunk #1 succeeded at 273 (offset 14 lines). patching file Makefile.rules patching file apps/app_adsiprog.c Hunk #1 FAILED at 1109. Hunk #2 FAILED at 1145. Hunk #3 FAILED at 1262. 3 out of 3 hunks FAILED -- saving rejects to file apps/app_adsiprog.c.rej patching file apps/app_sms.c Hunk #1 FAILED at 807. 1 out of 1 hunk FAILED -- saving rejects to file apps/app_sms.c.rej patching file include/asterisk/compat.h patching file include/asterisk/vector.h Hunk #1 succeeded at 336 (offset 53 lines). Hunk #2 succeeded at 352 (offset 53 lines). patching file main/Makefile Hunk #1 succeeded at 68 (offset 5 lines). patching file res/res_config_pgsql.c Hunk #1 FAILED at 1295. 1 out of 1 hunk FAILED -- saving rejects to file res/res_config_pgsql.c.rej patching file res/res_http_websocket.c Hunk #1 FAILED at 290. 1 out of 1 hunk FAILED -- saving rejects to file res/res_http_websocket.c.rej Error: Failure while executing; patch -g 0 -f -p1 -i /private/tmp/asterisk--patch-20180810-98808-1k4ruqz/cc159e4152e9f071228eec47fdaf07b3974e27db.patch exited with 1.

Thanks, Steve