Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 947600 - dev-libs/rccl-6.1.1 fails to compile: TestBed.cpp:485:16: error: no member named setfill in namespace std
Summary: dev-libs/rccl-6.1.1 fails to compile: TestBed.cpp:485:16: error: no member na...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2025-01-06 09:49 UTC by Agostino Sarubbo
Modified: 2025-01-10 00:31 UTC (History)
4 users (show)

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


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

Issue: dev-libs/rccl-6.1.1 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2025-01-06 09:49:38 UTC
Created attachment 915979 [details]
build.log

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


FAILED: test/CMakeFiles/rccl-UnitTests.dir/common/TestBed.cpp.o 
/var/tmp/portage/dev-libs/rccl-6.1.1/work/rccl-rocm-6.1.1/test/common/TestBed.cpp:485:16: error: no member named 'setfill' in namespace 'std'
Comment 3 Larry the Git Cow gentoo-dev 2025-01-10 00:31:56 UTC
The bug has been closed via the following commit(s):

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

commit b761d8281f96ed7e40e8455d274a58417967435d
Author:     Sv. Lockal <lockalsash@gmail.com>
AuthorDate: 2025-01-07 15:20:04 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-01-10 00:29:10 +0000

    dev-libs/rccl: fix tests compilation/execution with dev-cpp/gtest-1.15.2
    
    Applied the same patch as in 6.3.0.
    Masked secondary device, as multiple devices with different capabilities break tests per https://rocm.docs.amd.com/projects/radeon/en/latest/docs/prerequisites.html#disable-igpu
    No change in built object -> no revbump.
    
    Closes: https://bugs.gentoo.org/947600
    Signed-off-by: Sv. Lockal <lockalsash@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/40026
    Signed-off-by: Sam James <sam@gentoo.org>

 .../{rccl-6.3.0-headers-fix.patch => rccl-6.1.1-headers-fix.patch} | 0
 dev-libs/rccl/rccl-6.1.1.ebuild                                    | 6 ++++--
 dev-libs/rccl/rccl-6.3.0.ebuild                                    | 7 ++++---
 3 files changed, 8 insertions(+), 5 deletions(-)