Problème compilation kerrnel

Bonjour,
En esseyant de reconpiler le noyau de ma Debian Jessie (en suivant ce tuto: https://www.debian.org/releases/stable/i386/ch08s06.html.fr)

j’ai cette erreur

[code]root@leninelenine:/usr/src# cd linux-source-4.2/
root@leninelenine:/usr/src/linux-source-4.2# make xconfig
HOSTCC scripts/basic/fixdep
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.
  • SHIPPED scripts/kconfig/zconf.tab.c
    SHIPPED scripts/kconfig/zconf.lex.c
    SHIPPED scripts/kconfig/zconf.hash.c
    HOSTCC scripts/kconfig/zconf.tab.o
    make[1]: *** No rule to make target ‘scripts/kconfig/.tmp_qtcheck’, needed by ‘scripts/kconfig/qconf.o’. Arrêt.
    Makefile:533: recipe for target ‘xconfig’ failed
    make: *** [xconfig] Error 2
    root@leninelenine:/usr/src/linux-source-4.2# [/code]

Pouvez vous m’aider à résoudre ce problème s’il vous plait?

qt4-qmake est-il installé ?

Si xconfig coince essayer une autre voie. Il y a d’autres moyens que xconfig pour obtenir .config , par exemple [mono]menuconfig[/mono], config en menu, tel qu’indiqué dans le tuto suivi.

$ make help

Configuration targets: config - Update current config utilising a line-oriented program nconfig - Update current config utilising a ncurses menu based program menuconfig - Update current config utilising a menu based program xconfig - Update current config utilising a Qt based front-end gconfig - Update current config utilising a GTK+ based front-end oldconfig - Update current config utilising a provided .config as base localmodconfig - Update current config disabling modules not loaded localyesconfig - Update current config converting local mods to core silentoldconfig - Same as oldconfig, but quietly, additionally update deps defconfig - New config with default from ARCH supplied defconfig savedefconfig - Save current config as ./defconfig (minimal config) allnoconfig - New config where all options are answered with no allyesconfig - New config where all options are accepted with yes allmodconfig - New config selecting modules when possible alldefconfig - New config with all symbols set to default randconfig - New config with random answer to all options listnewconfig - List new options olddefconfig - Same as silentoldconfig but sets new symbols to their default value kvmconfig - Enable additional options for kvm guest kernel support xenconfig - Enable additional options for xen dom0 and guest kernel support tinyconfig - Configure the tiniest possible kernel

Bonjour,
J’ai X11 qui est déja installé, et configuré, j’ai aussi installé qt4-make, mais j’ai quand même ça:

[code] HOSTCC scripts/basic/fixdep
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.
  • SHIPPED scripts/kconfig/zconf.tab.c
    SHIPPED scripts/kconfig/zconf.lex.c
    SHIPPED scripts/kconfig/zconf.hash.c
    HOSTCC scripts/kconfig/zconf.tab.o
    make[1]: *** No rule to make target ‘scripts/kconfig/.tmp_qtcheck’, needed by ‘scripts/kconfig/qconf.o’. Arrêt.
    Makefile:533: recipe for target ‘xconfig’ failed
    make: *** [xconfig] Error 2
    [/code]

Merci

pkg-config est-il installé ?
qt4-dev-tools, installe le.
Puis, si /usr/share/qt4 existe, fait avant les commandes de compilation: export QTDIR=/usr/share/qt4, puis lance tes commandes de compilation.

Sinon, je sais pas.