Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 948077 - media-libs/wxsvg-1.5.24 - [ffmpeg] mediadec_ffmpeg.cpp: error: AVCodecParameters {aka struct AVCodecParameters} has no member named channels
Summary: media-libs/wxsvg-1.5.24 - [ffmpeg] mediadec_ffmpeg.cpp: error: AVCodecParamet...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo wxWidgets project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ffmpeg-7.0
  Show dependency tree
 
Reported: 2025-01-14 07:38 UTC by Toralf Förster
Modified: 2025-01-14 07:41 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,19.08 KB, text/plain)
2025-01-14 07:38 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,166.20 KB, text/plain)
2025-01-14 07:38 UTC, Toralf Förster
Details
environment (environment,82.34 KB, text/plain)
2025-01-14 07:38 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.15 KB, application/x-xz)
2025-01-14 07:38 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,24.86 KB, application/x-xz)
2025-01-14 07:38 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,8.05 KB, application/x-xz)
2025-01-14 07:38 UTC, Toralf Förster
Details
media-libs:wxsvg-1.5.24:20250114-021526.log (media-libs:wxsvg-1.5.24:20250114-021526.log,182.10 KB, text/plain)
2025-01-14 07:38 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,43.40 KB, application/x-xz)
2025-01-14 07:38 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,19.12 KB, application/x-xz)
2025-01-14 07:38 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-01-14 07:38:02 UTC
too long lines were shrinked:

libtool: compile:  x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.24\" "-DPACKAGE_STRING=\"wxsvg 1.5.24\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.24\" -DSTDC_HEADERS=1 -DHAVE_S
make[2]: Leaving directory '/var/tmp/portage/media-libs/wxsvg-1.5.24/work/wxsvg-1.5.24/src'
make[2]: Entering directory '/var/tmp/portage/media-libs/wxsvg-1.5.24/work/wxsvg-1.5.24/src'
/bin/sh ../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.24\" -DPACKAGE_STRING=\"wxsvg\ 1.5.24\" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.24\
libtool: compile:  x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"wxsvg\" -DPACKAGE_TARNAME=\"wxsvg\" -DPACKAGE_VERSION=\"1.5.24\" "-DPACKAGE_STRING=\"wxsvg 1.5.24\"" -DPACKAGE_BUGREPORT=\"http://wxsvg.sourceforge.net/\" -DPACKAGE_URL=\"\" -DPACKAGE=\"wxsvg\" -DVERSION=\"1.5.24\" -DSTDC_HEADERS=1 -DHAVE_S
mediadec_ffmpeg.cpp: In member function int wxFfmpegMediaDecoder::GetChannelNumber(unsigned int):
mediadec_ffmpeg.cpp:168:75: error: AVCodecParameters {aka struct AVCodecParameters} has no member named channels
  168 |         return m_formatCtx ? m_formatCtx->streams[streamIndex]->codecpar->channels : -1;
      |                                                                           ^~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_no_multilib_hardened_systemd-20250112-003502

  UNMASKED:
    Requested by sam
  >=media-video/ffmpeg-7.0

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-14 *
clang version 19.1.6
llvm-config: 19.1.6
Python 3.12.8
go version go1.23.4 linux/amd64
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.77.1
  [2]   rust-bin-1.84.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.25_p9 [openjdk-bin-11]
2)	Eclipse Temurin JDK 17.0.13_p11 [openjdk-bin-17]
*)	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 
  [4]   openjdk-bin-21  system-vm


  HEAD of ::gentoo
commit 7e1e5862259b8022c3f8dd15fffff0e50307cdbf
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Jan 13 23:23:18 2025 +0000

    2025-01-13 23:23:18 UTC

emerge -qpvO =media-libs/wxsvg-1.5.24
[ebuild  N    ] media-libs/wxsvg-1.5.24
Comment 1 Toralf Förster gentoo-dev 2025-01-14 07:38:03 UTC
Created attachment 916487 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2025-01-14 07:38:04 UTC
Created attachment 916488 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2025-01-14 07:38:05 UTC
Created attachment 916489 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2025-01-14 07:38:06 UTC
Created attachment 916490 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2025-01-14 07:38:07 UTC
Created attachment 916491 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2025-01-14 07:38:08 UTC
Created attachment 916492 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2025-01-14 07:38:10 UTC
Created attachment 916493 [details]
media-libs:wxsvg-1.5.24:20250114-021526.log
Comment 8 Toralf Förster gentoo-dev 2025-01-14 07:38:11 UTC
Created attachment 916494 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2025-01-14 07:38:12 UTC
Created attachment 916495 [details]
temp.tar.xz