Bug 172303 - make xconfig fails on -lqt on X86_64
Summary: make xconfig fails on -lqt on X86_64
Keywords:
Status: CLOSED DUPLICATE of bug 137926
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: rawhide
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-11-02 15:38 UTC by Sammy
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-11-04 21:26:56 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Sammy 2005-11-02 15:38:37 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.4; Linux; X11; en_US) KHTML/3.4.92 (like Gecko)

Description of problem:
When I do "make xconfig" either from the devel build tree or after from the BUILD 
directory source created by the src.rpm I get the following: 
======================================================== 
# make xconfig 
  HOSTCC  scripts/basic/fixdep 
  HOSTCC  scripts/basic/split-include 
  HOSTCC  scripts/basic/docproc 
  HOSTCC  scripts/kconfig/conf.o 
sed < scripts/kconfig/lkc_proto.h > scripts/kconfig/lkc_defs.h 's/P(\([^,]*\),.*/#define \1 
(\*\1_p)/' 
  HOSTCC  scripts/kconfig/kconfig_load.o 
  HOSTCC  scripts/kconfig/kxgettext.o 
  HOSTCC  scripts/kconfig/mconf.o 
  HOSTCC  scripts/kconfig/zconf.tab.o 
scripts/kconfig/zconf.tab.c:228:6: warning: "YYSTACK_USE_ALLOCA" is not defined 
scripts/kconfig/zconf.tab.c:852:5: warning: "YYMAXDEPTH" is not defined 
/usr/lib64/qt-3.3/bin/moc -i scripts/kconfig/qconf.h -o scripts/kconfig/qconf.moc 
  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 
========================================================== 
 
If I look into scripts/kconfig/.tmp_qtcheck the name and path are incorrect. The name 
should be qt-mt instead of qt and path should be /usr/lib64/qt-3.3/lib and not 
/usr/lib64/qt-3.3/lib/../lib64. 

Version-Release number of selected component (if applicable):
2.6.14-1.1635_FC5

How reproducible:
Always

Steps to Reproduce:
1. Install one of the latest kernel rpms on an x86_64 system 
2. go to kernel-devel tree and do "make xconfig" 
3. 
   

Additional info:

Comment 1 Dave Jones 2005-11-04 21:26:56 UTC

*** This bug has been marked as a duplicate of 137926 ***


Note You need to log in before you can comment on or make changes to this bug.