This bug was fixed in the package systemd - 257.9-0ubuntu2 --------------- systemd (257.9-0ubuntu2) questing; urgency=medium
* basic: validate timezones in get_timezones() (LP: #2125405) * debian/libnss-systemd.nss: install after 'compat' too (LP: #2125403) * d/t/boot-and-services: use coreutils tunable in apparmor test (LP: #2125614) * d/t/upstream: use GNU cp in test setup (LP: #2122363) -- Nick Rosbrook <[email protected]> Thu, 25 Sep 2025 12:45:39 -0400 ** Changed in: systemd (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Debcrafters packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/2122363 Title: cp -T: prefix not found Status in mkosi package in Ubuntu: Fix Released Status in rust-coreutils package in Ubuntu: Confirmed Status in subiquity package in Ubuntu: Fix Released Status in systemd package in Ubuntu: Fix Released Bug description: with rust-coreutils, cp -T fails to behave like gnucp when using it to copy a source directory to a target location and that location doesn't exist yet. ``` #!/bin/bash set -eux rm -fr src dst mkdir src touch src/file.txt /usr/lib/cargo/bin/coreutils/cp -aT src dst [ -f dst/file.txt ] ``` Workarounds: * remove -T from the cp invocation * mkdir dst before the cp invocation To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mkosi/+bug/2122363/+subscriptions -- Mailing list: https://launchpad.net/~debcrafters-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~debcrafters-packages More help : https://help.launchpad.net/ListHelp

