Bug#1081357: oz: Needs explicit Depends on libvirt-daemon-driver-qemu

2024-09-14 Thread Andrea Bolognani
that use libvirt or are somewhat related to it being maintained there: libosinfo, hivex and rhsrvany are examples. That said, I cannot in good conscience commit to spending any of my own time on it. I'm not familiar at all with the tool, and taking care of libvirt itself already consumes pretty m

Bug#1081357: oz: Needs explicit Depends on libvirt-daemon-driver-qemu

2024-09-14 Thread Andrea Bolognani
ng care of oz has priority though, since it blocks migration to testing. -- Andrea Bolognani Resistance is futile, you will be garbage collected. signature.asc Description: PGP signature

Bug#1064126: [Pkg-libvirt-maintainers] Bug#1064126: libvirt: install NSS modules into /usr

2024-09-07 Thread Andrea Bolognani
On Thu, Sep 05, 2024 at 05:59:15AM +0200, Helmut Grohne wrote: > On Wed, Sep 04, 2024 at 10:23:53PM +0200, Andrea Bolognani wrote: > > This has now been accepted, and the package uploaded to experimental. > > > > Please let me know how dumat feels about it :) > > Thank

Bug#1064126: [Pkg-libvirt-maintainers] Bug#1064126: libvirt: install NSS modules into /usr

2024-09-04 Thread Andrea Bolognani
On Sun, Sep 01, 2024 at 05:17:28PM +0200, Andrea Bolognani wrote: > On Fri, Aug 30, 2024 at 09:38:46PM +0200, Helmut Grohne wrote: > > Looking forward to your update. > > MR here: > > https://salsa.debian.org/libvirt-team/libvirt/-/merge_requests/232 > > Please take

Bug#1064126: [Pkg-libvirt-maintainers] Bug#1064126: libvirt: install NSS modules into /usr

2024-09-01 Thread Andrea Bolognani
On Fri, Aug 30, 2024 at 09:38:46PM +0200, Helmut Grohne wrote: > On Fri, Aug 30, 2024 at 09:19:08PM +0200, Andrea Bolognani wrote: > > I disagree on the check being useless in general though. The > > diversion should only be created when upgrading from a version of > > lib

Bug#1064126: [Pkg-libvirt-maintainers] Bug#1064126: libvirt: install NSS modules into /usr

2024-08-30 Thread Andrea Bolognani
onsider running it > locally before uploading to experimental. It should catch the worst of > issues. The pipeline is set up to run piuparts, but the information reported by the job is unfortunately not really useful at the moment. See https://salsa.debian.org/libvirt-team/libvirt/-/merge_requests/231#note_521119 for some additional information about this. I'm not familiar with running piuparts locally. If you can share some brief instructions on how to do that, I'll happily try things out before creating the MR. I'll work on implementing and testing this over the weekend. I'll update the bug as appropriate. -- Andrea Bolognani Resistance is futile, you will be garbage collected. signature.asc Description: PGP signature

Bug#1064126: [Pkg-libvirt-maintainers] Bug#1064126: libvirt: install NSS modules into /usr

2024-08-28 Thread Andrea Bolognani
On Wed, Aug 28, 2024 at 12:17:05AM +0200, Andrea Bolognani wrote: > +#BEGIN CREATE_PROTECTIVE_DIVERSION > +create_protective_diversion() { > +local usrfile="$1" > +local firstver="$2" > + > +if [ "$2" != "--" ]; then This sh

Bug#1064126: [Pkg-libvirt-maintainers] Bug#1064126: libvirt: install NSS modules into /usr

2024-08-27 Thread Andrea Bolognani
+#END CREATE_PROTECTIVE_DIVERSION + +#BEGIN DELETE_PROTECTIVE_DIVERSION +delete_protective_diversion() { +local usrfile="$1" +local firstver="$2" + +if [ "$2" != "--" ]; then +echo "delete_protective_diversion called with the wrong number of arguments" >&2 +return 1 +fi +for _ in $(seq 1 2); do +shift +done + +if [ ! -e "$usrfile.usr-is-merged" ]; then +return 0 +fi + +dpkg-divert \ +--no-rename \ +--divert "$usrfile.usr-is-merged" \ +--remove "$usrfile" +} +#END DELETE_PROTECTIVE_DIVERSION + #BEGIN SYSTEMD_DAEMON_RELOAD systemd_daemon_reload() { if [ -z "${DPKG_ROOT:-}" ] && [ -d /run/systemd/system ]; then -- Andrea Bolognani Resistance is futile, you will be garbage collected. signature.asc Description: PGP signature

