Gentoo Archives: gentoo-alt

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] Re: Will moving libc++{,abi} ebuilds to cmake break bootstrapping?
Date: Fri, 07 Aug 2015 09:17:46
Message-Id: 55C477AD.8050403@gentoo.org
In Reply to: [gentoo-alt] Will moving libc++{,abi} ebuilds to cmake break bootstrapping? by Michael Weiser
1 On 08/06/2015 10:45 AM, Michael Weiser wrote:
2 > Hi,
3 >
4 > I just got to thinking: Won't moving the libc++* ebuilds to cmake as
5 > suggested in https://bugs.gentoo.org/show_bug.cgi?id=538364 seriously
6 > complicate or even break bootstrapping? Looking at the ebuild it would
7 > at least pull in app-arch/libarchive, dev-libs/expat, net-misc/curl,
8 > sys-libs/zlib and virtual/pkgconfig. Or is that not much of a deal due
9 > to the stage of bootstrapping, libc++ and colleagues are installed in?
10
11 Plz let me point out that CMake still lacks support for the "aix-soname"
12 feature - simply because there was no need for CMake on AIX here yet.
13
14 OTOH: libc++ feels clang only, and gcc most likely will support AIX for
15 another while.
16
17 /haubi/