Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 945118 - media-video/dvbsnoop-1.4.50-r3 - [ncurses-6.5] [meson] [gcc-15] sectables.c: error: initialization of void ( )(void) from incompatible pointer type void ( )(unsigned char
Summary: media-video/dvbsnoop-1.4.50-r3 - [ncurses-6.5] [meson] [gcc-15] sectables.c: ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-11-27 14:47 UTC by Toralf Förster
Modified: 2024-11-27 14:48 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,19.68 KB, text/plain)
2024-11-27 14:47 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,123.14 KB, text/plain)
2024-11-27 14:47 UTC, Toralf Förster
Details
environment (environment,78.36 KB, text/plain)
2024-11-27 14:47 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.35 KB, application/x-xz)
2024-11-27 14:47 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,20.22 KB, application/x-xz)
2024-11-27 14:47 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,4.66 KB, application/x-xz)
2024-11-27 14:47 UTC, Toralf Förster
Details
media-video:dvbsnoop-1.4.50-r3:20241127-092224.log (media-video:dvbsnoop-1.4.50-r3:20241127-092224.log,74.14 KB, text/plain)
2024-11-27 14:47 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,38.10 KB, application/x-xz)
2024-11-27 14:47 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,19.79 KB, application/x-xz)
2024-11-27 14:47 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-11-27 14:47:50 UTC
too long lines were shrinked:

make[2]: Leaving directory '/var/tmp/portage/media-video/dvbsnoop-1.4.50-r3/work/dvbsnoop-1.4.50/src/sections'
make[2]: Entering directory '/var/tmp/portage/media-video/dvbsnoop-1.4.50-r3/work/dvbsnoop-1.4.50/src/sections'
x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"dvbsnoop\" -DPACKAGE_TARNAME=\"dvbsnoop\" -DPACKAGE_VERSION=\"1.4.50\" -DPACKAGE_STRING=\"dvbsnoop\ 1.4.50\" -DPACKAGE_BUGREPORT=\"rasc@users.sourceforge.net\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_
make[2]: Leaving directory '/var/tmp/portage/media-video/dvbsnoop-1.4.50-r3/work/dvbsnoop-1.4.50/src/sections'
make[2]: Entering directory '/var/tmp/portage/media-video/dvbsnoop-1.4.50-r3/work/dvbsnoop-1.4.50/src/sections'
x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"dvbsnoop\" -DPACKAGE_TARNAME=\"dvbsnoop\" -DPACKAGE_VERSION=\"1.4.50\" -DPACKAGE_STRING=\"dvbsnoop\ 1.4.50\" -DPACKAGE_BUGREPORT=\"rasc@users.sourceforge.net\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_
sectables.c:331:22: error: initialization of void (*)(void) from incompatible pointer type void (*)(unsigned char *, int) [-Wincompatible-pointer-types]
  331 |      {  0x00, 0x00,  section_PAT        },
      |                      ^~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_hardened-20241124-123002

  UNMASKED:
  <sys-devel/gcc-15.0.9999:15
    Please re-assign to ztrawhcse@ if you cannot reproduced it with regular meson.
  <dev-build/meson-9999
    Issues involving opaque types / incomplete typedefs should block bug 930805
  >=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 version 19.1.4
llvm-config: 19.1.4
Python 3.12.7
go version go1.23.3 linux/amd64
Available Ruby profiles:
  [1]   ruby32 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.82.0
  [2]   rust-1.82.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.25_p9 [openjdk-bin-11]
*)	Eclipse Temurin JDK 21.0.5_p11 [openjdk-bin-21]
Available Java Virtual Machines:
  [1]   openjdk-bin-11 
  [2]   openjdk-bin-21  system-vm


  HEAD of ::gentoo
commit 728f79e7415eca81647cf96b595560b05010dd55
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Nov 27 08:33:33 2024 +0000

    2024-11-27 08:33:32 UTC

emerge -qpvO =media-video/dvbsnoop-1.4.50-r3
[ebuild  N    ] media-video/dvbsnoop-1.4.50-r3
Comment 1 Toralf Förster gentoo-dev 2024-11-27 14:47:51 UTC
Created attachment 912245 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-11-27 14:47:52 UTC
Created attachment 912246 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2024-11-27 14:47:54 UTC
Created attachment 912247 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-11-27 14:47:54 UTC
Created attachment 912248 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-11-27 14:47:55 UTC
Created attachment 912249 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-11-27 14:47:56 UTC
Created attachment 912250 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-11-27 14:47:57 UTC
Created attachment 912251 [details]
media-video:dvbsnoop-1.4.50-r3:20241127-092224.log
Comment 8 Toralf Förster gentoo-dev 2024-11-27 14:47:58 UTC
Created attachment 912252 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2024-11-27 14:47:59 UTC
Created attachment 912253 [details]
temp.tar.xz