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

FS#2773 - imagebuilder doesn't work if pwd contains spaces #7575

Open
openwrt-bot opened this issue Jan 24, 2020 · 2 comments
Open

FS#2773 - imagebuilder doesn't work if pwd contains spaces #7575

openwrt-bot opened this issue Jan 24, 2020 · 2 comments
Labels

Comments

@openwrt-bot
Copy link

sergio:

  • Steps to reproduce
% mkdir "/tmp/a b" % cd /tmp/a\ b % wget https://downloads.openwrt.org/releases/19.07.0/targets/ar71xx/mikrotik/openwrt-imagebuilder-19.07.0-ar71xx-mikrotik.Linux-x86_64.tar.xz % tar xf openwrt-imagebuilder-19.07.0-ar71xx-mikrotik.Linux-x86_64.tar.xz % cd openwrt-imagebuilder-19.07.0-ar71xx-mikrotik.Linux-x86_64 % make info bash: /tmp/a: No such file or directory Makefile:72: b/openwrt-imagebuilder-19.07.0-ar71xx-mikrotik.Linux-x86_64/include/target.mk: No such file or directory make: *** No rule to make target 'b/openwrt-imagebuilder-19.07.0-ar71xx-mikrotik.Linux-x86_64/include/target.mk'. Stop. zsh: exit 2 make info
@openwrt-bot
Copy link
Author

sergio:

The Category is wrong, I forgot to set it.

@openwrt-bot
Copy link
Author

jow-:

OpenWrt does not support paths with spaces. Neither in buildroot, nor SDK and IB since many downstream Makefiles will choke on that.

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

No branches or pull requests

1 participant