Handbook Talk:Parts/Working/Features
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using
~~~~
:
A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC) : A reply [[User:Sally|Sally]] 08:25, 5 November 2024 (UTC) :: Your reply ~~~~
Different --homedir in this section
Guess the second RootCmd is a copy error? Should it be the same --homedir as in first RootCmd?
Also, it's not too obvious that this section is to be used for existing installations, unlike the Original install and configuration instructions further down.
Use gpg to verify that the keys in the keyring are the correct keys:
root #
gpg --homedir /var/lib/gentoo/gkeys/keyrings/gentoo/release --with-fingerprint --list-keys
Verify the fingerprints of the key(s) against those listed here: Project:RelEng#Release_security_and_signing
Repeat the following command for each key you wish to trust. (Substitute the keyid '0x...' for the desired key you wish to trust.)
root #
gpg --homedir /etc/portage/gpg --edit-key 0xDB6B8C1F96D8BF6D trust
--Charles17 (talk) 10:00, 22 May 2015 (UTC)
repos.conf is recommended as a directory
In FileBox with Clear the sync-type and sync-uri variables the path should reflect repos.conf is recommended to be a directory.
- I've fixed this in both the new and old sections of the Validated gpg sync methods Dol-sen (talk) 13:04, 22 May 2015 (UTC)
Set sync-type or not for FEATURES="webrsync-gpg"
For PORTAGE_GPG_DIR="/var/lib/gentoo/gkeys/keyrings/gentoo/release"
it recommends
# For portage-2.2.18 use 'websync' # For portage-2.2.19 and greater use 'webrsync' (websync was renamed to webrsync) sync-type = websync
whereas for PORTAGE_GPG_DIR="/etc/portage/gpg"
it recommends
# Disable synchronization by clearing the values # Do not set value of the variables in this configuration file using quotes ('' or "")! sync-type =
As using the first version produces a warning message I guess it's also kind of a copy error? --Charles17 (talk) 07:45, 23 May 2015 (UTC)
Showing IDs in key listing.
I suggest adding the following option to --list-keys:
--keyid-format 0xLONG
This way the user can see key IDs and fingerprints at the same time, to easily verify against the website. So the full command becomes:
gpg --homedir /var/lib/gentoo/gkeys/keyrings/gentoo/release --with-fingerprint --keyid-format 0xLONG --list-keys
Without this option the keys are listed without any ID, so the user does not know which is which.
I can't edit the Handbook, so dear devs, please add this option.
— The preceding unsigned comment was added by Js0hthwa (talk • contribs) 7 July 2018
webrsync-gpg is deprecated
webrsync-gpg as mentioned in Handbook:Parts/Working/Features#Validated_Gentoo_repository_snapshots is deprecated.
!!! FEATURES=webrsync-gpg is deprecated, see the make.conf(5) man page.--Charles17 (talk) 06:03, 30 July 2019 (UTC)
app-crypt/gkeys has gone
gkeys has gone. It should also be removed from Handbook:Parts/Working/Features#Validated_Gentoo_repository_snapshots.
--Charles17 (talk) 06:07, 9 October 2020 (UTC)
- This section has now been removed. Thank you, Charles17 . --Maffblaster (talk) 16:43, 5 February 2021 (UTC)
USE flags for distcc
Consider the following sentence: "This tool is automatically installed if USE=gnome or USE=gtk is set." As far as I know, sys-devel/distcc doesn't accept a "gnome" USE flag. It only accepts a "gtk" USE flag. -- Fturco (talk) 10:16, 4 February 2021 (UTC)
- Fixed. Thank you for reporting! --Maffblaster (talk) 16:43, 5 February 2021 (UTC)
Homepage for ccache
https://ccache.samba.org/ redirects to https://ccache.dev/. -- Fturco (talk) 10:18, 4 February 2021 (UTC)
- Fixed. Thank you again for reporting! --Maffblaster (talk) 16:43, 5 February 2021 (UTC)
Correction: Gentoo now does provide prebuilt packages.
Section Handbook:Parts/Working/Features#Binary package support:
"Even though Gentoo does not provide prebuilt packages by itself Portage can be made fully aware of prebuilt packages."
Portage supports the installation of prebuilt packages. To create a prebuilt package use the quickpkg command if the package is already installed on the system, or emerge with the
--buildpkg
or --buildpkgonly
options.See Gentoo Binary Host Quickstart.
Waldo Lemmer (talk) 20:54, 24 March 2024 (UTC)
- Fixed in Special:Diff/1272582/1298189, thanks!
- --csfore (talk) 20:10, 11 May 2024 (UTC)
Remove userfetch section
FEATURES="userfetch"
is now on by default. Consider removing section Handbook:Parts/Working/Features#Userfetch.
Waldo Lemmer (talk) 21:01, 24 March 2024 (UTC)
- Fixed in Special:Diff/1298189/1298191, thanks!
- --csfore (talk) 20:13, 11 May 2024 (UTC)