Project version: 0.9.3 Host machine cpu family: x86_64 Host machine cpu: x86_64 Program python3 found: YES (/var/tmp/portage/sys-apps/polychromatic-0.9.3/temp/python3.12/bin/python3) Program sassc found: YES (/usr/bin/sassc) meson.build:21:0: ERROR: Command `/var/tmp/portage/sys-apps/polychromatic-0.9.3/work/polychromatic-0.9.3/scripts/build-styles.sh` failed with status 1. A full log can be found at /var/tmp/portage/sys-apps/polychromatic-0.9.3/work/polychromatic-0.9.3-build/meson-logs/meson-log.txt ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_desktop_plasma_systemd-20241231-160503 Block bug #351559 if this looks like a parallel build issue. The attached etc.portage.tar.xz has all details. ------------------------------------------------------------------- GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle" gcc-config -l: [1] x86_64-pc-linux-gnu-14 * clang version 19.1.6 llvm-config: 19.1.6 Python 3.12.8 go version go1.23.4 linux/amd64 Available Ruby profiles: [1] ruby32 (with Rubygems) * Available Rust versions: [1] rust-bin-1.83.0 * The following VMs are available for generation-2: *) Eclipse Temurin JDK 21.0.5_p11 [openjdk-bin-21] Available Java Virtual Machines: [1] openjdk-bin-21 system-vm HEAD of ::gentoo commit b625ce961786a401cfccb322a12a1418b2750496 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Wed Jan 1 19:33:25 2025 +0000 2025-01-01 19:33:25 UTC emerge -qpvO =sys-apps/polychromatic-0.9.3 [ebuild N ] sys-apps/polychromatic-0.9.3 PYTHON_SINGLE_TARGET="python3_12 -python3_11"
Created attachment 915683 [details] emerge-info.txt
Created attachment 915684 [details] emerge-history.txt
Created attachment 915685 [details] environment
Created attachment 915686 [details] etc.clang.tar.xz
Created attachment 915687 [details] etc.portage.tar.xz
Created attachment 915688 [details] logs.tar.xz
Created attachment 915689 [details] qlist-info.txt
Created attachment 915690 [details] sys-apps:polychromatic-0.9.3:20250101-195704.log
Created attachment 915691 [details] temp.tar.xz
Probably unrelated but wondering what this line is about: > /etc/portage/bashrc: line 59: /var/tmp/tb/vcpu: Permission denied
(In reply to Maciej Barć from comment #10) > Probably unrelated but wondering what this line is about: > > > /etc/portage/bashrc: line 59: /var/tmp/tb/vcpu: Permission denied oh, a buggy artefact - will retest the package, sry.
(In reply to Toralf Förster from comment #11) > (In reply to Maciej Barć from comment #10) > > Probably unrelated but wondering what this line is about: > > > > > /etc/portage/bashrc: line 59: /var/tmp/tb/vcpu: Permission denied > > oh, a buggy artefact - will retest the package, sry. not a problem looking at scripts/build-styles.sh I see: > sassc=$(which sassc 2>/dev/null) > sass=$(which sass 2>/dev/null) > if [ -z "$sass" ] && [ -z "$sassc" ]; then > echo "Please install a package that provides 'sassc' or 'sass' and try again." so this must be related to which command missing?
indeed - added a blocker
(In reply to Toralf Förster from comment #13) > indeed - added a blocker > Blocks: 880545 > c23-porting isnt that misspelled?
> Blocks: 646588 > No longer blocks: 880545 ok, thanks
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b1fe253c5caa9abe1e3603afcfee4e775339c59 commit 5b1fe253c5caa9abe1e3603afcfee4e775339c59 Author: Maciej Barć <xgqt@gentoo.org> AuthorDate: 2025-01-01 21:21:06 +0000 Commit: Maciej Barć <xgqt@gentoo.org> CommitDate: 2025-01-01 21:26:21 +0000 sys-apps/polychromatic: patch to remove calls to which Closes: https://bugs.gentoo.org/947330 Signed-off-by: Maciej Barć <xgqt@gentoo.org> .../files/polychromatic-0.9.3-command-v.patch | 101 +++++++++++++++++++++ sys-apps/polychromatic/polychromatic-0.9.3.ebuild | 4 +- 2 files changed, 104 insertions(+), 1 deletion(-)