Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 913635 - media-sound/alsaplayer-0.99.81-r4 - [clang] Playlist.cpp: error: use of undeclared identifier random_shuffle
Summary: media-sound/alsaplayer-0.99.81-r4 - [clang] Playlist.cpp: error: use of undec...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-04 17:50 UTC by Toralf Förster
Modified: 2024-04-11 01:28 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.58 KB, text/plain)
2023-09-04 17:50 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,115.98 KB, text/plain)
2023-09-04 17:50 UTC, Toralf Förster
Details
environment (environment,90.15 KB, text/plain)
2023-09-04 17:50 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,792 bytes, application/x-xz)
2023-09-04 17:50 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,9.73 KB, application/x-xz)
2023-09-04 17:50 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,14.79 KB, application/x-xz)
2023-09-04 17:50 UTC, Toralf Förster
Details
media-sound:alsaplayer-0.99.81-r4:20230903-211006.log (media-sound:alsaplayer-0.99.81-r4:20230903-211006.log,61.75 KB, text/plain)
2023-09-04 17:50 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,30.47 KB, application/x-xz)
2023-09-04 17:50 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-09-04 17:50:09 UTC
Main.cpp:370:6: warning: variable 'do_reverb' set but not used
      [-Wunused-but-set-variable]
        int do_reverb = 0;
            ^
clang -DHAVE_CONFIG_H -I. -I.. -I../alsaplayer -I../libalsaplayer -DLOCALEDIR=\"/usr/share/locale\"   -O2 -pipe -march=native -fno-diagnostics-color -c -o alsaplayer-prefs.o `test -f 'prefs.c' || echo './'`prefs.c
clang++ -DHAVE_CONFIG_H -I. -I.. -I../alsaplayer -I../libalsaplayer -DLOCALEDIR=\"/usr/share/locale\"  -D_REENTRANT -DADDON_DIR=\"/usr/lib64/alsaplayer\" -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wall  -O2 -pipe -march=native -fno-diagnostics-color -c -o alsaplayer-reader.o `test -f 'reader.cpp' || echo './'`reader.cpp
Playlist.cpp:709:2: error: use of undeclared identifier 'random_shuffle'
        random_shuffle(queue.begin(), queue.end());
        ^

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_clang-20230902-205829

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 16.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.6+libcxx
Python 3.11.5
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.72.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.19_p7 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.7_p7 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.372_p07 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
  [1]   php8.1 *
  [2]   php8.2
go version go1.21.0 linux/amd64

  HEAD of ::gentoo
commit 6ff51302ea9f13e77fd33278988933ed09050b86
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Sep 3 20:31:59 2023 +0000

    2023-09-03 20:31:59 UTC

emerge -qpvO media-sound/alsaplayer
[ebuild  N    ] media-sound/alsaplayer-0.99.81-r4  USE="alsa nls -audiofile -doc -flac -gtk -id3tag -jack -mad -mikmod -nas -ogg -opengl -oss -vorbis -xosd"
Comment 1 Toralf Förster gentoo-dev 2023-09-04 17:50:10 UTC
Created attachment 869615 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-09-04 17:50:11 UTC
Created attachment 869616 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-09-04 17:50:13 UTC
Created attachment 869617 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-09-04 17:50:14 UTC
Created attachment 869618 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-09-04 17:50:14 UTC
Created attachment 869619 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-09-04 17:50:15 UTC
Created attachment 869620 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-09-04 17:50:16 UTC
Created attachment 869621 [details]
media-sound:alsaplayer-0.99.81-r4:20230903-211006.log
Comment 8 Toralf Förster gentoo-dev 2023-09-04 17:50:17 UTC
Created attachment 869622 [details]
temp.tar.xz