From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 13 09:40:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E0FA1065672 for ; Mon, 13 Feb 2012 09:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 13B718FC1A for ; Mon, 13 Feb 2012 09:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1D9e6Yf098674 for ; Mon, 13 Feb 2012 09:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1D9e6nh098673; Mon, 13 Feb 2012 09:40:06 GMT (envelope-from gnats) Resent-Date: Mon, 13 Feb 2012 09:40:06 GMT Resent-Message-Id: <201202130940.q1D9e6nh098673@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vytautas Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F25D1065692 for ; Mon, 13 Feb 2012 09:31:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 7E6748FC1E for ; Mon, 13 Feb 2012 09:31:08 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1D9V8CA066307 for ; Mon, 13 Feb 2012 09:31:08 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1D9V8mw066306; Mon, 13 Feb 2012 09:31:08 GMT (envelope-from nobody) Message-Id: <201202130931.q1D9V8mw066306@red.freebsd.org> Date: Mon, 13 Feb 2012 09:31:08 GMT From: Vytautas To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165088: bad interaction between boost and gcc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2012 09:40:07 -0000 >Number: 165088 >Category: ports >Synopsis: bad interaction between boost and gcc >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 13 09:40:06 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Vytautas >Release: 9.0 >Organization: >Environment: 64bit >Description: [ 1%] Building CXX object CMakeFiles/_arx_arxsavetool_common.dir/src/io/SaveBlock.cpp.o In file included from /usr/home/vytautas/arx/arx-ArxLibertatis-e0bc007/src/io/SaveBlock.h:53, from /usr/home/vytautas/arx/arx-ArxLibertatis-e0bc007/src/io/SaveBlock.cpp:44: /usr/home/vytautas/arx/arx-ArxLibertatis-e0bc007/src/platform/Platform.h:46:3: warning: #warning "Unknown target platform" In file included from /usr/local/include/boost/functional/hash/hash.hpp:15, from /usr/local/include/boost/functional/hash.hpp:6, from /usr/local/include/boost/unordered/unordered_map.hpp:17, from /usr/home/vytautas/arx/arx-ArxLibertatis-e0bc007/src/io/SaveBlock.h:51, from /usr/home/vytautas/arx/arx-ArxLibertatis-e0bc007/src/io/SaveBlock.cpp:44: /usr/local/include/boost/functional/hash/detail/hash_float.hpp: In function 'size_t boost::hash_detail::float_hash_value(T)': /usr/local/include/boost/functional/hash/detail/hash_float.hpp:66: error: 'FP_ZERO' was not declared in this scope /usr/local/include/boost/functional/hash/detail/hash_float.hpp:68: error: 'FP_INFINITE' was not declared in this scope /usr/local/include/boost/functional/hash/detail/hash_float.hpp:70: error: 'FP_NAN' was not declared in this scope /usr/local/include/boost/functional/hash/detail/hash_float.hpp:72: error: 'FP_NORMAL' was not declared in this scope /usr/local/include/boost/functional/hash/detail/hash_float.hpp:73: error: 'FP_SUBNORMAL' was not declared in this scope /usr/include/c++/4.2/cmath: In function 'int __gnu_cxx::__capture_fpclassify(_Tp) [with _Tp = float]': /usr/include/c++/4.2/cmath:539: instantiated from 'int std::fpclassify(_Tp) [with _Tp = float]' /usr/local/include/boost/functional/hash/detail/hash_float.hpp:65: instantiated from 'size_t boost::hash_detail::float_hash_value(T) [with T = float]' /usr/local/include/boost/functional/hash/hash.hpp:321: instantiated from here /usr/include/c++/4.2/cmath:468: error: 'fpclassify' was not declared in this scope /usr/include/c++/4.2/cmath: In function 'int __gnu_cxx::__capture_fpclassify(_Tp) [with _Tp = double]': /usr/include/c++/4.2/cmath:539: instantiated from 'int std::fpclassify(_Tp) [with _Tp = double]' /usr/local/include/boost/functional/hash/detail/hash_float.hpp:65: instantiated from 'size_t boost::hash_detail::float_hash_value(T) [with T = double]' /usr/local/include/boost/functional/hash/hash.hpp:326: instantiated from here /usr/include/c++/4.2/cmath:468: error: 'fpclassify' was not declared in this scope /usr/include/c++/4.2/cmath: In function 'int __gnu_cxx::__capture_fpclassify(_Tp) [with _Tp = long double]': /usr/include/c++/4.2/cmath:539: instantiated from 'int std::fpclassify(_Tp) [with _Tp = long double]' /usr/local/include/boost/functional/hash/detail/hash_float.hpp:65: instantiated from 'size_t boost::hash_detail::float_hash_value(T) [with T = long double]' /usr/local/include/boost/functional/hash/hash.hpp:331: instantiated from here /usr/include/c++/4.2/cmath:468: error: 'fpclassify' was not declared in this scope *** Error code 1 Stop in /usr/home/vytautas/arx/arx-ArxLibertatis-e0bc007. *** Error code 1 Stop in /usr/home/vytautas/arx/arx-ArxLibertatis-e0bc007. *** Error code 1 Stop in /usr/home/vytautas/arx/arx-ArxLibertatis-e0bc007. >How-To-Repeat: use make with boost >Fix: not known >Release-Note: >Audit-Trail: >Unformatted: