Talk:Qt/FAQ

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.

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