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

Bug#1017108: marked as done (ffmpeg: FTBFS on !linux-any)



Your message dated Fri, 26 Aug 2022 16:35:02 +0000
with message-id <E1oRcIQ-003gwD-QL@fasolo.debian.org>
and subject line Bug#1017108: fixed in ffmpeg 7:5.1-3
has caused the Debian Bug report #1017108,
regarding ffmpeg: FTBFS on !linux-any
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.)


-- 
1017108: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017108
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: ffmpeg
Version: 7:5.0.1-3+b1
Severity: important
Tags: patch

Hello,

ffmpeg currently fails to build on non-linux because vulkan and placebo
are basically linux-only atm. The attached patch fixes this, could you
apply it?

Thanks,
Samuel

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 'proposed-updates'), (500, 'oldstable-proposed-updates-debug'), (500, 'oldstable-proposed-updates'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, arm64

Kernel: Linux 5.19.0 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages ffmpeg depends on:
ii  libavcodec59    7:5.0.1-3+b1
ii  libavdevice59   7:5.0.1-3+b1
ii  libavfilter8    7:5.0.1-3+b1
ii  libavformat59   7:5.0.1-3+b1
ii  libavutil57     7:5.0.1-3+b1
ii  libc6           2.33-8
ii  libpostproc56   7:5.0.1-3+b1
ii  libsdl2-2.0-0   2.0.22+dfsg-6
ii  libswresample4  7:5.0.1-3+b1
ii  libswscale6     7:5.0.1-3+b1

ffmpeg recommends no packages.

Versions of packages ffmpeg suggests:
pn  ffmpeg-doc  <none>

-- no debconf information

-- 
Samuel
---
Pour une évaluation indépendante, transparente et rigoureuse !
Je soutiens la Commission d'Évaluation de l'Inria.
--- debian/control.original	2022-08-13 20:05:10.000000000 +0000
+++ debian/control	2022-08-13 20:13:21.000000000 +0000
@@ -106,7 +106,7 @@
 # --enable-libopus
  libopus-dev,
 # --enable-libplacebo
- libplacebo-dev (>= 4.192) <!pkg.ffmpeg.stage1>,
+ libplacebo-dev (>= 4.192) [linux-any] <!pkg.ffmpeg.stage1>,
 # --enable-pocketsphinx
  libpocketsphinx-dev (>= 0.8+5prealpha+1-7~) [!alpha !hppa !ia64 !m68k !mipsel !mips64el !powerpc !ppc64 !s390x !sparc64],
 # --enable-libpulse
@@ -161,7 +161,7 @@
 # --enable-libvpx
  libvpx-dev,
 # autodetected: vulkan
- libvulkan-dev,
+ libvulkan-dev [linux-any],
 # --enable-libwebp
  libwebp-dev,
 # --enable-libx264
--- debian/rules.original	2022-08-13 20:07:11.000000000 +0000
+++ debian/rules	2022-08-13 20:07:32.000000000 +0000
@@ -155,8 +155,12 @@
 	CONFIG += \
 		--enable-chromaprint \
 		--enable-frei0r \
-		--enable-libplacebo \
 		--enable-libx264
+  ifeq (linux,$(DEB_HOST_ARCH_OS))
+	CONFIG += --enable-libplacebo
+  else
+	CONFIG += --disable-libplacebo
+  endif
 endif
 
 # Disable altivec optimizations on powerpc, because they are not always available on this architecture.

--- End Message ---
--- Begin Message ---
Source: ffmpeg
Source-Version: 7:5.1-3
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 1017108@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: Wed, 24 Aug 2022 23:33:44 +0200
Source: ffmpeg
Architecture: source
Version: 7:5.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Sebastian Ramacher <sramacher@debian.org>
Closes: 1017108
Changes:
 ffmpeg (7:5.1-3) unstable; urgency=medium
 .
   * debian/: Build with vulkan and libplacebo only on Linux (Closes: #1017108)
   * debian/patches: Add upstream patch to disable default ipfs gateway
Checksums-Sha1:
 0576c4f8df51a2caf2cd96869382c8af9dbad8b0 5625 ffmpeg_5.1-3.dsc
 3bb55144ce904e402741204b1a6d9ddf3939e095 59976 ffmpeg_5.1-3.debian.tar.xz
Checksums-Sha256:
 ba0d943ec39e602cd4860532a4c15109a783df77dec44edb9297f2c1637ebfce 5625 ffmpeg_5.1-3.dsc
 32b0025aa4d48dd2accfce973ffa6a287ed95afc7475a0a6b12b1fefad22473c 59976 ffmpeg_5.1-3.debian.tar.xz
Files:
 ea4d08ed8a70dcde526d83cd5c938711 5625 video optional ffmpeg_5.1-3.dsc
 4d49374ee3cad7d3c40c26c6955f8b80 59976 video optional ffmpeg_5.1-3.debian.tar.xz

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

iQIzBAEBCgAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAmMI8V4ACgkQafL8UW6n
GZO/aA/9FgNHS+yPYmadCD4dv9rnP8ub4s6NRzxLxO7htkyId9QOs1cjiJHz9ThN
EKzj2cRLO98ISNZjh7EsJrdVYEwqlRRD4cgJEWC+DZpr/xC+FAAPr+kDxHiJVPc5
HzzjIbCme16B2OBY+HBuA//IPivC8xPeK9Oj+3hnnADYWGwSFsfH4Kv0jxV/WQeF
K2kTNtRPJySM2TY6NVqagE9365mEGWnsb2x9rb2aO04pv//rXT2McrGT1qlKNdRt
mMW+eVZ7RUElggfe2C7FpnSjeIkI7V8WstJ7CJ+iYPOr16AGJxJuxyD5bXcqIQNT
5DOUPOPpMqkAf28UW6oZsXRV3rWOKyvIpXdN6nnLg65VD0vmbiZc06cnBnCSAW6Y
6xkcPq9nTslink+iDKQPvRZge4OQ5wF5GRsNkerd+rc/ozIDkOXKY8/1H0lPx3H1
jauHM3T0fb6gJnnh/Jq5fs2rBVl4fg/J10S2y1zjjrVZvwCsFlsjl4dMytDBLslt
J4PJYZtX5h61l3gOUBaslEKZ2+dji3/9PPIR3XgR/lsgHLTAJSO2w8PWUiZBNpar
oCaYxLUokWqGoovmITfLTQu9JTwhMsRXQAYiWkOVofY6ck39YqoG0HAs4m4Chbu/
qiFGHfp1eJ9MxnJgwTcTF2qGXyZ8yKwcGp8mwAmXYTcOJQrA0RU=
=Oj5L
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: