On Fri, 2 Dec 2005 10:45:06 +0000 (UTC) "Peter Bortas @ Pike developers forum" 10353@lyskom.lysator.liu.se wrote:
It's time for another 7.6 distribution soon. There are a couple of nasty little bugs that have been fixed since the last one, and I said we were going to release a bit more often. No big rush this time though, so if someone has something in perticular they'd like to fix it can wait a week. If not I'll try to make a release this weekend. Take a look at CHANGES and make sure your changes are documented.
Here's another configure test that fails on OpenBSD:
configure:37568: checking if signal handlers reset automatically configure:37646: /home/adam/Pike-v7.6-snapshot/build/smartlink gcc -o conftest -g -O2 -pipe -Wa,--execstack -pthread -I/home/adam/Pike-v7.6- snapshot/build/bundles/include -I/usr/local/include -I/usr/X11R6/include -I/home/adam/Pike-v7.6-snapshot/src -I/home/adam/Pike-v7.6- snapshot/build -L/home/adam/Pike-v7.6-snapshot/build/bundles/lib -R/usr/local/lib -L/usr/local/lib -R/usr/X11R6/lib -L/usr/X11R6/lib -pthread conftest.c -lm >&5 configure: In function `main': configure:37627: error: storage size of `sentinel' isn't known configure:37649: $? = 1 configure: program exited with status 1
Its because #ifdef HAVE_POLL is true, but there is no #ifdef HAVE_POLL_H test to include poll.h, and poll.h is needed on OpenBSD.
Adam