Opened 5 years ago
Last modified 5 years ago
#60071 new defect
ophcrack +gui install fails
Reported by: | TheLastLovemark | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | ||
Port: | ophcrack |
Description
checking for qmake-qt5... no checking for qmake5... no 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. Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_security_ophcrack/ophcrack/work/ophcrack-3.8.0" && ./configure --prefix=/opt/local --with-libexpat=/opt/local --with-libssl=/opt/local --with-libqt4=/opt/local/libexec/qt5 Exit code: 1 Error: Failed to configure ophcrack, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_security_ophcrack/ophcrack/work/ophcrack-3.8.0/config.log Error: Failed to configure ophcrack: configure failure: command execution failed DEBUG: Error code: NONE DEBUG: Backtrace: configure failure: command execution failed while executing "$procedure $targetname" Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_security_ophcrack/ophcrack/main.log for details. Error: Follow https://guide.macports.org/#project.tickets to report a bug. Error: Processing of port ophcrack failed
$ port search qmake No match for qmake found $ port search qmake5 No match for qmake5 found $ port search qmake-qt5 No match for qmake-qt5 found $ port search qt5-qmake No match for qt5-qmake found
Not sure wich qt5 modules need to be installed.
$ port installed qt5-* The following ports are currently installed: qt5-qtbase @5.14.1_0+debug+examples+openssl (active) qt5-qtcharts @5.14.1_0 (active) qt5-qtdeclarative @5.14.1_0+examples+tests (active) qt5-qtmacextras @5.14.1_0+debug (active) qt5-qtmultimedia @5.14.1_0 (active) qt5-qtsvg @5.14.1_0+debug (active) qt5-qttools @5.14.1_0 (active) qt5-qttranslations @5.14.1_0 (active) qt5-sqlite-plugin @5.14.1_0 (active)
main and config attached
Attachments (3)
Change History (6)
Changed 5 years ago by TheLastLovemark
Attachment: | ophcrack+gui_config.log added |
---|
Changed 5 years ago by TheLastLovemark
Attachment: | ophcrack+gui_main.log added |
---|
Changed 5 years ago by jmroot (Joshua Root)
Attachment: | Portfile.patch added |
---|
comment:1 Changed 5 years ago by jmroot (Joshua Root)
comment:3 Changed 5 years ago by kencu (Ken)
well the easiest thing to do, probably, is to just edit the file with your favourite editor, eg: bbedit `port file ophcrack`
and make the changes Josh outlined in the Portfile by hand. then save your changes and install your port. It's no harder than buying something on Amazon with your credit card.
It truly doesn't get a whole lot easier than that, but If that is beyond your skill set, then you're out of luck until someone does it for you.
Note: See
TracTickets for help on using
tickets.
Try that.