Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 938439 - sys-cluster/ucx-1.13.0 - [llvm] io_demo.cc: error: no member named random_shuffle in namespace std
Summary: sys-cluster/ucx-1.13.0 - [llvm] io_demo.cc: error: no member named random_shu...
Status: CONFIRMED
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:
Depends on:
Blocks:
 
Reported: 2024-08-24 08:35 UTC by Toralf Förster
Modified: 2025-03-28 16:43 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.22 KB, text/plain)
2024-08-24 08:35 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,42.37 KB, text/plain)
2024-08-24 08:35 UTC, Toralf Förster
Details
environment (environment,87.92 KB, text/plain)
2024-08-24 08:35 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.22 KB, application/x-xz)
2024-08-24 08:35 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,37.39 KB, application/x-xz)
2024-08-24 08:35 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,19.76 KB, application/x-xz)
2024-08-24 08:35 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,94.45 KB, text/plain)
2024-08-24 08:35 UTC, Toralf Förster
Details
sys-cluster:ucx-1.13.0:20240824-033406.log.xz (sys-cluster:ucx-1.13.0:20240824-033406.log.xz,17.49 KB, application/x-xz)
2024-08-24 08:35 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,314.99 KB, application/x-xz)
2024-08-24 08:35 UTC, Toralf Förster
Details
var.tmp.clang.tar.xz (var.tmp.clang.tar.xz,70.06 KB, application/x-xz)
2024-08-24 08:35 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2024-08-24 08:35:17 UTC
too long lines were shrinked:

libtool: link: clang -g -Wall -fmax-type-align=16 -funwind-tables -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-label -Wno-long-long -Wno-endif-labels -Wno-sign-compare -Wno-multichar -Wno-deprecated-declarations -Winvalid-pch -Wno-pointer-sign -Werror-implicit-function-declarati
make[3]: Leaving directory '/var/tmp/portage/sys-cluster/ucx-1.13.0/work/ucx-1.13.0/test/apps/profiling'
Making all in iodemo
make[3]: Entering directory '/var/tmp/portage/sys-cluster/ucx-1.13.0/work/ucx-1.13.0/test/apps/iodemo'
clang++ -DHAVE_CONFIG_H -I. -I../../..  -DCPU_FLAGS="" -I/var/tmp/portage/sys-cluster/ucx-1.13.0/work/ucx-1.13.0/src -I/var/tmp/portage/sys-cluster/ucx-1.13.0/work/ucx-1.13.0 -I/var/tmp/portage/sys-cluster/ucx-1.13.0/work/ucx-1.13.0/src   -g -Wall -fmax-type-align=16 -funwind-tables -Wno-missing-fie
clang++ -DHAVE_CONFIG_H -I. -I../../..  -DCPU_FLAGS="" -I/var/tmp/portage/sys-cluster/ucx-1.13.0/work/ucx-1.13.0/src -I/var/tmp/portage/sys-cluster/ucx-1.13.0/work/ucx-1.13.0 -I/var/tmp/portage/sys-cluster/ucx-1.13.0/work/ucx-1.13.0/src   -g -Wall -fmax-type-align=16 -funwind-tables -Wno-missing-fie
io_demo.cc:2909:10: error: no member named 'random_shuffle' in namespace 'std'
 2909 |     std::random_shuffle(test_opts.servers.begin(), test_opts.servers.end(),
      |     ~~~~~^

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_llvm_systemd-20240823-074159

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 18.1.8+libcxx
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/18/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/18
18.1.8+libcxx
Python 3.12.5
Available Rust versions:
  [1]   rust-bin-1.80.1 *
php cli (if any):
go version go1.23.0 linux/amd64

  HEAD of ::gentoo
commit 0ce936537dc4406bc19a4a8e74750b592e9e96bb
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Aug 24 02:48:51 2024 +0000

    2024-08-24 02:48:51 UTC

emerge -qpvO =sys-cluster/ucx-1.13.0
[ebuild  N    ] sys-cluster/ucx-1.13.0  USE="numa openmp"
Comment 1 Toralf Förster gentoo-dev 2024-08-24 08:35:18 UTC
Created attachment 901087 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-08-24 08:35:19 UTC
Created attachment 901088 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2024-08-24 08:35:20 UTC
Created attachment 901089 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-08-24 08:35:21 UTC
Created attachment 901090 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-08-24 08:35:22 UTC
Created attachment 901091 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-08-24 08:35:23 UTC
Created attachment 901092 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-08-24 08:35:24 UTC
Created attachment 901093 [details]
qlist-info.txt
Comment 8 Toralf Förster gentoo-dev 2024-08-24 08:35:25 UTC
Created attachment 901094 [details]
sys-cluster:ucx-1.13.0:20240824-033406.log.xz
Comment 9 Toralf Förster gentoo-dev 2024-08-24 08:35:26 UTC
Created attachment 901095 [details]
temp.tar.xz
Comment 10 Toralf Förster gentoo-dev 2024-08-24 08:35:27 UTC
Created attachment 901096 [details]
var.tmp.clang.tar.xz
Comment 11 NHO 2025-03-28 16:43:54 UTC
Duplicate of https://bugs.gentoo.org/938434