* Package: sys-libs/libcxx-3.8.1  * Repository: gentoo  * Maintainer: aballier@gentoo.org bsd@gentoo.org,mgorny@gentoo.org  * USE: abi_ppc_64 elibc_glibc kernel_linux libcxxrt ppc64 static-libs test userland_GNU  * FEATURES: compressdebug distcc preserve-libs sandbox splitdebug test userpriv usersandbox >>> Unpacking source... >>> Unpacking libcxx-3.8.1.src.tar.xz to /var/tmp/portage/sys-libs/libcxx-3.8.1/work >>> Source unpacked in /var/tmp/portage/sys-libs/libcxx-3.8.1/work >>> Preparing source in /var/tmp/portage/sys-libs/libcxx-3.8.1/work/libcxx-3.8.1.src ... * Will copy sources from /var/tmp/portage/sys-libs/libcxx-3.8.1/work/libcxx-3.8.1.src * abi_ppc_64.ppc64: copying to /var/tmp/portage/sys-libs/libcxx-3.8.1/work/libcxx-3.8.1.src-abi_ppc_64.ppc64 >>> Source prepared. >>> Configuring source in /var/tmp/portage/sys-libs/libcxx-3.8.1/work/libcxx-3.8.1.src ... >>> Source configured. >>> Compiling source in /var/tmp/portage/sys-libs/libcxx-3.8.1/work/libcxx-3.8.1.src ... * abi_ppc_64.ppc64: running multilib-minimal_abi_src_compile make -j3 shared powerpc64-unknown-linux-gnu-g++ -I../include -DLIBCXXRT -I/usr/include/libcxxrt/ -O2 -ggdb -mcpu=G5 -mtune=G5 -Wall -std=c++11 -fstrict-aliasing -Wall -Wextra -Wshadow -Wconversion -Wpadded -Wstrict-aliasing=2 -Wstrict-overflow=4 -fPIC -nostdinc++ -c ../src/algorithm.cpp -o algorithm.So powerpc64-unknown-linux-gnu-g++ -I../include -DLIBCXXRT -I/usr/include/libcxxrt/ -O2 -ggdb -mcpu=G5 -mtune=G5 -Wall -std=c++11 -fstrict-aliasing -Wall -Wextra -Wshadow -Wconversion -Wpadded -Wstrict-aliasing=2 -Wstrict-overflow=4 -fPIC -nostdinc++ -c ../src/optional.cpp -o optional.So powerpc64-unknown-linux-gnu-g++ -I../include -DLIBCXXRT -I/usr/include/libcxxrt/ -O2 -ggdb -mcpu=G5 -mtune=G5 -Wall -std=c++11 -fstrict-aliasing -Wall -Wextra -Wshadow -Wconversion -Wpadded -Wstrict-aliasing=2 -Wstrict-overflow=4 -fPIC -nostdinc++ -c ../src/random.cpp -o random.So powerpc64-unknown-linux-gnu-g++ -I../include -DLIBCXXRT -I/usr/include/libcxxrt/ -O2 -ggdb -mcpu=G5 -mtune=G5 -Wall -std=c++11 -fstrict-aliasing -Wall -Wextra -Wshadow -Wconversion -Wpadded -Wstrict-aliasing=2 -Wstrict-overflow=4 -fPIC -nostdinc++ -c ../src/new.cpp -o new.So In file included from ../src/new.cpp:27:0: /usr/include/libcxxrt/cxxabi.h:175:8: warning: padding struct size to alignment boundary [-Wpadded] struct __cxa_eh_globals ^ ../src/new.cpp:132:1: warning: ‘void operator delete(void*, size_t)’ is a usual (non-placement) deallocation function in C++14 (or with -fsized-deallocation) [-Wc++14-compat] operator delete(void* ptr, size_t) _NOEXCEPT ^ ../src/new.cpp:153:1: warning: ‘void operator delete [](void*, size_t)’ is a usual (non-placement) deallocation function in C++14 (or with -fsized-deallocation) [-Wc++14-compat] operator delete[] (void* ptr, size_t) _NOEXCEPT ^ powerpc64-unknown-linux-gnu-g++ -I../include -DLIBCXXRT -I/usr/include/libcxxrt/ -O2 -ggdb -mcpu=G5 -mtune=G5 -Wall -std=c++11 -fstrict-aliasing -Wall -Wextra -Wshadow -Wconversion -Wpadded -Wstrict-aliasing=2 -Wstrict-overflow=4 -fPIC -nostdinc++ -c ../src/locale.cpp -o locale.So powerpc64-unknown-linux-gnu-g++ -I../include -DLIBCXXRT -I/usr/include/libcxxrt/ -O2 -ggdb -mcpu=G5 -mtune=G5 -Wall -std=c++11 -fstrict-aliasing -Wall -Wextra -Wshadow -Wconversion -Wpadded -Wstrict-aliasing=2 -Wstrict-overflow=4 -fPIC -nostdinc++ -c ../src/thread.cpp -o thread.So ../src/locale.cpp:131:30: warning: padding struct size to alignment boundary [-Wpadded] class _LIBCPP_HIDDEN locale::__imp ^ ../src/locale.cpp: In static member function ‘static const std::__1::locale& std::__1::locale::__imp::make_classic()’: ../src/locale.cpp:462:47: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] locale* c = reinterpret_cast(&buf); ^ ../src/locale.cpp: In static member function ‘static std::__1::locale& std::__1::locale::__imp::make_global()’: ../src/locale.cpp:480:43: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] return *reinterpret_cast(&buf); ^ ../src/locale.cpp: In member function ‘void std::__1::locale::__install_ctor(const std::__1::locale&, std::__1::locale::facet*, long int)’: ../src/locale.cpp:563:62: warning: declaration of ‘id’ shadows a member of ‘std::__1::locale’ [-Wshadow] locale::__install_ctor(const locale& other, facet* f, long id) ^ In file included from ../include/locale:182:0, from ../src/locale.cpp:17: ../include/__locale:138:32: note: shadowed declaration is here class _LIBCPP_TYPE_VIS locale::id ^ ../src/locale.cpp: In member function ‘virtual int std::__1::codecvt::do_length(std::__1::codecvt::state_type&, const extern_type*, const extern_type*, size_t) const’: ../src/locale.cpp:1763:20: warning: conversion to ‘int’ from ‘size_t {aka long unsigned int}’ may alter its value [-Wconversion] nbytes += n; ^ ../src/locale.cpp: In function ‘std::__1::codecvt_base::result std::__1::utf16_to_utf8(const uint16_t*, const uint16_t*, const uint16_t*&, uint8_t*, uint8_t*, uint8_t*&, long unsigned int, std::__1::codecvt_mode)’: ../src/locale.cpp:1850:49: warning: conversion to ‘uint8_t {aka unsigned char}’ from ‘int’ may alter its value [-Wconversion] uint8_t z = ((wc1 & 0x03C0) >> 6) + 1; ^ ../src/locale.cpp: In function ‘std::__1::codecvt_base::result std::__1::utf16_to_utf8(const uint32_t*, const uint32_t*, const uint32_t*&, uint8_t*, uint8_t*, uint8_t*&, long unsigned int, std::__1::codecvt_mode)’: ../src/locale.cpp:1927:49: warning: conversion to ‘uint8_t {aka unsigned char}’ from ‘int’ may alter its value [-Wconversion] uint8_t z = ((wc1 & 0x03C0) >> 6) + 1; ^ In file included from ../src/thread.cpp:13:0: ../include/thread: In function ‘void std::__1::this_thread::sleep_for(const std::__1::chrono::duration<_Rep, _Period>&)’: ../include/thread:431:73: in constexpr expansion of ‘std::__1::chrono::duration(std::__1::chrono::duration<_Rep, _Period>::max >(), 0u)’ ../include/chrono:560:64: in constexpr expansion of ‘std::__1::chrono::duration_cast, long long int, std::__1::ratio<1l, 1000000000l> >((* & __d))’ ../include/chrono:413:67: in constexpr expansion of ‘std::__1::chrono::__duration_cast >, std::__1::chrono::duration, std::__1::ratio<1l, 1000000000l>, true, false>().std::__1::chrono::__duration_cast<_FromDuration, _ToDuration, _Period, true, false>::operator() >, std::__1::chrono::duration, std::__1::ratio<1l, 1000000000l> >((* & __fd))’ ../include/thread:431:73: error: ‘(9.223372036854775807e+18 / 1.0e+9)’ is not a constant expression _LIBCPP_CONSTEXPR duration _Max = nanoseconds::max(); ^ ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::collate; A0 = unsigned int]’: ../src/locale.cpp:176:44: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] return *reinterpret_cast(&buf); ^ ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::collate; A0 = unsigned int]’: ../src/locale.cpp:177:47: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0, A1, A2) [with T = std::__1::ctype; A0 = std::nullptr_t; A1 = bool; A2 = unsigned int]’: ../src/locale.cpp:178:58: required from here ../src/locale.cpp:89:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] return *reinterpret_cast(&buf); ^ ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::ctype; A0 = unsigned int]’: ../src/locale.cpp:179:45: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] return *reinterpret_cast(&buf); ^ ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::codecvt; A0 = unsigned int]’: ../src/locale.cpp:180:54: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::codecvt; A0 = unsigned int]’: ../src/locale.cpp:181:57: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::codecvt; A0 = unsigned int]’: ../src/locale.cpp:182:58: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::codecvt; A0 = unsigned int]’: ../src/locale.cpp:183:58: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::numpunct; A0 = unsigned int]’: ../src/locale.cpp:184:38: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::numpunct; A0 = unsigned int]’: ../src/locale.cpp:185:41: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::num_get; A0 = unsigned int]’: ../src/locale.cpp:186:37: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::num_get; A0 = unsigned int]’: ../src/locale.cpp:187:40: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::num_put; A0 = unsigned int]’: ../src/locale.cpp:188:37: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::num_put; A0 = unsigned int]’: ../src/locale.cpp:189:40: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::moneypunct; A0 = unsigned int]’: ../src/locale.cpp:190:47: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::moneypunct; A0 = unsigned int]’: ../src/locale.cpp:191:46: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::moneypunct; A0 = unsigned int]’: ../src/locale.cpp:192:50: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::moneypunct; A0 = unsigned int]’: ../src/locale.cpp:193:49: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::money_get; A0 = unsigned int]’: ../src/locale.cpp:194:39: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::money_get; A0 = unsigned int]’: ../src/locale.cpp:195:42: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::money_put; A0 = unsigned int]’: ../src/locale.cpp:196:39: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::money_put; A0 = unsigned int]’: ../src/locale.cpp:197:42: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::time_get; A0 = unsigned int]’: ../src/locale.cpp:198:38: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::time_get; A0 = unsigned int]’: ../src/locale.cpp:199:41: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::time_put; A0 = unsigned int]’: ../src/locale.cpp:200:38: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::time_put; A0 = unsigned int]’: ../src/locale.cpp:201:41: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::messages; A0 = unsigned int]’: ../src/locale.cpp:202:45: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::messages; A0 = unsigned int]’: ../src/locale.cpp:203:48: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] ../src/locale.cpp: In instantiation of ‘T& std::__1::{anonymous}::make(A0) [with T = std::__1::locale::__imp; A0 = unsigned int]’: ../src/locale.cpp:463:35: required from here ../src/locale.cpp:69:38: warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] Makefile:19: recipe for target 'thread.So' failed make: *** [thread.So] Error 1 make: *** Waiting for unfinished jobs.... * ERROR: sys-libs/libcxx-3.8.1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sys-libs/libcxx-3.8.1::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-libs/libcxx-3.8.1::gentoo'`. * The complete build log is located at '/aches/gentoo/emergelogs/martijn/sys-libs:libcxx-3.8.1:20161001-064155.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-libs/libcxx-3.8.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-libs/libcxx-3.8.1/temp/environment'. * Working directory: '/var/tmp/portage/sys-libs/libcxx-3.8.1/work/libcxx-3.8.1.src-abi_ppc_64.ppc64/lib' * S: '/var/tmp/portage/sys-libs/libcxx-3.8.1/work/libcxx-3.8.1.src'