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-03-12 10:14 UTC (History)
1 user (show)

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
Comment 10 Kostadin Shishmanov 2025-02-06 00:43:26 UTC
The fix for this is in 1.5.25.

See also: https://sourceforge.net/u/eclipseo/wxsvg/ci/9cec36824616ba5cf85a79ec810743f5bee3e8b7/
Comment 11 Larry the Git Cow gentoo-dev 2025-03-12 10:14:36 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b95c16748f049a6347f9f09f5467cdf13b86b4f

commit 8b95c16748f049a6347f9f09f5467cdf13b86b4f
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2025-03-12 02:59:59 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2025-03-12 10:11:42 +0000

    media-libs/wxsvg: use ffmpeg-compat
    
    Apparently already fixed in the next version, but not planning
    to handle the bump myself.
    
    Given no code changes, plans are to sync keywords back with stable
    when ready.
    
    Bug: https://bugs.gentoo.org/948077
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 media-libs/wxsvg/wxsvg-1.5.24-r1.ebuild | 52 +++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)