Open ReillyBrogan opened 2 years ago
ls -ahl /var/cache/boulder/collections/local-x86_64/*.stone | grep fish
-rw-r--r-- 1 root root 2.3M Sep 15 23:04 /var/cache/boulder/collections/local-x86_64/fish-3.5.1-1-1-x86_64.stone
-rw-r--r-- 1 root root 642 Sep 15 23:04 /var/cache/boulder/collections/local-x86_64/fish-devel-3.5.1-1-1-x86_64.stone
-rw-r--r-- 1 root root 461K Sep 15 23:04 /var/cache/boulder/collections/local-x86_64/fish-docs-3.5.1-1-1-x86_64.stone
^ showing that there is only one copy of each file in the collection. This package isn't available in protosnek
Getting the following error on one of my dev rootfs'
I think this was triggered by repeatedly installing the fish package into the root (I was trying to fix something with the package). After each build I would copy the
fish
package to the boulder collection, runmoss idx
, and then runmoss ur -D serpent-root
before finally usingmoss it -D serpent-root mvp fish
. After doing that a few times (it worked each time) I then tried once more withsudo moss it -D serpent-root mvp fish findutils
as I wanted to see how the generated tmpfile looked for the findutils package, and then from that command I got the above exception. As of now allmoss it
commands with any packages specified that uses that root seem to fail with the same exception.I can pull the moss db file out of the root if that's helpful.