Bug 155183

Summary: gd-devel missing other -devel package requirements
Product: [Fedora] Fedora Reporter: Matthias Saou <matthias>
Component: gdAssignee: Phil Knirsch <pknirsch>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-17 22:25:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Matthias Saou 2005-04-17 19:20:09 UTC
While trying to recompile a package that pulled in "gd-devel" as a build
requirement, I got a compile error about -ljpeg missing. After checking, I see
that gd is linked against many libraries, but that its devel package doesn't
require their devel packages in turn as it should :

$ /usr/bin/gdlib-config --libs
-lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz -lm

$ rpm -qp --requires gd-devel-2.0.33-1.i386.rpm
/bin/sh
gd = 2.0.33-1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1

From the output above, the devel package should also have :
Requires: xorg-x11-devel, libjpeg-devel, freetype-devel, libpng-devel, zlib-devel

Comment 1 Warren Togami 2005-04-17 22:25:06 UTC
thanks thias