Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: Gentoo Users List <gentoo-user@l.g.o>
Subject: [gentoo-user] CHOST missing in no-multilib stage3 make.conf
Date: Mon, 18 Dec 2017 15:00:45
Message-Id: 20171218150024.GA25944@waltdnes.org
1 Beginning the install (AMD64 no-multilib). I downloaded
2 stage3-amd64-nomultilib-20171215T184104Z.tar.bz2 and extracted. Here's
3 make.conf...
4
5 =========================================================================
6 # These settings were set by the catalyst build script that automatically
7 # built this stage.
8 # Please consult /usr/share/portage/config/make.conf.example for a more
9 # detailed example.
10 CFLAGS="-O2 -pipe"
11
12 # NOTE: This stage was built with the bindist Use flag enabled
13 PORTDIR="/usr/portage"
14 DISTDIR="/usr/portage/distfiles"
15 PKGDIR="/usr/portage/packages"
16
17 # This sets the language of build output to English.
18 # Please keep this setting intact when reporting bugs.
19 LC_MESSAGES=C
20 =========================================================================
21
22 I tried a couple of different mirrors. No CHOST line. The example
23 file usr/share/portage/config/make.conf.example shows...
24
25 ===========================
26 CHOST="x86_64-pc-linux-gnu"
27 ===========================
28
29 I could insert that, but I wonder if anything else is screwed up.
30
31 --
32 Walter Dnes <waltdnes@××××××××.org>
33 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-user] CHOST missing in no-multilib stage3 make.conf Michael Orlitzky <mjo@g.o>