-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hab won't install packages if /hab/cache/artifacts isn't present #1291
Comments
so it looks like local vs remote install behaves differently. Did you install |
In a new Centos 6.8 container, I'm getting this:
(I'm definitely root) |
@metadave did you start that container with |
good call @juliandunn, that stung me a few months ago as well. I run the following commands and the package installs without error:
|
Sorry, I should have been more specific. The CentOS 6.8 in question is a I tried pre-creating the (hab studio enter on Mac)
bento/centos-6.8 vm
I've also tried installing other packages, and found that that wasn't sufficient unless they had |
I've done some more testing, and found that it's expecting
Not sure how I got fixated on busybox, probably end-of-day fried brain. |
ah, good catch. I've noticed other issues with directories being missing wrt keys etc, so we should probably address all of these at once. |
Nice! Are we ok to close it then? |
👍 I think so. Thanks everyone! |
@smacfarlane ❤️ |
@smacfarlane haha, right on! We found this very much incidentally a week or so ago which existed as a bug probably ever since I refactored the install logic. |
Closed by #1287 |
On CentOS 6.8, while trying to install a hab package from disk, I received the following error:
I found that installing
core/busybox-static
first would allow the package to be installed.I've been able to reproduce this in the studio with this minimal plan
To reproduce:
Build the package, leave the studio, re-enter and attempt to install.
Studio Output
RUST_DEBUG Output
The text was updated successfully, but these errors were encountered: