Bug#996936: libtool might not use the recommended linker options for macOS >= 12

2021-10-20 Thread Carlo Arenas
Package: libtool Version: 2.4.6-14 Severity: important Tags: upstream Forwarded: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=44605 As originally discussed in upstream bug report 44684, any package bootstrapped using the upstream libtool.m4 will fail to recognise macOS BigSur and use the wrong li

Bug#877493: errno == 2 when starting a new process

2017-10-02 Thread Carlo Arenas
Package: libc6 Source: glibc Version: 2.24-11+deb9u1 likely also triggered in other ways (eventhough masked when using a dso), but the following seems to be an easy way to replicate : $ echo -e '#include \n#include \nint main() {printf("%d\\n", errno); }' > t.c $ gcc -static -o t t.c $./t