https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sys-cluster/torque fails to compile. Discovered on: amd64 (internal ref: tinderbox) NOTE: This machine uses a clang/LLVM toolchain. If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue isstrictly related to the LLD linker, please block bug 731004.
Created attachment 648960 [details] build.log build log and emerge --info
tinderbox has reproduced this issue with version 6.0.4-r2 - Updating summary.
*** Bug 887111 has been marked as a duplicate of this bug. ***
commit 62953bb7ceec7d12e7fcf295b39c174b14dd8bf9 Author: Brahmajit Das <brahmajit.xyz@gmail.com> AuthorDate: Fri May 12 17:04:26 2023 Commit: Sam James <sam@gentoo.org> CommitDate: Sat May 13 00:51:25 2023 sys-cluster/torque: Fix register storage class specifier not allowed Closes: https://bugs.gentoo.org/898574 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31009 Signed-off-by: Sam James <sam@gentoo.org> sys-cluster/torque/files/torque-6.0.4-fix-pbs_tcp_timeout-has-a-different-language-linkage.patch | 19 +++ sys-cluster/torque/files/torque-6.0.4-remove-register-storage-class-as-it-s-been-deprecate.patch | 740 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ sys-cluster/torque/{torque-6.0.4-r5.ebuild => torque-6.0.4-r6.ebuild} | 2 + 3 files changed, 761 insertions(+) create mode 100644 sys-cluster/torque/files/torque-6.0.4-fix-pbs_tcp_timeout-has-a-different-language-linkage.patch create mode 100644 sys-cluster/torque/files/torque-6.0.4-remove-register-storage-class-as-it-s-been-deprecate.patch copy sys-cluster/torque/{torque-6.0.4-r5.ebuild => torque-6.0.4-r6.ebuild} (97%) It fixed two issues but only included Bug tags for one of them.