web-dev-qa-db-fra.com

impossible d'exécuter make lors de l'installation du noyau 3.3.6

desktop:~/Desktop/linux-3.3.6$ make xconfig
make[1]: Warning: File `scripts/kconfig/.zconf.tab.o.cmd' has modification time 1.7e+04 s in the future
  CHECK   qt
* Unable to find the QT4 tool qmake. Trying to use QT3
*
* Unable to find any QT installation. Please make sure that
* the QT4 or QT3 development package is correctly installed and
* either qmake can be found or install pkg-config or set
* the QTDIR environment variable to the correct location.
*
make[1]: *** No rule to make target `scripts/kconfig/.tmp_qtcheck', needed by `scripts/kconfig/qconf.o'.  Stop.
make: *** [xconfig] Error 2

quand j'ai essayé d'installer qt4-qmake par le biais du gestionnaire synaptic; une erreur s'affiche en indiquant que tz_data not found.

2
user277442

Véritable solution simple:

apt-get install qt4-qmake libqt4-dev

Il installera également un certain nombre d'autres fichiers. Il suffit de dire Y. Bonne compilation du noyau!

3
Joel Frese