Gentoo Archives: gentoo-user

From: Ashley Dixon <ash@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] about to install kernel source package
Date: Sat, 10 Oct 2020 07:47:54
Message-Id: 20201010074543.he5udk6lfcw7f4za@ad-gentoo-main
In Reply to: [gentoo-user] about to install kernel source package by Jude DaShiell
1 On Fri, Oct 09, 2020 at 08:09:22PM -0400, Jude DaShiell wrote:
2 > Before I do this, would it be useful to do
3 > emerge --config espeak in the chroot environment?
4
5 Unless you've changed anything espeak-related since the initial emerge, I don't
6 think `--config` will do anything. It does not have a `pkg_config` function
7 defined in the ebuild, so a standard run of emerge should do everything [1, 2].
8 Have a look at this (heavily truncated) log of the called Bash functions:
9
10 $ emerge -d --config espeak
11
12 [...]
13
14 * pkg_config() is not defined: 'espeak-1.48.04-r1.ebuild'
15 + __ebuild_phase_with_hooks pkg_config
16 + local x phase_name=pkg_config
17 + for x in {pre_,,post_}${phase_name}
18 + __ebuild_phase pre_pkg_config
19 + declare -F pre_pkg_config
20 + for x in {pre_,,post_}${phase_name}
21 + __ebuild_phase pkg_config
22 + declare -F pkg_config
23 + for x in {pre_,,post_}${phase_name}
24 + __ebuild_phase post_pkg_config
25 + declare -F post_pkg_config
26
27 [...]
28
29 Good luck with your installation. Hope it all goes well.
30
31 [1] https://devmanual.gentoo.org/ebuild-writing/functions/pkg_config/index.html
32 [2] https://devmanual.gentoo.org/ebuild-writing/functions/
33
34 --
35
36 Ashley Dixon
37 suugaku.co.uk
38
39 2A9A 4117
40 DA96 D18A
41 8A7B B0D2
42 A30E BF25
43 F290 A8AA

Attachments

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