Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921021 - media-sound/mpfc-1.3.8.1-r5 - player.c: error: passing argument 1 of genp_is_started from incompatible pointer type [-Wincompatible-pointer-types]
Summary: media-sound/mpfc-1.3.8.1-r5 - player.c: error: passing argument 1 of genp_is_...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2023-12-30 09:20 UTC by Toralf Förster
Modified: 2024-04-11 01:29 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.25 KB, text/plain)
2023-12-30 09:20 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,86.46 KB, text/plain)
2023-12-30 09:20 UTC, Toralf Förster
Details
environment (environment,76.16 KB, text/plain)
2023-12-30 09:20 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,960 bytes, application/x-xz)
2023-12-30 09:20 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,27.89 KB, application/x-xz)
2023-12-30 09:20 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,12.20 KB, application/x-xz)
2023-12-30 09:20 UTC, Toralf Förster
Details
media-sound:mpfc-1.3.8.1-r5:20231229-230258.log (media-sound:mpfc-1.3.8.1-r5:20231229-230258.log,82.02 KB, text/plain)
2023-12-30 09:20 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,147.71 KB, text/plain)
2023-12-30 09:20 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,27.20 KB, application/x-xz)
2023-12-30 09:20 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 2023-12-30 09:20:20 UTC
too long lines were shrinked:

make[2]: Entering directory '/var/tmp/portage/media-sound/mpfc-1.3.8.1-r5/work/mpfc-1.3.8.1/src'
x86_64-pc-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -I. -I.. -I../libmpfcwnd/    -O2 -pipe -march=native -fno-diagnostics-color -c -o main.o main.c
x86_64-pc-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -I. -I.. -I../libmpfcwnd/    -O2 -pipe -march=native -fno-diagnostics-color -c -o player.o player.c
x86_64-pc-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -I. -I.. -I../libmpfcwnd/    -O2 -pipe -march=native -fno-diagnostics-color -c -o plist.o plist.c
x86_64-pc-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib64\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -I. -I.. -I../libmpfcwnd/    -O2 -pipe -march=native -fno-diagnostics-color -c -o song.o song.c
player.c: In function player_pmng_dialog_sync:
player.c:2694:58: error: passing argument 1 of genp_is_started from incompatible pointer type [-Wincompatible-pointer-types]
 2694 |                         bool_t started = genp_is_started(p);
      |                                                          ^

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib-20231228-120810

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-14 *
clang/llvm (if any):
clang version 17.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/17
17.0.6
Python 3.11.7
Available Rust versions:
  [1]   rust-bin-1.74.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.1_p12 [openjdk-bin-21]
3)	Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17 
  [3]   openjdk-bin-21  system-vm

php cli (if any):
go version go1.21.5 linux/amd64

  HEAD of ::gentoo
commit de6afde966b43c7b81ae9a057aa7780a903966b3
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Dec 29 21:47:02 2023 +0000

    2023-12-29 21:47:01 UTC

emerge -qpvO media-sound/mpfc
[ebuild  N    ] media-sound/mpfc-1.3.8.1-r5  USE="cdda nls oss -alsa -flac -gpm -mad -static-libs -vorbis -wav"
Comment 1 Toralf Förster gentoo-dev 2023-12-30 09:20:21 UTC
Created attachment 880986 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-12-30 09:20:22 UTC
Created attachment 880987 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-12-30 09:20:23 UTC
Created attachment 880988 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-12-30 09:20:24 UTC
Created attachment 880989 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-12-30 09:20:25 UTC
Created attachment 880990 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-12-30 09:20:26 UTC
Created attachment 880991 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-12-30 09:20:27 UTC
Created attachment 880992 [details]
media-sound:mpfc-1.3.8.1-r5:20231229-230258.log
Comment 8 Toralf Förster gentoo-dev 2023-12-30 09:20:29 UTC
Created attachment 880993 [details]
qlist-info.txt
Comment 9 Toralf Förster gentoo-dev 2023-12-30 09:20:30 UTC
Created attachment 880994 [details]
temp.tar.xz