Brahmajit Das
Brahmajit Das
From clang 13.0.0 has a new option -print-multiarch, matching gcc. On linux-musl systems this outputs x86_64-linux-gnu (or aarch64-linux-gnu, etc) instead of x86_64-linux-musl (or aarch64-linux-musl, etc). Amongst other things, this bug...
… this scope Elf.cpp expects __ELF_NATIVE_CLASS to be defined at least for platforms besides FreeBSD-based ones, and so it defines FOLLY_ELF_NATIVE_CLASS with it. Without __ELF_NATIVE_CLASS (and apparently musl does not...
abiword fails on musl with loses precision error for code `*pWindowName = (char) NULL`. This patch fixes it. Patch is taken from alpine linux [1] [1]: https://git.alpinelinux.org/aports/tree/community/abiword/musl-1.2.3.patch Closes: https://bugs.gentoo.org/853118 Signed-off-by:...
I've checked my certificates and keys, and everything works with a simple Arduino sketch. But I'm getting `E (15513) aws_iot: Failed ! mbedtls_ssl_read returned -0x7880` error when trying the subscribe_publish...
Looking at the `--help` command of the LS, it tells that we can change the `-board-name` variable using or the `-fqbn` variable using JSON-RPC. I'm not sure how to do...
- On non glibc systems (sometimes) `uint` is not available hence using `unsigned int` instead. - For `timeval`, is needed to be imported on non glibc systems. Signed-off-by: listout
The slotting is to handle libsoup3 and libsoup2. Some packages from GNOME 43 are requiring webkit2gtk-4.1 (gtk3 with libsoup3), for example GNOME boxes. Signed-off-by: brahmajit das
Signed-off-by: brahmajit das
Signed-off-by: brahmajit das