From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomas Cech Subject: bug#25775: Can't install packages after guix pull Date: Mon, 20 Feb 2017 09:31:06 +0100 Message-ID: <87a89hclh1.wl-sleep_walker@gnu.org> References: <20170218111144.GA26806@mail.thebird.nl> <878tp3sead.fsf@elephly.net> <20170218161836.GA27883@mail.thebird.nl> <20170218163033.GA27928@mail.thebird.nl> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cfjOA-0002Ms-L1 for bug-guix@gnu.org; Mon, 20 Feb 2017 03:32:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cfjO6-0005eP-7s for bug-guix@gnu.org; Mon, 20 Feb 2017 03:32:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48620) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cfjO6-0005eL-4T for bug-guix@gnu.org; Mon, 20 Feb 2017 03:32:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cfjO5-0000WH-UI for bug-guix@gnu.org; Mon, 20 Feb 2017 03:32:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170218163033.GA27928@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 On Sat, 18 Feb 2017 17:30:34 +0100, Pjotr Prins wrote: > > 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. So this means that users of Guix can't make `guix pull' continuously and will eventually need to use GIT tree? If so, shouldn't we make new quick release to fill the gap? Or split release of Guix and guix-daemon? That could be helpful... S_W