Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 941242 - qt5-build.eclass: qt5_symlink_binary_to_path makes link to double prefix
Summary: qt5-build.eclass: qt5_symlink_binary_to_path makes link to double prefix
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-10 14:05 UTC by hsk17
Modified: 2024-10-12 15:46 UTC (History)
0 users

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 hsk17 2024-10-10 14:05:16 UTC
currently, emerging dev-qt/qtcore in prefix installs wrong qmake5 link:

QA Notice: Symbolic link /opt/prefix/usr/bin/qmake5 points to /opt/prefix/opt/prefix/usr/lib/qt5/bin/qmake which does not exist.

to fix this, in qt5-build.eclass the dosym in qt5_symlink_binary_to_path() should be:

dosym -r "/${QT5_BINDIR#${EPREFIX}}"/${1} /usr/bin/${1}${2}