Ich habe leider eine kleines Problem beim erstellen eines Debianpaketes für das aktuelle nmap 4.20.
Ich habe die Sourcen runtergeladen und wie gewohnt eintpackt. Wie immer
Code: Alles auswählen
dh_make
Code: Alles auswählen
dpkg-builpackage
Code: Alles auswählen
make[1]: Entering directory `/tmp/nmap-4.20/nmapfe'
i386-linux-gcc -Wall -g -O2 -I../nbase -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DMISSING_GTK=1 -DLINUX=1 -DPCAP_TIMEOUT_IGNORED=1 -DVERSION=\"4.20\" -DHAVE_CONFIG_H=1 -I. -c nmapfe.c
nmapfe.c:114:2: #error "Your system does not appear to have GTK (www.gtk.org) installed. Thus the Nmap X Front End will not compile. You should still be able to use Nmap the normal way (via text console). GUIs are for wimps anyway :)"
make[1]: *** [nmapfe.o] Error 1
make[1]: Leaving directory `/tmp/nmap-4.20/nmapfe'
make: *** [nmapfe/nmapfe] Error 2
Ich weiss das kein GTK installiert ist, bringt mir auch nichts, da es eh ein reines Konsolen-System ist. Deswegen würde mir eine grafische Oberfläche auch nichts bringen. Kann ich dem dpkg-buildpackage nicht klar machen das er nach dem Fehler nicht abbrechen soll?
MfG,
toberkel