Re: Any hint how to fix python 3.11 pth files errors? (Was, First Noble Numbat test rebuild)

2024-01-12 Thread Graham Inggs
Hi Sébastien Both of those packages have FTBFS bugs filed in Debian [1][2] since a rebuild there in October 2023. I'd guess it was some change made in pybuild / dh-python. I don't recall seeing similar failures in any of the recent Python rebuilds happening in Ubuntu. I did ask in # debian-pyth

Is there a good solution for this: release-upgrade with dependency moved to universe

2024-01-12 Thread Andreas Hasenack
I have package bin:samba-vfs-modules which ships, among other things, a glusterfs module: /usr/lib/x86_64-linux-gnu/samba/vfs/glusterfs.so /usr/lib/x86_64-linux-gnu/samba/vfs/glusterfs_fuse.so We intend[1] to demote glusterfs to Universe, and since bin:samba-vfs-modules is in main, one soluti

Re: Is there a good solution for this: release-upgrade with dependency moved to universe

2024-01-12 Thread Nick Rosbrook
Hi, > I guess something in do-release-upgrade could be run to, when encountering > such a situation, automatically select bin:samba-vfs-modules-extra for the > upgrade as well? Is it worth it? Is there a precedence for something like > this? And how would this be done in a more generic/general