-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
luv_unix
not buildable with esy (dependency issue)
#110
Comments
luv_unix
not buildable with esyluv_unix
not buildable with esy (dependency issue)
The order should already be forced by this line: Line 18 in decdaad
have you positively confirmed that they are being built out of order? I can't seem to eyeball this issue. To rule out inherent problems with luv_unix, are you able to build luv_unix in a development checkout of the Luv repo (i.e. outside esy)? |
I am, that's actually how I discovered #108 :)
As far as I can tell I have -- I deleted all builds of
which seems to indicate that This seems like it might be an esy problem rather than an |
Is there build output for |
Ah you're right, it looks like I missed one of the cached builds. I figured out what it was --
Sorry for the confusion! |
That's inconvenient. I would have hoped esy would build a consistent set of packages. I'll have to note this for future instructions, thanks! |
Hey @aantron -- just one more issue I found with
luv_unix
:)OS: macOS 11 (Big Sur)
esy version: 0.6.10
Problem: If I put both
luv
andluv_unix
in mypackage.json
like so:building
luv_unix
fails with the following message:It seems to be because
luv_unix
is being built beforeluv
, but I don't know how to enforce the order (i.e. make esy know thatluv_unix
depends onluv
being built first)The text was updated successfully, but these errors were encountered: