openwrt/toolchain/binutils/patches
Hirokazu MORIKAWA 8c501bf9fe toolchain/binutils: v2.37 Close the file descriptor if there is no archive fd
This fixes the following build error:
/home/build/openwrt/staging_dir/toolchain-aarch64_cortex-a53_gcc-11.2.0_musl/lib/gcc/aarch64-openwrt-linux-musl/11.2.0/../../../../aarch64-openwrt-linux-musl/bin/ld: /home/sergey/openwrt2/build_dir/target-aarch64_cortex-a53_musl/node-v14.18.2/out/Release/obj.target/tools/v8_gypfiles/libv8_base_without_compiler.a: error adding symbols: malformed archive
collect2: error: ld returned 1 exit status

It's a bad error handling related to -EMFILE (too many open files). nodejs is probably just very close to open file limit.

https://sourceware.org/bugzilla/show_bug.cgi?id=28138
https://github.com/nodejs/node/issues/39452

https://github.com/openwrt/packages/issues/17496
https://github.com/openwrt/packages/issues/16729
https://github.com/openwrt/packages/issues/17164

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
[Take full patch from 2.37 branch and refresh]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2022-01-08 21:37:45 +01:00
..
2.32 toolchain/binutils: refresh patches 2019-04-21 15:15:23 +01:00
2.34 toolchain/binutils: fix broken build of binutils 2.34 on mips64 2020-08-10 23:58:58 +02:00
2.35.2 toolchain/binutils: update to 2.35.2 2021-05-01 00:37:15 +02:00
2.36.1 toolchain/binutils: add binutils 2.36.1 2021-05-01 00:37:15 +02:00
2.37 toolchain/binutils: v2.37 Close the file descriptor if there is no archive fd 2022-01-08 21:37:45 +01:00