From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42704) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jAXIN-0006Qp-Gb for guix-patches@gnu.org; Sat, 07 Mar 2020 06:07:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jAXIM-0003i1-L1 for guix-patches@gnu.org; Sat, 07 Mar 2020 06:07:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40328) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jAXIM-0003gv-Fj for guix-patches@gnu.org; Sat, 07 Mar 2020 06:07:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jAXIM-0005kS-BD for guix-patches@gnu.org; Sat, 07 Mar 2020 06:07:02 -0500 Subject: [bug#39961] [PATCH] gnu: Add traceroute. References: In-Reply-To: Resent-Message-ID: MIME-Version: 1.0 From: Vincent Legoll Date: Sat, 7 Mar 2020 12:06:03 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39961@debbugs.gnu.org I've since seen a few other issues on the same subject, but cannot find a way to get it work without setting LIBRARY_PATH... I tried guix environment --ad-hoc gcc-toolchain, adding the missed GUIX_PROFILE to .bash_profile, etc. -- Vincent Legoll