Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2003 17:23:27 +1000
From:      "357 Magnum" <gundaddy@hotmail.com>
To:        freebsd-questions@freebsd.org
Cc:        everistb@naswi.navy.mil
Subject:   RE: tripwire (re-re-post)
Message-ID:  <F42ZMUteeRnCB9k6pkB00008a48@hotmail.com>

next in thread | raw e-mail | index | archive | help
>-----Original Message-----
>From: benjamin everist [mailto:everistb@naswi.navy.mil]
>Sent: Friday, 14 February 2003 5:54 AM
>To: freebsd-questions@freebsd.org
>Subject: Fwd: tripwire (re-re-post)
>
>
>Hello again.  I have tried the same (as below) on a new machine only 
>minutes old - after rebooting from installing the OS I went straight to 
>/usr/ports/security/tripwire and did
>
>#make
><grind grind grind>
>c++ -I../stlport -Wall -W -Wno-sign-compare -Wno-unused -Wno-uninitialized 
>-ftem
>plate-depth-32 -O2 num_put_float.cpp -c -o obj/GCC/Release/num_put_float.o
>num_put_float.cpp:50: values.h: No such file or directory
>
>according to http://www.tux.org/pub/bsd/freebsd/FreeBSD-current/src/gnu/inc
>lude/values.h: (last modified in 1995!)
>
>#warning "this file includes <values.h> which is obsoleted, use <limits.h> 
>or <float.h> instead"
>
>SO, I created a symlink in /usr/include:
>#ln -s float.h values.h
>
>which got rid of that error, make completed successfully.  But when I did
>#make install
>Verifying existence of binaries...
>
>./bin/i386-unknown-freebsd_r/siggen missing.  Build did not complete 
>successfully.
>
>Same error! (as below).  doing a find:
>#find / -name "siggen"
>/usr/ports/security/tripwire/work/tripwire-2.3.1-2/src/siggen/
>and there are a couple of siggen files there.
>
>if I do a grep -r siggen * in /usr/ports/security/tripwire I get all kinds 
>of confusing crap.
>
>does anyone have any suggestions before I go and put a symlink to siggen in 
>every directory I can think of?
>
>benjamin
>
>
> >awhile back, I wrote:
>___________________________________________
> >Subject: tripwire (re-post)
> >
> >Did the list get this?  I've been having problems posting (so I'll try 
>the >same thing *extra* hard)
> >-----------
> >
> >Hello -
> >
> >I am trying to install tripwire-2.3.1-2 on freebsd 4.7 release.  using:
> >#make all install clean
> >or
> >#make
> >#make install
> >from /usr/ports/security/tripwire yields the following:
> >
> >Verifying existence of binaries...
> >
> >./bin/i386-unknown-freebsd_r/siggen missing.  Build did not complete 
> >successfully.
> >*** Error code 1
> >
> >Stop in /usr/ports/security/tripwire.
> >
> >If i untar the source and compile in /usr/local, making sure to edit the 
> >master Makefile (/tripwire/src/Makefile) for freebsd, i get:
> >#gmake release
> ><grind grind grind>
> >c++ -I../stlport -Wall -W -Wno-sign-compare -Wno-unused 
>-Wno-uninitialized >-ftem
> >plate-depth-32 -O2 num_put_float.cpp -c -o 
>obj/GCC/Release/num_put_float.o
> >num_put_float.cpp:50: values.h: No such file or directory
> >gmake[4]: *** [obj/GCC/Release/num_put_float.o] Error 1
> >gmake[4]: Leaving directory 
>`/usr/local/tripwire-2.3.1-2/src/STLport-4.0/src'
> >gmake[3]: *** [lib/libstlport_gcc.a] Error 2
> >gmake[3]: Leaving directory `/usr/local/tripwire-2.3.1-2/src/STLport-4.0'
> >gmake[2]: *** [../../lib/i386-unknown-freebsd_r/libstlport_gcc.a] Error 2
> >gmake[2]: Leaving directory `/usr/local/tripwire-2.3.1-2/src/STLport-4.0'
> >gmake[1]: *** [STLport_r] Error 2
> >gmake[1]: Leaving directory `/usr/local/tripwire-2.3.1-2/src'
> >date >> release.i386-unknown-freebsd.out
> >
> >Any help would be much appreciated.
> >
> >Benjamin Everist
>
>
>To Unsubscribe: send mail to majordomo@FreeBSD.org
>with "unsubscribe freebsd-questions" in the body of the message
>


Had the same problem.  Did a cvsup and it resolved it.


_________________________________________________________________
MSN Instant Messenger now available on Australian mobile phones. Go to  
http://ninemsn.com.au/mobilecentral/hotmail_messenger.asp


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F42ZMUteeRnCB9k6pkB00008a48>