Hello Mentors,
I'm trying to build mplayer in sbuild to upload another version,
https://salsa.debian.org/multimedia-team/mplayer/-/tree/next?ref_type=heads
(note that it can be build in salsa CI)
$sbuild --source
this usually works, but now it fails with
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying 0002_mplayer_debug_printf.patch
dpkg-source: info: applying 0201_PATH_MAX_HURD.patch
dpkg-source: info: applying 0202_glibc-2.27.patch
dpkg-source: info: applying 0203_generic-arch-fallback.patch
dpkg-source: info: applying 0204_fix-ftbfs-jack-ffmpeg7.patch
dpkg-buildpackage: info: source package mplayer
dpkg-buildpackage: info: source version 2:1.5+svn38674-2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Lorenzo Puliti
<plorenzo@disroot.org> dpkg-checkbuilddeps: error: unmet build
dependencies: nasm dpkg-buildpackage: error: build
dependencies/conflicts unsatisfied; aborting dpkg-buildpackage: hint:
satisfy build dependencies with your package manager frontend
then I tested
(this is schroot)
sbuild-shell unstable-amd64-sbuild
(inside the chroot)
#apt-get install nasm #works fine
#apt-get -s build-dep mplayer # installs 460 new packages, but still no
issues
then I tested with a fresh chroot tar and unshare, same error..
I have no clues why sbuild fails, any idea?
It works perfectly here (unshare backend).
Could it be your copy of the repository that isn't clean ?
Or apt-cacher-ng ?