[Bug 2075964] [NEW] debootstrap fails to setup latest oracular
Stefan Bader
2075964 at bugs.launchpad.net
Fri Aug 2 15:20:15 UTC 2024
Public bug reported:
It looks like creating a new chroot via debootstrap fails for oracular
when extracting base-files. Further investigation shows that this is due
to base-files now containing certain directory symlinks which
debootstrap has already set up. The per-series encironment
(/usr/share/debootstrap/scripts), which basically is the same since
Gutsy, changes the tar options to use "-k" which treats the attempt to
replace files as an error.
The change in base-files appears to be: 13.3ubuntu2
...
base-files (13.3) unstable; urgency=medium
[ Helmut Grohne ]
* DEP17: Install /usr-merge aliasing symlinks. Closes: #1064459.
To fix this (verified) we could change the "-k" in a new oracular
debootstrap file into "--keep-directory-symlink". Or have it not set
those up.
** Affects: debootstrap (Ubuntu)
Importance: Medium
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to debootstrap in Ubuntu.
https://bugs.launchpad.net/bugs/2075964
Title:
debootstrap fails to setup latest oracular
Status in debootstrap package in Ubuntu:
New
Bug description:
It looks like creating a new chroot via debootstrap fails for oracular
when extracting base-files. Further investigation shows that this is
due to base-files now containing certain directory symlinks which
debootstrap has already set up. The per-series encironment
(/usr/share/debootstrap/scripts), which basically is the same since
Gutsy, changes the tar options to use "-k" which treats the attempt to
replace files as an error.
The change in base-files appears to be: 13.3ubuntu2
...
base-files (13.3) unstable; urgency=medium
[ Helmut Grohne ]
* DEP17: Install /usr-merge aliasing symlinks. Closes: #1064459.
To fix this (verified) we could change the "-k" in a new oracular
debootstrap file into "--keep-directory-symlink". Or have it not set
those up.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debootstrap/+bug/2075964/+subscriptions
More information about the foundations-bugs
mailing list