Pascal Terjan
Pascal Terjan
This was fixed by commit 17e4fbe4c17909dc8b1967da1e6417248097b558
Can you verify if https://github.com/Mange/rtl8192eu-linux-driver/pull/296 fixes this one too?
It seems that was added in c-icap 0.5.3, so c-icap-modules-classify needs c-icap >= 0.5.3
I have had the same problem so far building racket on armv7hl for Mageia and we are already using PLT_SETUP_OPTIONS="-j 1". Our armv7hl builders are Scaleway C1 machines which come...
I have a Mageia build in progress with the change from in #2018 but I started it only 1h ago so it will take some time before I can report...
The armv7hl build got cancelled because i586 build failed with a similar error: ``` make[1]: *** [Makefile:196: install-3m] Aborted (core dumped) ``` http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/updates_testing/20190528133351.pterjan.duvel.9181/log/racket-7.2-1.mga7/build.0.20190528133501.log
Thank you, I had missed 7.3 and was building 7.2 + the patches, trying again with 7.3 + patches
I am getting a failure now at the same place as https://github.com/racket/racket/issues/1749#issuecomment-496527384 http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/updates_testing/20190528180637.pterjan.duvel.3523/log/racket-7.3-1.mga7/build.0.20190528180713.log ``` raco setup: in /r6rs-lib/rnrs/arithmetic raco setup: in /math-lib/math/private/flonum/expansion make[1]: *** [Makefile:196: install-3m] Aborted (core dumped) make[1]:...
Show some settings dialog with plenty of useless checkboxes (like infinite life)
Thank you for the patch, I just tried it on my 4-core machine: With this patch: real 1m22.385s Without this patch: real 1m35.695s So indeed the improvement is not great....