From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Subject: ripit/perl: use =?UTF-8?Q?perl=5Fcddb=5Fget=20package=3F?= Date: Sat, 09 Nov 2019 02:31:04 +0100 Message-ID: <4be31ebcc8f3ec6a513d7126f4dbbee1@posteo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59253) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iTFan-0007DK-8c for help-guix@gnu.org; Fri, 08 Nov 2019 20:31:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iTFam-0007Yr-6Z for help-guix@gnu.org; Fri, 08 Nov 2019 20:31:09 -0500 Received: from mout01.posteo.de ([185.67.36.65]:51184) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iTFal-0007Wz-Vw for help-guix@gnu.org; Fri, 08 Nov 2019 20:31:08 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 9CA4716005C for ; Sat, 9 Nov 2019 02:31:05 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 47902w4phMz6tm7 for ; Sat, 9 Nov 2019 02:31:04 +0100 (CET) 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@gnu.org Hey, so I wanted to use ripit to make backups of my audio cds, but when trying to use it at first, it said: Perl module CDDB_get not found. Needed for checking the CD-ID and retrieving the CDDB entry from freeDB.org! Please install CDDB_get from your closest CPAN mirror before trying again. Install by hand or e.g. type as root: perl -MCPAN -e 'install CDDB_get' 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". As I never hacked with perl and am pretty new to guix, I am unsure if I did something wrong. Is there anyone who got ripit to work or has pointers? Thanks Sam