pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc



From: "Adam Ciarcinski" <adam%netbsd.org@localhost>, Date: Fri, 17 Apr 2015 14:04:47 +0000

> Module Name:  pkgsrc
> Committed By: adam
> Date:         Fri Apr 17 14:04:47 UTC 2015
> 
> Modified Files:
>       pkgsrc/devel/boost-build: PLIST buildlink3.mk
>       pkgsrc/devel/boost-headers: Makefile PLIST buildlink3.mk
>       pkgsrc/devel/boost-jam: buildlink3.mk
>       pkgsrc/devel/boost-libs: buildlink3.mk
>       pkgsrc/devel/boost-python: buildlink3.mk
>       pkgsrc/meta-pkgs/boost: Makefile Makefile.common distinfo
>       pkgsrc/meta-pkgs/boost/patches:
>           patch-boost_config_stdlib_libstdcpp3.hpp
>           patch-libs_log_src_timestamp.cpp
> Removed Files:
>       pkgsrc/meta-pkgs/boost/patches: patch-boost_asio_detail_config.hpp
>           patch-boost_intrusive_circular__list__algorithms.hpp
> 
> Log Message:
> Changes 1.58.0:
> * New Libraries:
>   - Endian: Types and conversion functions for correct byte ordering and more regardless of processor endianness.
>   - Sort: Includes spreadsort, a general-case hybrid radix sort that is faster than O(n*log(n))
> * Updated Libraries:
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/boost-build/PLIST
> cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/boost-build/buildlink3.mk
> cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/boost-headers/Makefile
> cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/boost-headers/PLIST
> cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/boost-headers/buildlink3.mk
> cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/boost-jam/buildlink3.mk
> cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/boost-libs/buildlink3.mk
> cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/boost-python/buildlink3.mk
> cvs rdiff -u -r1.15 -r1.16 pkgsrc/meta-pkgs/boost/Makefile
> cvs rdiff -u -r1.50 -r1.51 pkgsrc/meta-pkgs/boost/Makefile.common
> cvs rdiff -u -r1.76 -r1.77 pkgsrc/meta-pkgs/boost/distinfo
> cvs rdiff -u -r1.1 -r0 \
>     pkgsrc/meta-pkgs/boost/patches/patch-boost_asio_detail_config.hpp \
>     pkgsrc/meta-pkgs/boost/patches/patch-boost_intrusive_circular__list__algorithms.hpp
> cvs rdiff -u -r1.1 -r1.2 \
>     pkgsrc/meta-pkgs/boost/patches/patch-boost_config_stdlib_libstdcpp3.hpp \
>     pkgsrc/meta-pkgs/boost/patches/patch-libs_log_src_timestamp.cpp
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

Hi,

What are your compiler and platform?

On NetBSD/amd64 7.99.9 (gcc 4.8.4), the build fails as follows.

common.mkdir bin.v2/libs/coroutine
common.mkdir bin.v2/libs/coroutine/build
common.mkdir bin.v2/libs/coroutine/build/gcc-4.8.4
common.mkdir bin.v2/libs/coroutine/build/gcc-4.8.4/release
common.mkdir bin.v2/libs/coroutine/build/gcc-4.8.4/release/threading-multi
common.mkdir bin.v2/libs/coroutine/build/gcc-4.8.4/release/threading-multi/detail
gcc.compile.c++ bin.v2/libs/coroutine/build/gcc-4.8.4/release/threading-multi/detail/coroutine_context.o
gcc.compile.c++ bin.v2/libs/context/build/gcc-4.8.4/release/threading-multi/execution_context.o
In file included from libs/context/src/execution_context.cpp:11:0:
./boost/context/execution_context.hpp:202:52: error: 'std::index_sequence' has not been declared
                                               std::index_sequence< I ... >) {
                                                    ^
./boost/context/execution_context.hpp:202:66: error: expected ',' or '...' before '<' token
                                               std::index_sequence< I ... >) {
                                                                  ^
./boost/context/execution_context.hpp:219:52: error: 'std::index_sequence' has not been declared
                                               std::index_sequence< I ... >) {
                                                    ^
./boost/context/execution_context.hpp:219:66: error: expected ',' or '...' before '<' token
                                               std::index_sequence< I ... >) {
                                                                  ^
./boost/context/execution_context.hpp: In constructor 'boost::context::execution_context::execution_context(StackAlloc, Fn&&, Args&& ...)':
./boost/context/execution_context.hpp:267:39: error: 'index_sequence_for' is not a member of 'std'
                                       std::index_sequence_for< Args ... >() ) ) {
                                       ^
./boost/context/execution_context.hpp:267:69: error: expected primary-expression before '...' token
                                       std::index_sequence_for< Args ... >() ) ) {
                                                                     ^
./boost/context/execution_context.hpp: In constructor 'boost::context::execution_context::execution_context(boost::context::preallocated, StackAlloc, Fn&&, Args&& ...)':
./boost/context/execution_context.hpp:275:39: error: 'index_sequence_for' is not a member of 'std'
                                       std::index_sequence_for< Args ... >() ) ) {
                                       ^
./boost/context/execution_context.hpp:275:69: error: expected primary-expression before '...' token
                                       std::index_sequence_for< Args ... >() ) ) {
                                                                     ^

    "g++"  -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -std=c++11 -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_DYN_LINK=1 -DBOOST_CONTEXT_DYN_LINK=1 
-DBOOST_CONTEXT_SOURCE -DBOOST_SYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_THREAD_BUILD_DLL=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DNDEBUG  -I"." -c -o 
"bin.v2/libs/context/build/gcc-4.8.4/release/threading-multi/execution_context.o" "libs/context/src/execution_context.cpp"

...failed gcc.compile.c++ bin.v2/libs/context/build/gcc-4.8.4/release/threading-multi/execution_context.o...
common.mkdir bin.v2/libs/coroutine/build/gcc-4.8.4/release/threading-multi/posix
gcc.compile.c++ bin.v2/libs/coroutine/build/gcc-4.8.4/release/threading-multi/exceptions.o

--
Ryo ONODERA // ryo_on%yk.rim.or.jp@localhost
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3



Home | Main Index | Thread Index | Old Index