From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20050921 Red Hat/1.0.7-1.4.1 Firefox/1.0.7 Description of problem: Make xconfig and make gconfig will not complete when trying to configure or a kernel recompile. This is from a standard install of ES 4.0 for x86_64. Version-Release number of selected component (if applicable): kernel-2.6.9-22.0.1.EL.src.rpm How reproducible: Always Steps to Reproduce: 1. install rh EP 4.0 x86_64 2. Install kernel source 3. rpmbuild --bp --target=x86_64 kernel-2.6.spec 4. use either make xconfig or make gconfig Actual Results: make xconfig stops with: $ make xconfig HOSTCC -fPIC scripts/kconfig/zconf.tab.o HOSTLLD -shared scripts/kconfig/libkconfig.so HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/kconfig_load.o HOSTCC scripts/kconfig/mconf.o HOSTCXX scripts/kconfig/qconf.o HOSTLD scripts/kconfig/qconf /usr/bin/ld: cannot find -lqt collect2: ld returned 1 exit status make[1]: *** [scripts/kconfig/qconf] Error 1 make: *** [xconfig] Error 2 and make gconfig stops with: make gconfig * * Unable to find the GTK+ installation. Please make sure that * the GTK+ 2.0 development package is correctly installed... * You need gtk+-2.0, glib-2.0 and libglade-2.0. * make[1]: *** [scripts/kconfig/.tmp_gtkcheck] Error 1 make: *** [gconfig] Error 2 Expected Results: the kernel xconfig or gconfig tool should start Additional info:
I don't see a problem. Install needed packages.
What am I maissing? The following qt libraries are installed: qt-config-3.3.3-9.3 qt-devel-3.3.3-9.3 qt-3.3.3-9.3 qt-3.3.3-9.3 see also attached complete list.
Created attachment 122319 [details] List of rpm's installed.
Regarding gconfig: you are missing libglade2-devel
*** This bug has been marked as a duplicate of 170658 ***
Carrying over acks from 170658.