Bug 155183 - gd-devel missing other -devel package requirements
Summary: gd-devel missing other -devel package requirements
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gd
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Phil Knirsch
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-04-17 19:20 UTC by Matthias Saou
Modified: 2015-03-05 01:14 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-04-17 22:25:06 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


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