-
Greetings,
On Void-linux musl-x86_64 when trying to npm install electron-edge-js I am getting the following error:
>./src/CoreCLREmbedding/json/casablanca/include/cpprest/asyncrt_utils.h:496:4…
acoul updated
6 years ago
-
### Problem
The current build process for `corpora_cli/main.py` does not produce standalone static binaries, which is necessary for ensuring portability and ease of deployment across different environ…
-
Hi,
I'm trying to build and run maestro from source code. And I use this [Dockerfile](https://github.com/Marsman1996/maestro/blob/docker/Dockerfile) build maestro kernel successfully but met some …
-
### Location
This affects our [platform support documentation](https://github.com/rust-lang/rust/blob/4c8bb79d9f565115637cc6da739f8389e79f3a29/src/doc/rustc/src/platform-support.md).
It specifically…
-
The best repro case was found with https://github.com/includeos/IncludeOS/pull/2251, preserved until fixed in https://github.com/alfreb/IncludeOS/tree/memory-ghost-repro . On that branch, starting at…
-
**Describe the bug**
Running statically linked musl libraries on nixos will fault in early runtime initialization. There appear to be multiple issues, first is that linking on nixos when `PIE` or `…
-
This issue tracks changes we want to make in libc 1.0.
(Note that this tracking issue previously referred to libc 0.3, this should now be assumed to refer to 1.0 instead)
### 64-bit `time_t` and…
-
Currently, `node-build` is downloading the generic glibc binary for Linux independently of which libc the system uses. This is a problem in systems that use musl libc (Alpine, for example).
Node.js…
-
AppImages should run on all Linux Platforms, but currently they don't, this is because it is dynamically linked against glibc.
I tried to run a AppImage on Alpine Linux and it failed because Alpine L…
-
This is a continuation of my thoughts on https://github.com/alire-project/alire/issues/792#issuecomment-1758760974
Alire has knowledge of getting`os` (`linux`, `windows`, `macos`, `freebsd`, etc), …