Bug#1064126: [Pkg-libvirt-maintainers] Bug#1064126: libvirt: install NSS modules into /usr

2024-08-26 Thread Andrea Bolognani
On Sat, Aug 24, 2024 at 02:29:52PM +0200, Andrea Bolognani wrote: > The changes I've been working on are now available here: > > https://salsa.debian.org/libvirt-team/libvirt/-/merge_requests/229 > > Thank you all for your patience. 10.6.0-2, which includes the changes, is

Bug#1064126: [Pkg-libvirt-maintainers] Bug#1064126: libvirt: install NSS modules into /usr

2024-08-24 Thread Andrea Bolognani
On Tue, Aug 20, 2024 at 09:30:52PM +0200, Andrea Bolognani wrote: > On Tue, Aug 20, 2024 at 08:14:59AM +0200, Guido Günther wrote: > > On Mon, Aug 19, 2024 at 12:03:47AM +0200, Andrea Bolognani wrote: > > > I have however realized that there is an obstacle to enacting the >

Bug#1064126: [Pkg-libvirt-maintainers] Bug#1064126: libvirt: install NSS modules into /usr

2024-08-20 Thread Andrea Bolognani
On Tue, Aug 20, 2024 at 08:14:59AM +0200, Guido Günther wrote: > On Mon, Aug 19, 2024 at 12:03:47AM +0200, Andrea Bolognani wrote: > > I have however realized that there is an obstacle to enacting the > > plan as outlined above: the restructuring involves introducing > &g

Bug#1064126: [Pkg-libvirt-maintainers] Bug#1064126: libvirt: install NSS modules into /usr

2024-08-18 Thread Andrea Bolognani
On Sat, Aug 10, 2024 at 06:19:31PM +0200, Andrea Bolognani wrote: > I spent some more time testing the restructuring today, and it seems > to behave well. There is still one known issue with transferring > conffiles between packages under certain conditions, but I believe > that I

Bug#1064126: [Pkg-libvirt-maintainers] Bug#1064126: libvirt: install NSS modules into /usr

2024-08-10 Thread Andrea Bolognani
On Sat, Aug 10, 2024 at 06:19:31PM +0200, Andrea Bolognani wrote: > So, here's my proposal: in two weeks' time, i.e. by September 25, I > will upload a version of libvirt that includes both the restructuring > and the usr-merge bits to experimental. I obviously meant

Bug#1064126: [Pkg-libvirt-maintainers] Bug#1064126: libvirt: install NSS modules into /usr

2024-08-10 Thread Andrea Bolognani
On Sat, Aug 10, 2024 at 05:41:25PM +0200, Guido Günther wrote: > On Sat, Aug 10, 2024 at 03:30:23PM +0200, Andrea Bolognani wrote: > > Note that I have also uploaded 10.6.0-1 in the meantime, which is set > > to migrate to testing tomorrow. I wonder how the two uploads will > &g

Bug#1064126: libvirt: install NSS modules into /usr

2024-08-10 Thread Andrea Bolognani
allout. Maybe it will turn out that I've been worrying over nothing and there are no bad interactions resulting from the two restructurings happening in separate uploads... I certainly hope that's the case. Note that I have also uploaded 10.6.0-1 in the meantime, which is set to migrate

Bug#1070498: marked as pending in libvirt

2024-05-06 Thread Andrea Bolognani
Control: tag -1 pending Hello, Bug #1070498 in libvirt reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/libvirt-team/libvirt/-/commit/13f1f61aacf4277b0496049fd2d

Bug#1068203: spectrwm: hard-coded dependency on pre-t64 library

2024-04-03 Thread Andrea Bolognani
On Tue, Apr 02, 2024 at 12:02:53AM +0200, Sebastian Ramacher wrote: > On 2024-04-01 23:39:37 +0200, Andrea Bolognani wrote: > > The problem with it, and the reason why a manual dependency is used > > in that case, is that ${shlib:Depends} will not pick it up, since > > it

Bug#1068203: spectrwm: hard-coded dependency on pre-t64 library

