Gentoo Archives: gentoo-dev

From: alexmcwhirter@×××××××.us
To: gentoo-dev <gentoo-dev@l.g.o>
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] recent glibc commit breaks boost on sparc64
Date: Thu, 08 Sep 2016 23:02:47
Message-Id: f833dc8928cbb43932f91246547f5d1d@triadic.us
1 I'm in the process of rebuilding a new livecd via catalyst with this
2 commit reverted just to be sure this is the issue, but this is the only
3 libc commit since my last build. It usually takes about 48 hours for a
4 full stage1 - livecd build so i wont know for sure until then.
5
6 commit: ffc59b9e2bbe9ad89a1ab60e3a147785fe944141
7
8 Do not call multilib_env_reset unless cross-compiling, in order to
9 prevent the function from redefining profile-defined variables such as
10 LIBDIR_*.
11
12 boost is failing as follows.
13
14 /bin/sh: error while loading shared libraries: libc.so.6: failed to map
15 segment from shared object
16 gcc.compile.c++
17 bin.v2/libs/math/build/gcc-4.9/gentoorelease/boost.locale.icu-off/pch-off/threading-multi/comp_ellint_1f.o
18
19 In file included from ./boost/format.hpp:50:0,
20 from ./boost/math/policies/error_handling.hpp:31,
21 from ./boost/math/special_functions/ellint_rf.hpp:22,
22 from ./boost/math/special_functions/ellint_1.hpp:22,
23 from libs/math/build/../src/tr1/comp_ellint_1f.cpp:11:
24 ./boost/format/parsing.hpp:1:0: internal compiler error: Aborted
25 //
26 ----------------------------------------------------------------------------
27 ^
28 Please submit a full bug report,
29 with preprocessed source if appropriate.
30 See <https://bugs.gentoo.org/> for instructions.
31
32 It's worth noting that this is a custom profile based on the amd64
33 profile for sparc64. That being said, it has been rock solid since
34 January, this is the first issue that i have come across of this nature.
35
36 My portage tree can be found here...
37
38 https://github.com/SIN3R6Y/gentoo

Replies