Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 881117 - app-misc/openrgb-0.7-r1 - Controllers/.../GigabyteRGBFusion2GPUController.cpp: error:
Summary: app-misc/openrgb-0.7-r1 - Controllers/.../GigabyteRGBFusion2GPUController.cpp...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-12 17:37 UTC by Toralf Förster
Modified: 2023-12-16 18:44 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.89 KB, text/plain)
2022-11-12 17:37 UTC, Toralf Förster
Details
app-misc:openrgb-0.7-r1:20221112-104358.log.bz2 (app-misc:openrgb-0.7-r1:20221112-104358.log.bz2,8.59 KB, application/x-bzip)
2022-11-12 17:37 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,120.17 KB, text/plain)
2022-11-12 17:37 UTC, Toralf Förster
Details
environment (environment,83.93 KB, text/plain)
2022-11-12 17:37 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,697 bytes, application/x-bzip)
2022-11-12 17:37 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,20.41 KB, application/x-bzip)
2022-11-12 17:37 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,29.87 KB, application/x-bzip)
2022-11-12 17:37 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 2022-11-12 17:37:33 UTC
too long lines were shrinked:

clang++ -c -pipe -march=native -fno-diagnostics-color -O2 -std=gnu++1z -Wall -Wextra -D_REENTRANT -fPIC -DGENTOO_PLUGINS_DIR=\"/usr/lib64/OpenRGB/plugins\" -DVERSION_STRING=\""0.7\"" -DBUILDDATE_STRING=\""Sat, 12 Nov 2022 10:44:01 +0000\"" -DGIT_COMMIT_ID=\""\"" -DGIT_COMMIT_DATE=\""\"" -DGIT_BRANCH
clang++ -c -pipe -march=native -fno-diagnostics-color -O2 -std=gnu++1z -Wall -Wextra -D_REENTRANT -fPIC -DGENTOO_PLUGINS_DIR=\"/usr/lib64/OpenRGB/plugins\" -DVERSION_STRING=\""0.7\"" -DBUILDDATE_STRING=\""Sat, 12 Nov 2022 10:44:01 +0000\"" -DGIT_COMMIT_ID=\""\"" -DGIT_COMMIT_DATE=\""\"" -DGIT_BRANCH
clang++ -c -pipe -march=native -fno-diagnostics-color -O2 -std=gnu++1z -Wall -Wextra -D_REENTRANT -fPIC -DGENTOO_PLUGINS_DIR=\"/usr/lib64/OpenRGB/plugins\" -DVERSION_STRING=\""0.7\"" -DBUILDDATE_STRING=\""Sat, 12 Nov 2022 10:44:01 +0000\"" -DGIT_COMMIT_ID=\""\"" -DGIT_COMMIT_DATE=\""\"" -DGIT_BRANCH
clang++ -c -pipe -march=native -fno-diagnostics-color -O2 -std=gnu++1z -Wall -Wextra -D_REENTRANT -fPIC -DGENTOO_PLUGINS_DIR=\"/usr/lib64/OpenRGB/plugins\" -DVERSION_STRING=\""0.7\"" -DBUILDDATE_STRING=\""Sat, 12 Nov 2022 10:44:01 +0000\"" -DGIT_COMMIT_ID=\""\"" -DGIT_COMMIT_DATE=\""\"" -DGIT_BRANCH
Controllers/GigabyteRGBFusion2GPUController/GigabyteRGBFusion2GPUController.cpp:47:118: error: 
      non-constant-expression cannot be narrowed from type 'int' to 'uint8_t'
      (aka 'unsigned char') in initializer list [-Wc++11-narrowing]

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma-j4-20221111-150005

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --jobserver-style=pipe"
GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
CC=clang
CXX=clang++
gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.4
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.4
Python 3.10.8
Available Rust versions:
  [1]   rust-bin-1.65.0 *
The following VMs are available for generation-2:
1)	OpenJDK 17.0.5_p8 [openjdk-17]
*)	Eclipse Temurin JDK 17.0.5_p8 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.352_p08 [openjdk-bin-8]
4)	Eclipse Temurin JRE 17.0.5_p8 [openjdk-jre-bin-17]
Available Java Virtual Machines:
  [1]   openjdk-17 
  [2]   openjdk-bin-8 
  [3]   openjdk-bin-17  system-vm
  [4]   openjdk-jre-bin-17 

php cli (if any):

  HEAD of ::gentoo
commit a258f1f5bfd84ae060ef0daf9a79a1cd92eaaf67
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Nov 12 09:31:51 2022 +0000

    2022-11-12 09:31:50 UTC

emerge -qpvO app-misc/openrgb
[ebuild  N    ] app-misc/openrgb-0.7-r1
Comment 1 Toralf Förster gentoo-dev 2022-11-12 17:37:34 UTC
Created attachment 831949 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-12 17:37:35 UTC
Created attachment 831951 [details]
app-misc:openrgb-0.7-r1:20221112-104358.log.bz2
Comment 3 Toralf Förster gentoo-dev 2022-11-12 17:37:37 UTC
Created attachment 831953 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-11-12 17:37:38 UTC
Created attachment 831955 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-11-12 17:37:39 UTC
Created attachment 831957 [details]
etc.clang.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-11-12 17:37:40 UTC
Created attachment 831959 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-11-12 17:37:42 UTC
Created attachment 831961 [details]
temp.tar.bz2
Comment 8 Maciej Barć gentoo-dev 2023-12-16 18:44:55 UTC
0.7 is already gone form ::gentoo