Subject: Re: pkg/32886 (pkgsrc libtool makes ksh dump core on Solaris 10)
To: None <rillig@NetBSD.org, gnats-admin@netbsd.org,>
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
List: pkgsrc-bugs
Date: 06/01/2006 07:50:02
The following reply was made to PR pkg/32886; it has been noted by GNATS.

From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
To: grant@NetBSD.org, Lloyd.Parkes@ird.govt.nz
Cc: rillig@NetBSD.org, gnats-admin@NetBSD.org, pkgsrc-bugs@NetBSD.org
Subject: Re: pkg/32886 (pkgsrc libtool makes ksh dump core on Solaris 10)
Date: Thu, 1 Jun 2006 09:44:48 +0200 (CEST)

 > From: Lloyd Parkes <Lloyd.Parkes@ird.govt.nz>
 > User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050716)
 >
 > grant beattie wrote:
 > > this does not seem to break when libtool uses /bin/sh on Solaris 10.
 > > as libtool is written in portable sh(1), at least one "fix" is to
 > > override CONFIG_SHELL in libtool for Solaris.
 > > 
 > > I will do this unless there is any objection.
 > > 
 > 
 > I'm fine with this. I had assumed that because ksh is used, /bin/sh had 
 > already been found wanting.
 > 
 > By the way, I have reproduced the problem on Solaris 9 as well as 
 > Solaris 10.
 > 
 
 I have set WRAPPER_SHELL=/bin/bash in mk.conf and work fine for me.
 
 Gilles