Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 953466 - app-emulation/pcem-17_p20241210-r1 - [meson] [gcc-15] disc.c: error: passing argument 2 of timer_add from incompatible pointer type [-Wincompatible-pointer-types]
Summary: app-emulation/pcem-17_p20241210-r1 - [meson] [gcc-15] disc.c: error: passing ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Conrad Kostecki
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2025-04-09 08:27 UTC by Toralf Förster
Modified: 2025-04-09 08:27 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.40 KB, text/plain)
2025-04-09 08:27 UTC, Toralf Förster
Details
app-emulation:pcem-17_p20241210-r1:20250409-000301.log (app-emulation:pcem-17_p20241210-r1:20250409-000301.log,252.20 KB, text/plain)
2025-04-09 08:27 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,75.31 KB, text/plain)
2025-04-09 08:27 UTC, Toralf Förster
Details
environment (environment,102.78 KB, text/plain)
2025-04-09 08:27 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.59 KB, application/x-xz)
2025-04-09 08:27 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,20.02 KB, application/x-xz)
2025-04-09 08:27 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,19.87 KB, application/x-xz)
2025-04-09 08:27 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,178.77 KB, text/plain)
2025-04-09 08:27 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,23.35 KB, application/x-xz)
2025-04-09 08:27 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 2025-04-09 08:27:20 UTC
too long lines were shrinked:

      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[59/332] /usr/bin/x86_64-pc-linux-gnu-gcc -DPCEM_VERSION_STRING=\"vNext\" -DPLUGIN_DIR=\"/usr/share/pcem/plugins\" -DRELEASE_BUILD -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__WXGTK__ -I/var/tmp/portage/app-emulation/pcem-17_p20241210-r1/work/pcem-bd1283b91282d522617ac6d29eb0f271ded83ffc/includes/private
[60/332] /usr/bin/x86_64-pc-linux-gnu-gcc -DPCEM_VERSION_STRING=\"vNext\" -DPLUGIN_DIR=\"/usr/share/pcem/plugins\" -DRELEASE_BUILD -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__WXGTK__ -I/var/tmp/portage/app-emulation/pcem-17_p20241210-r1/work/pcem-bd1283b91282d522617ac6d29eb0f271ded83ffc/includes/private
FAILED: src/CMakeFiles/pcem.dir/disc/disc.c.o 
/usr/bin/x86_64-pc-linux-gnu-gcc -DPCEM_VERSION_STRING=\"vNext\" -DPLUGIN_DIR=\"/usr/share/pcem/plugins\" -DRELEASE_BUILD -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__WXGTK__ -I/var/tmp/portage/app-emulation/pcem-17_p20241210-r1/work/pcem-bd1283b91282d522617ac6d29eb0f271ded83ffc/includes/private -I/var/t
/var/tmp/portage/app-emulation/pcem-17_p20241210-r1/work/pcem-bd1283b91282d522617ac6d29eb0f271ded83ffc/src/disc/disc.c: In function disc_reset:
/var/tmp/portage/app-emulation/pcem-17_p20241210-r1/work/pcem-bd1283b91282d522617ac6d29eb0f271ded83ffc/src/disc/disc.c:187:37: error: passing argument 2 of timer_add from incompatible pointer type [-Wincompatible-pointer-types]
  187 |         timer_add(&disc_poll_timer, disc_poll, NULL, 0);
      |                                     ^~~~~~~~~

  -------------------------------------------------------------------
  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_gnome-20250406-142002

  KEYWORDED/UNMASKED

  [gcc-15] Requested by sam
  <sys-devel/gcc-15.0.9999:15

  [meson] Please re-assign to ztrawhcse@ if it works with regular meson.
  <dev-build/meson-9999

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-15 *
clang version 20.1.2
llvm-config: 20.1.2
Python 3.12.10
go version go1.24.2 linux/amd64
Available Ruby profiles:
  [1]   ruby32 (with Rubygems)
  [2]   ruby34 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.81.0
  [2]   rust-bin-1.85.1 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 21.0.6_p7 [openjdk-bin-21]
Available Java Virtual Machines:
  [1]   openjdk-bin-21  system-vm

  HEAD of ::gentoo
commit a03478e7570514a34f47efbbc446fd8b29e4ded4
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Apr 8 22:50:34 2025 +0000

    2025-04-08 22:50:34 UTC

The tinderbox task was: app-emulation/pcem

emerge -qpvO =app-emulation/pcem-17_p20241210-r1
[ebuild  N    ] app-emulation/pcem-17_p20241210-r1  USE="alsa wayland (-experimental) -networking -plugins"
Comment 1 Toralf Förster gentoo-dev 2025-04-09 08:27:21 UTC
Created attachment 924172 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2025-04-09 08:27:22 UTC
Created attachment 924173 [details]
app-emulation:pcem-17_p20241210-r1:20250409-000301.log
Comment 3 Toralf Förster gentoo-dev 2025-04-09 08:27:23 UTC
Created attachment 924174 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2025-04-09 08:27:24 UTC
Created attachment 924175 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2025-04-09 08:27:25 UTC
Created attachment 924176 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2025-04-09 08:27:26 UTC
Created attachment 924177 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2025-04-09 08:27:27 UTC
Created attachment 924178 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2025-04-09 08:27:29 UTC
Created attachment 924179 [details]
qlist-info.txt
Comment 9 Toralf Förster gentoo-dev 2025-04-09 08:27:30 UTC
Created attachment 924180 [details]
temp.tar.xz