Hi,

I am trying to do make build, on OpenBSD 4.6. Sources are clean, no third party patches added. The error looks like this:

Creating Makefile in src/modules/ssl
diff -u /usr/src/usr.sbin/httpd/src/include/ap_config_auto.h /usr/src/usr.sbin/httpd/obj/src/include/ap_config_auto.h.new --- /usr/src/usr.sbin/httpd/src/include/ap_config_auto.h Thu Jul 24 16:11:42 2008 +++ /usr/src/usr.sbin/httpd/obj/src/include/ap_config_auto.h.new Tue Dec 15 17:33:33 2009
@@ -51,6 +51,16 @@
 #define HAVE_SYS_PARAM_H 1
 #endif

+/* determine: isinf() found in libc */
+#ifndef HAVE_ISINF
+#define HAVE_ISINF 1
+#endif
+
+/* determine: isnan() found in libc */
+#ifndef HAVE_ISNAN
+#define HAVE_ISNAN 1
+#endif
+
 /* sizeof(off_t) == sizeof(quad_t) on OpenBSD */
 #ifndef AP_OFF_T_IS_QUAD
 #define AP_OFF_T_IS_QUAD 1
*** Error code 1

Stop in /usr/src/usr.sbin/httpd (line 641 of /usr/src/usr.sbin/httpd/Makefile.bsd-wrapper).
*** Error code 1

Stop in /usr/src/usr.sbin (line 48 of /usr/share/mk/bsd.subdir.mk).
*** Error code 1

Stop in /usr/src (line 48 of /usr/share/mk/bsd.subdir.mk).
*** Error code 1

Stop in /usr/src (line 73 of Makefile).


What might be the issue here?

All best,
mjb

Reply via email to