-
Notifications
You must be signed in to change notification settings - Fork 80
exit status 1 all the time? #164
Comments
Using:
(master) |
Related: #162 I'm aware of this as a problem, but have no clue what's causing it. I'll look into it soon. |
That may mean that there's some issue with overlayfs, I'll see if I can investigate further. |
FYI, I'm building on Debian 8 with |
I think I may have had a friend who saw a similar, if not identical issue also in Debian once. Guess it's time to spin up a Debian vm. |
Figured it out: acbuild doesn't print a useful error message when the overlayfs kernel module isn't available. At this line: https://github.com/appc/acbuild/blob/master/lib/run.go#L83 acbuild execs For specifically debian, I found this, which says that overlayfs didn't make it into Linux until 3.18. It also looks like you can get the newer kernel from experimental, so I'd suggest you give that a shot if you want to get acbuild working in debian. Alternatively if you avoid builds with dependencies, acbuild won't need overlayfs. You can modify the apache example by removing the line:
and replacing the line:
with
|
Thanks 👯 ! |
For some reason I'm getting this when building all the examples:
Any idea as to why? No debug info for this :(
The text was updated successfully, but these errors were encountered: