Control: tag -1 patch pending upstream

Julien Cristau <jcris...@debian.org> (2013-12-17):
> Source: graphicsmagick
> Version: 1.3.16-1.2
> Severity: serious
> Justification: fails to build from source (but built successfully in the past)
> Control: block 717923 with -1
> 
> Hi,
> 
> your package FTBFS in sid, see the build logs at
> https://buildd.debian.org/status/package.php?p=graphicsmagick

Hi,

another fallout from freetype's going crazy… Freetype support gets
disabled, a different code path is hit, and kaboom; see changelog
entry in the attached patch for a detailed explanation.

Laszlo, I'll be uploading a fixed package to DELAYED/2. Please let
me know if I should reschedule it to DELAYED/0 or DELAYED/some-more.

Mraw,
KiBi.
diff -u graphicsmagick-1.3.16/configure graphicsmagick-1.3.16/configure
--- graphicsmagick-1.3.16/configure
+++ graphicsmagick-1.3.16/configure
@@ -27030,7 +27030,7 @@
 fi
 
 
-    ac_fn_c_check_header_compile "$LINENO" "freetype/freetype.h" "ac_cv_header_freetype_freetype_h" "$FT2BUILD_H
+    ac_fn_c_check_header_compile "$LINENO" "freetype.h" "ac_cv_header_freetype_freetype_h" "$FT2BUILD_H
 "
 if test "x$ac_cv_header_freetype_freetype_h" = xyes; then :
   have_freetype_h='yes'
diff -u graphicsmagick-1.3.16/debian/changelog graphicsmagick-1.3.16/debian/changelog
--- graphicsmagick-1.3.16/debian/changelog
+++ graphicsmagick-1.3.16/debian/changelog
@@ -1,3 +1,17 @@
+graphicsmagick (1.3.16-1.3) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix FTBFS due to perl test failures (in t/ps/read.t). The failure
+    happens when calling GetTypeMetrics from the label code, which was
+    a nice hint in the direction of freetype. And indeed, since they
+    started shipping their headers in a different location (without the
+    freetype/ part), graphicsmagick's configure script fails to find a
+    complete freetype package. Fix that by patching configure directly;
+    reconfiguring leads to linking issues (missing DSO on the command
+    line). (Closes: #732406)
+
+ -- Cyril Brulebois <k...@debian.org>  Tue, 17 Dec 2013 20:06:54 +0000
+
 graphicsmagick (1.3.16-1.2) unstable; urgency=low
 
   * Non-maintainer upload.

Attachment: signature.asc
Description: Digital signature

Reply via email to