On Wed, Jul 23, 2008 at 02:40:54PM +0900, Junichi Uekawa wrote:
> Hi,
>
> > --> 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: *** [binary-post-install/libgd2-noxpm] Error 1
> >
> > This is apparently because hurd-i386's libc0.3-dev now depends on
> > libpthread-stubs0-dev to get around all the trouble about libpthread not
> > being linked in automatically etc, and packages which use pthread now
> > have it as NEEDED in their objdump -p output.
> >
> > If I add a line "-e 's/libpthread0-dev//'" to d-devlibdeps, it works
> > fine.
Argh, I meant:
--- d-shlibs-0.38/d-devlibdeps 2007-09-04 01:12:39.000000000 +0200
+++ d-shlibs-0.38+hurd.1/d-devlibdeps 2008-07-01 03:11:53.000000000 +0200
@@ -60,6 +60,7 @@
-e 's/libnsl1-dev//' \
-e 's/libnsl1\.1-dev//' \
-e 's/libpthread0-dev//' \
+ -e 's/libpthread-stubs0-dev//' \
-e 's/libpthread0\.3-dev//' \
-e 's/libpthread.*-dev/libpthread-dev/' \
-e 's/libresolv2-dev//' \
works. Stupid typo, sorry
Michael
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]