From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: Re: guix build problem, no RUNPATH on libpthread.so Date: Mon, 20 Apr 2020 16:20:41 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:45016 helo=eggs1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQXI7-0003ch-Dq for help-guix@gnu.org; Mon, 20 Apr 2020 10:20:55 -0400 Received: from Debian-exim by eggs1p.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jQXI6-0001s8-Lw for help-guix@gnu.org; Mon, 20 Apr 2020 10:20:55 -0400 Received: from mail-qt1-x82d.google.com ([2607:f8b0:4864:20::82d]:41209) by eggs1p.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jQXI6-0001pz-8a for help-guix@gnu.org; Mon, 20 Apr 2020 10:20:54 -0400 Received: by mail-qt1-x82d.google.com with SMTP id l60so8506029qtd.8 for ; Mon, 20 Apr 2020 07:20:53 -0700 (PDT) In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: Michael Zucchi Cc: help-guix Dear, On Mon, 20 Apr 2020 at 11:56, Michael Zucchi wrote: [...] > I ran guix environment guix --pure. Which version (commit) of Guix do you use? Could you provide the output of "guix describe"? > Then I ran configure but it failed saying that guile 3.0 could not be > found. After some poking i found this is provided by the guile-next > package, so I had to manually install that. So the instructions didn't > work right off the bat but configure then completed just fine. Which commit of the repo are you trying to compile? > However make then fails: Depending on when was the last "guix pull" and when was the last "git pull" and what you already compiled month ago, failing could happen; especially because Guile has been updated from 2 to 3. After updating "guix pull" and "git pull", you could try: guix environment guix --pure make distclean ./configure --localstatedir=/var/ make Hope that helps. All the best, simon