Subject: [Boost-bugs] [Boost C++ Libraries] #13272: boost.serialization compile problem on Android
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-10-25 08:42:43
#13272: boost.serialization compile problem on Android
-------------------------------+---------------------------
Reporter: Berkus <berkus@â¦> | Owner: Robert Ramey
Type: Bugs | Status: new
Milestone: To Be Determined | Component: serialization
Version: Boost 1.63.0 | Severity: Problem
Keywords: |
-------------------------------+---------------------------
Hello, in attempt to build boost for android with more or less reasonable
strict settings (-Werror) I uncovered some bugs which I cannot report on
github because these projects have Issues disabled.
{{{
clang-darwin.compile.c++ android-build/boost/bin.v2/
libs/serialization/build/clang-darwin-5.0~x86/debug/
address-model-32/link-static/target-os-android/threading-
multi/polymorphic_iarchive.o
In file included from libs/serialization/src/polymorphic_iarchive.cpp:20:
In file included from ./boost/archive/polymorphic_iarchive.hpp:32:
./boost/archive/detail/iserializer.hpp:69:7: error: macro expansion
producing 'defined' has undefined behavior [-Werror,-Wexpansion-to-
defined]
#if ! DONT_USE_HAS_NEW_OPERATOR
^
./boost/archive/detail/iserializer.hpp:63:12: note: expanded from macro
'DONT_USE_HAS_NEW_OPERATOR'
|| defined(__SUNPRO_CC) && (__SUNPRO_CC < 0x590) \
^
./boost/archive/detail/iserializer.hpp:212:9: error: macro expansion
producing 'defined' has undefined behavior [-Werror,-Wexpansion-to-
defined]
#if DONT_USE_HAS_NEW_OPERATOR
^
./boost/archive/detail/iserializer.hpp:63:12: note: expanded from macro
'DONT_USE_HAS_NEW_OPERATOR'
|| defined(__SUNPRO_CC) && (__SUNPRO_CC < 0x590) \
^
2 errors generated.
"/usr/local/opt/android-ndk/android-ndk-r16-beta1//
toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++"
"-DBOOST_AC_USE_PTHREADS" "-DBOOST_SP_USE_PTHREADS" "-fvisibility=hidden"
"-fvisibility-inlines-hidden" "-Wno-unused-local-typedef" -x c++
-ftemplate-depth-255 -fvisibility=hidden -fvisibility-inlines-hidden
-std=c++14 -O0 -g -O0 -fno-inline -Wall -g --target=i686-none-linux-
android
--gcc-toolchain=/usr/local/opt/android-ndk/android-ndk-
r16-beta1//toolchains/x86-4.9/prebuilt/darwin-x86_64
--sysroot=/usr/local/opt/android-ndk/android-ndk-r16-beta1//sysroot
-isystem /usr/local/opt/android-ndk/android-ndk-r16-beta1//
sources/cxx-stl/llvm-libc++/include -isystem /usr/local/opt/android-ndk/
android-ndk-r16-beta1//sources/cxx-stl/llvm-libc++abi/include -isystem
/usr/local/opt/android-ndk/android-
ndk-r16-beta1//sources/android/support/include
-isystem /usr/local/opt/android-ndk/android-
ndk-r16-beta1//sysroot/usr/include
-isystem /usr/local/opt/android-ndk/android-ndk-r16-beta1//
sysroot/usr/include/i686-linux-android -DANDROID -D__ANDROID_API__=21
-ffunction-sections -funwind-tables -fstack-protector-strong
-fno-limit-debug-info -fPIC -no-canonical-prefixes -mstackrealign
-Wa,--noexecstack -Wformat -Werror=format-security -Wall -Werror -Wshadow
-march=i686 -DBOOST_ALL_NO_LIB=1 -D_LITTLE_ENDIAN -I"." -c -o
"android-build/boost/bin.v2/libs/serialization/build/
clang-darwin-5.0~x86/debug/address-model-32/link-static/
target-os-android/threading-multi/polymorphic_iarchive.o"
"libs/serialization/src/polymorphic_iarchive.cpp"
}}}
-- Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13272> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-10-25 08:52:23 UTC