Comment 4 for bug 1716079

Revision history for this message
Simon Quigley (tsimonq2) wrote : Re: debootstrap silently fails when bootstrapping to a directory name with spaces

This also affects cdebootstrap, I tried this with directory "Test 1" and I set it to use my local archive mirror at 8080:

$ sudo cdebootstrap --allow-unauthenticated --arch amd64 artful Test\ 1/ http://localhost:8080/ubuntu
P: Retrieving Release
P: Retrieving Release.gpg
P: Validating Release
W: Couldn't validate Release!
P: Parsing Release
P: Retrieving Packages.xz
P: Validating Packages.xz
sha256sum: /home/simon/Code/Test: No such file or directory
sha256sum: 1/var/cache/bootstrap/_dists_._main_binary-amd64_Packages.xz: No such file or directory
P: Retrieving Packages.gz
P: Validating Packages.gz
sha256sum: /home/simon/Code/Test: No such file or directory
sha256sum: 1/var/cache/bootstrap/_dists_._main_binary-amd64_Packages.gz: No such file or directory
E: Couldn't download Packages!

So it looks like it's not built to catch directories with spaces, I wonder if this is related to debootstrap's problem.