[ic] Bundle::InterchangeKitchenSink install failed

Jon Jensen jon at endpoint.com
Thu Sep 16 19:51:18 EDT 2004


On Thu, 16 Sep 2004, Grant wrote:

> I tried to install the Bundle::InterchangeKitchenSink module but it
> stops with this:
> 
> Failed 24/30 test scripts, 20.00% okay. 197/408 subtests failed, 51.72% okay.
> make: *** [test] Error 2
>   /usr/bin/make test -- NOT OK
> Running make install
>   make test had returned bad status, won't install without force

You really need to tell us which module failed to build.

In the meantime, you may have luck making sure that the build locale is C, 
not a unicode one:

export LC_ALL=C LANG=C

And don't do parallel builds (as for multiple processors), e.g. no "-j3" 
make option in CPAN's Config.pm. Some modules don't handle that well 
(though most are fine).

Jon


-- 
Jon Jensen
End Point Corporation
http://www.endpoint.com/
Software development with Interchange, Perl, PostgreSQL, Apache, Linux, ...


More information about the interchange-users mailing list