checking for qmake... no checking for Qt5 version of qmake... no configure: error: ophcrack requires Qt toolkit version 5. Please disable the GUI via '--disable-gui', or see http://www.trolltech.com/ to obtain it. ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_plasma-20201228-133206 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-10.2.0 * clang version 11.0.0 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/11/bin /usr/lib/llvm/11 11.0.0 Available Python interpreters, in order of preference: [1] python3.8 [2] python3.9 (fallback) [3] python2.7 (fallback) [4] pypy3 (fallback) Available Ruby profiles: [1] ruby25 (with Rubygems) [2] ruby26 (with Rubygems) [3] ruby27 (with Rubygems) * Available Rust versions: [1] rust-1.48.0 * The following VMs are available for generation-2: 1) IcedTea JDK 3.17.0 [icedtea-8] 2) OpenJDK 8.272_p10 [openjdk-8] *) AdoptOpenJDK 8.272_p10 [openjdk-bin-8] Available Java Virtual Machines: [1] icedtea-8 [2] openjdk-8 [3] openjdk-bin-8 system-vm The Glorious Glasgow Haskell Compilation System, version 8.8.4 timestamp(s) of HEAD at this tinderbox image: /var/db/repos/gentoo Wed Jan 13 01:35:14 AM UTC 2021 emerge -qpvO app-crypt/ophcrack [ebuild N ] app-crypt/ophcrack-3.8.0 USE="qt5 tables -debug -libressl"
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(-)