Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 949386 - media-sound/scream-4.0 - [meson] [glibc] [gcc-15] jack.c: error: too many arguments to function process_source_data; expected 0, have 1
Summary: media-sound/scream-4.0 - [meson] [glibc] [gcc-15] jack.c: error: too many arg...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alexey
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2025-02-07 08:05 UTC by Toralf Förster
Modified: 2025-02-08 03:09 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.47 KB, text/plain)
2025-02-07 08:05 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,66.52 KB, text/plain)
2025-02-07 08:05 UTC, Toralf Förster
Details
environment (environment,89.28 KB, text/plain)
2025-02-07 08:05 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.20 KB, application/x-xz)
2025-02-07 08:05 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,19.91 KB, application/x-xz)
2025-02-07 08:05 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,15.55 KB, application/x-xz)
2025-02-07 08:05 UTC, Toralf Förster
Details
media-sound:scream-4.0:20250207-062318.log (media-sound:scream-4.0:20250207-062318.log,9.17 KB, text/plain)
2025-02-07 08:05 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,155.26 KB, text/plain)
2025-02-07 08:05 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-02-07 08:05:07 UTC
too long lines were shrinked:

[2/8] /usr/bin/x86_64-pc-linux-gnu-gcc  -I/var/tmp/portage/media-sound/scream-4.0/work/scream-4.0/Receivers/unix_build  -O2 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -MD -MT CMakeFiles/scream.dir/raw.c.o -MF CMakeFiles/scream.dir/raw.c.o.d -o CMakeFiles/scream.dir/raw.c.o -c 
[3/8] /usr/bin/x86_64-pc-linux-gnu-gcc  -I/var/tmp/portage/media-sound/scream-4.0/work/scream-4.0/Receivers/unix_build  -O2 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -MD -MT CMakeFiles/scream.dir/shmem.c.o -MF CMakeFiles/scream.dir/shmem.c.o.d -o CMakeFiles/scream.dir/shmem.c
[4/8] /usr/bin/x86_64-pc-linux-gnu-gcc  -I/var/tmp/portage/media-sound/scream-4.0/work/scream-4.0/Receivers/unix_build  -O2 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -MD -MT CMakeFiles/scream.dir/jack.c.o -MF CMakeFiles/scream.dir/jack.c.o.d -o CMakeFiles/scream.dir/jack.c.o 
FAILED: CMakeFiles/scream.dir/jack.c.o 
/usr/bin/x86_64-pc-linux-gnu-gcc  -I/var/tmp/portage/media-sound/scream-4.0/work/scream-4.0/Receivers/unix_build  -O2 -pipe -march=native -fno-diagnostics-color -fno-diagnostics-color -MD -MT CMakeFiles/scream.dir/jack.c.o -MF CMakeFiles/scream.dir/jack.c.o.d -o CMakeFiles/scream.dir/jack.c.o -c /va
/var/tmp/portage/media-sound/scream-4.0/work/scream-4.0/Receivers/unix/jack.c: In function jack_output_send:
/var/tmp/portage/media-sound/scream-4.0/work/scream-4.0/Receivers/unix/jack.c:222:7: error: too many arguments to function process_source_data; expected 0, have 1
  222 |   if (process_source_data(data))
      |       ^~~~~~~~~~~~~~~~~~~ ~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_plasma-20250205-182007

  UNMASKED:

    
  <sys-devel/gcc-15.0.9999:15

    Requested by dilfridge
  ~sys-libs/glibc-2.41

    Please re-assign to ztrawhcse@ if you cannot reproduced it 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 19.1.7
llvm-config: 19.1.7
Python 3.12.9
go version go1.23.5 linux/amd64
  [1]   php8.3 *
Available Rust versions:
  [1]   rust-bin-1.84.1
  [2]   rust-1.84.1 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 21.0.6_p7 [openjdk-bin-21]
2)	Eclipse Temurin JDK 8.442_p06 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-21  system-vm


  HEAD of ::gentoo
commit f202fb86962cde4249ee6747f5ed508b1e29f892
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Feb 7 04:33:41 2025 +0000

    2025-02-07 04:33:40 UTC

emerge -qpvO =media-sound/scream-4.0
[ebuild  N    ] media-sound/scream-4.0  USE="alsa jack pulseaudio -pcap"
Comment 1 Toralf Förster gentoo-dev 2025-02-07 08:05:08 UTC
Created attachment 918286 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2025-02-07 08:05:10 UTC
Created attachment 918287 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2025-02-07 08:05:11 UTC
Created attachment 918288 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2025-02-07 08:05:11 UTC
Created attachment 918289 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2025-02-07 08:05:12 UTC
Created attachment 918290 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2025-02-07 08:05:13 UTC
Created attachment 918291 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2025-02-07 08:05:14 UTC
Created attachment 918292 [details]
media-sound:scream-4.0:20250207-062318.log
Comment 8 Toralf Förster gentoo-dev 2025-02-07 08:05:15 UTC
Created attachment 918293 [details]
qlist-info.txt
Comment 9 Larry the Git Cow gentoo-dev 2025-02-08 03:09:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab19c1d602528058bad2d3fdf1cb751dc28a1bb9

commit ab19c1d602528058bad2d3fdf1cb751dc28a1bb9
Author:     Alexey Sokolov <alexey+gentoo@asokolov.org>
AuthorDate: 2025-02-08 00:00:06 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-02-08 03:09:23 +0000

    media-sound/scream: fix build with gcc15
    
    Closes: https://bugs.gentoo.org/949386
    Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
    Closes: https://github.com/gentoo/gentoo/pull/40483
    Signed-off-by: Sam James <sam@gentoo.org>

 media-sound/scream/files/scream-4.0-gcc15.patch | 11 +++++++++++
 media-sound/scream/scream-4.0.ebuild            |  6 +++++-
 2 files changed, 16 insertions(+), 1 deletion(-)