Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 940597 - media-video/recordmydesktop-0.3.8.1-r6 - [ncurses-6.5] [libtool] [gcc-15] rmd_cache.c: error: passing argument 1 of gzflush from incompatible pointer type [-Wincompatible
Summary: media-video/recordmydesktop-0.3.8.1-r6 - [ncurses-6.5] [libtool] [gcc-15] rmd...
Status: CONFIRMED
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: c99-porting gcc-14-stable
  Show dependency tree
 
Reported: 2024-10-01 07:28 UTC by Toralf Förster
Modified: 2024-10-25 19:03 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,19.18 KB, text/plain)
2024-10-01 07:28 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,59.30 KB, application/x-xz)
2024-10-01 07:28 UTC, Toralf Förster
Details
environment (environment,79.16 KB, text/plain)
2024-10-01 07:28 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,38.68 KB, application/x-xz)
2024-10-01 07:28 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,6.70 KB, application/x-xz)
2024-10-01 07:28 UTC, Toralf Förster
Details
media-video:recordmydesktop-0.3.8.1-r6:20241001-072533.log (media-video:recordmydesktop-0.3.8.1-r6:20241001-072533.log,15.81 KB, text/plain)
2024-10-01 07:28 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,63.22 KB, application/x-xz)
2024-10-01 07:28 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,20.17 KB, application/x-xz)
2024-10-01 07:28 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-10-01 07:28:00 UTC
too long lines were shrinked:

make[2]: Entering directory '/var/tmp/portage/media-video/recordmydesktop-0.3.8.1-r6/work/recordmydesktop-0.3.8.1/src'
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -D_THREAD_SAFE -pthread -Wall   -O3 -pipe -march=native -fno-diagnostics-color -c -o recordmydesktop-rmd.o `test -f 'rmd.c' || echo './'`rmd.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -D_THREAD_SAFE -pthread -Wall   -O3 -pipe -march=native -fno-diagnostics-color -c -o recordmydesktop-rmd_cache.o `test -f 'rmd_cache.c' || echo './'`rmd_cache.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -D_THREAD_SAFE -pthread -Wall   -O3 -pipe -march=native -fno-diagnostics-color -c -o recordmydesktop-rmd_cache_audio.o `test -f 'rmd_cache_audio.c' || echo './'`rmd_cache_audio.c
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -D_THREAD_SAFE -pthread -Wall   -O3 -pipe -march=native -fno-diagnostics-color -c -o recordmydesktop-rmd_cache_frame.o `test -f 'rmd_cache_frame.c' || echo './'`rmd_cache_frame.c
rmd_cache.c: In function SwapCacheFilesWrite:
rmd_cache.c:66:17: error: passing argument 1 of gzflush from incompatible pointer type [-Wincompatible-pointer-types]
   66 |         gzflush(*fp,Z_FINISH);
      |                 ^~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_no_multilib_hardened-20240927-111502

  UNMASKED:
  /etc/portage/package.unmask/60gcc:<sys-devel/gcc-15.0.9999:15
    Requested by sam
    Issues involving opaque types / incomplete typedefs should block bug 930805
  /etc/portage/package.unmask/50unstable:>=sys-libs/ncurses-6.5

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-15 *
clang/llvm (if any):
/usr/lib/llvm/19
19.1.0
Python 3.12.6
Available Ruby profiles:
  [1]   ruby31 (with Rubygems)
  [2]   ruby32 (with Rubygems)
  [3]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.81.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 8.422_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.2.8
php cli (if any):
go version go1.23.1 linux/amd64

  HEAD of ::gentoo
commit a5db8b84ccfed11eea44ed51c516ecaf02f49505
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Oct 1 05:51:26 2024 +0000

    2024-10-01 05:51:26 UTC

emerge -qpvO =media-video/recordmydesktop-0.3.8.1-r6
[ebuild  N    ] media-video/recordmydesktop-0.3.8.1-r6  USE="alsa -jack"
Comment 1 Toralf Förster gentoo-dev 2024-10-01 07:28:01 UTC
Created attachment 904526 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-10-01 07:28:03 UTC
Created attachment 904527 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2024-10-01 07:28:05 UTC
Created attachment 904528 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-10-01 07:28:06 UTC
Created attachment 904529 [details]
etc.portage.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-10-01 07:28:08 UTC
Created attachment 904530 [details]
logs.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-10-01 07:28:09 UTC
Created attachment 904531 [details]
media-video:recordmydesktop-0.3.8.1-r6:20241001-072533.log
Comment 7 Toralf Förster gentoo-dev 2024-10-01 07:28:10 UTC
Created attachment 904532 [details]
qlist-info.txt.xz
Comment 8 Toralf Förster gentoo-dev 2024-10-01 07:28:11 UTC
Created attachment 904533 [details]
temp.tar.xz