-
Notifications
You must be signed in to change notification settings - Fork 25
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
Porting for 1) Natively on termux (Follows aarch64) 2)Ubuntu arm64 /(any other linux distro) running inside proot container on termux #113
Comments
I currently lack access to arm64, but couldn't replicate it on armv7l. I suggest running |
help solving above error in dgsh-tee.c file |
I pushed a fix for the compilation error. |
This comment has been minimized.
This comment has been minimized.
Thank you for the persistence! Git pull and run again the configuration process. |
This comment has been minimized.
This comment has been minimized.
I also pushed a fix for this. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
We're now entering potential GNU bash issues. Can you please first verify that you can compile vanilla bash from source? |
9
Yes bash can be compiled and installed succesfully from source on both termux and ubuntu on termux |
Please try adding the header files in |
This comment has been minimized.
This comment has been minimized.
@dspinellis any progress |
Could this be a third party tool problem? |
This comment has been minimized.
This comment has been minimized.
It seems that some porting work is required. I don't have the bandwidth to do this, but I'll gladly integrate a pull request that fixes the issue. |
|
Solving some of errors:
|
Well done! |
Seem it has now ported termux. But after installing dgsh shell binary is not installed. Build script and patches are at Please have a look. Help |
make config gives following error on arm64 architecture:
make[1]: *** [Makefile:69: configure] Error 2
make: *** [Makefile:88: config] Error 2
Cannot find gnulib/gnulib-tool: No such file or directory. But gnulib is installed and gnulib-tool is in path
The text was updated successfully, but these errors were encountered: