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: Fri, 26 May 2017 20:38:10 +0200 Message-ID: <8bc7e899-2b74-5b27-e9ff-4a49736ba946@fastmail.net> References: <87h907g9go.fsf@elephly.net> <920162d3-7548-5f22-21c3-893fd427e353@fastmail.net> <8737brfyzq.fsf@elephly.net> <9a1ca3b7-2eeb-15a2-6af7-a218a5de3292@fastmail.net> <87zidzefej.fsf@elephly.net> 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]:35413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dEK8g-0002w1-5F for bug-guix@gnu.org; Fri, 26 May 2017 14:39:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dEK8c-0004q4-Vb for bug-guix@gnu.org; Fri, 26 May 2017 14:39:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36895) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dEK8c-0004q0-JX for bug-guix@gnu.org; Fri, 26 May 2017 14:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dEK8c-0003Po-56 for bug-guix@gnu.org; Fri, 26 May 2017 14:39:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87zidzefej.fsf@elephly.net> 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: Ricardo Wurmus Cc: 27080@debbugs.gnu.org On 26/05/2017 18:44, Ricardo Wurmus wrote: > I don’t think it ever behaved like that, because it hardly has anything > to install. Hence I don’t think there have been any changes. Without > additional details it’s not very productive to talk about this, though. I am beginning to wonder if this is part of the anomalies I observe, because I agree that guix shouldn´t need to install anything beyond its entry point, the executable /usr/local/bin/guix. But on my system, it installs 1877 files under /opt/guix, and all those would probably go to /usr/local by default. Proof: > find /opt/guix -type f | wc -l 1877 1273 of these files are under share: > find /opt/guix/share -type f | wc -l 1273 > ls /opt/guix/share/ guile guix info locale man zsh >>> No, the configure script is probably okay. Maybe something’s up with >>> your environment. Have you tried “guix environment --pure guix”? >> >> I just did. No difference. Same config.log, same Makefile, same error >> messages. > > Could you share the output of “env” within the pure guix environment? Sure: CPLUS_INCLUDE_PATH=/gnu/store/2kgp5d4wh40b49gp4qwqh2b4il29gq6g-profile/include GUIX_LOCPATH=/gnu/store/2kgp5d4wh40b49gp4qwqh2b4il29gq6g-profile/lib/locale TERM=dumb LIBRARY_PATH=/gnu/store/2kgp5d4wh40b49gp4qwqh2b4il29gq6g-profile/lib USER=hinsen LS_COLORS= GUILE_LOAD_PATH=/gnu/store/2kgp5d4wh40b49gp4qwqh2b4il29gq6g-profile/share/guile/site/2.2 GUIX_ENVIRONMENT=/gnu/store/2kgp5d4wh40b49gp4qwqh2b4il29gq6g-profile GUILE_LOAD_COMPILED_PATH=/gnu/store/2kgp5d4wh40b49gp4qwqh2b4il29gq6g-profile/lib/guile/2.2/site-ccache:/gnu/store/2kgp5d4wh40b49gp4qwqh2b4il29gq6g-profile/share/guile/site/2.2 PATH=/gnu/store/2kgp5d4wh40b49gp4qwqh2b4il29gq6g-profile/bin:/gnu/store/2kgp5d4wh40b49gp4qwqh2b4il29gq6g-profile/sbin C_INCLUDE_PATH=/gnu/store/2kgp5d4wh40b49gp4qwqh2b4il29gq6g-profile/include PWD=/home/hinsen/Development/guix SHLVL=1 HOME=/home/hinsen BASH_LOADABLES_PATH=/gnu/store/2kgp5d4wh40b49gp4qwqh2b4il29gq6g-profile/lib/bash LOGNAME=hinsen PKG_CONFIG_PATH=/gnu/store/2kgp5d4wh40b49gp4qwqh2b4il29gq6g-profile/lib/pkgconfig INFOPATH=/gnu/store/2kgp5d4wh40b49gp4qwqh2b4il29gq6g-profile/share/info ACLOCAL_PATH=/gnu/store/2kgp5d4wh40b49gp4qwqh2b4il29gq6g-profile/share/aclocal DISPLAY=:0 _=/gnu/store/2kgp5d4wh40b49gp4qwqh2b4il29gq6g-profile/bin/env Konrad.