[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#32702: Can't install Java-related packages
From: |
Ricardo Wurmus |
Subject: |
bug#32702: Can't install Java-related packages |
Date: |
Tue, 11 Sep 2018 17:42:25 +0200 |
User-agent: |
mu4e 1.0; emacs 26.1 |
Hi Ben,
> When I try to install a Java-related package, like "icedtea", "clojure",
> "ant" or "groovy" on my up-to-date GuixSD, it fails with an error like
> this:
>
> $ guix package --install=icedtea
> guix package: error: build failed: opening file
> `/gnu/store/jm8abx8z95axza19alr0rkwkkv0x4ljr-langtools.tar.bz2.drv': No such
> file or directory
This sounds like you have a corrupted file system / store.
Try as root “guix gc --verify=repair,contents” to attempt to repair the
store contents. Do this after running fsck on the file system.
--
Ricardo