Subject: Re: pkgsrc Interix 3.5/i386 bulk build results 20070130.1557
To: Todd Vierling <tv@pobox.com>
From: Aleksey Cheusov <cheusov@tut.by>
List: pkgsrc-bulk
Date: 02/25/2007 12:06:39
> +54 successful.  Exposed at least 47 directly broken dependents of fixed
> dependencies.
> devel/libtool              2       tv@NetBSD.org

=> Required installed package patch>=2.2: patch-2.5.4nb2 found
=> Required installed package libtool-base-1.5.22: NOT found
=> Verifying bulk-install for ../../devel/libtool-base
BULK> /dev/fs/P/usr/pkgsrc/packages/All/libtool-base-1.5.22nb4.tgz is up to date.
ERROR: [depends.mk] A package matching ``libtool-base-1.5.22'' should
ERROR:     be installed, but one cannot be found.  Perhaps there is a
ERROR:     stale work directory for ../../devel/libtool-base?
*** Error code 1


hot fix:
devel/libtool/Makefile:
- DEPENDS+=       ${DISTNAME:S/-/-base-/}{,nb[0-9]*}:../../devel/libtool-base
+ DEPENDS+=       ${DISTNAME:S/-/-base-/}nb4:../../devel/libtool-base
- DEPENDS+=       ${DISTNAME:S/-/-info-/}{,nb[0-9]*}:../../devel/libtool-info
+ DEPENDS+=       ${DISTNAME:S/-/-info-/}:../../devel/libtool-info

{} doesn't work under Interix.
bmake was installed from binary bootstrap.

Can anybody fix this?

-- 
Best regards, Aleksey Cheusov.