pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/32075
The following reply was made to PR pkg/32075; it has been noted by GNATS.
From: Roland Illig <rillig%NetBSD.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: ykomatsu%akaumigame.org@localhost, grant%NetBSD.org@localhost
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@localhost>
> To: gnats-bugs%NetBSD.org@localhost
> Cc: grant%NetBSD.org@localhost
> 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
Home |
Main Index |
Thread Index |
Old Index