[Bug 2064090] Re: Automatically installed bit not transitioned to t64 libraries
Nick Rosbrook
2064090 at bugs.launchpad.net
Thu May 16 13:05:51 UTC 2024
I have verified using the upgrader tarball in noble-proposed:
root at m:~# wget http://archive.ubuntu.com/ubuntu/dists/noble-proposed/main/dist-upgrader-all/24.04.18/noble.tar.gz
--2024-05-16 12:44:06-- http://archive.ubuntu.com/ubuntu/dists/noble-proposed/main/dist-upgrader-all/24.04.18/noble.tar.gz
Resolving archive.ubuntu.com (archive.ubuntu.com)... 91.189.91.81, 185.125.190.39, 91.189.91.83, ...
Connecting to archive.ubuntu.com (archive.ubuntu.com)|91.189.91.81|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1274850 (1.2M) [application/x-gzip]
Saving to: ‘noble.tar.gz’
noble.tar.gz
100%[================================================>] 1.21M
1.51MB/s in 0.8s
2024-05-16 12:44:07 (1.51 MB/s) - ‘noble.tar.gz’ saved [1274850/1274850]
root at m:~# tar xvf noble.tar.gz
root at m:~# apt-mark showmanual > manual.before
root at m:~# ./noble
[ ... upgrading ... ]
root at m:~# apt-mark showmanual > manual.after
root at m:~# diff -u manual.{before,after}
--- manual.before 2024-05-16 12:46:58.802671205 +0000
+++ manual.after 2024-05-16 13:00:59.391160334 +0000
@@ -12,6 +12,7 @@
init
isc-dhcp-client
isc-dhcp-common
+libc6
libeatmydata1
libwrap0
linux-base
root at m:~#
** Tags removed: verification-needed verification-needed-noble
** Tags added: verification-done verification-done-noble
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubuntu-release-upgrader in
Ubuntu.
https://bugs.launchpad.net/bugs/2064090
Title:
Automatically installed bit not transitioned to t64 libraries
Status in ubuntu-release-upgrader package in Ubuntu:
In Progress
Status in ubuntu-release-upgrader source package in Noble:
Fix Committed
Bug description:
[Impact]
libraries become marked as manually installed after transitioning to t64 package names as we forgot to transition the automatically installed bit.
Before:
root at m:~# apt-mark showmanual
base-files
bash
bsdutils
cloud-init
dash
diffutils
eatmydata
findutils
grep
gzip
hostname
init
isc-dhcp-client
isc-dhcp-common
libeatmydata1
libwrap0
linux-base
login
ncurses-base
ncurses-bin
ncurses-term
openssh-server
openssh-sftp-server
python-babel-localedata
python3-babel
python3-jinja2
python3-json-pointer
python3-jsonpatch
python3-jsonschema
python3-markupsafe
python3-pyrsistent
python3-serial
python3-tz
ssh-import-id
ubuntu-minimal
ubuntu-server
ubuntu-standard
util-linux
Broken After:
base-files
bash
bsdutils
cloud-init
dash
diffutils
eatmydata
findutils
grep
gzip
hostname
init
isc-dhcp-client
isc-dhcp-common
libapt-pkg6.0t64
libarchive13t64
libatm1t64
libc6
libcurl3t64-gnutls
libcurl4t64
libdb5.3t64
libdw1t64
libeatmydata1
libelf1t64
libevent-core-2.1-7t64
libext2fs2t64
libgdbm-compat4t64
libgdbm6t64
libglib2.0-0t64
libgnutls30t64
libgpgme11t64
libhogweed6t64
libisns0t64
libmagic1t64
libmspack0t64
libnettle8t64
libnpth0t64
libntfs-3g89t64
libnvme1t64
libparted2t64
libpng16-16t64
libpsl5t64
libreadline8t64
libssl3t64
libtirpc3t64
liburcu8t64
libuv1t64
libwrap0
libxmlsec1t64
libxmlsec1t64-openssl
linux-base
login
ncurses-base
ncurses-bin
ncurses-term
openssh-server
openssh-sftp-server
python-babel-localedata
python3-babel
python3-jinja2
python3-json-pointer
python3-jsonpatch
python3-jsonschema
python3-markupsafe
python3-pyrsistent
python3-serial
python3-tz
ssh-import-id
ubuntu-minimal
ubuntu-server
ubuntu-standard
util-linux
[Test plan]
Launch a mantic container
Upgrade to noble
Check that the t64 libraries are automatically installed
[Where problems could occur]
Manual install requests are tried harder, but since we only hint the upgrade solver here, we don't expect this to cause any less successful install requests.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/2064090/+subscriptions
More information about the foundations-bugs
mailing list