Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898574 - sys-cluster/torque-6.0.4-r3 fails to compile (MUSL-CLANG-SYSTEM): attr_func.c:313:3: error: ISO C++17 does not allow register storage class specifier [-Wregister]
Summary: sys-cluster/torque-6.0.4-r3 fails to compile (MUSL-CLANG-SYSTEM): attr_func.c...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-03-01 09:06 UTC by Agostino Sarubbo
Modified: 2024-03-01 14:50 UTC (History)
0 users

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


Attachments
build.log (build.log,78.47 KB, text/plain)
2023-03-01 09:06 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 2023-03-01 09:06:54 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-cluster/torque-6.0.4-r3 fails to compile (MUSL-CLANG-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-CLANG-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc + clang16 but this bug MAY or MAY NOT BE related to musl/clang16.
Comment 1 Agostino Sarubbo gentoo-dev 2023-03-01 09:06:56 UTC
Created attachment 855382 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-03-01 09:06:58 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


./configure: line 19185: ac_fn_c_check_member: command not found
cat: current_hash: No such file or directory
fatal: not a git repository (or any parent up to mount point /var/tmp)
attr_func.c:313:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
Comment 3 Larry the Git Cow gentoo-dev 2023-05-13 04:52:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62953bb7ceec7d12e7fcf295b39c174b14dd8bf9

commit 62953bb7ceec7d12e7fcf295b39c174b14dd8bf9
Author:     Brahmajit Das <brahmajit.xyz@gmail.com>
AuthorDate: 2023-05-12 21:04:26 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-05-13 04:51:25 +0000

    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>

 ..._timeout-has-a-different-language-linkage.patch |  19 +
 ...ster-storage-class-as-it-s-been-deprecate.patch | 740 +++++++++++++++++++++
 sys-cluster/torque/torque-6.0.4-r6.ebuild          | 202 ++++++
 3 files changed, 961 insertions(+)