Skip site navigation (1)Skip section navigation (2)
Date:      03 Feb 2003 06:58:44 -0500
From:      Mark <evenson@panix.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        cy@FreeBSD.org
Subject:   ports/47842: security/tripwire build fails for CURRENT
Message-ID:  <a0n0ldh8y3.fsf@panix3.panix.com>

next in thread | raw e-mail | index | archive | help

>Number:         47842
>Category:       ports
>Synopsis:       security/tripwire fails to build under CURRENT
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 03 04:00:31 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark <evenson@panix.com>
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
None
>Environment:
System: FreeBSD quid 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Fri Jan 31 15:19:05 CET 2003 realtime@quid:/usr/obj/usr/src/sys/GENERIC i386

>Description:
security/tripwire fails to build under FreeBSD-5.0-CURRENT.

Collision of macros probably due to use of GCC 3.2.1 in CURRENT?

[...]
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[4]: Leaving directory `/home/ports/security/tripwire/work/tripwire-2.3.1-2/src/STLport-4.0/src'
gmake[3]: *** [lib/libstlport_gcc.a] Error 2
gmake[3]: Leaving directory `/home/ports/security/tripwire/work/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 `/home/ports/security/tripwire/work/tripwire-2.3.1-2/src/STLport-4.0'
gmake[1]: *** [STLport_r] Error 2
gmake[1]: Leaving directory `/home/ports/security/tripwire/work/tripwire-2.3.1-2/src'
>How-To-Repeat:
	freebsd$ cd /usr/ports/security/tripwire && make
>Fix:

        Unknown.


>Release-Note:
>Audit-Trail:
>Unformatted:

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




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