ports/176349: [ports] regression: devel/boost-libs 1.52.0_1 does not build on ia64

Anton Shterenlikht mexas at bris.ac.uk
Thu Mar 27 09:40:01 UTC 2014


The following reply was made to PR ports/176349; it has been noted by GNATS.

From: Anton Shterenlikht <mexas at bris.ac.uk>
To: bug-followup at 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)
                                       ^
 


More information about the freebsd-office mailing list