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:50:59
Message-Id: 20190626185052.GD15022@gentoo.org
In Reply to: Re: [gentoo-alt] Re: simple question about installing chromium browser for use in debian OS using gentoo prefix.. by Fabian Groffen
1 Scratch that. Try this please:
2
3 --- a/dev-libs/libinput/libinput-1.13.2.ebuild
4 +++ b/dev-libs/libinput/libinput-1.13.2.ebuild
5 @@ -60,7 +60,7 @@ src_configure() {
6 $(meson_use doc documentation)
7 $(meson_use input_devices_wacom libwacom)
8 -Dtests=false # tests are restricted
9 - -Dudev-dir="$(get_udevdir)"
10 + -Dudev-dir="${EPREFIX}$(get_udevdir)"
11 )
12 meson_src_configure
13 }
14
15 run ebuild libinput-1.13.2.ebuild digest again before merging
16
17 On 26-06-2019 20:40:57 +0200, Fabian Groffen wrote:
18 > On 26-06-2019 15:43:11 +0100, Michael Fothergill wrote:
19 > > PS
20 > >
21 > > The build log file has this piece in it just before the crash occurs:
22 > >
23 > > 33;01m* [0m QA Notice: the following files are outside of the prefix:
24 > > [33;01m* [0m /lib
25 > > [33;01m* [0m /lib/udev
26 > > [33;01m* [0m /lib/udev/libinput-model-quirks
27 > > [33;01m* [0m /lib/udev/libinput-device-group
28 > > [33;01m* [0m /lib/udev/rules.d
29 > > [33;01m* [0m /lib/udev/rules.d/80-libinput-device-groups.rules
30 > > [33;01m* [0m /lib/udev/rules.d/90-libinput-model-quirks.rules
31 > >
32 > > Is that helpful?
33 >
34 > Yes.
35 > Does this patch fix the problem?
36 >
37 > diff --git a/eclass/meson.eclass b/eclass/meson.eclass
38 > index 7c62cf44f78..13dcbf94e1a 100644
39 > --- a/eclass/meson.eclass
40 > +++ b/eclass/meson.eclass
41 > @@ -218,7 +218,7 @@ meson_src_configure() {
42 > # Common args
43 > local mesonargs=(
44 > --buildtype plain
45 > - --libdir "$(get_libdir)"
46 > + --libdir "${EPREFIX}$(get_libdir)"
47 > --localstatedir "${EPREFIX}/var/lib"
48 > --prefix "${EPREFIX}/usr"
49 > --sysconfdir "${EPREFIX}/etc"
50 >
51 > Fabian
52 > >
53 > > Regards
54 > >
55 > > MF
56 > >
57 > >
58 > > read_char: errno==EILSEQ; invalid byte sequence for UTF-8:
59 > --
60 > Fabian Groffen
61 > Gentoo on a different level
62
63
64
65 --
66 Fabian Groffen
67 Gentoo on a different level

Attachments

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

Replies