From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#31294: Failed building dependencies for guix. Date: Mon, 30 Apr 2018 12:20:38 +0200 Message-ID: <87po2hyozt.fsf@gnu.org> References: <87vaca578z.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fD5ve-0008K5-AH for bug-guix@gnu.org; Mon, 30 Apr 2018 06:21:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fD5va-00078T-92 for bug-guix@gnu.org; Mon, 30 Apr 2018 06:21:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35554) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fD5va-00078H-5W for bug-guix@gnu.org; Mon, 30 Apr 2018 06:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fD5vZ-0004eo-To for bug-guix@gnu.org; Mon, 30 Apr 2018 06:21:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Fis Trivial's message of "Mon, 30 Apr 2018 00:24:18 +0000") 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: Fis Trivial Cc: "31294@debbugs.gnu.org" <31294@debbugs.gnu.org> Hi, Fis Trivial skribis: > Ludovic Court=C3=A8s writes: [...] >> Could you paste /gnu/store/5y6mkv079xq5hnfajxfwky0kfc6ffy3p-info-dir.drv= ? [...] > "/gnu/store/32qhdh8q4ba9lzp20495lw3a4cx0p3mp-guile-2.2.3/bin/guile",["--n= o-auto-compile","/gnu/store/mpy5w5gprs1ymrl3kwhqwr2jvnkdnvh7-info-dir-build= er"],[("allowSubstitutes","0"),("out","/gnu/store/dpc817mql6764c6banrljn8ly= jjjaf66-info-dir"),("preferLocalBuild","1")]) As in Chris=E2=80=99s case, there=E2=80=99s no -L or -C here. >> Also, could you post ~/.config/guix/latest/guix/profiles.go and >> /run/current-system/profile/lib/guile/2.2/site-ccache/guix/profiles.go ? >> (Perhaps you=E2=80=99ll need to gzip them to be sure.) >> > > I couldn't find > /run/current-system/profile/lib/guile/2.2/site-ccache/guix/profiles.go > you are talking about, I did `find . -iname "profiles.go"` in /run/ as > root but didn't find the file you are talking about, not even the > directory "current-system". But ~/.config/guix/latest/guix/profiles.go > is attached in the mail. Apparently the profiles.go you sent is correct. To find out where the faulty profiles.go is, could you: 1. Run =E2=80=98guix environment guix=E2=80=99 in the environment that tr= iggers the error, but run it under =E2=80=98strace=E2=80=99: strace -f -o log guix environment guix 2. grep that =E2=80=98log=E2=80=99 file along these lines: grep 'open.*guix/profiles\.go.*=3D [0-9]' log 3. gzip that profiles.go file and send it. Thanks in advance, Ludo=E2=80=99.