[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1108731: marked as done (ffmpeg: Please disable ASM-based optimizations on ppc64 as well)



Your message dated Fri, 12 Sep 2025 13:00:13 +0000
with message-id <E1ux3Nt-00Gf5A-0x@fasolo.debian.org>
and subject line Bug#1108731: fixed in ffmpeg 7:8.0-1
has caused the Debian Bug report #1108731,
regarding ffmpeg: Please disable ASM-based optimizations on ppc64 as well
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1108731: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1108731
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: ffmpeg
Version: 7:7.1.1-1
Severity: normal
User: debian-powerpc@lists.debian.org
Usertags: ppc64
X-Debbugs-Cc: debian-powerpc@lists.debian.org

Hello,

ASM-based optimizations were disabled on powerpc and ppc64el [1] but not ppc64 which causes
ffmpeg to FTBFS on ppc64 when running the testsuite [2]. Could you disable these optimizations
on ppc64 as well?

I'm going to build ffmpeg without the testsuite manually on ppc64 now and upload it to unblock
other packages build-depending on ffmpeg on ppc64.

Thanks,
Adrian

> [1] https://salsa.debian.org/multimedia-team/ffmpeg/-/commit/f2f4b54304cd6f03b6853fec5ccc3d709fb9b1dc
> [2] https://buildd.debian.org/status/fetch.php?pkg=ffmpeg&arch=ppc64&ver=7%3A7.1.1-1%2Bb1&stamp=1742303647&raw=0

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer
`. `'   Physicist
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913

--- End Message ---
--- Begin Message ---
Source: ffmpeg
Source-Version: 7:8.0-1
Done: Sebastian Ramacher <sramacher@debian.org>

We believe that the bug you reported is fixed in the latest version of
ffmpeg, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1108731@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Ramacher <sramacher@debian.org> (supplier of updated ffmpeg package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 11 Sep 2025 00:18:21 +0200
Binary: ffmpeg ffmpeg-dbgsym ffmpeg-doc libavcodec62 libavcodec62-dbgsym libavcodec-dev libavcodec-extra libavcodec-extra62 libavcodec-extra62-dbgsym libavdevice62 libavdevice62-dbgsym libavdevice-dev libavfilter11 libavfilter11-dbgsym libavfilter-dev libavfilter-extra libavfilter-extra11 libavfilter-extra11-dbgsym libavformat62 libavformat62-dbgsym libavformat-dev libavformat-extra libavformat-extra62 libavformat-extra62-dbgsym libavutil60 libavutil60-dbgsym libavutil-dev libswresample6 libswresample6-dbgsym libswresample-dev libswscale9 libswscale9-dbgsym libswscale-dev
Source: ffmpeg
Architecture: all amd64 source
Version: 7:8.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Sebastian Ramacher <sramacher@debian.org>
Closes: 1108731
Description: 
 ffmpeg-doc - Documentation of the FFmpeg multimedia framework
 ffmpeg     - Tools for transcoding, streaming and playing of multimedia files
 libavcodec62 - FFmpeg library with de/encoders for audio/video codecs - runtime
 libavcodec-dev - FFmpeg library with de/encoders for audio/video codecs - developm
 libavcodec-extra62 - FFmpeg library with additional de/encoders for audio/video codecs
 libavcodec-extra - FFmpeg library with extra codecs (metapackage)
 libavdevice62 - FFmpeg library for handling input and output devices - runtime fi
 libavdevice-dev - FFmpeg library for handling input and output devices - developmen
 libavfilter11 - FFmpeg library containing media filters - runtime files
 libavfilter-dev - FFmpeg library containing media filters - development files
 libavfilter-extra11 - FFmpeg library with extra media filters - runtime files
 libavfilter-extra - FFmpeg library with extra filters (metapackage)
 libavformat62 - FFmpeg library with (de)muxers for multimedia containers - runtim
 libavformat-dev - FFmpeg library with (de)muxers for multimedia containers - develo
 libavformat-extra62 - FFmpeg library with additional (de)muxers for multimedia containe
 libavformat-extra - FFmpeg library with extra (de)muxers (metapackage)
 libavutil60 - FFmpeg library with functions for simplifying programming - runti
 libavutil-dev - FFmpeg library with functions for simplifying programming - devel
 libswresample6 - FFmpeg library for audio resampling, rematrixing etc. - runtime f
 libswresample-dev - FFmpeg library for audio resampling, rematrixing etc. - developme
 libswscale9 - FFmpeg library for image scaling and various conversions - runtim
 libswscale-dev - FFmpeg library for image scaling and various conversions - develo
Changes:
 ffmpeg (7:8.0-1) experimental; urgency=medium
 .
   [ Balint Reczey ]
   * Remove myself from Uploaders
 .
   [ Sebastian Ramacher ]
   * New upstream version 8.0
   * SONAME bumps:
     - libavcodec61 -> libavcodec62
     - libavdevice61 -> libavdevice62
     - libavfilter10 -> libavfilter11
     - libavformat61 -> libavformat62
     - libavutil59 -> libavutil60
     - libswresample5 -> libswresample6
     - libswscale8 -> libswscale9
   * debian/: Remove libpostproc
   * debian/control: Bump libplacebo-dev BD
   * debian/copyright: Update for new upstream release
   * debian/rules:
     - Re-enable ASM optimizations on riscv64
     - Remove mips* specific handling
 .
   [ Sean McGovern ]
   * disable ASM-based optimizations on ppc64 as well (Closes: #1108731)
Checksums-Sha1: 
 a3bd1c511e413d19441b63812bde3c55647d78e8 5638 ffmpeg_8.0-1.dsc
 cab8ddaca9e92a31cff8042614a9adfcf2f28adb 11384428 ffmpeg_8.0.orig.tar.xz
 8a46c3d4038bec4025383dce78fa94a0cad94891 520 ffmpeg_8.0.orig.tar.xz.asc
 94728a1453547d6603f08e73ab6c0ec717f9447c 55576 ffmpeg_8.0-1.debian.tar.xz
 1c43f746cea46554b9b54250305d58678d18cb4e 944420 ffmpeg-dbgsym_8.0-1_amd64.deb
 a6812232d1762e91cfe49be032ddf8e6d5f2a721 2412208 ffmpeg-doc_8.0-1_all.deb
 3111edec117f213a5d1a75ba86f20611d79890de 32555 ffmpeg_8.0-1_amd64.buildinfo
 c8946567edee39eb279ee86d07d125c93106d790 2056076 ffmpeg_8.0-1_amd64.deb
 21238ebd99001b767cf9e0749846c72455b9b174 7612620 libavcodec-dev_8.0-1_amd64.deb
 e65ede97539cec461c30781588419094532e5cb3 24752708 libavcodec-extra62-dbgsym_8.0-1_amd64.deb
 d3ff50a41cec342e67f84cae66b3c261f5d7507c 9152056 libavcodec-extra62_8.0-1_amd64.deb
 8b99500be97de94591e24098e99a0a120c8f5ef4 50980 libavcodec-extra_8.0-1_amd64.deb
 1d2f14d11e93ff0b98ae04fea467c15feafd6c2d 24732632 libavcodec62-dbgsym_8.0-1_amd64.deb
 3c01322b4fd8d275c48b6e67dd43b3f85913582b 9154300 libavcodec62_8.0-1_amd64.deb
 62f44546adcfd2b3f73f0755b354dbc7096d025c 118688 libavdevice-dev_8.0-1_amd64.deb
 126412517ae4b6216bd2955a76ece4e61f6b7294 191928 libavdevice62-dbgsym_8.0-1_amd64.deb
 d083f12a1c7e1657d6aace03916480cbe3e76ef7 108552 libavdevice62_8.0-1_amd64.deb
 8fbeb445f8ad14e9d93d86bc7e2cc9bac8aadb3e 2591824 libavfilter-dev_8.0-1_amd64.deb
 96e6f3458a4107472a30089b2bb1db599a3c4ca5 7894760 libavfilter-extra11-dbgsym_8.0-1_amd64.deb
 c1adf5a1f2f750d93f7732c26a701756e4babbd7 4585616 libavfilter-extra11_8.0-1_amd64.deb
 999809306957d7034897e8d82b2861c0225b8d2a 50992 libavfilter-extra_8.0-1_amd64.deb
 d6a4e719eb49986b625f52eb6f59edd234ffffd6 7892152 libavfilter11-dbgsym_8.0-1_amd64.deb
 08dc7020cc7ff548e4324b91479e9d03f1fffdf0 4583444 libavfilter11_8.0-1_amd64.deb
 e5fad1f0cdd079e74d10a19c8ea6cb04fc6826e7 1548192 libavformat-dev_8.0-1_amd64.deb
 efd50e65d6151e7574be833ca8ccfa45ca777b4e 3828888 libavformat-extra62-dbgsym_8.0-1_amd64.deb
 84f966e7ed3ad1168407867b92f2eb46ae5c90cc 1315284 libavformat-extra62_8.0-1_amd64.deb
 e71b54143834877f067e46679b827467111cc8bd 50996 libavformat-extra_8.0-1_amd64.deb
 d8af4af48fa5735e89087315b80f492db3c59dfc 3820644 libavformat62-dbgsym_8.0-1_amd64.deb
 42165fa3e51824a1ad5123ae8bc302682611fb0d 1312460 libavformat62_8.0-1_amd64.deb
 ada799b56a896fbb6aea5dd56f1d7e7aa69ab6d6 634308 libavutil-dev_8.0-1_amd64.deb
 658f0c27fe538672eb41165defc728ccb04eb40b 1182724 libavutil60-dbgsym_8.0-1_amd64.deb
 6a32113a30291c9900d7ad7c61ac6afe512e617e 465004 libavutil60_8.0-1_amd64.deb
 cda50227656264c8fbf57826be8f8c81426e5683 124308 libswresample-dev_8.0-1_amd64.deb
 e282ee13a4dc727988353b99e01ebd70099123b1 119444 libswresample6-dbgsym_8.0-1_amd64.deb
 71018b1d44bbb1fbff46c6078f8d1e622e27bf28 109240 libswresample6_8.0-1_amd64.deb
 bbce62760cbd0d8b4a358f00f40c56ce91a18c96 462252 libswscale-dev_8.0-1_amd64.deb
 15fbf924034fccc6081e85beb7db1b3a0322b3d0 1060212 libswscale9-dbgsym_8.0-1_amd64.deb
 ac2ef3ab8a441424ff8f08ee9899b13ddfa54d19 426848 libswscale9_8.0-1_amd64.deb
Checksums-Sha256: 
 caf42fe9f6d9f9aabbb07b9b77f955f4f67abd7cdc29a7154785a377dcc2ad42 5638 ffmpeg_8.0-1.dsc
 b2751fccb6cc4c77708113cd78b561059b6fa904b24162fa0be2d60273d27b8e 11384428 ffmpeg_8.0.orig.tar.xz
 63669c057f14efd07e00fb3ffd891d5a0a43d8a77cbe10cbfeade33c75d33e84 520 ffmpeg_8.0.orig.tar.xz.asc
 4919ce9fffbf2359500e52b1ad099927b9859912622b07451824a3ee0ceb125b 55576 ffmpeg_8.0-1.debian.tar.xz
 beba338cebb607dc91ef90cf37e4f7166779ea4c6be58dd4ae05e55ce8a32d15 944420 ffmpeg-dbgsym_8.0-1_amd64.deb
 d0ebe65a037d5828abbfe0cf3fdcf1ee849a26d8de02e193804b6c74011b531a 2412208 ffmpeg-doc_8.0-1_all.deb
 bb68928209cd185cdf6368881f8eaf454c76c95aaf36b465dc193306f7ebfd38 32555 ffmpeg_8.0-1_amd64.buildinfo
 4bc18416b8c5e23df18a61319e1b4edcbf7ed4db6ba2eb2656cc3540501a8207 2056076 ffmpeg_8.0-1_amd64.deb
 faaf14343e71684fb7f7414a44f27c030b466095aee7cec57b7b2002bf126ed9 7612620 libavcodec-dev_8.0-1_amd64.deb
 37bb6b16e52726b143ba127a1f5769f813d5fec30b83c6b480f482aa01a6e896 24752708 libavcodec-extra62-dbgsym_8.0-1_amd64.deb
 c11694613525234163123c6e2911e64cd70b84dd254012df8d8cb6e2be79292e 9152056 libavcodec-extra62_8.0-1_amd64.deb
 723149b72df6c07e11cfa3d47c2d2d762d90fbc2d5c0c587adbda26f31761f7e 50980 libavcodec-extra_8.0-1_amd64.deb
 fcd3289bb5846070d529ed310e839f2cb0afe263a91d475d7aa0402be72d0963 24732632 libavcodec62-dbgsym_8.0-1_amd64.deb
 89762518af67d9469ead059c12149c9da6d876c1a4912d963433f28ef0894751 9154300 libavcodec62_8.0-1_amd64.deb
 a5741f83c88649061fcbeda7743123b60154b727f8ff4e9d0dc612c2eb5b9a64 118688 libavdevice-dev_8.0-1_amd64.deb
 4997934d01d553cb1326417d7b610d27c864ddcc2f934268e22d98d932c97fd2 191928 libavdevice62-dbgsym_8.0-1_amd64.deb
 f821dff303252f77246b5210a04e212d83983a6debb34deec4971401c710b453 108552 libavdevice62_8.0-1_amd64.deb
 a7eaf65384223f2d6463f322cd5825e5a305c5c11cab9cac0341a540ac97982c 2591824 libavfilter-dev_8.0-1_amd64.deb
 8313f002ce5679a24d87f3ba5ffc5be7da432344ecd4aa7a6e633b1ae9cf2cf5 7894760 libavfilter-extra11-dbgsym_8.0-1_amd64.deb
 d16816416c7c4651c709e4d18a6ab09a8358e36f98845e36890dbcc1c6292736 4585616 libavfilter-extra11_8.0-1_amd64.deb
 f2d040d7b99be3febe2b608709cb7e21ed612abbecbe34060ee602b33bf8bd61 50992 libavfilter-extra_8.0-1_amd64.deb
 45fd067828cda6ba79b3c8c954208fe1a84352dffbe4f7a6033e48ab1db379f2 7892152 libavfilter11-dbgsym_8.0-1_amd64.deb
 6f31f2ca27c7fa991fb4394155b08b403c673eae6e2a0e70f76f8432fb92951a 4583444 libavfilter11_8.0-1_amd64.deb
 6596f8ae387192db34a1a015b315adc2eb34c5487f4da3b50800695229f1a8c3 1548192 libavformat-dev_8.0-1_amd64.deb
 0fa1f4f779f160d9153e8321e3b341281c785983b952de9466ca2b94eebad832 3828888 libavformat-extra62-dbgsym_8.0-1_amd64.deb
 2405ab934cc471aba236f6b42281f688e596138deabb1b9942efbc18bc303e52 1315284 libavformat-extra62_8.0-1_amd64.deb
 b18ad220f558d746fe8c05b06bd1af16b2114a99a7a9dc167355495d9c9945bd 50996 libavformat-extra_8.0-1_amd64.deb
 1f5b76ef923d26b72a58564c39b148ea901ae51f0370b14004c86fc5c5dd19ab 3820644 libavformat62-dbgsym_8.0-1_amd64.deb
 6c5c565f7f3753c8947b805ac60cb2b8ade3b0767bb8c284662d8608d5bd24b6 1312460 libavformat62_8.0-1_amd64.deb
 b7bb59ac87ade1560084d193dd5766b86e34d674d94d928bbb775440493a059e 634308 libavutil-dev_8.0-1_amd64.deb
 d27edf160a419ef03eabb4992954b8ff65b470a9f3f38fcd59eeb7f310d36aec 1182724 libavutil60-dbgsym_8.0-1_amd64.deb
 48ecf88e056ce5bcb535544d6d038c59441b3c7d4a4b93e7d4fcb7376f50deff 465004 libavutil60_8.0-1_amd64.deb
 90da45ee7ec1720b699fbd094ff201ccf17e55257119a69bb398ba8d150c1066 124308 libswresample-dev_8.0-1_amd64.deb
 bba3255bfeaa0a2e0b11769223183c7382db32c876e2d57fd5643da393ed2523 119444 libswresample6-dbgsym_8.0-1_amd64.deb
 61b57680f30ea6ff3b8030729dedcbc36adde6763becce9b1cf10e1269c4e122 109240 libswresample6_8.0-1_amd64.deb
 a37226cff5ecbc61f66eee28a12c16dd4a0897b703bce4332c7d31c6e4af2e95 462252 libswscale-dev_8.0-1_amd64.deb
 16ea8c28b934102f98bb618c470d5a4ee9cacf9f8c7d9373c096c6ba30fc8c18 1060212 libswscale9-dbgsym_8.0-1_amd64.deb
 1affaf6aeb11d1e165806d5bdc136fbb20da97855565051521286e26a0f5643d 426848 libswscale9_8.0-1_amd64.deb
Files: 
 00ff1a4161eb6f2e233195e6855355e6 5638 video optional ffmpeg_8.0-1.dsc
 2c91c725fb1b393618554ff429e4ae43 11384428 video optional ffmpeg_8.0.orig.tar.xz
 29d0e9a28aa362c5ce7ec54037ae1798 520 video optional ffmpeg_8.0.orig.tar.xz.asc
 49166d9e65a4ca6e39ba277c2dcbe2a0 55576 video optional ffmpeg_8.0-1.debian.tar.xz
 8f2b6240c915f24d66cf691ffd150003 944420 debug optional ffmpeg-dbgsym_8.0-1_amd64.deb
 4b658cc242ea1ec74e10fcc98dcb5e0f 2412208 doc optional ffmpeg-doc_8.0-1_all.deb
 3f6f75e49422ab7a8f7c880e1f4cbd36 32555 video optional ffmpeg_8.0-1_amd64.buildinfo
 f7686c0bd95a6fb9782d720a8921f36b 2056076 video optional ffmpeg_8.0-1_amd64.deb
 22d6439059279edd7ce830c7c6911e8b 7612620 libdevel optional libavcodec-dev_8.0-1_amd64.deb
 a5bb95918d43330e8bcf6d6c31f24de0 24752708 debug optional libavcodec-extra62-dbgsym_8.0-1_amd64.deb
 5d2f0f1e47b9d188379d167b85717b34 9152056 libs optional libavcodec-extra62_8.0-1_amd64.deb
 538fbce0fa1c629c108b5df929c52300 50980 metapackages optional libavcodec-extra_8.0-1_amd64.deb
 8de520d1b0c93f1eb4cbb84f4585b19a 24732632 debug optional libavcodec62-dbgsym_8.0-1_amd64.deb
 751ff013d3ee3e42c251149e4321cd14 9154300 libs optional libavcodec62_8.0-1_amd64.deb
 b0f8d63fd60afb0b4fc30a1e2f80a327 118688 libdevel optional libavdevice-dev_8.0-1_amd64.deb
 bbcf2407e1a4e48b9480e613831fd374 191928 debug optional libavdevice62-dbgsym_8.0-1_amd64.deb
 6879c9b859ae498ed1e07439daeb86d1 108552 libs optional libavdevice62_8.0-1_amd64.deb
 36316cff21ec4a402dd08d13a5966fcf 2591824 libdevel optional libavfilter-dev_8.0-1_amd64.deb
 f722c38aedde5e7e5f5ab1a8e1e48d1f 7894760 debug optional libavfilter-extra11-dbgsym_8.0-1_amd64.deb
 2cca0d2f75b9fa0514d29eacc88af807 4585616 libs optional libavfilter-extra11_8.0-1_amd64.deb
 d034bfe430fd6bc02878307dcda8a8cd 50992 metapackages optional libavfilter-extra_8.0-1_amd64.deb
 d03858bbba7baa05d063ea40843f83c8 7892152 debug optional libavfilter11-dbgsym_8.0-1_amd64.deb
 141b3ba64444dcf240c9f329d878f512 4583444 libs optional libavfilter11_8.0-1_amd64.deb
 ca16a5ccd0e813484fa3c81306d7d135 1548192 libdevel optional libavformat-dev_8.0-1_amd64.deb
 3db003f3abdb473efc263afafe001fad 3828888 debug optional libavformat-extra62-dbgsym_8.0-1_amd64.deb
 ace56a799ef652832011613a59cd86c1 1315284 libs optional libavformat-extra62_8.0-1_amd64.deb
 5177b77a0cd8944bf81047426c55ad82 50996 metapackages optional libavformat-extra_8.0-1_amd64.deb
 72048cce52813ff2938fd6b8e26d259d 3820644 debug optional libavformat62-dbgsym_8.0-1_amd64.deb
 121cdcd3a85e6a77fc6d7eb4a4f3ee4f 1312460 libs optional libavformat62_8.0-1_amd64.deb
 8e87c746bf8850aa71d636bf4d1a8bcd 634308 libdevel optional libavutil-dev_8.0-1_amd64.deb
 2e38e9216ac94b109f6a9df77cb36f4e 1182724 debug optional libavutil60-dbgsym_8.0-1_amd64.deb
 f9f085c0a30473c6bcd14c8faad87f2d 465004 libs optional libavutil60_8.0-1_amd64.deb
 b2c4bdf5ac47c478591308bd6cf09a46 124308 libdevel optional libswresample-dev_8.0-1_amd64.deb
 ab90e9f4c4d6778bb941c5a78780d571 119444 debug optional libswresample6-dbgsym_8.0-1_amd64.deb
 b3ea0ffcd6d6d74b0717e6a1ba0f31e9 109240 libs optional libswresample6_8.0-1_amd64.deb
 08c9982851052a918432aa4a90d926d4 462252 libdevel optional libswscale-dev_8.0-1_amd64.deb
 d223ca87a332023e5eef3641d9c68cf9 1060212 debug optional libswscale9-dbgsym_8.0-1_amd64.deb
 2b52edf80cad3068456d45879c72e729 426848 libs optional libswscale9_8.0-1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRCYn6EHZln2oPh+pAhk2s2YA/NiQUCaMIDvgAKCRAhk2s2YA/N
iXI8AP0T+xh+Qeuq0ioVKgO27c5yG/kXSyF5Nc8LX3vqddHrvwEA1+ioSRWcJT7H
yP/884UoksH9Y/KBfvgw86e1m3H4iw4=
=bPnn
-----END PGP SIGNATURE-----

Attachment: pgpKGl5sl4SBy.pgp
Description: PGP signature


--- End Message ---

Reply to: