/usr/bin/gdlib-config and /usr/lib*/pkgconfig/gdlib.pc contain hardwired references to -lfontconfig, but fontconfig-devel is not in the dependency chain. Fix: add "Requires: fontconfig-devel" to gd-devel
According to the spec file, gd already requires fontconfig-devel. So closing this as notabug.
Nope, gd just BuildRequires fontconfig-devel, at least in the version I can access through FC CVS. We need a *install time* (not build time) dependency on fontconfig-devel in *gd-devel* (not gd), ie. the patch below: diff -u -r1.35 gd.spec --- gd.spec 19 Jul 2006 07:58:46 -0000 1.35 +++ gd.spec 12 Sep 2006 17:32:41 -0000 @@ -42,7 +42,7 @@ Group: Development/Libraries Requires: gd = %{version}-%{release} Requires: libX11-devel, libXpm-devel, libjpeg-devel, freetype-devel -Requires: libpng-devel, zlib-devel +Requires: libpng-devel, zlib-devel, fontconfig-devel %description devel The gd-devel package contains the development libraries and header
Oops. My apologies. Fixed in version gd-2.0.33-9.3.fc6