Re: [gentoo-user] /usr/bin/qtconfig is missing components

2018-07-23 Thread Franz Fellner
Just for fun: Open /usr/bin/emerge in a text editor and read the first 10 lines. Then run grep python-exec /usr/bin/* It basically is the same what qtchooser does: Forward a python script to the appropriate python version. 2018-07-23 13:20 GMT+03:00 Franz Fellner : > IMO the problem is that

Re: [gentoo-user] /usr/bin/qtconfig is missing components

2018-07-23 Thread Franz Fellner
IMO the problem is that qtchooser acts as one point to select ALL components for the default Qt, be it qt4 or qt5 (and possibly qt6 in 2020), without checking if the tool really exists. It just forwards the call to an execuatble with the same name inside the qt-installation's bin dir.

Re: [gentoo-user] /usr/bin/qtconfig is missing components

2018-07-23 Thread Mick
On Monday, 23 July 2018 10:09:38 BST Franz Fellner wrote: > Yeah, stupid qtchooser ;) > > qtconfig got dropped, use x11-misc/qt5ct instead. Thanks Franz, qtconfig used to be installed by default with Qt. I wonder why x11-misc/qt5ct isn't treated the same, especially as qtconfig is left on the

Re: [gentoo-user] /usr/bin/qtconfig is missing components

2018-07-23 Thread Mick
On Monday, 23 July 2018 10:01:18 BST Peter Humphrey wrote: > On Monday, 23 July 2018 09:19:05 BST Mick wrote: > > When I run /usr/bin/qtconfig it complains about a missing > > '/usr/lib64/qt5/bin/ qtconfig': > > > > $ /usr/bin/qtconfig > > qtconfig: could not exec '/usr/lib64/qt5/bin/qtconfig':

Re: [gentoo-user] /usr/bin/qtconfig is missing components

2018-07-23 Thread Franz Fellner
Yeah, stupid qtchooser ;) qtconfig got dropped, use x11-misc/qt5ct instead. 2018-07-23 12:02 GMT+03:00 Dale : > Mick wrote: > > When I run /usr/bin/qtconfig it complains about a missing > '/usr/lib64/qt5/bin/ > > qtconfig': > > > > $ /usr/bin/qtconfig > > qtconfig: could not exec

Re: [gentoo-user] /usr/bin/qtconfig is missing components

2018-07-23 Thread Dale
Mick wrote: > When I run /usr/bin/qtconfig it complains about a missing '/usr/lib64/qt5/bin/ > qtconfig': > > $ /usr/bin/qtconfig > qtconfig: could not exec '/usr/lib64/qt5/bin/qtconfig': No such file or > directory > > $ locate qtconfig > /usr/bin/qtconfig > > > Which package is responsible for

Re: [gentoo-user] /usr/bin/qtconfig is missing components

2018-07-23 Thread Peter Humphrey
On Monday, 23 July 2018 09:19:05 BST Mick wrote: > When I run /usr/bin/qtconfig it complains about a missing > '/usr/lib64/qt5/bin/ qtconfig': > > $ /usr/bin/qtconfig > qtconfig: could not exec '/usr/lib64/qt5/bin/qtconfig': No such file or > directory > > $ locate qtconfig > /usr/bin/qtconfig >

[gentoo-user] /usr/bin/qtconfig is missing components

2018-07-23 Thread Mick
When I run /usr/bin/qtconfig it complains about a missing '/usr/lib64/qt5/bin/ qtconfig': $ /usr/bin/qtconfig qtconfig: could not exec '/usr/lib64/qt5/bin/qtconfig': No such file or directory $ locate qtconfig /usr/bin/qtconfig Which package is responsible for it and how can I get it back?