Subject: Re: pkg/36825 (bsd.options.mk is broken when building packages on
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Tobias Nygren <tnn@NetBSD.org>
List: pkgsrc-bugs
Date: 08/24/2007 17:20:10
The following reply was made to PR pkg/36825; it has been noted by GNATS.
From: Tobias Nygren <tnn@NetBSD.org>
To: gnats-bugs@NetBSD.org
Cc: joerg@netbsd.org
Subject: Re: pkg/36825 (bsd.options.mk is broken when building packages on
Solaris 10)
Date: Fri, 24 Aug 2007 19:19:47 +0200
On Fri, 24 Aug 2007 13:50:43 +0000 (UTC)
joerg@netbsd.org wrote:
> Synopsis: bsd.options.mk is broken when building packages on Solaris 10
>
> State-Changed-From-To: open->closed
> State-Changed-By: joerg@netbsd.org
> State-Changed-When: Fri, 24 Aug 2007 13:50:42 +0000
> State-Changed-Why:
> /bin/sh on Solaris is not supported. You are on your own if
> you want to use.
Nevertheless, /bin/sh is the default shell used by bmake, and
thus the pkgsrc infrastructure. The proper fix for this problem is to
teach bmake to use /usr/xpg4/bin/sh or similar. Please reopen until a
proper fix has been implemented.