From owner-freebsd-questions Thu Feb 13 11:49:52 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEE6E37B401 for ; Thu, 13 Feb 2003 11:49:49 -0800 (PST) Received: from intruder.naswi.navy.mil (intruder.naswi.navy.mil [206.39.163.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF85643F93 for ; Thu, 13 Feb 2003 11:49:47 -0800 (PST) (envelope-from everistb@naswi.navy.mil) Received: by intruder.naswi.navy.mil; id LAA28074; Thu, 13 Feb 2003 11:49:51 GMT Received: from unknown(204.130.191.35) by intruder.naswi.navy.mil via smap (V5.5) id xma027399; Thu, 13 Feb 03 11:49:25 GMT Received: from naswxpi01.naswi.navy.mil (naswxpi01.naswi.navy.mil [172.16.2.190]) by shrek.naswi.navy.mil (8.11.6/8.11.0) with ESMTP id h1DJo8V16269 for ; Thu, 13 Feb 2003 11:50:08 -0800 Received: from updn-49qtl.naswi.navy.mil (UPDN-49QTL [172.16.10.157]) by naswxpi01.naswi.navy.mil with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id ZXR5G1C3; Thu, 13 Feb 2003 11:55:22 -0800 Message-Id: <5.2.0.9.0.20030213100629.00a2abd0@naswxpi04> X-Sender: everistb@naswxpi04 X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Thu, 13 Feb 2003 11:54:21 -0800 To: freebsd-questions@freebsd.org From: benjamin everist Subject: Fwd: tripwire (re-re-post) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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/include/values.h: (last modified in 1995!) #warning "this file includes which is obsoleted, use or 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 > >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