[Nagiosplug-devel] [ nagiosplug-Bugs-1516578 ] Build failures in CVS on FreeBSD
SourceForge.net
noreply at sourceforge.net
Mon Jul 3 21:31:35 CEST 2006
Bugs item #1516578, was opened at 2006-07-03 19:31
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1516578&group_id=29880
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Ari Pollak (sourceo)
Assigned to: Nobody/Anonymous (nobody)
Summary: Build failures in CVS on FreeBSD
Initial Comment:
nagios-plugins from latest CVS failed to build under
FreeBSD:
source='regex.c' object='regex.o' libtool=no
DEPDIR=.deps depmode=gcc /usr/bin/bash ../depcomp gcc
-DHAVE_CONFIG_H -I. -I. -I.. -I. -I../intl -g -O2
-c regex.c
In file included from regex.c:55:
regex_internal.h:458: alloca.h: No such file or directory
*** Error code 1
alloca.h doesn't exist on FreeBSD, the definition of
alloc() is in stdlib.h.
also, HAVE_LOCALE_H doesn't seem to be getting set by
config.h, so many of the plugins fail to compile
because of a missing locale.h.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1516578&group_id=29880
More information about the Devel
mailing list