Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 117814 - Library dependency (with pkg-config)
Summary: Library dependency (with pkg-config)
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: qt
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks: FC2Blocker
TreeView+ depends on / blocked
 
Reported: 2004-03-08 21:32 UTC by Alexander Bussman
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-03-11 19:35:07 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Alexander Bussman 2004-03-08 21:32:56 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux) (KHTML, like Gecko)

Description of problem:
The file: /usr/lib/pkgconfig/qt-mt.pc is having a strange library in the list.
The Libs part should look like this:
Libs: -L/usr/lib/qt-3.2/lib -L/usr/X11R6/lib -L/usr/X11R6/lib -lmng -ljpeg -lpng -lz -lGL -lXmu -lXrender -lXrandr -lXcursor -lXinerama -lXft -lfreetype -lfontconfig -lXext -lX11 -lm -lSM -lICE -ldl -lpthread  

but it did look like this:
Libs: -L/usr/lib/qt-3.2/lib -l/qt-mt.pc -L/usr/X11R6/lib -L/usr/X11R6/lib -lmng -ljpeg -lpng -lz -lGL -lXmu -lXrender -lXrandr -lXcursor -lXinerama -lXft -lfreetype -lfontconfig -lXext -lX11 -lm -lSM -lICE -ldl -lpthread  

as you can see, the -l/qt-mt.pc really shouldn't be there.

Version-Release number of selected component (if applicable):
3.2.3-0.2

How reproducible:
Always

Steps to Reproduce:
1.Install qt-devel-3.2.3-0.2
2.Run pkg-config qt-mt --libs
3.Look
    

Actual Results:  You will see -l/qt-mt.pc as a library.

Expected Results:  -l/qt-mt.pc should not be there

Additional info:

Comment 1 Than Ngo 2004-03-11 19:35:07 UTC
it's already fixed in 3.3.1 that is available in rawhide


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