prometheansacrifice

Results 109 comments of prometheansacrifice

Sure! Tracking it globally [here](https://github.com/esy/esy/issues/1219) too

Assigned to @tatchi (as discussed on Discord) Goal would be to hide away the complexity and reuse logic from esy's code. Also, the translation need not be 100%

@vtamara Could you please refer the Dockerfile for building esy from source (without a prebuilt esy)? The Dockerfile has instructions to install opam and building esy with. I would really...

Yes, musl isn't available on BSD. You could try the regular `4.10.2` switch.

We could populate the Makefile and help close [this issue](https://github.com/esy/esy/issues/1121) too

The repo uses git submodules - maybe they weren't cloned along with then? Try git submodule update --init --recursive On Thu, Jan 14, 2021, 3:02 AM Vladimir Támara Patiño <...

The docker image is missing shasum. IIRC, that command is from perl-utils package. On Thu, Jan 14, 2021, 3:40 PM Vladimir Támara Patiño < [email protected]> wrote: > Thank you. Next...

Very ideally, to detect missing dependencies, we use autotools or the likes. It also manages prefix. But the Makefile you created looks useful too. Happy to merge it

@vtamara Was hardcoding the full path necessary? Was it throwing a 127 before that too? 127s are also seen when intermediate dynamic libraries or internal commands for that binary (in...

Can you try `esy b -vvv`? One of the internal commands (internal to `esy build`) seems to exit with 127s. Are dependencies like m4 and make available?