[Nagiosplug-devel] [ nagiosplug-Bugs-1614164 ] 1.4.4/5 - regex_internal.h:458:20: alloca.h: No such file or

SourceForge.net noreply at sourceforge.net
Thu Jan 18 04:20:04 CET 2007


Bugs item #1614164, was opened at 2006-12-12 09:38
Message generated for change (Comment added) made by sf-robot
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1614164&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: Compilation
Group: Release (specify)
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: alexus (a1exus)
Assigned to: Ton Voon (tonvoon)
Summary: 1.4.4/5 - regex_internal.h:458:20: alloca.h: No such file or

Initial Comment:
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../intl -I../plugins  -I/usr/local/ssl/include  -g -O2 -MT regex.o -MD -MP -MF ".deps/regex.Tpo" -c -o regex.o regex.c; \
then mv -f ".deps/regex.Tpo" ".deps/regex.Po"; else rm -f ".deps/regex.Tpo"; exit 1; fi
In file included from regex.c:55:
regex_internal.h:458:20: alloca.h: No such file or directory
gmake[4]: *** [regex.o] Error 1
gmake[4]: Leaving directory `/usr/local/src/nagios-plugins-1.4.5/lib'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/local/src/nagios-plugins-1.4.5/lib'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/local/src/nagios-plugins-1.4.5/lib'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/local/src/nagios-plugins-1.4.5'
gmake: *** [all] Error 2
d# find . -name regex.c
./lib/regex.c
d# find . -name alloca.h
d#

----------------------------------------------------------------------

>Comment By: SourceForge Robot (sf-robot)
Date: 2007-01-17 19:20

Message:
Logged In: YES 
user_id=1312539
Originator: NO

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

----------------------------------------------------------------------

Comment By: Ton Voon (tonvoon)
Date: 2007-01-03 01:50

Message:
Logged In: YES 
user_id=664364
Originator: NO

Alexus,

Can you please try the snapshot at http://nagiosplug.sf.net/snapshot?
There has been a fix to the generation of alloca.h.

Ton

----------------------------------------------------------------------

Comment By: alexus (a1exus)
Date: 2006-12-26 07:13

Message:
Logged In: YES 
user_id=227889
Originator: YES

this is what i did for "work-around"

alexus at d:/usr/local/src/nagios-plugins-1.4.5> cd lib
alexus at d:/usr/local/src/nagios-plugins-1.4.5/lib> ls -la alloca.h 
lrwxr-xr-x  1 root  wheel  34 Dec 12 22:39 alloca.h ->
/usr/src/gnu/usr.bin/sort/alloca.h
alexus at d:/usr/local/src/nagios-plugins-1.4.5/lib> 

----------------------------------------------------------------------

Comment By: David (daspez)
Date: 2006-12-26 00:13

Message:
Logged In: YES 
user_id=1676837
Originator: NO

Try compiling using the "--without-included-regex" parameter.

I have had the same issue under FreeBSD 5.5 and it compiles using the
above paramter.

HIH.

David

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1614164&group_id=29880




More information about the Devel mailing list