Talk:Qt/FAQ

From Gentoo Wiki
Jump to:navigation Jump to:search
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 ~~~~:
== Discussion title ==

{{Talk|date = 2024-05-13}}

A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC)
: A reply [[User:Sally|Sally]] 07:43, 3 June 2024 (UTC)
:: Your reply ~~~~

zsh

Talk status
This discussion is still ongoing as of 2020-07-16.

I haven't verified other shells, but I'm guessing its related to newlines in the shell variable INSTALED_QT_PACKAGES but quickpkg doesn't read the package names/atoms correctly

In zsh you will get back the following:

$ quickpkg ${INSTALLED_QT_PACKAGES}
* Invalid atom: dev-qt/designer
...
* No packages found

and if you tried to unmerge/emerge anyways:

$ emerge -Ca ${INSTALLED_QT_PACKAGES} && emerge -av1 ${INSTALLED_QT_PACKAGES}
!!! 'dev-qt/designer
...
dev-qt/qtxmlpatterns' is not a valid package atom.
!!! Please check ebuild(5) for full details.

for example.

In bash everything runs as expected.

— The preceding unsigned comment was added by Aesycos (talkcontribs) 2020-07-16