* Johannes Schauer Marin Rodrigues <[email protected]> [250109 00:14]: > Quoting Chris Hofstaedtler (2025-01-08 23:16:22) > > dpkg-deb: warning: root directory > > /build/reproducible-path/resolver-3qvKDR/sbuild-build-depends-main-dummy > > has unusual owner or group 998:999 > > dpkg-deb: Hint: you might need to pass --root-owner-group, see > > <https://wiki.debian.org/Teams/Dpkg/RootlessBuilds> for further details
> the above is new in dpkg 1.22.13. Maybe we should just pass --root-owner-group > to dpkg-deb when we build the dummy package That's certainly a good thing to do. > and call it a day. I'm wondering a bit why the warning shows up at all. Are the files owned by a different user than who's executing dpkg? (If that is happening, maybe it points to sbuild doing a weird thing?) Or does dpkg always show this if the owner is not uid 0? (Then calling it a day is exactly the right thing.) Chris

