Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paths with spaces do not work #75

Closed
thomas-phillips-nz opened this issue Jun 2, 2017 · 2 comments · Fixed by #584
Closed

Paths with spaces do not work #75

thomas-phillips-nz opened this issue Jun 2, 2017 · 2 comments · Fixed by #584

Comments

@thomas-phillips-nz
Copy link
Contributor

thomas-phillips-nz commented Jun 2, 2017

Upon inspecting the code and testing the build system, there are many many places in several scripts where if the current path (pwd) has spaces in it, the script will fail.
These should be cleaned up so we don't have to rely on the pwd having no spaces.

I have seen talk of changing the build script to python, but I have seen the dependency check script fail too. Looks like the whole build system needs to be modified to handle such paths.

@davesteele
Copy link
Contributor

ff2d5ed may have helped.

@XECDesign
Copy link
Member

XECDesign commented Oct 29, 2019

Just had a look at this and even if I start fixing the bits which are broken in pi-gen, debootstrap still struggles - https://bugs.launchpad.net/ubuntu/+source/debootstrap/+bug/1716079

For example, just running sudo debootstrap buster "root fs" fails.

I tried running the above command on Buster on a pi and Ubuntu 19.10 on amd64, failing the same way both times.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants