From owner-freebsd-questions Wed Feb 12 10: 2:27 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 192AF37B401 for ; Wed, 12 Feb 2003 10:02:25 -0800 (PST) Received: from madscience.volumen.net (hickey52.micro-mania.net [208.32.118.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id A88C843F75 for ; Wed, 12 Feb 2003 10:02:23 -0800 (PST) (envelope-from shane@howsyournetwork.com) Received: from daneel.volumen.net (daneel.volumen.net [10.252.238.73]) by madscience.volumen.net (8.11.6/8.11.6) with ESMTP id h1CI2Nk12529 for ; Wed, 12 Feb 2003 11:02:23 -0700 Subject: 5.0-release and tripwire? From: Shane Hickey To: freebsd-questions@freebsd.org Content-Type: text/plain Organization: How's your network? Message-Id: <1045072942.23691.15.camel@daneel> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1- Date: 12 Feb 2003 11:02:23 -0700 Content-Transfer-Encoding: 7bit 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 Has anyone else had problems getting tripwire from ports to compile on 5.0-release? Here's what I'm seeing ... mkdir -p obj/GCCi386/Release c++ -I../stlport -Wall -W -Wno-sign-compare -Wno-unused -Wno-uninitialized -ftemplate-depth-32 -O2 complex.cpp -c -o obj/GCCi386/Release/complex.o In file included from ../stlport/config/stlcomp.h:71, from ../stlport/stl/_config.h:69, from stlport_prefix.h:8, from complex.cpp:18: ../stlport/config/stl_gcc.h:23: redeclaration of C++ built-in type `wchar_t' In file included from ../stlport/complex:40, from complex.cpp:21: ../stlport/wrap_std/complex:16:39: ../g++-include/complex: No such file or directory complex.cpp:26: syntax error before `&' token complex.cpp: In function `float abs(...)': complex.cpp:28: `__z' undeclared (first use this function) complex.cpp:28: (Each undeclared identifier is reported only once for each function it appears in.) complex.cpp:28: `__STL_HYPOTF' undeclared (first use this function) complex.cpp: At global scope: complex.cpp:31: syntax error before `&' token complex.cpp: In function `double abs(...)': complex.cpp:32: new declaration `double abs(...)' complex.cpp:27: ambiguates old declaration `float abs(...)' complex.cpp: In function `float abs(...)': complex.cpp:33: `__STL_HYPOT' undeclared (first use this function) complex.cpp: At global scope: complex.cpp:36: syntax error before `&' token complex.cpp: In function `long double abs(...)': complex.cpp:37: new declaration `long double abs(...)' complex.cpp:32: ambiguates old declaration `double abs(...)' complex.cpp: In function `float abs(...)': complex.cpp:38: `__STL_HYPOTL' undeclared (first use this function) complex.cpp: At global scope: complex.cpp:43: syntax error before `&' token complex.cpp: In function `float arg(...)': complex.cpp:45: `__STL_ATAN2F' undeclared (first use this function) complex.cpp: At global scope: complex.cpp:48: syntax error before `&' token complex.cpp: In function `double arg(...)': complex.cpp:49: new declaration `double arg(...)' complex.cpp:44: ambiguates old declaration `float arg(...)' complex.cpp: In function `float arg(...)': complex.cpp:50: `__STL_ATAN2' undeclared (first use this function) complex.cpp: At global scope: complex.cpp:53: syntax error before `&' token complex.cpp: In function `long double arg(...)': complex.cpp:54: new declaration `long double arg(...)' complex.cpp:49: ambiguates old declaration `double arg(...)' complex.cpp: In function `float arg(...)': complex.cpp:55: `__STL_ATAN2L' undeclared (first use this function) complex.cpp: At global scope: complex.cpp:60: syntax error before `float' gmake[4]: *** [obj/GCCi386/Release/complex.o] Error 1 gmake[3]: *** [lib/libstlport_gcc.a] Error 2 gmake[2]: *** [../../lib/i386-unknown-freebsd_r/libstlport_gcc.a] Error 2 gmake[1]: *** [STLport_r] Error 2 gmake[4]: Leaving directory `/usr/ports/security/tripwire/work/tripwire-2.3.1-2/src/STLport-4.0/src' gmake[3]: Leaving directory `/usr/ports/security/tripwire/work/tripwire-2.3.1-2/src/STLport-4.0' gmake[2]: Leaving directory `/usr/ports/security/tripwire/work/tripwire-2.3.1-2/src/STLport-4.0' gmake[1]: Leaving directory `/usr/ports/security/tripwire/work/tripwire-2.3.1-2/src' date >> release.i386-unknown-freebsd.out Thanks in advance for any pointers. -- |Shane Hickey |Network/System Consultant +-------------------------< |GPG KeyID 777CBF3F |Key fingerprint = 254F B2AC 9939 C715 278C DA95 4109 9F69 777C BF3F +====================================================================< To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message