alice

Results 46 comments of alice

this is still broken, even though the `$arch-alpine-linux-musl` target does not default to static libraries, and we configure the target to build dynamic by default. the code does not respect...

> and the musl target in rust is assumed to require static-only builds. this is also not true anymore: https://github.com/rust-lang/rust/pull/40113 there's a lot of discussion there; the tl;dr is that...

i tried a bunch of stuff, using the above repro.cpp: all of this was on alpine edge, openssl 1.1.1q, gcc 11.2 flags `-Og -g3` for all cmake was invoked with...

> so, I suppose the next lead would be to know what the command line arguments are to the compiler when invoking it via cmake vs. configure the full invocation...

cmake ``` sumire < cmake -B build -G Ninja -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_CXX_STANDARD=14 -- The C compiler identification is GNU 11.2.1 -- The CXX compiler identification is GNU 11.2.1 -- Detecting C...

just like in #362 , you need `RUSTFLAGS="-C target-feature=-crt-static"` if you are using a rustup toolchain for it to work correctly. neither is an eww issue, but more of a...

afaik those don't change any semantics (NULL == nullptr), it just failed to apply cleanly and i was lazy for a mere backport :)

fixed, though i don't understand why it always tries to start xwayland just because wlroots supports it, instead of making it optional (from the code)

> mold: error: undefined symbol: did you also try lld/some other linker? it would be a mold bug if the others work (just a random guess)