Subject: Re: converters/libiconv fails to build on Solaris
To: None <pkgsrc-users@netbsd.org>
From: Raymond Meyer <raymond.meyer@rambler.ru>
List: pkgsrc-users
Date: 05/25/2007 15:39:10
On Fri, 25 May 2007 15:34:04 +0100
Raymond Meyer <raymond.meyer@rambler.ru> wrote:

> ===> Building for libiconv-1.11
> builddir="`pwd`"; cd libcharset && /opt/pkg/bin/bmake all
> &&     /opt/pkg/bin/pax -rw lib/libcharset.la lib/.libs "$builddir/"
> &&        /opt/pkg/bin/pax -rw include/*.h "$builddir/" cd lib
> && /opt/pkg/bin/bmake all cd lib && /opt/pkg/bin/bmake all cd srclib
> && /opt/pkg/bin/bmake all sh: line 5: cd: srclib: No such file or directory
> *** [all] Error code 1
> 1 error
> 
> Any ideas?

Well it only fails to build with the above error message when I have the
following set in my mk.conf:

WRAPPER_UPDATE_CACHE=no
MAKE_FLAGS+=-j1

Can anyone think of why this happens?