From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 6GJqBIE2F2DpKQAA0tVLHw (envelope-from ) for ; Sun, 31 Jan 2021 23:00:17 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id KG1HAIE2F2DQZwAAbx9fmQ (envelope-from ) for ; Sun, 31 Jan 2021 23:00:17 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 789029405D4 for ; Sun, 31 Jan 2021 23:00:16 +0000 (UTC) Received: from localhost ([::1]:48486 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l6LhX-0004im-Ej for larch@yhetil.org; Sun, 31 Jan 2021 18:00:15 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58442) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l6LhN-0004ie-PH for help-guix@gnu.org; Sun, 31 Jan 2021 18:00:05 -0500 Received: from mailbackend.panix.com ([166.84.1.89]:17309) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l6LhK-0001L8-FE for help-guix@gnu.org; Sun, 31 Jan 2021 18:00:05 -0500 Received: from panix3.panix.com (panix3.panix.com [166.84.1.3]) by mailbackend.panix.com (Postfix) with ESMTP id 4DTRNx358Yz1Vjc for ; Sun, 31 Jan 2021 18:00:01 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=panix.com; s=panix; t=1612134001; bh=xb1MXMwKO8wDyDfgT70J25GqzY3jMZZmH4F45NSgiNE=; h=Date:From:To:cc:Subject:In-Reply-To:References; b=Q124g3sOCMFhHH4ufZd+kM0Kor8gDwMo8gLgC9z1FGuKOfo5p0UBE9Pj1nLqWXJRF 8tt9h1BE0RrcMhGppZ3yw4NoJLl1rX8MWAxDpUdfLBYPwCaVi/gT7AWc0FUMH9JVtJ 9OVj/Zd9m3zfYBriulpfZkNomGdfnsriEv65y7og= Received: by panix3.panix.com (Postfix, from userid 7271) id 4DTRNx24Zmz1QXJ; Sun, 31 Jan 2021 18:00:01 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by panix3.panix.com (Postfix) with ESMTP id 4DTRNx1mrnz1QWd; Sun, 31 Jan 2021 18:00:01 -0500 (EST) Date: Sun, 31 Jan 2021 23:00:00 +0000 () From: Jay Sulzberger To: help-guix Subject: Re: Need guidance on how to proceed In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Received-SPF: pass client-ip=166.84.1.89; envelope-from=jays@panix.com; helo=mailbackend.panix.com X-Spam_score_int: -23 X-Spam_score: -2.4 X-Spam_bar: -- X-Spam_report: (-2.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, PDS_TONAME_EQ_TOLOCAL_HDRS_LCASE=1.999, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.36 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=panix.com header.s=panix header.b=Q124g3sO; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: 789029405D4 X-Spam-Score: -1.36 X-Migadu-Scanner: scn0.migadu.com X-TUID: HC7AQqA0Xxrh On Sun, 31 Jan 2021, Leo Famulari wrote: > On Sun, Jan 31, 2021 at 01:21:54PM -0700, K I wrote: >> Greetings! >> >> I am attempting to unpack and use a program in .tar.gz format for programming lisp. >> When I unpack and try to use .tar.gz, it says the file doesn't exist. >> >> What should be my path forward to try and get this to run on Guix? > > The first step would be to figure out which file doesn't exist. If your > program was compiled for a different operating system than Guix, it's > probably missing the linker / loader. > > I recommend installing strace and then doing: > > `strace -f $your_program 2>&1 | tee ~/tmp/strace.log` > > The strace.log should help you learn what is missing. Ah, thanks, Leo! In my hasty response I missed that the unpacking of the .tar.gz file had succeeded. oo--JS.