Am Donnerstag, den 01.03.2012, 09:34 +0900 schrieb Francois Berenger: > On 02/29/2012 09:00 PM, Martin Jacobsson wrote: > > I got the following error running bootstrap.sh after upgrading to Xcode > > 4.3 (with the extra command line utilities installed). Running OS X Lion. > > > > " > > Fatal error: exception Unix.Unix_error(12, > > "netsys_posix_spawn/posix_spawn", "") > > Error: Exec error: File > > /usr/local/godi/build/godi/godi-tools/./makefile, line 91: Command > > returned with non-zero exit code > > Error: Command fails with code 1: godi_console > > > > " > > > > Anything I should try to fix this or is this a new/known bug?
This bug was introduced by Ocamlnet-3.5. I released yesterday 3.5.1, and this version disables the posix_spawn system call (for the time being, until we know more). posix_spawn is only used as an optimization in Ocamlnet, and it works also perfectly without. It is totally unclear what the problem is. posix_spawn is a standardized system or library call, and the same code works well for all other OS I tested (Linux, FreeBSD, Open Solaris). So I guess it is a bug in the Lion kernel. Any help diagnosing the problem is welcome (I don't have a Mac at hand). The bootstrap should now work again. Gerd > > I got the exact same error yesterday on my iMac. > > I did a little search and look at the options but could not find a > way to fix it. > > > /Martin > > > > -- > > Martin Jacobsson > > Sent with Sparrow <http://www.sparrowmailapp.com/?sig> > > > > > > > > _______________________________________________ > > Godi-list mailing list > > [email protected] > > https://godirepo.camlcity.org/mailman/listinfo/godi-list > > _______________________________________________ > Godi-list mailing list > [email protected] > https://godirepo.camlcity.org/mailman/listinfo/godi-list > -- ------------------------------------------------------------ Gerd Stolpmann, Darmstadt, Germany [email protected] Creator of GODI and camlcity.org. Contact details: http://www.camlcity.org/contact.html Company homepage: http://www.gerd-stolpmann.de *** Searching for new projects! Need consulting for system *** programming in Ocaml? Gerd Stolpmann can help you. ------------------------------------------------------------ _______________________________________________ Godi-list mailing list [email protected] https://godirepo.camlcity.org/mailman/listinfo/godi-list
