Post AEs6S5OXdnpD3qkiCu by zero@kiwifarms.cc
 (DIR) More posts by zero@kiwifarms.cc
 (DIR) Post #AEs5nBygGFszbY9lS4 by zero@kiwifarms.cc
       2021-12-28T18:51:30.723490Z
       
       0 likes, 0 repeats
       
       @rin Please help, I can't compile fast_html, my shit's deadhttps://pastebin.com/uCpEE4D4
       
 (DIR) Post #AEs6ERKNIZoV1wIRG4 by rin@patch.cx
       2021-12-28T18:56:22.039484Z
       
       0 likes, 0 repeats
       
       @zero is this a new install? what erlang/elxir version? also try installing erlang-dev or similar packages if you are using elixir/erlang from your distro packges
       
 (DIR) Post #AEs6S5OXdnpD3qkiCu by zero@kiwifarms.cc
       2021-12-28T18:58:54.237816Z
       
       0 likes, 0 repeats
       
       @rin it's an existing install on arch, I tried to apply a patch to support Finch and got that error when compiling, even reverting to the dep versions that were working before is not allowing to compile fast_html, I'm at a loss, may have to use OTP or something in the meantime if I can't fix this.
       
 (DIR) Post #AEs6h1waklH6hbnyqG by zero@kiwifarms.cc
       2021-12-28T19:01:36.268600Z
       
       0 likes, 0 repeats
       
       @rin Erlang/OTP 24 [erts-12.1.5] [source] [64-bit] [smp:1:1] [ds:1:1:10] [async-threads:1] [jit]Elixir 1.13.0 (compiled with Erlang/OTP 24)
       
 (DIR) Post #AEs73L38OrGMKOVEY4 by rin@patch.cx
       2021-12-28T19:05:33.297584Z
       
       0 likes, 0 repeats
       
       @zero does /usr/lib/erlang/erts-12.1.5/include exist?
       
 (DIR) Post #AEs7SI06s92m6zzA6y by zero@kiwifarms.cc
       2021-12-28T19:10:08.733859Z
       
       0 likes, 0 repeats
       
       @rin yes
       
 (DIR) Post #AEs7qecGRMmNCbRxDs by rin@patch.cx
       2021-12-28T19:14:29.614774Z
       
       0 likes, 0 repeats
       
       @zero I assume usr/lib/erlang/lib/erl_interface-5.1/include/ei.hexists as well then? no idea what causes it tbh, it's not like this library changed in the last year much
       
 (DIR) Post #AEs82QPP5aFGc72zWi by zero@kiwifarms.cc
       2021-12-28T19:16:39.060674Z
       
       0 likes, 0 repeats
       
       @rin it does existI don't know either, it was compiling fine days ago, now I can't start pleroma because of this compilation error
       
 (DIR) Post #AEs9Q0igLsOlqQsJEW by rin@patch.cx
       2021-12-28T19:32:05.509947Z
       
       0 likes, 0 repeats
       
       @zero that's annoying. I can't reproduce the issue nor have a clue to what might cause it though (apart from missing headers/libraries, but we already established this is not the case), unfortunately
       
 (DIR) Post #AEsA32N4971sGBNDWK by icscarythings@sleepy.cafe
       2021-12-28T19:39:11.637237Z
       
       1 likes, 0 repeats
       
       @zero @rin >cmakeThis is a prime example of why cmake is cancer.
       
 (DIR) Post #AEsA8OslsPevWelE24 by rin@patch.cx
       2021-12-28T19:40:05.797901Z
       
       0 likes, 0 repeats
       
       @icscarythings @zero the part that fails is not compiled with cmake though
       
 (DIR) Post #AEsASoGFEH4o1mTKkK by zero@kiwifarms.cc
       2021-12-28T19:43:51.241378Z
       
       0 likes, 0 repeats
       
       @rin @icscarythings now I'm trying to use OTP and it's not respecting the settings in config.exs, like instance name and static dir....
       
 (DIR) Post #AFIftaOucN1rEUvGRU by rin@patch.cx
       2022-01-10T14:38:26.220273Z
       
       1 likes, 0 repeats
       
       @zero @icscarythings in case still relevant, I wasn't able to reproduce your bug at the time because I tried otp24 on macOS, but now I hit the same issue on my arch machine. apparently arch shipped an empty ei library https://bugs.archlinux.org/task/73240?project=5&string=erlang . downgrading to 24.1.7-1 or earlier should solve it