From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: bug#27080: =?UTF-8?Q?=C2=A8make?= install" fails because of missing gawk Date: Mon, 29 May 2017 16:47:10 +0200 Message-ID: References: <87h907g9go.fsf@elephly.net> <920162d3-7548-5f22-21c3-893fd427e353@fastmail.net> <8737bopvye.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dFLxl-00067I-N6 for bug-guix@gnu.org; Mon, 29 May 2017 10:48:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dFLxi-0001GX-Ky for bug-guix@gnu.org; Mon, 29 May 2017 10:48:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40796) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dFLxi-0001GS-HM for bug-guix@gnu.org; Mon, 29 May 2017 10:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dFLxi-0001u1-7g for bug-guix@gnu.org; Mon, 29 May 2017 10:48:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8737bopvye.fsf@gnu.org> Content-Language: en-US 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.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 27080@debbugs.gnu.org Hi Ludo, >> Next, I replaced this line by >> >> AWK = /gnu/store/2kgp5d4wh40b49gp4qwqh2b4il29gq6g-profile/bin/gawk >> >> and re-ran "make install". Success! > > Could it be that there was a cache file here (‘config.cache’, as created > by “./configure -C”)? There is no config.cache, and I never used -C. Plus I do "make distclean" all the time. > In that case > > should be helpful if you haven’t seen it already! Just did. Looks like what I need. Thanks, Konrad.