Gentoo Archives: gentoo-musl

From: Lei Zhang <zhanglei.april@×××××.com>
To: Felix Janda <felix.janda@××××××.de>
Cc: Luca Barbato <lu_zero@g.o>, soc-admins@g.o, gentoo-musl@l.g.o
Subject: Re: [gentoo-musl] [GSoC] native-clang: daily report 07/18
Date: Tue, 19 Jul 2016 10:04:08
Message-Id: CAOYuCc1TstjOYGvLE6VN6_RBWzRdjH7FAgY9xX9+i8Mkd5nBVw@mail.gmail.com
In Reply to: Re: [gentoo-musl] [GSoC] native-clang: daily report 07/18 by Felix Janda
1 2016-07-18 21:22 GMT+08:00 Felix Janda <felix.janda@××××××.de>:
2 > Lei Zhang wrote:
3 >> iproute2 depends on libmnl, which is mis-compiled by clang. This is a
4 >> known issue, and easy to fix: just compile libmnl with gcc. Or
5 >> alternatively, apply USE=minimal on iproute2 so it doesn't depend on
6 >> libmnl. For more info:
7 >> https://bugs.chromium.org/p/chromium/issues/detail?id=548786
8 >
9 > Have you also tried upgrading to libmnl-1.0.4?
10
11 Yes, it works!
12
13 > Looking forward to your musl compatible llvm ebuilds. The ones in the
14 > musl overlay are outdated.
15
16 Please help reviewing it :)
17
18 https://github.com/gentoo/gentoo/pull/1919
19
20
21 Lei