Summary: | app-crypt/ophcrack-3.8.0: checking for Qt5 version of qmake... no | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 544108 | ||
Attachments: |
emerge-info.txt
app-crypt:ophcrack-3.8.0:20210113-035247.log emerge-history.txt environment etc.portage.tar.bz2 logs.tar.bz2 temp.tar.bz2 |
Description
Toralf Förster
![]() Created attachment 682675 [details]
emerge-info.txt
Created attachment 682678 [details]
app-crypt:ophcrack-3.8.0:20210113-035247.log
Created attachment 682681 [details]
emerge-history.txt
Created attachment 682684 [details]
environment
Created attachment 682687 [details]
etc.portage.tar.bz2
Created attachment 682690 [details]
logs.tar.bz2
Created attachment 682693 [details]
temp.tar.bz2
It should be noted that in preparation of removal of dev-qt/qtchooser this bug occurs on an image without this package installed thus lacking the link inside $PATH to the respective Qt5 binary. The ebuild should inject the correct path to qmake using qmake-utils.eclass. This is probably all it needs:
> export ax_cv_path_QMAKE5=$(qt5_get_bindir)/qmake
Adding > export ax_cv_path_QMAKE5=$(qt5_get_bindir)/qmake breaks the build on my system. Seemingly ${QMAKE5} isn't properly set if that variable alone is set. Since I can't reproduce the error myself, I'd need someone to check whether > export QMAKE5="$(qt5_get_bindir)/qmake" would solve the problem (since that does compile)? You can reproduce it by `emerge -C dev-qt/qtchooser`. Apparently no longer in progress. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbf6d64174136c982cfb0beaeddf07bf255bf61 commit 8fbf6d64174136c982cfb0beaeddf07bf255bf61 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-06-02 02:59:29 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-06-02 03:00:00 +0000 app-crypt/ophcrack: fix finding qmake Closes: https://bugs.gentoo.org/765229 Signed-off-by: Sam James <sam@gentoo.org> app-crypt/ophcrack/ophcrack-3.8.0.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) |