From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: how to fix the store after using rm to remove packages Date: Tue, 24 May 2016 10:13:04 +0100 Message-ID: <874m9nu8db.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b58Oo-0007ZQ-5i for help-guix@gnu.org; Tue, 24 May 2016 05:13:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b58Ok-0003B6-2C for help-guix@gnu.org; Tue, 24 May 2016 05:13:14 -0400 Received: from mail-wm0-x22f.google.com ([2a00:1450:400c:c09::22f]:37807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b58Oj-0003AZ-Qq for help-guix@gnu.org; Tue, 24 May 2016 05:13:09 -0400 Received: by mail-wm0-x22f.google.com with SMTP id z87so15446450wmh.0 for ; Tue, 24 May 2016 02:13:09 -0700 (PDT) Received: from localhost (193.6.115.87.dyn.plus.net. [87.115.6.193]) by smtp.googlemail.com with ESMTPSA id e8sm2076284wjm.23.2016.05.24.02.13.07 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 May 2016 02:13:07 -0700 (PDT) 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 Hello, I had a problem with a python application and deleted (with rm, instead of 'guix package -r') the packages I wanted to rebuild. Now the store is broken. I have just started down the guix road so don't mind starting again with a clean store. Or I could try and fix the problem. I haven't found any information on how to start again, but have tried fixing it and have got stuck on how to delete derivations. Can anyone help please? » guix gc --verify reading the Nix store... checking path existence... path `/gnu/store/h242pz6byqng0sba9ka18kzyir9jwrvp-uwsgi-2.0.12.drv' disappeared, but it still has valid referrers! path `/gnu/store/42bgmfv99vz60rpz6mvg24d770ncy9mn-uwsgi-2.0.12.drv' disappeared, removing from database... guix gc: error: build failed: invalidating path `/gnu/store/42bgmfv99vz60rpz6mvg24d770ncy9mn-uwsgi-2.0.12.drv' in database: FOREIGN KEY constraint failed » guix gc --referrers /gnu/store/h242pz6byqng0sba9ka18kzyir9jwrvp-uwsgi-2.0.12.drv /gnu/store/4agl5ans64cczi952i92lv1s2hbz26jq-info-dir.drv /gnu/store/98pfcxxbql67z4ynj6pp2fjxd42fmi5p-profile.drv /gnu/store/dm45nh1nmzykd4fk43kp7jacqi6qm3gq-profile.drv /gnu/store/g254pmk9a77bc3qkxylzhc722941zjqq-profile.drv /gnu/store/gvg34dd5qd2dlkv7r0hzs852nk1jz0xh-ca-certificate-bundle.drv /gnu/store/ijngd7ba9r2qj6ljrpg47byvx8wnkrvc-ca-certificate-bundle.drv /gnu/store/mgx29vmfcsb6f8zwjy7q11czgc1ink61-info-dir.drv /gnu/store/mkfjlghkn1wyh1fs27h4wysap8b70sii-info-dir.drv /gnu/store/qv5lzfqmka7hffil9x1pm76sp6jc3bkq-profile.drv /gnu/store/vcijdim5drgqghkcfcivpxvz206ld1vz-ca-certificate-bundle.drv /gnu/store/w9fmqqvw4zg3c2gfpc0n3mkrwdfmv51c-info-dir.drv /gnu/store/zd4mswmji4a4rcnc0w1ijxv7p983ahzy-ca-certificate-bundle.dr » guix package --list-generations Generation 7 May 17 2016 10:52:09 (current) glibc-locales 2.22 out /gnu/store/dcqdfyal290awy1lwb6sxzs8sg0wr99h-glibc-locales-2.22 guix 0.9.0-1.dd21 out /gnu/store/ya2rz4fbfismzbvygrc19ihwc0yiy5xy-guix-0.9.0-1.dd21 ghc 7.10.2 out /gnu/store/c0d4na71mdxkw9p42z9paj88x00ng1q4-ghc-7.10.2 Thanks, Myles