[OpenSIPS-Devel] [opensips] Fail to build from source in multiple arches (#785)

devjunix notifications at github.com
Thu Feb 18 22:46:35 CET 2016


Hello,

I found that FTBFS in several arches is due parallel issue, GNU Debian builders use by default parallel build.

I've fixed the following error by new empty line
install: cannot stat '': No such file or directory
Makefile:636: recipe for target 'install-app-doc' failed

and this by install-bin target runs first that opensipsmc target

touch           /«PKGBUILDDIR»/debian/opensips/usr/sbin//osipsconfig
  install  -m 755 menuconfig/configure /«PKGBUILDDIR»/debian/opensips/usr/sbin//osipsconfig
  install: cannot stat 'menuconfig/configure': No such file or directory
  Makefile:548: recipe for target 'install-bin' failed
  make[2]: *** [install-bin] Error 1
  make[2]: *** Waiting for unfinished jobs....

Please apply the attached patch file.

[fix_parallel.txt](https://github.com/OpenSIPS/opensips/files/137000/fix_parallel.txt)

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/785#issuecomment-185935917
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20160218/93ffe4e7/attachment.htm>


More information about the Devel mailing list