Package: gimp
Version: 2.8.0-2
Severity: important
Tags: patch
Hello,
libgimpui-2.0.so contains a spurious rpath to /usr/lib/i386-gnu on
hurd-i386. This makes packages using it fail at link. This is fixed in
upstream libtool, and gimp just needs to be updated. Could you apply the
attached patch to update just the needed bits?
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 gimp depends on:
ii gimp-data 2.8.0-2
ii libaa1 1.4p5-39
ii libatk1.0-0 2.4.0-2
ii libbabl-0.1-0 0.1.10-1
ii libbz2-1.0 1.0.6-1
ii libc6 2.13-33
ii libcairo2 1.12.2-1
ii libdbus-1-3 1.5.12-1
ii libdbus-glib-1-2 0.98-1
ii libexif12 0.6.20-2
ii libfontconfig1 2.9.0-5
ii libfreetype6 2.4.9-1
ii libgdk-pixbuf2.0-0 2.26.1-1
ii libgegl-0.2-0 0.2.0-2
ii libgimp2.0 2.8.0-2
ii libglib2.0-0 2.32.3-1
ii libgs9 9.05~dfsg-6
ii libgtk2.0-0 2.24.10-1
ii libgudev-1.0-0 175-3.1
ii libjasper1 1.900.1-13
ii libjpeg8 8d-1
ii liblcms1 1.19.dfsg-1.1
ii libmng1 1.0.10-3
ii libpango1.0-0 1.30.0-1
ii libpng12-0 1.2.49-1
ii libpoppler-glib6 0.16.7-3
ii librsvg2-2 2.36.1-1
ii libtiff4 3.9.6-5
ii libwebkitgtk-1.0-0 1.8.1-3.1
ii libwmf0.2-7 0.2.8.4-10
ii libx11-6 2:1.4.99.901-2
ii libxcursor1 1:1.1.13-1
ii libxext6 2:1.3.1-2
ii libxfixes3 1:5.0-4
ii libxmu6 2:1.1.1-1
ii libxpm4 1:3.5.10-1
ii python 2.7.2-10
ii python-gtk2 2.24.0-3
ii python2.7 2.7.3~rc2-2.1
ii zlib1g 1:1.2.7.dfsg-11
Versions of packages gimp recommends:
ii ghostscript 9.05~dfsg-6
Versions of packages gimp suggests:
ii gimp-data-extras <none>
ii gimp-help-en | gimp-help <none>
ii gvfs-backends 1.12.3-1
ii libasound2 1.0.25-3
-- no debconf information
--
Samuel Thibault <[email protected]>
> [Linux] c'est une philosophie un art de vivre, un état intérieur,
> une sorte de fluide qui nous entoure et nous pénètre.
Fais tourner stp !
-+- Guillaume in Guide du linuxien pervers - "Tous drogués j'vous dis !"
--- configure.orig 2012-06-13 11:38:57.952985867 +0100
+++ configure 2012-06-13 11:39:10.636736022 +0100
@@ -5829,10 +5829,6 @@
fi
;;
-gnu*)
- lt_cv_deplibs_check_method=pass_all
- ;;
-
haiku*)
lt_cv_deplibs_check_method=pass_all
;;
@@ -5871,7 +5867,7 @@
;;
# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnug| gnu*)
lt_cv_deplibs_check_method=pass_all
;;
@@ -9088,7 +9084,7 @@
lt_prog_compiler_static='-non_shared'
;;
- linux* | k*bsd*-gnu | kopensolaris*-gnu)
+ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
case $cc_basename in
# old Intel for x86_64 which still supported -KPIC.
ecc*)
@@ -11258,17 +11254,6 @@
esac
;;
-gnu*)
- version_type=linux # correct to gnu/linux during the next big refactor
- 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
- shlibpath_overrides_runpath=no
- hardcode_into_libs=yes
- ;;
-
haiku*)
version_type=linux # correct to gnu/linux during the next big refactor
need_lib_prefix=no
@@ -11385,7 +11370,7 @@
;;
# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
version_type=linux # correct to gnu/linux during the next big refactor
need_lib_prefix=no
need_version=no