Your message dated Sat, 09 Nov 2024 10:51:02 +0000 with message-id <b0a29248bc631362ed06a8879f93b8cdae5414d0.camel@adam-barratt.org.uk> and subject line Closing bugs released with 12.8 has caused the Debian Bug report #1081317, regarding bookworm-pu: package vmdb2/0.27+really.0.26-1+deb12u1 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 1081317: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081317 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: release.debian.org: Ansible fails to run from vmdb2 as the environment is not declared as UTF8
- From: Gunnar Wolf <gwolf@gwolf.org>
- Date: Tue, 10 Sep 2024 11:44:35 -0600
- Message-id: <172599027554.3329967.2159330124207073136.reportbug@mosca.iiec.unam.mx>
Package: release.debian.org Severity: normal Hi, I am about to upload version 0.27+really.0.26-1+deb12u1 (uff, what a mouthful! 😉) of vmdb2. This upload addresses bug #1032363: vmdb2 sets LC_ALL=C at startup, which is incompatible with Ansible, that requires a UTF8 environment. Upstream has included this fix for newer releases. I want this to be included in the stable release as well. I will be uploading it trusting the relevant diff is quite minimal, but am filing this bug following usual procedure :-) The debdiff follows inline: $ debdiff ../build-area/vmdb2_0.27+really.0.26-1{,+deb12u1}.dsc dpkg-source: warning: extracting unsigned source package (/home/gwolf/vcs/build-area/vmdb2_0.27+really.0.26-1.dsc) dpkg-source: warning: extracting unsigned source package (/home/gwolf/vcs/build-area/vmdb2_0.27+really.0.26-1+deb12u1.dsc) diff -Nru vmdb2-0.27+really.0.26/debian/changelog vmdb2-0.27+really.0.26/debian/changelog --- vmdb2-0.27+really.0.26/debian/changelog 2023-05-06 19:06:53.000000000 -0600 +++ vmdb2-0.27+really.0.26/debian/changelog 2024-09-10 11:32:05.000000000 -0600 @@ -1,3 +1,9 @@ +vmdb2 (0.27+really.0.26-1+deb12u1) bookworm; urgency=medium + + * Set the locale to UTF-8, as Ansible fails otherwise (Closes: #1032363) + + -- Gunnar Wolf <gwolf@debian.org> Tue, 10 Sep 2024 11:32:05 -0600 + vmdb2 (0.27+really.0.26-1) unstable; urgency=medium * Rolling back the import of 0.27 due to the request of the Debian diff -Nru vmdb2-0.27+really.0.26/debian/patches/series vmdb2-0.27+really.0.26/debian/patches/series --- vmdb2-0.27+really.0.26/debian/patches/series 2023-05-06 19:06:53.000000000 -0600 +++ vmdb2-0.27+really.0.26/debian/patches/series 2024-09-10 11:32:05.000000000 -0600 @@ -1,2 +1,3 @@ 001_set_architecture_for_later_stages omit_new_ext4_flags +set_UTF8_locale diff -Nru vmdb2-0.27+really.0.26/debian/patches/set_UTF8_locale vmdb2-0.27+really.0.26/debian/patches/set_UTF8_locale --- vmdb2-0.27+really.0.26/debian/patches/set_UTF8_locale 1969-12-31 18:00:00.000000000 -0600 +++ vmdb2-0.27+really.0.26/debian/patches/set_UTF8_locale 2024-09-10 11:32:05.000000000 -0600 @@ -0,0 +1,13 @@ +Index: vmdb2/vmdb/runcmd.py +=================================================================== +--- vmdb2.orig/vmdb/runcmd.py ++++ vmdb2/vmdb/runcmd.py +@@ -46,7 +46,7 @@ def progress(msg): + def runcmd(argv, **kwargs): + progress("Exec: %r" % (argv,)) + env = kwargs.get("env", os.environ.copy()) +- env["LC_ALL"] = "C" ++ env["LC_ALL"] = "C.UTF8" + kwargs["env"] = env + kwargs["stdout"] = kwargs.get("stdout", subprocess.PIPE) + kwargs["stderr"] = kwargs.get("stderr", subprocess.PIPE)
--- End Message ---
--- Begin Message ---
- To: 1074088-done@bugs.debian.org, 1074126-done@bugs.debian.org, 1076473-done@bugs.debian.org, 1077668-done@bugs.debian.org, 1079689-done@bugs.debian.org, 1079733-done@bugs.debian.org, 1080363-done@bugs.debian.org, 1080402-done@bugs.debian.org, 1080968-done@bugs.debian.org, 1081034-done@bugs.debian.org, 1081035-done@bugs.debian.org, 1081169-done@bugs.debian.org, 1081317-done@bugs.debian.org, 1081343-done@bugs.debian.org, 1081388-done@bugs.debian.org, 1081389-done@bugs.debian.org, 1081394-done@bugs.debian.org, 1081399-done@bugs.debian.org, 1081410-done@bugs.debian.org, 1081413-done@bugs.debian.org, 1081418-done@bugs.debian.org, 1081750-done@bugs.debian.org, 1082024-done@bugs.debian.org, 1082153-done@bugs.debian.org, 1082155-done@bugs.debian.org, 1082322-done@bugs.debian.org, 1082701-done@bugs.debian.org, 1082710-done@bugs.debian.org, 1082746-done@bugs.debian.org, 1082783-done@bugs.debian.org, 1082902-done@bugs.debian.org, 1082935-done@bugs.debian.org, 1083026-done@bugs.debian.org, 1083090-done@bugs.debian.org, 1083162-done@bugs.debian.org, 1083223-done@bugs.debian.org, 1084171-done@bugs.debian.org, 1084845-done@bugs.debian.org, 1084907-done@bugs.debian.org, 1085026-done@bugs.debian.org, 1085176-done@bugs.debian.org, 1085227-done@bugs.debian.org, 1085281-done@bugs.debian.org, 1085430-done@bugs.debian.org, 1085591-done@bugs.debian.org, 1085708-done@bugs.debian.org, 1085711-done@bugs.debian.org, 1085965-done@bugs.debian.org, 1086116-done@bugs.debian.org, 1086149-done@bugs.debian.org, 1086151-done@bugs.debian.org, 1086154-done@bugs.debian.org, 1086157-done@bugs.debian.org, 1086163-done@bugs.debian.org, 1086164-done@bugs.debian.org, 1086193-done@bugs.debian.org, 1086207-done@bugs.debian.org, 1086601-done@bugs.debian.org, 1086611-done@bugs.debian.org, 1086613-done@bugs.debian.org, 1086632-done@bugs.debian.org, 1081535-done@bugs.debian.org
- Subject: Closing bugs released with 12.8
- From: "Adam D. Barratt" <adam@adam-barratt.org.uk>
- Date: Sat, 09 Nov 2024 10:51:02 +0000
- Message-id: <b0a29248bc631362ed06a8879f93b8cdae5414d0.camel@adam-barratt.org.uk>
Source: release.debian.org Version: 12.8 Hi, Each of the updates tracked by these bugs was included in today's 12.8 bookworm point release. Regards, Adam
--- End Message ---