Package: d-shlibs Version: 0.44+nmu1 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd
Hello, libgd3 current FTBFS on hurd-i386 because of bogus package dependency. This is due to the -e 's/libpthread-stubs0-dev//' case not actually having effect: -e 's/libpthread.*-dev/libpthread-dev/' applies just before it. The attached patch should fix it. 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 2.6.39 (SMP w/2 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 d-shlibs depends on: ii binutils 2.21.51.20110523-1 The GNU assembler, linker and bina d-shlibs recommends no packages. d-shlibs suggests no packages. -- no debconf information -- Samuel Thibault <samuel.thiba...@fnac.net> <Raize> can you guys see what I type? <vecna> no, raize <Raize> How do I set it up so you can see it?
--- d-devlibdeps.orig 2011-06-25 02:29:29.000000000 +0200 +++ d-devlibdeps 2011-06-25 02:29:30.000000000 +0200 @@ -90,8 +90,8 @@ -e 's/libparted-1\.6-0-dev/libparted1.6-dev/' \ -e 's/libpthread0\.3-dev//' \ -e 's/libpthread0-dev//' \ - -e 's/libpthread.*-dev/libpthread-dev/' \ -e 's/libpthread-stubs0-dev//' \ + -e 's/libpthread.*-dev/libpthread-dev/' \ -e 's/libresolv2-dev//' \ -e 's/librt1-dev//' \ -e 's/libSDL-1\.2-0-dev/libsdl1.2-dev/' \