On Wed, Mar 4, 2020 at 2:55 PM Matt Turner wrote:
>
> needs_exe_wrapper tells meson whether the build machine is able to
> directly execute the binaries it produces or whether it needs an exe
> wrapper (like QEMU). For non-native ABI builds like building 32-bit
> libraries on an x86-64 system, we
# Michał Górny (2020-03-06)
# Python 2 only. Last update in 2012. Blocker for a few dependencies.
# Removal in 30 days. Bug #708336.
www-apps/ownpaste
--
Best regards,
Michał Górny
signature.asc
Description: This is a digitally signed message part
On Fri, 6 Mar 2020 16:06:00 +0800
hero...@gentoo.org wrote:
> From: Benda Xu
>
> If ghc spawns too many C compilers, it will exhaust file descripters.
I don't think ghc spawns more than 1 parallel gcc per compiled haskell file.
I'd expect a small constant overhead of file descriptors per com
From: Benda Xu
If ghc spawns too many C compilers, it will exhaust file descripters.
In the reference, it was thought to be a macOS bug for aggressive fd
limits. But the ghc bug also applies to GNU/Linux, when ghc is
asked to spawn, for example 256, jobs.
This patch circumvents this