2024-04-01 Thread Andrea Bolognani
e it's dlopen()ed rather than linked against. Do you have any suggestions on how to handle this in a way that plays well with the 64-bit time_t transition? Thanks. -- Andrea Bolognani Resistance is futile, you will be garbage collected. signature.asc Description: PGP signature

Bug#1023420: marked as pending in libvirt

2022-11-19 Thread Andrea Bolognani
Control: tag -1 pending Hello, Bug #1023420 in libvirt reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/libvirt-team/libvirt/-/commit/3f2985672fd96f945e71373e477

Bug#1023420: libvirt FTBFS: missing Build-Depends: mount

2022-11-16 Thread Andrea Bolognani
On Wed, Nov 16, 2022 at 01:11:51PM +0100, Helmut Grohne wrote: > On Wed, Nov 16, 2022 at 12:34:40PM +0100, Andrea Bolognani wrote: > > Can you please tell me how you created the very minimal chroot in > > which you reproduced the issue? A fresh one created today with > > cowb

Bug#1023420: libvirt FTBFS: missing Build-Depends: mount

2022-11-16 Thread Andrea Bolognani
On Wed, Nov 16, 2022 at 12:34:40PM +0100, Andrea Bolognani wrote: > In the meantime, adding an explicit build time (and runtime!) > dependency on mount will do the trick. If I'm reading the NEWS.Debian file for mount correctly, it hasn't been essential since 2017. So why is this

Bug#1023420: libvirt FTBFS: missing Build-Depends: mount

2022-11-16 Thread Andrea Bolognani
h one created today with cowbuilder still contains mount, and even adding DEBOOTSTRAPOPTS="--variant=minbase" to pbuilderrc doesn't change this. I just want to make sure there are no other commands that need the same treatment. Cheers. -- Andrea Bolognani Resistance i

Bug#1014435: libvirt-daemon-system-systemd: virbr0 default fails to connect

2022-07-18 Thread Andrea Bolognani
? Or does the VM boot up, but the guest OS is unable to connect to the Internet? Can the guest OS ping the host, or does that not work either? If you try performing another installation, does that work? [1] https://www.debian.org/Bugs/Developer#severities -- Andrea Bolognani Resistance is futil

Bug#1006300: marked as pending in libvirt

2022-03-15 Thread Andrea Bolognani
Control: tag -1 pending Hello, Bug #1006300 in libvirt reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/libvirt-team/libvirt/-/commit/a06d5e56fb01acf2765700c9ad2

Bug#981435: libvirt: stops on upgrade: internal error: Failed to load module 'libvirt_driver_qemu.so': libvirt.so.0: version `LIBVIRT_PRIVATE_6.9.0' not found (required by libvirt_driver_qemu.so)

2021-01-31 Thread Andrea Bolognani
On Sun, Jan 31, 2021 at 04:36:21PM +0100, Andrea Bolognani wrote: > I've opened > > https://salsa.debian.org/libvirt-team/libvirt/-/merge_requests/98 > > with the proposed patch, and I'm going to use the information you > provided above to give it some testing

Bug#981435: libvirt: stops on upgrade: internal error: Failed to load module 'libvirt_driver_qemu.so': libvirt.so.0: version `LIBVIRT_PRIVATE_6.9.0' not found (required by libvirt_driver_qemu.so)

2021-01-31 Thread Andrea Bolognani
On Sun, Jan 31, 2021 at 11:04:13PM +0800, Paul Wise wrote: > On Sun, 2021-01-31 at 15:34 +0100, Andrea Bolognani wrote: > > As I've never used unattended-upgrades myself, I'm not familiar with > > it. Is there any chance you could provide some quick tips on how t

Bug#981435: libvirt: stops on upgrade: internal error: Failed to load module 'libvirt_driver_qemu.so': libvirt.so.0: version `LIBVIRT_PRIVATE_6.9.0' not found (required by libvirt_driver_qemu.so)

2021-01-31 Thread Andrea Bolognani
peration="profile_replace" info="same as current profile, skipping" > profile="unconfined" name="libvirtd//qemu_bridge_helper" pid=1318234 > comm="apparmor_parser" > Jan 31 17:08:34 systemd[1]: Reloading. > Jan 31 17:08:36 systemd[1]: Sto

Bug#960762: [Pkg-libvirt-maintainers] Bug#960762: libvirt: random (?) test hangs

