APT Pinning Broken?

2024-07-31 Thread maria.shrivinski
Hello, I would like to build with bookworm as the distribution while installing the package mpv and ffmpeg from sid (unstable). According to the Debian Live Manual this should do the trick: config/archives/live.list.chroot​ deb http://deb.debian.org/debian sid main config/archives/live.pref.chr

Re: APT Pinning Broken?

2024-07-31 Thread Andreas Heinlein
Hello, you will have to manually pin the dependencies as well. So it should read: Package: mpv libasound2t64 libavcodec61 libavdevice61 libavfilter10 libavformat61 Pin: release n=sid Pin-Priority: 600 That should do the trick. Bye Andreas Am 31. Juli 2024 21:06:22 MESZ schrieb "maria.shrivi

Re: APT Pinning Broken?

2024-07-31 Thread maria.shrivinski
Hello Andreas, thanks for the reply! The problem with adding mpv's dependencies to list.pref.chroot​ is that the same error will occur again for the dependencies of those dependencies. libasound2t64 : Depends: libasound2-data (>= 1.2.12-1) but 1.2.8-1 is to be installed libavcodec61 : Depends:

Re: APT Pinning Broken?

2024-07-31 Thread Andreas Heinlein
Hello, it does make sense in the way that manually installing e.g. libavcodec61 with "apt-get install libavcodec61" and automatically installing it as a dependency produces the same results. What was apt expected to do if something else already had pulled in libavcodec61 from bookworm? Upgrad