Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Re: simple question about installing chromium browser for use in debian OS using gentoo prefix..
Date: Wed, 26 Jun 2019 18:41:14
Message-Id: 20190626184057.GC15022@gentoo.org
In Reply to: Re: [gentoo-alt] Re: simple question about installing chromium browser for use in debian OS using gentoo prefix.. by Michael Fothergill
1 On 26-06-2019 15:43:11 +0100, Michael Fothergill wrote:
2 > PS
3 >
4 > The build log file has this piece in it just before the crash occurs:
5 >
6 > 33;01m* [0m QA Notice: the following files are outside of the prefix:
7 > [33;01m* [0m /lib
8 > [33;01m* [0m /lib/udev
9 > [33;01m* [0m /lib/udev/libinput-model-quirks
10 > [33;01m* [0m /lib/udev/libinput-device-group
11 > [33;01m* [0m /lib/udev/rules.d
12 > [33;01m* [0m /lib/udev/rules.d/80-libinput-device-groups.rules
13 > [33;01m* [0m /lib/udev/rules.d/90-libinput-model-quirks.rules
14 >
15 > Is that helpful?
16
17 Yes.
18 Does this patch fix the problem?
19
20 diff --git a/eclass/meson.eclass b/eclass/meson.eclass
21 index 7c62cf44f78..13dcbf94e1a 100644
22 --- a/eclass/meson.eclass
23 +++ b/eclass/meson.eclass
24 @@ -218,7 +218,7 @@ meson_src_configure() {
25 # Common args
26 local mesonargs=(
27 --buildtype plain
28 - --libdir "$(get_libdir)"
29 + --libdir "${EPREFIX}$(get_libdir)"
30 --localstatedir "${EPREFIX}/var/lib"
31 --prefix "${EPREFIX}/usr"
32 --sysconfdir "${EPREFIX}/etc"
33
34 Fabian
35 >
36 > Regards
37 >
38 > MF
39 >
40 >
41 > read_char: errno==EILSEQ; invalid byte sequence for UTF-8:
42 --
43 Fabian Groffen
44 Gentoo on a different level

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies