Dear Maintainer,
As mentioned here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065394#28
For the moment on Mar/5/2024 in the Debian Sid repository, libuuid1
"Provides:
libuuid1t64 (= 2.39.3-9)", and an exact version of libuuid1t64 which
is not in repos. libuuid1 and libuuid1t64 have "Replaces:" on each other
already.
debootstrap should be able to solve the libuuid1t64 dependency by
installing libuuid1 only.
Otherwise now if the following command is run:
$ sudo debootstrap --verbose --arch=amd64 sid sid-chroot
The debootstrap will fail at this:
====================
I: Extracting libunistring5...
I: Extracting libuuid1...
I: Extracting libuuid1t64...
E: Tried to extract package, but tar failed. Exit...
====================
and the log shows:
$ tail sid-chroot/debootstrap/debootstrap.log
Saving to:
‘sid-chroot//var/cache/apt/archives/partial/zlib1g_1%3a1.3.dfsg-3.1_amd64.deb’
0K .......... .......... .......... .......... .......... 58% 845K 0s
50K .......... .......... .......... ..... 100%
2.39M=0.07s
2024-03-03 10:33:06 (1.13 MB/s) -
‘sid-chroot//var/cache/apt/archives/partial/zlib1g_1%3a1.3.dfsg-3.1_amd64.deb’
saved [87580/87580]
tar: ./usr/lib/x86_64-linux-gnu/libuuid.so.1.3.0: Cannot open: File exists
tar: ./usr/lib/x86_64-linux-gnu/libuuid.so.1: Cannot create symlink to
‘libuuid.so.1.3.0’: File exists
tar: Exiting with failure status due to previous errors