unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Rodrigo Morales <rodrigo-mailing-lists@morales.pe>
To: <help-guix@gnu.org>
Subject: [beginner's question] What is preventing my package from being deleted?
Date: Sat, 7 Sep 2024 11:50:20 -0500	[thread overview]
Message-ID: <8734mbz9v7.fsf@morales.pe> (raw)


I defined a package and I installed it. Now, I'm trying to delete that package, but the following error is shown:

#+HEADER: :prologue "exec 2>&1"
#+HEADER: :epilogue ":"
#+BEGIN_SRC sh
guix gc -D /gnu/store/r7l2scg74yd6pryrs2xbh268akhwl7qi-font-stkaiti-287399335ec1beb72062ce67c36eaa8bec35f386 ; echo Exit code: $?
#+END_SRC

#+RESULTS:
#+begin_example
finding garbage collector roots...
guix gc: error: cannot delete path `/gnu/store/r7l2scg74yd6pryrs2xbh268akhwl7qi-font-stkaiti-287399335ec1beb72062ce67c36eaa8bec35f386' since it is still alive
Exit code: 1
#+end_example

I have listed all referrers, but no referrer is shown.

#+HEADER: :prologue "exec 2>&1"
#+HEADER: :epilogue ":"
#+BEGIN_SRC sh
guix gc --referrers /gnu/store/r7l2scg74yd6pryrs2xbh268akhwl7qi-font-stkaiti-287399335ec1beb72062ce67c36eaa8bec35f386 ; echo Exit code: $?
#+END_SRC

#+RESULTS:
#+begin_example
Exit code: 0
#+end_example

My question is: If there are no referres, then what is preventing that package from being deleted using =guix gc -D=?


             reply	other threads:[~2024-09-07 16:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-07 16:50 Rodrigo Morales [this message]
2024-09-07 18:24 ` [beginner's question] What is preventing my package from being deleted? Marek Paśnikowski
2024-09-08  1:14   ` Rodrigo Morales
2024-09-08  6:02     ` Marek Paśnikowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8734mbz9v7.fsf@morales.pe \
    --to=rodrigo-mailing-lists@morales.pe \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).