Hi,

> > > libgd2 fails to build on hurd-i386 due to this error:
> > > 
> > > d-devlibdeps debian/libgd2-noxpm-dev.substvars
> > >   build-libgd2-noxpm/.libs/libgd.so.2.0.33
> > >  --> libc0.3-dev package exists.
> > >  --> libfreetype6-dev package exists.
> > >  --> libjpeg62-dev package exists.
> > >  --> libpng12-0-dev is provided by a package.
> > > devlibs error: There is no package matching [libpthread-dev] and noone
> > >   provides it, please report bug to d-shlibs maintainer
> > >  --> zlib1g-dev package exists.
> > > make: *** [install] Error 1
> > > 
> > > libpthread is provided by the hurd(-dev) package, it is a system library
> > > and I guess should be exempted from d-devlibdeps.
> > 
> > libpthread-dev is required in FreeBSD.
> > What is the soname of libpthread in Hurd?
> 
> lib/libpthread.so.0.3
> 
> > Is there a developer-accessible machine?
> 
> Unfortunately, no, but we could perhaps arrange an account if necessary.

Can you verify that the following will fix ?

diff -ru d-shlibs-0.27-orig/d-devlibdeps d-shlibs-0.27/d-devlibdeps
--- d-shlibs-0.27-orig/d-devlibdeps     2005-08-30 08:33:56.000000000 +0900
+++ d-shlibs-0.27/d-devlibdeps  2006-01-15 01:40:56.000000000 +0900
@@ -59,6 +59,7 @@
        -e 's/libnsl1-dev//' \
        -e 's/libnsl1\.1-dev//' \
        -e 's/libpthread0-dev//' \
+       -e 's/libpthread0\.3-dev//' \
        -e 's/libpthread.*-dev/libpthread-dev/' \
        -e 's/libresolv2-dev//' \
        -e 's/libglib-1.2-0-dev/libglib1.2-dev/' \



regards,
        junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to