Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 919871 - games-server/monopd-0.10.2-r1 - [clang] cardgroup.cpp: error: use of undeclared identifier random_shuffle
Summary: games-server/monopd-0.10.2-r1 - [clang] cardgroup.cpp: error: use of undeclar...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-14 09:01 UTC by Toralf Förster
Modified: 2023-12-14 09:02 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.42 KB, text/plain)
2023-12-14 09:01 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,55.52 KB, text/plain)
2023-12-14 09:02 UTC, Toralf Förster
Details
environment (environment,101.69 KB, text/plain)
2023-12-14 09:02 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.14 KB, application/x-xz)
2023-12-14 09:02 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,17.21 KB, application/x-xz)
2023-12-14 09:02 UTC, Toralf Förster
Details
games-server:monopd-0.10.2-r1:20231214-052909.log (games-server:monopd-0.10.2-r1:20231214-052909.log,7.65 KB, text/plain)
2023-12-14 09:02 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,4.27 KB, application/x-xz)
2023-12-14 09:02 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,107.87 KB, text/plain)
2023-12-14 09:02 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,30.74 KB, application/x-xz)
2023-12-14 09:02 UTC, Toralf Förster
Details
var.tmp.clang.tar.xz (var.tmp.clang.tar.xz,772 bytes, application/x-xz)
2023-12-14 09:02 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 2023-12-14 09:01:58 UTC
too long lines were shrinked:

make[2]: Entering directory '/var/tmp/portage/games-server/monopd-0.10.2-r1/work/monopd-0.10.2/src'
clang++ -DHAVE_CONFIG_H -I. -I..  -DMONOPD_DATADIR=\"/usr/share/monopd\" -DMONOPD_CONFIGDIR=\"/etc\" -I/usr/include/utf8cpp  -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -c -o auction.o auction.cpp
clang++ -DHAVE_CONFIG_H -I. -I..  -DMONOPD_DATADIR=\"/usr/share/monopd\" -DMONOPD_CONFIGDIR=\"/etc\" -I/usr/include/utf8cpp  -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -c -o card.o card.cpp
clang++ -DHAVE_CONFIG_H -I. -I..  -DMONOPD_DATADIR=\"/usr/share/monopd\" -DMONOPD_CONFIGDIR=\"/etc\" -I/usr/include/utf8cpp  -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -c -o cardgroup.o cardgroup.cpp
clang++ -DHAVE_CONFIG_H -I. -I..  -DMONOPD_DATADIR=\"/usr/share/monopd\" -DMONOPD_CONFIGDIR=\"/etc\" -I/usr/include/utf8cpp  -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -c -o debt.o debt.cpp
clang++ -DHAVE_CONFIG_H -I. -I..  -DMONOPD_DATADIR=\"/usr/share/monopd\" -DMONOPD_CONFIGDIR=\"/etc\" -I/usr/include/utf8cpp  -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -c -o display.o display.cpp
cardgroup.cpp:83:2: error: use of undeclared identifier 'random_shuffle'
   83 |         random_shuffle(m_cards.begin(), m_cards.end());
      |         ^

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd_clang-20231213-034020

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 17.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/17
17.0.6+libcxx
Python 3.11.7
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.74.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.1_p12 [openjdk-bin-21]
Available Java Virtual Machines:
  [1]   openjdk-bin-17 
  [2]   openjdk-bin-21  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
go version go1.21.5 linux/amd64

  HEAD of ::gentoo
commit a271b38b63c96a3d4e99eb9cb2d5cda3a32b718a
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Dec 14 04:34:57 2023 +0000

    2023-12-14 04:34:56 UTC

emerge -qpvO games-server/monopd
[ebuild  N    ] games-server/monopd-0.10.2-r1  USE="systemd"
Comment 1 Toralf Förster gentoo-dev 2023-12-14 09:01:59 UTC
Created attachment 879327 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-12-14 09:02:00 UTC
Created attachment 879328 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-12-14 09:02:02 UTC
Created attachment 879329 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-12-14 09:02:03 UTC
Created attachment 879330 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-12-14 09:02:04 UTC
Created attachment 879331 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-12-14 09:02:05 UTC
Created attachment 879332 [details]
games-server:monopd-0.10.2-r1:20231214-052909.log
Comment 7 Toralf Förster gentoo-dev 2023-12-14 09:02:05 UTC
Created attachment 879333 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2023-12-14 09:02:07 UTC
Created attachment 879334 [details]
qlist-info.txt
Comment 9 Toralf Förster gentoo-dev 2023-12-14 09:02:08 UTC
Created attachment 879335 [details]
temp.tar.xz
Comment 10 Toralf Förster gentoo-dev 2023-12-14 09:02:08 UTC
Created attachment 879336 [details]
var.tmp.clang.tar.xz