2020-07-14 Thread Andrea Bolognani
On Fri, Jul 03, 2020 at 12:04:16AM +0200, Andrea Bolognani wrote: > On Wed, Jul 01, 2020 at 09:24:00AM +0200, Guido Günther wrote: > > On Tue, Jun 30, 2020 at 09:28:34PM +0200, Andrea Bolognani wrote: > > > Has anyone managed to reproduce this? I've built 6.0.0-7 from sourc

Bug#960762: [Pkg-libvirt-maintainers] Bug#960762: libvirt: random (?) test hangs

2020-07-02 Thread Andrea Bolognani
On Wed, Jul 01, 2020 at 09:24:00AM +0200, Guido Günther wrote: > On Tue, Jun 30, 2020 at 09:28:34PM +0200, Andrea Bolognani wrote: > > Has anyone managed to reproduce this? I've built 6.0.0-7 from source > > in a tight loop 100 times, both in a sid:i386 chroot via cowbuilder &

Bug#960762: libvirt: random (?) test hangs

2020-06-30 Thread Andrea Bolognani
he failure in this case was not limited to i386 and the error was completely different, caused this time by https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963704 All I can think of at this point is a temporary glitch of the buildd. In a couple of weeks, when we upload 6.5.0, we'll hopeful

Bug#952200: libvirt-dbus: FTBFS: dh_auto_test: error: make -j4 check VERBOSE=1 returned exit code 2

2020-04-15 Thread Andrea Bolognani
On Tue, Apr 14, 2020 at 08:25:53PM +0300, Adrian Bunk wrote: > On Sun, Mar 29, 2020 at 10:18:05PM +0200, Andrea Bolognani wrote: > >... > > Adrian, I see you tagged the bug as fixed-upstream: can you please > > share any additional information you might have and that convinc

Bug#952200: libvirt-dbus: FTBFS: dh_auto_test: error: make -j4 check VERBOSE=1 returned exit code 2

2020-03-29 Thread Andrea Bolognani
ebian.net/2020/02/22/libvirt-dbus_1.3.0-1_unstable.log Lucas, thanks for the report, and sorry for not noticing it earlier! I'll look into it. Adrian, I see you tagged the bug as fixed-upstream: can you please share any additional information you might have and that convinced you the b

Bug#822407: enscript: FTBFS: error: automatic de-ANSI-fication support has been removed

2016-05-28 Thread Andrea Bolognani
ipe for target 'build' failed > > make: *** [build] Error 2 The attached patch makes the package build again. Tested using cowbuilder with an up-to-date sid chroot. -- Andrea Bolognani Resistance is futile, you will be garbage collected. From 453531070fd2b44dbef28c01763ad1836bb51fad

Bug#564943: scrotwm: key bindings don't work, can't switch to a VT (was: libswmhack is installed in the wrong location)

2010-01-25 Thread Andrea Bolognani
plications) are running on an NVIDIA card, using the NVIDIA binary drivers. If that is also the case with you, could you please try running scrotwm after switching to the free nv driver? Cheers. -- Andrea Bolognani Resistance is futile, you will be garbage collected. signature.asc Descr

Bug#564943: scrotwm: key bindings don't work, can't switch to a VT (was: libswmhack is installed in the wrong location)

2010-01-18 Thread Andrea Bolognani
t way? Unfortunately I don't have an amd64 system so I can't look at this without your help. -- Andrea Bolognani Resistance is futile, you will be garbage collected. signature.asc Description: Digital signature

Bug#564943: scrotwm: libswmhack is installed in the wrong location

2010-01-17 Thread Andrea Bolognani
any questions, but I need some data before I can try to figure out what's not working. -- Andrea Bolognani Resistance is futile, you will be garbage collected. signature.asc Description: Digital signature

Bug#564943: scrotwm: libswmhack is installed in the wrong location

2010-01-16 Thread Andrea Bolognani
he $HOME/.xsession-error file? What happens when you open an application from a VT, without setting LD_PRELOAD? And with LD_PRELOAD pointing to libswmhack? Do you have a .scrotwm.conf file in your home directory? Cheers. -- Andrea Bolognani Resistance is futile, you will be garbage collected.

Bug#564943: scrotwm: libswmhack is installed in the wrong location

2010-01-13 Thread Andrea Bolognani
bug. Cheers. -- Andrea Bolognani Resistance is futile, you will be garbage collected. signature.asc Description: Digital signature