| Summary: | make xconfig fails w/kernel 2.6.10 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Peter Hyman <pete4abw> |
| Component: | [OLD] Core system | Assignee: | Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Peter Hyman
2005-02-14 07:14:41 UTC
Some more info. 1) I DID upgrade from gcc 3.3.4 to 3.3.5 2) Did run fix_libtool_files.sh 3.3.4 3) Did make clean in /usr/src/linux 4) Did make xconfig --- received numerous errors about .h files not found. eg. root@mars /usr/src/linux # make xconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/split-include HOSTCC scripts/basic/docproc HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/kconfig_load.o HOSTCC scripts/kconfig/mconf.o HOSTCC scripts/kconfig/zconf.tab.o HOSTCXX scripts/kconfig/qconf.o scripts/kconfig/qconf.cc:6:26: qapplication.h: No such file or directory scripts/kconfig/qconf.cc:7:25: qmainwindow.h: No such file or directory scripts/kconfig/qconf.cc:8:22: qtoolbar.h: No such file or directory scripts/kconfig/qconf.cc:9:19: qvbox.h: No such file or directory scripts/kconfig/qconf.cc:10:23: qsplitter.h: No such file or directory 5) Did export CPLUS_INCLUDE_PATH="/usr/qt/3/include" 6) Did make xconfig again 7) received same original error: root@mars /usr/src/linux # make clean CLEAN init CLEAN usr CLEAN .tmp_versions CLEAN include/asm-i386/asm_offsets.h root@mars /usr/src/linux # make xconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/split-include HOSTCC scripts/basic/docproc HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/kconfig_load.o HOSTCC scripts/kconfig/mconf.o HOSTCC scripts/kconfig/zconf.tab.o HOSTCXX scripts/kconfig/qconf.o HOSTLD scripts/kconfig/qconf /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lqt-mt collect2: ld returned 1 exit status make[1]: *** [scripts/kconfig/qconf] Error 1 make: *** [xconfig] Error 2 Hope this information is helpful. Again, make menuconfig is fine, make gconfig is fine. Please run "make clean" then post the output of: KBUILD_VERBOSE=1 make xconfig And don't bother with the CPLUS_INCLUDE_PATH - this should work out of the box. works a/o kernel 2.6.11.x Thought I marked this as fixed already. Thx |