Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 765229 - app-crypt/ophcrack-3.8.0: checking for Qt5 version of qmake... no
Summary: app-crypt/ophcrack-3.8.0: checking for Qt5 version of qmake... no
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qtbindir
  Show dependency tree
 
Reported: 2021-01-13 16:04 UTC by Toralf Förster
Modified: 2022-06-02 03:00 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.80 KB, text/plain)
2021-01-13 16:04 UTC, Toralf Förster
Details
app-crypt:ophcrack-3.8.0:20210113-035247.log (app-crypt:ophcrack-3.8.0:20210113-035247.log,5.90 KB, text/plain)
2021-01-13 16:04 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,461.49 KB, text/plain)
2021-01-13 16:04 UTC, Toralf Förster
Details
environment (environment,64.81 KB, text/plain)
2021-01-13 16:04 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,24.17 KB, application/x-bzip)
2021-01-13 16:04 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,7.57 KB, application/x-bzip)
2021-01-13 16:04 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,17.08 KB, application/x-bzip)
2021-01-13 16:04 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2021-01-13 16:04:08 UTC
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"
Comment 1 Toralf Förster gentoo-dev 2021-01-13 16:04:10 UTC
Created attachment 682675 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-01-13 16:04:11 UTC
Created attachment 682678 [details]
app-crypt:ophcrack-3.8.0:20210113-035247.log
Comment 3 Toralf Förster gentoo-dev 2021-01-13 16:04:12 UTC
Created attachment 682681 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-01-13 16:04:14 UTC
Created attachment 682684 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-01-13 16:04:15 UTC
Created attachment 682687 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-01-13 16:04:16 UTC
Created attachment 682690 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-01-13 16:04:17 UTC
Created attachment 682693 [details]
temp.tar.bz2
Comment 8 Andreas Sturmlechner gentoo-dev 2021-01-13 19:17:12 UTC
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.
Comment 9 Andreas Sturmlechner gentoo-dev 2021-01-13 19:43:43 UTC
This is probably all it needs:

> export ax_cv_path_QMAKE5=$(qt5_get_bindir)/qmake
Comment 10 Mike Auty (RETIRED) gentoo-dev 2021-02-14 18:43:53 UTC
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)?
Comment 11 Andreas Sturmlechner gentoo-dev 2021-02-16 09:07:56 UTC
You can reproduce it by `emerge -C dev-qt/qtchooser`.
Comment 12 Andreas Sturmlechner gentoo-dev 2022-03-31 09:38:57 UTC
Apparently no longer in progress.
Comment 13 Larry the Git Cow gentoo-dev 2022-06-02 03:00:06 UTC
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(-)