Subject: Re: pkg/32075
To: None <solaris-pkg-people@netbsd.org, gnats-admin@netbsd.org,>
From: Roland Illig <rillig@NetBSD.org>
List: pkgsrc-bugs
Date: 11/16/2005 09:00:05
The following reply was made to PR pkg/32075; it has been noted by GNATS.
From: Roland Illig <rillig@NetBSD.org>
To: gnats-bugs@netbsd.org
Cc: ykomatsu@akaumigame.org, grant@NetBSD.org
Subject: Re: pkg/32075
Date: Wed, 16 Nov 2005 09:59:03 +0100
Yoshito Komatsu wrote:
> The following reply was made to PR pkg/32075; it has been noted by GNATS.
>
> From: Yoshito Komatsu <ykomatsu@akaumigame.org>
> To: gnats-bugs@NetBSD.org
> Cc: grant@NetBSD.org
> Subject: Re: pkg/32075
> Date: Wed, 16 Nov 2005 11:25:41 +0900
>
> > this should not happen at all, because configure scripts are run using
> > ${CONFIG_SHELL}, which on Solaris is /bin/ksh, whose built-in test(1)
> > does support -e.
>
> I see.
>
> > I guess the script isn't being run via ${CONFIG_SHELL} for some
> > reason.
>
> The configure script in www/zope3 is not GNU configure script,
> I think that it ignores ${CONFIG_SHELL}.
It cannot. Look at pkgsrc/mk/bsd.pkg.mk and grep for "do-configure:".
The ${CONFIG_SHELL} is forced by pkgsrc; it's not the package's choice.
I have CONFIG_SHELL set manually in my mk.conf. Maybe it's not /bin/ksh
by default?
Roland