Stephen Seo
Stephen Seo
Fix "linker error: undefined reference due to --no-allow-shlib-undefined" for x86 and x86_64 builds
This branch adds a `build.rs` to the root of the project that makes sure that the Rust `carbonyl` lib links against the libc bundled with chromium.
Bug can be reproduced by building the AUR package `blender-git` with the following patch applied to its PKGBUILD (to make it build in Debug mode): https://gist.github.com/Stephen-Seo/88b7453a47e38f7cecf26dfde43ecf58 The following appears in...
The error log: 2024-04-30T06:05:05+00:00 [50996/58764] CXX obj/chrome/browser/devtools/devtools/devtools_window.o 2024-04-30T06:05:05+00:00 FAILED: obj/chrome/browser/devtools/devtools/devtools_window.o 2024-04-30T06:05:05+00:00 clang++ -MD -MF obj/chrome/browser/devtools/devtools/devtools_window.o.d -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_OZONE=1 -DOFFICIAL_BUILD -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNO_UNWIND_TABLES -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS...
I'm not sure where the right place for this issue is, but here's the details. On ArchLinux with `sway`, `wlroots`, `swayidle`, and `swaylock` packages in the official repositories, there is...
## Bug report ### Describe the bug Replaygain tags on .mp3 files are ignored. ## Expected Behavior Replaygain tags should affect the output gain of .mp3 files when played. ##...