Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] problem installing gentoo prefix on debian buster
Date: Tue, 04 Jun 2019 11:54:16
Message-Id: 20190604115408.GE182@gentoo.org
In Reply to: Re: [gentoo-alt] problem installing gentoo prefix on debian buster by Olivier Huber
1 I agree, install m4 in your Debian box, and it should skip it:
2
3 [[ $(m4 --version 2>&1) == *GNU*1.4.1?* ]] || (bootstrap_m4) || return 1
4
5 Fabian
6
7 On 04-06-2019 13:46:39 +0200, Olivier Huber wrote:
8 > Hi Michael,
9 >
10 > What does ``m4 --version'' return on your debian install?
11 >
12 > I'm no dev, however, if you have a valid m4 install, you shouldn't need to have
13 > m4 bootstrapped.
14 >
15 > If m4 is not installed, you may want to do so (as well as bison, patch, ...).
16 >
17 > Otherwise, you could apply some patch to m4 during the bootstrap process.
18 >
19 > For instance, this bug has been fixed in Gentoo with this patch
20 >
21 > [1]https://gitweb.gentoo.org/repo/gentoo.git/plain/sys-devel/m4/files/m4-1.4.18-glibc228.patch
22 >
23 > Best,
24 >
25 > --
26 >
27 > Olivier Huber
28 >
29 > On Tue, Jun 4, 2019 at 1:35 PM Michael Fothergill
30 > <[2]michael.fothergill@×××××.com> wrote:
31 >
32 > > I have a separate gentoo installation on this machine.
33 >
34 > > Could I compile m4 on it and port it to the debian install and run it
35 > > there in some way?
36 >
37 > > Regards
38 >
39 > > MF
40 >
41 >
42 >
43 > References:
44 > 1. https://gitweb.gentoo.org/repo/gentoo.git/plain/sys-devel/m4/files/m4-1.4.18-glibc228.patch
45 > 2. mailto:michael.fothergill@×××××.com
46 >
47 > read_char: errno==EILSEQ; invalid byte sequence for UTF-8:
48 --
49 Fabian Groffen
50 Gentoo on a different level

Attachments

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

Replies

Subject Author
Re: [gentoo-alt] problem installing gentoo prefix on debian buster Michael Fothergill <michael.fothergill@×××××.com>
Re: [gentoo-alt] problem installing gentoo prefix on debian buster Michael Fothergill <michael.fothergill@×××××.com>