Project Talk:Portage/Fixing broken portage

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
This is a Talk page - please see the documentation about using talk pages. Add newer comments below older ones, sign comments using four tildes (~~~~), and indent successive comments with colons (:). Add new sections at the bottom of the page, under a heading (== ==). Please remember to mark sections as "open for discussion" using {{talk|open}}, so they will show up in the list of open discussions.

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!
--Sam (talk) 08:13, 3 January 2022 (UTC)