==> /var/tmp/portage/games-sports/ultimatestunts-0.7.7-r3/temp/sandbox.log <== VERSION 1.0 FORMAT: F - Function called FORMAT: S - Access Status FORMAT: P - Path as passed to function FORMAT: A - Absolute Path (not canonical) FORMAT: R - Canonical Path FORMAT: C - Command Line F: mkdirat S: deny P: cars A: /usr/share/ultimatestunts/cars R: /usr/share/ultimatestunts/cars C: cp -r cars environment lang misc music textures textures.dat tiles tracks /usr/share/ultimatestunts/ F: mkdirat S: deny P: environment A: /usr/share/ultimatestunts/environment R: /usr/share/ultimatestunts/environment ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_desktop-20250329-123502 The attached etc.portage.tar.xz has all details. ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-14 * clang version 20.1.1 llvm-config: 20.1.1 Python 3.12.9 go version go1.24.1 linux/amd64 Available Ruby profiles: [1] ruby32 (with Rubygems) [2] ruby33 (with Rubygems) [3] ruby34 (with Rubygems) * Available Rust versions: [1] rust-bin-1.85.1 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 17.0.14_p7 [openjdk-bin-17] *) Eclipse Temurin JDK 21.0.6_p7 [openjdk-bin-21] 3) Eclipse Temurin JDK 8.442_p06 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-17 [3] openjdk-bin-21 system-vm HEAD of ::gentoo commit 437213ce6443ca6764ba3885afa584ca47443c1b Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Tue Apr 1 00:50:20 2025 +0000 2025-04-01 00:50:20 UTC emerge -qpvO =games-sports/ultimatestunts-0.7.7-r3 [ebuild N ] games-sports/ultimatestunts-0.7.7-r3 USE="nls"
Created attachment 923395 [details] emerge-info.txt
Created attachment 923396 [details] emerge-history.txt
Created attachment 923397 [details] environment
Created attachment 923398 [details] etc.clang.tar.xz
Created attachment 923399 [details] etc.portage.tar.xz
Created attachment 923400 [details] games-sports:ultimatestunts-0.7.7-r3:20250401-011306.log
Created attachment 923401 [details] logs.tar.xz
Created attachment 923402 [details] qlist-info.txt.xz
Created attachment 923403 [details] sandbox.log
Created attachment 923404 [details] temp.tar.xz
Created attachment 923615 [details] ultimatestunts-0.7.7-r3-build.log Unsure if I'm hitting the same bug but here we are.
Since -r3 runs eautoreconf it wipes out the effects of the -paths patch, which patches data/Makefile.in to use DESTDIR during installation. The fix is to patch data/Makefile.am instead.
Created attachment 925289 [details, diff] New paths fix