Tim Rühsen
                                            Tim Rühsen
                                        
                                    Thanks for all your hints ! `CC_FOR_BUILD=gcc` doesn't solve my build issue. It looks like gmp's configure script and my bash version doesn't like each other =D. ``` checking build...
Hm, I wonder where these CFLAGS come from ``` CFLAGS='-O2 -pedantic -fomit-frame-pointer -m64 -mtune=k8 -march=k8' ```
Nope, see https://github.com/rockdaboot/libpsl/blob/master/LICENSE or https://github.com/rockdaboot/libpsl/blob/master/COPYING. Never heard of conan.io before. I don't have the resources to contact every organization that gets these things wrong :| Anyway, thanks for reporting this.
A list of dependencies is indeed missing. It would be super helpful if someone can provide a PR for it. Btw, the mentioned deps are for building from git only.
@mascguy `glib2` is not a dependency. You could ask the port maintainer, it's either a bug or a work-around for something else (that I am not aware of).
@xclaesse, @nacho Could you take a look ?
Pushed a few things, but even before couldn't I reproduce your error list. Currently see ``` DOC Building HTML In gtk-doc.xsl: For acronym (Stable) no value found! DOC Fixing cross-references...
@zoobab Did you consider using torsocks ? Or the other way round - can you explain why torsocks wouldn't work ?
Mget supports multiple proxies (separated by comma). I admit, I never tested this thoroughly since I am not really using proxies. In theory, these proxies are used round-robin for each...
It would be easy to implement a 'load balance' in the means of 'take the proxy longest-not-in-use'. That implies that the proxy with the highest throughput will be taken more...