Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 907409 - dev-python/pyside2-tools does not install development tools
Summary: dev-python/pyside2-tools does not install development tools
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major
Assignee: Nowa Ammerlaan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-30 11:59 UTC by niteblade
Modified: 2023-10-24 15:02 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description niteblade 2023-05-30 11:59:22 UTC
dev-python/pyside2-tools does not install tools required to actually develop using pyside2. From uic, rcc, and lupdate it only installs lupdate.

The other tools have been removed as an attempt to resolve this bug:
https://bugs.gentoo.org/show_bug.cgi?id=761748

If the conflicts of that bug still exist, please make a new package containing the development tools.

Reproducible: Always
Comment 1 Nowa Ammerlaan gentoo-dev 2023-05-30 18:22:02 UTC
It appears these are just symlinks to qtchooser, so there is no reason to install them (the same symlinks are installed by dev-qt/qtchooser)

andrew@andrew-gentoo-pc ~ % equery f pyside2-tools
* Searching for pyside2-tools ...
* Contents of dev-python/pyside2-tools-5.15.9-r1:
/usr
/usr/bin
/usr/bin/designer -> qtchooser
/usr/bin/pyside2-lupdate
/usr/bin/pyside_tool.py
/usr/bin/rcc -> qtchooser
/usr/bin/uic -> qtchooser
/usr/share
/usr/share/doc
/usr/share/doc/pyside2-tools-5.15.9-r1
/usr/share/doc/pyside2-tools-5.15.9-r1/README.md.bz2
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/pyside2-lupdate.1.bz2

The tools you are looking for are in /lib64/qt5/bin/. 

dev-qt/qtchooser provides convenience symlinks in /usr/bin