Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 13 Feb 2021 19:21:49 +0100
From: harrim4n <harrim4n@...rim4n.com>
To: john-users@...ts.openwall.com
Subject: Re: Compiling Johnny on Debian Buster fails

Did you make sure to install all required dependencies?
See https://github.com/openwall/johnny/blob/master/INSTALL for a list.
At first glance it looks like you're missing qtbase5-dev.

On 13.02.21 10:29, Elrippo wrote:
> Dear all,
>
> hopefully you can point in the right direction.
> Trying to compile Johnny on Debian Buster with errors and i do not know, how to solve this.
>
> make -j$(nproc)
> g++ -c -m64 -pipe -O2 -D_REENTRANT -Wall -W -DAPP_VERSION=\"2.2\" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -I. -I. -o main.o src/main.cpp
> g++ -c -m64 -pipe -O2 -D_REENTRANT -Wall -W -DAPP_VERSION=\"2.2\" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -I. -I. -o mainwindow.o src/mainwindow.cpp
> g++ -c -m64 -pipe -O2 -D_REENTRANT -Wall -W -DAPP_VERSION=\"2.2\" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -I. -I. -o translator.o src/translator.cpp
> g++ -c -m64 -pipe -O2 -D_REENTRANT -Wall -W -DAPP_VERSION=\"2.2\" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -I. -I. -o johnprocess.o src/johnprocess.cpp
> g++ -c -m64 -pipe -O2 -D_REENTRANT -Wall -W -DAPP_VERSION=\"2.2\" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -I. -I. -o hashtypechecker.o src/hashtypechecker.cpp
> g++ -c -m64 -pipe -O2 -D_REENTRANT -Wall -W -DAPP_VERSION=\"2.2\" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -I. -I. -o textlabel.o src/textlabel.cpp
> g++ -c -m64 -pipe -O2 -D_REENTRANT -Wall -W -DAPP_VERSION=\"2.2\" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -I. -I. -o johnhandler.o src/johnhandler.cpp
> g++ -c -m64 -pipe -O2 -D_REENTRANT -Wall -W -DAPP_VERSION=\"2.2\" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -I. -I. -o johnattack.o src/johnattack.cpp
> g++ -c -m64 -pipe -O2 -D_REENTRANT -Wall -W -DAPP_VERSION=\"2.2\" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -I. -I. -o menu.o src/menu.cpp
> g++ -c -m64 -pipe -O2 -D_REENTRANT -Wall -W -DAPP_VERSION=\"2.2\" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -I. -I. -o tabwidget.o src/tabwidget.cpp
> g++ -c -m64 -pipe -O2 -D_REENTRANT -Wall -W -DAPP_VERSION=\"2.2\" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -I. -I. -o johnsession.o src/johnsession.cpp
> In file included from src/translator.cpp:8:0:
> src/translator.h:11:10: fatal error: QTranslator: Datei oder Verzeichnis nicht gefunden
> #include <QTranslator>
> ^~~~~~~~~~~~~
> compilation terminated.
> In file included from src/mainwindow.h:11:0,
> from src/main.cpp:8:
> src/johnprocess.h:11:10: fatal error: QtGlobal: Datei oder Verzeichnis nicht gefunden
> #include <QtGlobal> // to define Q_OS_
> ^~~~~~~~~~
> compilation terminated.
> In file included from src/mainwindow.h:11:0,
> from src/mainwindow.cpp:8:
> src/johnprocess.h:11:10: fatal error: QtGlobal: Datei oder Verzeichnis nicht gefunden
> #include <QtGlobal> // to define Q_OS_
> ^~~~~~~~~~
> compilation terminated.
> In file included from src/johnprocess.cpp:8:0:
> src/johnprocess.h:11:10: fatal error: QtGlobal: Datei oder Verzeichnis nicht gefunden
> #include <QtGlobal> // to define Q_OS_
> ^~~~~~~~~~
> compilation terminated.
> In file included from src/textlabel.cpp:8:0:
> src/textlabel.h:11:10: fatal error: QLabel: Datei oder Verzeichnis nicht gefunden
> #include <QLabel>
> ^~~~~~~~
> compilation terminated.
> In file included from src/johnhandler.h:11:0,
> from src/johnhandler.cpp:7:
> src/johnprocess.h:11:10: fatal error: QtGlobal: Datei oder Verzeichnis nicht gefunden
> #include <QtGlobal> // to define Q_OS_
> ^~~~~~~~~~
> g++ -c -m64 -pipe -O2 -D_REENTRANT -Wall -W -DAPP_VERSION=\"2.2\" -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -I. -I. -o hashsortfilterproxymodel.o src/hashsortfilterproxymodel.cpp
> compilation terminated.
> make: *** [Makefile:350: main.o] Fehler 1
> make: *** Es wird auf noch nicht beendete Prozesse gewartet....
> make: *** [Makefile:366: mainwindow.o] Fehler 1
> make: *** [Makefile:369: translator.o] Fehler 1
> make: *** [Makefile:372: johnprocess.o] Fehler 1
> make: *** [Makefile:380: textlabel.o] Fehler 1
> make: *** [Makefile:384: johnhandler.o] Fehler 1
> In file included from src/johnhandler.h:11:0,
> from src/johnattack.h:11,
> from src/johnattack.cpp:8:
> src/johnprocess.h:11:10: fatal error: QtGlobal: Datei oder Verzeichnis nicht gefunden
> #include <QtGlobal> // to define Q_OS_
> ^~~~~~~~~~
> In file included from src/menu.cpp:8:0:
> src/menu.h:11:10: fatal error: QMenu: Datei oder Verzeichnis nicht gefunden
> #include <QMenu>
> ^~~~~~~
> compilation terminated.
> compilation terminated.
> In file included from src/tabwidget.cpp:8:0:
> src/tabwidget.h:11:10: fatal error: QTabWidget: Datei oder Verzeichnis nicht gefunden
> #include <QTabWidget>
> ^~~~~~~~~~~~
> compilation terminated.
> In file included from src/johnhandler.h:11:0,
> from src/hashtypechecker.h:11,
> from src/hashtypechecker.cpp:8:
> src/johnprocess.h:11:10: fatal error: QtGlobal: Datei oder Verzeichnis nicht gefunden
> #include <QtGlobal> // to define Q_OS_
> ^~~~~~~~~~
> compilation terminated.
> make: *** [Makefile:392: menu.o] Fehler 1
> make: *** [Makefile:389: johnattack.o] Fehler 1
> In file included from src/hashsortfilterproxymodel.cpp:8:0:
> src/hashsortfilterproxymodel.h:11:10: fatal error: QSortFilterProxyModel: Datei oder Verzeichnis nicht gefunden
> #include <QSortFilterProxyModel>
> ^~~~~~~~~~~~~~~~~~~~~~~
> compilation terminated.
> make: *** [Makefile:377: hashtypechecker.o] Fehler 1
> In file included from src/johnsession.cpp:8:0:
> src/johnsession.h:11:10: fatal error: QString: Datei oder Verzeichnis nicht gefunden
> #include <QString>
> ^~~~~~~~~
> compilation terminated.
> make: *** [Makefile:395: tabwidget.o] Fehler 1
> make: *** [Makefile:405: hashsortfilterproxymodel.o] Fehler 1
> make: *** [Makefile:398: johnsession.o] Fehler 1
>
> -----BEGIN PGP PUBLIC KEY BLOCK-----
>
> mQENBFqs/74BCACq2DIcTrnXhSQL7ndUnp0pU19mrqUhZN2p6Tjadgq5aRIQITVb
>
> oDCZokSQYt1ERGgi53V3dVY3+5AHmYIGew7+868hE413hI0S509ooDLbbyaPAmKA
>
> 8ZL2YBdCeZfpytds3w6MQd1giFi4S5qIyZKxLJLC27NOXa648ijleWiziU0/r5q5
>
> 72w/ZW8JuZXEr5yJ94iNVqN96i/cdugSgbHhoW5qa9b6GsgjL7QVZk86dfQpU7fy
>
> wpCIVj2DOXBswm8F32gwPZIUEVRSGlQx2KvjiHT3N47/WHkKM3jXQvavN4nh0TK7
>
> Ph3LAaNgMenEsin6KWVxCaMQF6Df1lvu/9QzABEBAAG0HWVscmlwcG9AcG0ubWUg
>
> PGVscmlwcG9AcG0ubWU+iQE1BBABCAApBQJarP++BgsJBwgDAgkQGj4YfL2hI2sE
>
> FQgKAgMWAgECGQECGwMCHgEAAMoGB/4q4oyqXCap4ExVQ4X5f0s3spSZl5ogprnM
>
> XxoGRmSD++w6RZPqf0Qcot0xiW5VHor2fnreDB+1xIP8p31vsRim90d0wmertrPf
>
> LBkhEVx80PQpjoYXSZ5UyyuuJf1uRGq7Blk2OnXP7JG6KpyibMnktTbVjObVclfi
>
> 61neU1hL89Kho+rhTfzSJeyNNDBlXz2NhSl0WIw2JYauvRs53cYbIk1Su1B9Z1PW
>
> 0+Q6vZNf63yX2BEuUdtcfequFU564uxjyRbsc4swGFF7fyB6Pj5CcGIS/LTpXKTj
>
> a6mgXWXzRmcaVR6j0Zl41LbZIcFl6MbnENJ0f+yoh+mFG80hyo+5uQENBFqs/74B
>
> CAC8OG/1sNSTXzngK98j+HkfYWtYGaQ4iWnoGGN+TznI7CweugnJohBdjtvhwuA3
>
> /HlmMI+EnM2TzyCnK+fZKQ/l5/J7xVrspPAjlfuZzgR0HhQBnbq15itlSyQGPcm9
>
> wIs9qQhvjm7Wj1oLGstNhUaUilJd5m9FmEDTk05OWXDhSBtSq38Qg/ZVx8M24JHP
>
> akV9ShEh0f6E/XdOx0vYMF3VhS/JfM52Tyk7n4lEtdPoc6OpoI0260VjNhFC3+zB
>
> 4nFudsfi1XybETAoMXFa4A+U3EZdtb6lZVVILIVdoOaeS+UtnL3Pe81DOeQbZYFU
>
> 79gCZk3+HtdCen0M+byh9C6HABEBAAGJAR8EGAEIABMFAlqs/74JEBo+GHy9oSNr
>
> AhsMAABHiAgAl9bEElb/N1mWYqbYoG52n/nO/oQKpqxzXxDqcA20UdWy7RgvkXIS
>
> NyMNrrniOzFHb9e1PZRPe4aKvoB5h+M0e3dnZpjAlEHKxzWpqjJp9gMOaBkZCG/+
>
> ZVxUD6S+paKg7dNy0Ohsc/IS5V4HcBa6QiEpOoTPz4rBl/mzrreSAStj+1L1hYl5
>
> r2uxwsLXJWhNLZdQHDb1v+IdIQB5yHRG7nMuU1KK95ZyIXg6g3eN2k6lCLsfyR5s
>
> Rml8Y/TMdp8Quf6suvB18PsGJz8Y6deJs6sg0yXqkQ4ZE51aF9ApvqbI95cCOeTm
>
> Gm4A25orGfoU3hBsFi6ZKkrPiMfBcqc6og==
>
> =fClJ
>
> -----END PGP PUBLIC KEY BLOCK-----


Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.