Gentoo Archives: gentoo-dev

From: Mathy Vanvoorden <mathy@××××××××××.be>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Packages up for grabs
Date: Fri, 25 Nov 2016 22:34:20
Message-Id: CA+v7wxL1te0HyNXO+VP4zzMpUK+=C71iitzDkHOSPm3=Qcfixw@mail.gmail.com
In Reply to: Re: [gentoo-dev] Packages up for grabs by "Michał Górny"
1 >
2 > AFAIK they are not intended to be installed as compiled code at all.
3 > You are supposed to bundle them, or otherwise compile them from sources
4 > along with your project.
5 >
6 >
7 You are correct, apparently they changed their stance on this some time ago
8 as you can read here:
9
10 https://github.com/google/googletest/blob/master/googletest/docs/FAQ.md#why-is-it-not-recommended-to-install-a-pre-compiled-copy-of-google-test-for-example-into-usrlocal
11
12 They also no longer support the autotools scripts that are provided with
13 the source code as you can read in the README:
14
15 https://github.com/google/googletest/blob/master/googletest/README.md#legacy-build-scripts
16
17 There are quite some packages depending on them so they can't just be
18 last-rited. Maybe the best solution is to leave them in their current form
19 (perhaps update the SRC_URI) and not accepting package updates to 1.8,
20 instead asking upstream packages that depend on them to include them in
21 their source distribution.
22
23
24 br,
25 Mathy

Replies

Subject Author
Re: [gentoo-dev] Packages up for grabs Thomas Kahle <tomka@g.o>