Package: graphviz
Version: 2.26.3-8
Severity: important
Tags: patch

Hello,

graphviz now FTBFS on hurd-i386 due to an unfortunate combination of
multiarch support and missing libtool fixes.  I have already submitted
the change to libtool upstream & debian, attached is the missing bit in
the libtool script, could you apply it?

Thanks,
Samuel

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.4 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages graphviz depends on:
ii  libc6       2.13-21          
ii  libcdt4     2.26.3-7         
ii  libcgraph5  2.26.3-7         
ii  libexpat1   2.0.1-7          
ii  libgd2-xpm  2.0.36~rc1~dfsg-6
ii  libgraph4   2.26.3-7         
ii  libgvc5     2.26.3-7         
ii  libgvpr1    2.26.3-7         
ii  libx11-6    2:1.4.4-2        
ii  libxaw7     2:1.0.9-3        
ii  libxmu6     2:1.1.0-3        
ii  libxt6      1:1.1.1-2        

Versions of packages graphviz recommends:
ii  fonts-liberation [ttf-liberation]  1.07.0-2
ii  ttf-liberation                     1.07.0-2

Versions of packages graphviz suggests:
ii  graphviz-doc  <none>                      
ii  gsfonts       1:8.11+urwcyr1.0.7~pre44-4.2

-- no debconf information

-- 
Samuel Thibault <samuel.thiba...@fnac.net>
> X..., c'est un millefeuille avec une couche de crème patissière, une
> de sauce tomate et une de crème d'anchois... Mais c'est vrai que
> c'est un système ouvert: tu peux y rajouter des pépites de chocolat...
-+- Ol in Guide du linuxien pervers - "Remettez m'en une couche !" -+-
--- graphviz-2.26.3/m4/libtool.m4       2010-01-26 17:00:58.000000000 +0100
+++ graphviz-2.26.3/m4/libtool.m4       2011-11-12 15:20:27.000000000 +0100
@@ -2334,16 +2334,6 @@
   esac
   ;;
 
-gnu*)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  hardcode_into_libs=yes
-  ;;
-
 hpux9* | hpux10* | hpux11*)
   # Give a soname corresponding to the major version so that dld.sl refuses to
   # link against other versions.
@@ -2445,7 +2435,7 @@
   ;;
 
 # This must be Linux ELF.
-linux* | k*bsd*-gnu)
+linux* | k*bsd*-gnu | gnu*)
   version_type=linux
   need_lib_prefix=no
   need_version=no
@@ -3037,10 +3027,6 @@
   fi
   ;;
 
-gnu*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
 hpux10.20* | hpux11*)
   lt_cv_file_magic_cmd=/usr/bin/file
   case $host_cpu in
@@ -3075,7 +3061,7 @@
   ;;
 
 # This must be Linux ELF.
-linux* | k*bsd*-gnu)
+linux* | k*bsd*-gnu | gnu*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 

Reply via email to