From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: bug#25775: Can't install packages after guix pull Date: Sat, 18 Feb 2017 16:30:34 +0000 Message-ID: <20170218163033.GA27928@mail.thebird.nl> References: <20170218111144.GA26806@mail.thebird.nl> <878tp3sead.fsf@elephly.net> <20170218161836.GA27883@mail.thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cf7yT-0000ST-Cr for bug-guix@gnu.org; Sat, 18 Feb 2017 11:35:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cf7yQ-0002QG-9F for bug-guix@gnu.org; Sat, 18 Feb 2017 11:35:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:47017) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cf7yQ-0002Q7-6C for bug-guix@gnu.org; Sat, 18 Feb 2017 11:35:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cf7yP-0000ee-Rm for bug-guix@gnu.org; Sat, 18 Feb 2017 11:35:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20170218161836.GA27883@mail.thebird.nl> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Pjotr Prins Cc: sirgazil , 25775@debbugs.gnu.org Yes, using the latest guix-daemon and guix client fixed it: /gnu/store/175nlv448nk5kagwwl3zyy2w4726qfz6-guix-0.12.0-4.d9da/bin/guix-daemon /home/pjotr/genenetwork/guix/scripts/guix --version guix (GNU Guix) 20170218.09 ./pre-inst-env guix import cpan Time::ParseDate Starting download of /tmp/guix-file.hSC5MT >From http://mirror.ibcp.fr/pub/CPAN/authors/id/M/MU/MUIR/modules/Time-ParseDate-2015.103.tar.gz... ...2015.103.tar.gz 26KiB 201KiB/s 00:00 [####################] 100.0% (package (name "perl-time-parsedate") (version "2015.103") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/M/MU/MUIR/modules/Time-ParseDate-" version ".tar.gz")) (sha256 (base32 "1lgfr87j4qwqnln0hyyzgik5ixqslzdaksn9m8y824gqbcihc6ic")))) (build-system perl-build-system) (native-inputs `(("perl-extutils-makemaker" ,perl-extutils-makemaker) ("perl-time-piece" ,perl-time-piece))) (home-page "http://search.cpan.org/dist/Time-ParseDate") (synopsis "Parse and format time values") (description fill-in-yourself!) (license #f)) I also confirm 'guix pull' failed with the older daemon. Whatever system we find to replace 'guix pull' should be more conservative in preventing this type of breakage. --