From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Soo Subject: pre-inst-env: guile bad interpreter, guix-daemon libz not found Date: Sat, 14 Dec 2019 16:50:22 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:52197) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1igEpR-0005cd-1a for help-guix@gnu.org; Sat, 14 Dec 2019 16:19:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1igEpO-0000wt-S5 for help-guix@gnu.org; Sat, 14 Dec 2019 16:19:55 -0500 Received: from mail-vs1-xe29.google.com ([2607:f8b0:4864:20::e29]:37738) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1igEpO-0000tO-ES for help-guix@gnu.org; Sat, 14 Dec 2019 16:19:54 -0500 Received: by mail-vs1-xe29.google.com with SMTP id x18so1822891vsq.4 for ; Sat, 14 Dec 2019 13:19:52 -0800 (PST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix Hi Guix, I have troubles using pre-inst-env so I have never really used it but I really want it. Following the directions in the manual i: sudo -E ./pre-inst-env guix-daemon --build-users-group=guixbuild Password: guix-daemon: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory Also, using pre-inst-env gives me this: ./pre-inst-env: /home/john/projects/guix/scripts/guix: /gnu/store/m1i0bqzvqy9vbvfzv33ablpbrlhd5z03-profile/bin/guile: bad interpreter: No such file or directory ./pre-inst-env: line 71: /home/john/projects/guix/scripts/guix: Success What do I need to do to fix this? I am not sure of the ./bootstrap and ./configure status of my repo anymore. - John