Closed DiCaius closed 2 years ago
The problem appears to be coming from the gnome-shell
derivation
$ nix why-depends nixpkgs#gnome.gnome-shell nixpkgs#glibc
error: getting status of '/nix/store/22si406d5jr6vhmhybh7qvhgd3xpf7vb-texlive-mptopdf-57347': No such file or directory
This doesn't look like a nixpkgs issue. Try running nix-store --verify --check-contents
@veprbl
This is the result of running the command you mentined:
reading the Nix store...
checking path existence...
path '/nix/store/22si406d5jr6vhmhybh7qvhgd3xpf7vb-texlive-mptopdf-57347' disappeared, but it still has valid referrers!
path '/nix/store/41w4iqkiy7w1px3hwk9d5hxiysv1f7sn-texlive-luaotfload-3.17' disappeared, but it still has valid referrers!
path '/nix/store/7wmg8xwc3r95rriz9ib95g5g333jb3ni-texlive-ly1-47848' disappeared, but it still has valid referrers!
path '/nix/store/88xf3a628gfr9148n3zrnidcrhmmrphm-texlive-mflogo-2.0' disappeared, but it still has valid referrers!
path '/nix/store/angdh5xq7z6m13gfagwq2g239vdz782a-texlive-mfware-57972' disappeared, but it still has valid referrers!
path '/nix/store/m23j067mjhd1f80p3pniqr9zw1yzxy0a-texlive-mfnfss-46036' disappeared, but it still has valid referrers!
path '/nix/store/r9ck3zy2c3bz2l2ghzpss5gazxlmqhzv-texlive-modes-4.2' disappeared, but it still has valid referrers!
path '/nix/store/rhf76avcxz69kmksqhgycplkw7ah1dyp-texlive-makeindex-52851' disappeared, but it still has valid referrers!
path '/nix/store/v0x9qqk4f88a8jfqs37bzpnbjj50lbj9-texlive-luatex-58702' disappeared, but it still has valid referrers!
checking link hashes...
checking store hashes...
warning: not all store errors were fixed
The error persists after running the command.
nix-store --verify --check-contents --repair
should help then
It did the trick. Many thanks, @veprbl !
Describe the bug
I had a very simple derivation, it was building fine a couple of days ago but without any changes it started throwing
error: getting status of '/nix/store/22si406d5jr6vhmhybh7qvhgd3xpf7vb-texlive-mptopdf-57347': No such file or directory
error during thepostInstall
hook.Here's the derivation:
unstable
points to nix-unstable nixpkgs andstable
points to 21.04Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Build normally, the weird thing is that I can't find anywhere where this
texlive-mptopdf
dependency is coming from.Screenshots
Not applicable
Additional context
None.
Notify maintainers
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Maintainer information: