-
Notifications
You must be signed in to change notification settings - Fork 27
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
terminfo/a/ansi': No such file or directory #3
Comments
Same here, created a Dockerfile from ubuntu:22.04 (amd64) to build the firmware on Mac.
|
In the expected:
existing path:
The folder names are not letters like @chrsoo I just replaced the folder names to continue: ncurses.mk.patch |
Same using BuildRoot within https://github.com/nerves-project/nerves_system_br within a VSCode DevContainer. Used your patch as a quick fix. |
I stumbled upon this error too and that's because, by default, MacOS uses case-insensitive file system.
|
When building the project using a docker image, the build fails with the following error:
Any idea on how to fix the build?
If I can make this work, I will create a PR with the
Dockerfile
and instructions on how to build the project on MacOS running on Apple Silicon.Steps to Reproduce
Dockerfile
to the project root directory:turing-pi-build
image locally:turing-pi-build
image interactively:/src
directory:readme.md
Additional Notes
The following apt packages are missing in the
readme.md
:The text was updated successfully, but these errors were encountered: