From owner-freebsd-office@FreeBSD.ORG Thu Mar 27 09:40:01 2014 Return-Path: Delivered-To: office@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C3EC3B92 for ; Thu, 27 Mar 2014 09:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B07047CB for ; Thu, 27 Mar 2014 09:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2R9e1d9016237 for ; Thu, 27 Mar 2014 09:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2R9e1Yo016236; Thu, 27 Mar 2014 09:40:01 GMT (envelope-from gnats) Date: Thu, 27 Mar 2014 09:40:01 GMT Message-Id: <201403270940.s2R9e1Yo016236@freefall.freebsd.org> To: office@FreeBSD.org From: Anton Shterenlikht Subject: ports/176349: [ports] regression: devel/boost-libs 1.52.0_1 does not build on ia64 X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Anton Shterenlikht List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2014 09:40:01 -0000 The following reply was made to PR ports/176349; it has been noted by GNATS. From: Anton Shterenlikht To: bug-followup@freebsd.org Cc: Subject: ports/176349: [ports] regression: devel/boost-libs 1.52.0_1 does not build on ia64 Date: Thu, 27 Mar 2014 02:33:19 -0700 (PDT) version 1.55.0 still doesn't build, even with gcc 4.9. Here's the full build log: http://eis.bris.ac.uk/~mexas/logs/boost-libs-1.55.0.log There are lots of errors, some examples: gcc.compile.c++ bin.v2/libs/context/build/gcc-4.9.0/release/threading-multi/unsupported.o libs/context/src/unsupported.cpp:7:2: error: #error "platform not supported" #error "platform not supported" ^ gcc.compile.c++ bin.v2/libs/coroutine/build/gcc-4.9.0/release/threading-multi/detail/standard_stack_allocator_posix.o In file included from libs/coroutine/src/detail/standard_stack_allocator_posix.cpp:28:0: ./boost/context/fcontext.hpp:66:3: error: #error "platform not supported" # error "platform not supported" ^ ./boost/context/fcontext.hpp:73:33: error: expected initializer before 'jump_fcontext' intptr_t BOOST_CONTEXT_CALLDECL jump_fcontext( fcontext_t * ofc, fcontext_t const* nfc, intptr_t vp, bool preserve_fpu = true); ^ In file included from libs/coroutine/src/detail/standard_stack_allocator_posix.cpp:28:0: ./boost/context/fcontext.hpp:75:1: error: 'fcontext_t' does not name a type fcontext_t * BOOST_CONTEXT_CALLDECL make_fcontext( void * sp, std::size_t size, void (* fn)( intptr_t) ); ^ libs/coroutine/src/detail/standard_stack_allocator_posix.cpp: In static member function 'static std::size_t boost::coroutines::detail::standard_stack_allocator::minimum_stacksize()': libs/coroutine/src/detail/standard_stack_allocator_posix.cpp:96:29: error: 'fcontext_t' is not a member of 'boost::context' { return SIGSTKSZ + sizeof( context::fcontext_t) + 15; } ...failed gcc.compile.c++ bin.v2/libs/coroutine/build/gcc-4.9.0/release/threading-multi/detail/standard_stack_allocator_posix.o... gcc.compile.c++ bin.v2/libs/coroutine/build/gcc-4.9.0/release/threading-multi/detail/coroutine_context.o In file included from ./boost/coroutine/detail/coroutine_context.hpp:14:0, from libs/coroutine/src/detail/coroutine_context.cpp:7: ./boost/context/fcontext.hpp:66:3: error: #error "platform not supported" # error "platform not supported" ^ ./boost/context/fcontext.hpp:73:33: error: expected initializer before 'jump_fcontext' intptr_t BOOST_CONTEXT_CALLDECL jump_fcontext( fcontext_t * ofc, fcontext_t const* nfc, intptr_t vp, bool preserve_fpu = true); ^ In file included from ./boost/coroutine/detail/coroutine_context.hpp:14:0, from libs/coroutine/src/detail/coroutine_context.cpp:7: ./boost/context/fcontext.hpp:75:1: error: 'fcontext_t' does not name a type fcontext_t * BOOST_CONTEXT_CALLDECL make_fcontext( void * sp, std::size_t size, void (* fn)( intptr_t) ); ^ In file included from libs/coroutine/src/detail/coroutine_context.cpp:7:0: ./boost/coroutine/detail/coroutine_context.hpp:38:76: error: expected class-name before ',' token class BOOST_COROUTINES_DECL coroutine_context : private context::fcontext_t, ^ ./boost/coroutine/detail/coroutine_context.hpp:44:14: error: 'fcontext_t' in namespace 'boost::context' does not name a type context::fcontext_t * ctx_; ^ libs/coroutine/src/detail/coroutine_context.cpp: In constructor 'boost::coroutines::detail::coroutine_context::coroutine_context()': libs/coroutine/src/detail/coroutine_context.cpp:37:5: error: class 'boost::coroutines::detail::coroutine_context' does not have any field named 'fcontext_t' fcontext_t(), stack_ctx_( this), ctx_( this) ^ libs/coroutine/src/detail/coroutine_context.cpp:37:38: error: class 'boost::coroutines::detail::coroutine_context' does not have any field named 'ctx_' fcontext_t(), stack_ctx_( this), ctx_( this) ^