From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: bug#40641: Building from git breaks when /bin/sh isn't bash Date: Wed, 15 Apr 2020 14:21:49 +0200 Message-ID: <20200415122149.j7b6bcgvrp5cpq5l@pelzflorian.localdomain> References: <2O2NKRGHD2OZD.30CKDJBOP4LE3@wilsonb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56787) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jOh3L-00077b-Sy for bug-guix@gnu.org; Wed, 15 Apr 2020 08:22:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jOh3K-0002gR-Sh for bug-guix@gnu.org; Wed, 15 Apr 2020 08:22:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52029) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jOh3K-0002gF-Ga for bug-guix@gnu.org; Wed, 15 Apr 2020 08:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jOh3K-0002ru-Cj for bug-guix@gnu.org; Wed, 15 Apr 2020 08:22:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <2O2NKRGHD2OZD.30CKDJBOP4LE3@wilsonb.com> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: elaexuotee@wilsonb.com Cc: 40641@debbugs.gnu.org On Wed, Apr 15, 2020 at 06:06:25PM +0900, elaexuotee--- via Bug reports for GNU Guix wrote: > When building from git, ./bootstrap ends up generating (via automake) several > Makefiles that set SHELL = /bin/sh. However, some targets contain rules that > make use of bashisms. This leads to breakage when /bin/sh is something other > than bash. > > In particular, I am building from a foreign distro which links /bin/sh to dash. > Currently, this ends up breaking the build, the details of which I reported > to guix-devel in [0]. is related. Your workaround may be more welcome. Regards, Florian