Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 946277 - media-video/mplayer-1.5_p20230215 - mplayer.c: error: passing argument 2 of stream_write_buffer from incompatible pointer type [-Wincompatible-pointer-types]
Summary: media-video/mplayer-1.5_p20230215 - mplayer.c: error: passing argument 2 of s...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-12-11 17:11 UTC by Toralf Förster
Modified: 2024-12-11 17:11 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,21.28 KB, text/plain)
2024-12-11 17:11 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,72.54 KB, application/x-xz)
2024-12-11 17:11 UTC, Toralf Förster
Details
environment (environment,99.40 KB, text/plain)
2024-12-11 17:11 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1020 bytes, application/x-xz)
2024-12-11 17:11 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,28.60 KB, application/x-xz)
2024-12-11 17:11 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,117.04 KB, application/x-xz)
2024-12-11 17:11 UTC, Toralf Förster
Details
media-video:mplayer-1.5_p20230215:20241211-074410.log (media-video:mplayer-1.5_p20230215:20241211-074410.log,30.34 KB, text/plain)
2024-12-11 17:11 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,79.62 KB, application/x-xz)
2024-12-11 17:11 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,23.13 KB, application/x-xz)
2024-12-11 17:11 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-12-11 17:11:28 UTC
  363 |     {"h", help_text, CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},
      |           ^~~~~~~~~
cfg-mplayer.h:365:12: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  365 |     {"vd", vd_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
      |            ^~~~~~~
mplayer.c: In function 'main':
mplayer.c:3538:41: error: passing argument 2 of 'stream_write_buffer' from incompatible pointer type [-Wincompatible-pointer-types]
 3538 |                 stream_write_buffer(os, &in_size, 4);
      |                                         ^~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_no_multilib_systemd-20241205-101501

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-14 *
clang version 19.1.5
llvm-config: 19.1.5
Python 3.12.8
go version go1.23.4 linux/amd64
  [1]   php8.2
  [2]   php8.3 *
Available Ruby profiles:
  [1]   ruby32 (with Rubygems)
  [2]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.81.0
  [2]   rust-bin-1.83.0
  [3]   rust-1.83.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.25_p9 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.13_p11 [openjdk-bin-17]
3)	Eclipse Temurin JDK 21.0.5_p11 [openjdk-bin-21]
4)	Eclipse Temurin JDK 8.432_p06 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17  system-vm
  [4]   openjdk-bin-21 


  HEAD of ::gentoo
commit 479cd7ea7150b6300238fd478ab9500dc22e2263
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Dec 11 06:20:41 2024 +0000

    2024-12-11 06:20:40 UTC

emerge -qpvO =media-video/mplayer-1.5_p20230215
[ebuild  N    ] media-video/mplayer-1.5_p20230215  USE="X alsa cdio dts dvd dvdnav enca encode iconv ipv6 ladspa libass mp3 nas network osdmenu shm truetype unicode xscreensaver xv -a52 -aalib (-aqua) -bidi -bl -bluray -bs2b -cddb -cdparanoia -cpudetection -debug -dga -doc -dv -dvb -faac -faad -fbcon -ftp -ggi -gsm -jack -joystick -jpeg -libcaca -libmpeg2 -lirc -live -lzo -mad -md5sum -mng -openal -opengl -oss -png -pnm -pulseaudio -pvr -radio -rar -rtc -rtmp -samba -sdl (-selinux) -speex -tga -theora -toolame -tremor -twolame -v4l -vcd -vdpau (-vidix) -vorbis -x264 -xinerama -xvid -yuv4mpeg -zoran" CPU_FLAGS_X86="avx avx2 fma3 mmx mmxext sse sse2 sse3 sse4_1 sse4_2 ssse3 -3dnow -3dnowext -fma4 -xop" VIDEO_CARDS="-mga"
Comment 1 Toralf Förster gentoo-dev 2024-12-11 17:11:29 UTC
Created attachment 913834 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-12-11 17:11:30 UTC
Created attachment 913835 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2024-12-11 17:11:31 UTC
Created attachment 913836 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-12-11 17:11:32 UTC
Created attachment 913837 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-12-11 17:11:34 UTC
Created attachment 913838 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-12-11 17:11:35 UTC
Created attachment 913839 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-12-11 17:11:36 UTC
Created attachment 913840 [details]
media-video:mplayer-1.5_p20230215:20241211-074410.log
Comment 8 Toralf Förster gentoo-dev 2024-12-11 17:11:38 UTC
Created attachment 913841 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2024-12-11 17:11:39 UTC
Created attachment 913842 [details]
temp.tar.xz