On Sun, Nov 28, 2010 at 12:04 PM, Frans Meulenbroeks <[email protected]> wrote: > I had a very weird issue today. > > php - 5.2.13 - r7.2 does build locally, but refuses to build on our > autobuilder as configure says fork is not found! > > TInderbox log is at > http://tinderbox.openembedded.net/public/logs/task/11550106.txt > > I'm especially confused/worried by some of the autotools messages in > the log, but unfortunately my autoconf knowledge is not good enough to > fix this. > > Anyone a suggestion?
Well, from the message it seems that autoconf tests for fork are failing. So check the configure script and see how it is trying to test for fork() my guess is its doing a runtime test but if not check what is it trying to do. > > Thanks alot! Frans > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
