Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943953 - dev-games/t4k-common-0.1.1-r2 - [ncurses-6.5] [gcc-15] t4k_common.h: error: expected identifier before false
Summary: dev-games/t4k-common-0.1.1-r2 - [ncurses-6.5] [gcc-15] t4k_common.h: error: e...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-11-19 08:52 UTC by Toralf Förster
Modified: 2025-03-02 11:28 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,19.50 KB, text/plain)
2024-11-19 08:52 UTC, Toralf Förster
Details
dev-games:t4k-common-0.1.1-r2:20241119-025324.log (dev-games:t4k-common-0.1.1-r2:20241119-025324.log,65.11 KB, text/plain)
2024-11-19 08:52 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,221.10 KB, text/plain)
2024-11-19 08:52 UTC, Toralf Förster
Details
environment (environment,78.77 KB, text/plain)
2024-11-19 08:52 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.20 KB, application/x-xz)
2024-11-19 08:52 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,23.44 KB, application/x-xz)
2024-11-19 08:52 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,16.74 KB, application/x-xz)
2024-11-19 08:52 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,62.94 KB, application/x-xz)
2024-11-19 08:52 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,22.15 KB, application/x-xz)
2024-11-19 08:52 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 2024-11-19 08:52:10 UTC
too long lines were shrinked:

libtool: link: ( cd ".libs" && rm -f "liblinebreak.la" && ln -s "../liblinebreak.la" "liblinebreak.la" )
make[3]: Leaving directory '/var/tmp/portage/dev-games/t4k-common-0.1.1-r2/work/t4kcommon-upstream-0.1.1/src/linebreak'
make[3]: Entering directory '/var/tmp/portage/dev-games/t4k-common-0.1.1-r2/work/t4kcommon-upstream-0.1.1/src'
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..    -Wall -g -DCOMMON_DATA_PREFIX=\"/usr/share/t4k_common\" -DDEBUG -DUSE_T4K_PREFIX=1  -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -I/usr/include/SDL -D_
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -g -DCOMMON_DATA_PREFIX=\"/usr/share/t4k_common\" -DDEBUG -DUSE_T4K_PREFIX=1 -O2 -pipe -march=native -fno-diagnostics-color -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr
In file included from t4k_audio.c:28:
t4k_common.h:129:4: error: expected identifier before 'false'
  129 |    false,
      |    ^~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_plasma_systemd-20241112-111005

  UNMASKED:
  <sys-devel/gcc-15.0.9999:15
    Issues involving opaque types / incomplete typedefs should block bug 930805
  >=sys-libs/ncurses-6.5

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-15 *
clang version 19.1.3
llvm-config: 19.1.3
Python 3.12.7
go version go1.23.2 linux/amd64
Available Ruby profiles:
  [1]   ruby32 (with Rubygems)
  [2]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.81.0
  [2]   rust-bin-1.82.0
  [3]   rust-1.82.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.13_p11 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.5_p11 [openjdk-bin-21]
3)	Eclipse Temurin JDK 8.432_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 8566b21081f24b8ff8c5a8ecadbce83f2bdad484
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Nov 18 17:03:30 2024 +0000

    2024-11-18 17:03:29 UTC

emerge -qpvO =dev-games/t4k-common-0.1.1-r2
[ebuild  N    ] dev-games/t4k-common-0.1.1-r2  USE="svg"
Comment 1 Toralf Förster gentoo-dev 2024-11-19 08:52:11 UTC
Created attachment 910006 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-11-19 08:52:12 UTC
Created attachment 910007 [details]
dev-games:t4k-common-0.1.1-r2:20241119-025324.log
Comment 3 Toralf Förster gentoo-dev 2024-11-19 08:52:14 UTC
Created attachment 910008 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2024-11-19 08:52:15 UTC
Created attachment 910009 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-11-19 08:52:16 UTC
Created attachment 910010 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-11-19 08:52:17 UTC
Created attachment 910011 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-11-19 08:52:17 UTC
Created attachment 910012 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2024-11-19 08:52:19 UTC
Created attachment 910013 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2024-11-19 08:52:19 UTC
Created attachment 910014 [details]
temp.tar.xz