[Nix-dev] my automake store path was missing cond.m4 - what may have happend?
Marc Weber
marco-oweber at gmx.de
Sun Jul 11 05:16:49 CEST 2010
gimpGit failed because of automake-.10.3 missing files (x86_64):
/nix/store/vkv0jzaln9czn0424bd11h5hkjqimi5m-automake-1.10.3
Only in /nix/store/562qkarzifvxazx3s35fwcvc3v7i916s-automake-1.10.3/share/aclocal-1.10: ccstdc.m4
Only in /nix/store/562qkarzifvxazx3s35fwcvc3v7i916s-automake-1.10.3/share/aclocal-1.10: cond.m4
Only in /nix/store/562qkarzifvxazx3s35fwcvc3v7i916s-automake-1.10.3/share/aclocal-1.10: depend.m4
Only in /nix/store/562qkarzifvxazx3s35fwcvc3v7i916s-automake-1.10.3/share/aclocal-1.10: depout.m4
so autogen.sh failed.
nix-store -l says no log. So probably I got that path from Hydra?
nix-store --verify --check-contents didn't list that path as broken.
So can someone look it up on Hydra and see whether those files are
missing ? After deleting the store bath I had to use --fallback.
So probably the path is gone ?
Does anybody know what happened here?
Does anyone else have this (or a similar) broken store path?
check:
for i in /nix/store/*automake-*/share; do if [ ! -e $i/aclocal*/cond.m4 ]; then "$i seems to be broken - no cond.m4"; fi; done
Marc Weber
More information about the nix-dev
mailing list