From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Chantreux Subject: Re: ripit/perl: use perl_cddb_get package? Date: Sat, 9 Nov 2019 10:11:52 +0100 Message-ID: <20191109091152.GA18779@prometheus.u-strasbg.fr> References: <4be31ebcc8f3ec6a513d7126f4dbbee1@posteo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41931) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iTMmq-00061z-I4 for help-guix@gnu.org; Sat, 09 Nov 2019 04:12:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iTMmo-0000hm-Gj for help-guix@gnu.org; Sat, 09 Nov 2019 04:12:04 -0500 Received: from aurora-borealis.phear.org ([94.242.205.164]:55708) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iTMmo-0000gJ-1s for help-guix@gnu.org; Sat, 09 Nov 2019 04:12:02 -0500 Content-Disposition: inline In-Reply-To: <4be31ebcc8f3ec6a513d7126f4dbbee1@posteo.de> 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: Sam Cc: help-guix@gnu.org hello, > So I obviously installed perl-cddb-get with guix, but the error message > persisted, and I think installing it the way ripit asks is not the > "guix-way". are you using the good perl interpreter ? (the one provided by guix i guess?) perl -E 'map say, grep -d, @INC' should provide a direcory that contains CDDB_get.pm > As I never hacked with perl and am pretty new to guix, I am unsure if I did > something wrong. i don't use guix as much as i would like but i'm pretty confortable with perl :) so i can try to help marc