Sam James

Results 838 comments of Sam James

> At the moment, this should only happen if you try to compile without openssl. This means, if you didn't specify --without-openssl to configure, then you don't have the openssl...

I can reproduce _a_ failure, no idea if it's the same one, when I build with `./configure --without-openssl --disable-eaptls --disable-peap`: ``` /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wl,-E -o...

No, I hadn't! Thanks @Neustradamus. I'll take a look.

Regarding the backtrace: try FEATURES="-nostrip -splitdebug -compressdebug" CFLAGS="-O2 -ggdb3" CXXFLAGS="-O2 -ggdb3" emerge -v1 qbittorrent libtorrent-rasterbar. It'll avoid splitting the debugging symbols.

Sorry, my suggestion was to make qbittorrent give its own useful backtrace when you ask it to (see above where you gave one that didn't have much info). It won't...

All of the arches which fail have unsigned char, so that's it I think. Either use a different type, cast it, or -fsigned-char should be added to the build system.

If you want to avoid having to mess with the existing logic, you can build with `-fsigned-char` for now.

As far as I'm aware, 2.0.x is functionally dead. I don't think it's wise to continue using it, even if it's not been officially declared EOL. This is why 2.1.x...

I'll spin up an Alpine container later and give it a poke. Thank you for the report!

Sorry for the delay @joshuaspiral, we've been having some renovations done and it's a bit hectic. Could you try https://github.com/ergochat/ergo/pull/1920? It should at least make it easier to see what's...