Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 732278 - sys-cluster/torque-6.0.4-r2 fails to compile: tm.c:1460:17: error: declaration of 'pbs_tcp_timeout' has a different language
Summary: sys-cluster/torque-6.0.4-r2 fails to compile: tm.c:1460:17: error: declaratio...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
: 887111 (view as bug list)
Depends on:
Blocks: systemwide-clang
  Show dependency tree
 
Reported: 2020-07-11 19:36 UTC by Agostino Sarubbo
Modified: 2024-08-12 01:42 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,131.61 KB, text/plain)
2020-07-11 19:36 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-07-11 19:36:15 UTC
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.
Comment 1 Agostino Sarubbo gentoo-dev 2020-07-11 19:36:22 UTC
Created attachment 648960 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-25 08:43:35 UTC
tinderbox has reproduced this issue with version 6.0.4-r2 - Updating summary.
Comment 3 Eli Schwartz gentoo-dev 2024-08-12 01:40:00 UTC
*** Bug 887111 has been marked as a duplicate of this bug. ***
Comment 4 Eli Schwartz gentoo-dev 2024-08-12 01:42:26 UTC
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.