Project Talk:Portage/Fixing broken portage
From Gentoo Wiki
Note
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
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]] 12:45, 5 November 2024 (UTC) :: Your reply ~~~~
Navigate to first
Readline/bash order
Talk status
This discussion is done as of Jan 3, 2022.
FEATURES="preserve-libs" emerge -v1O app-shells/bash sys-libs/readline --ignore-built-slot-operator-deps=y should be replaced by FEATURES="preserve-libs" emerge -v1O sys-libs/readline app-shells/bash --ignore-built-slot-operator-deps=y, otherwise bash fails with
bashhist.c:242:7: error: ‘history_quoting_state’ undeclared
--Dnf (talk) 10:59, 2 January 2022 (UTC)
- Zac's fixed this (thank zac!) in Special:Diff/1041905. Thanks!