-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Package Request:dgsh(Directed Graph Shell) #5492
Comments
Has any of termux developers tried compiling it. |
Added some of commits with official developer. But some errors cant be resolved. Help needed. |
Open a PR with the build.sh so that we can see what you are doing and what error you run into |
Help solve this error: |
|
The same patch as for gcal probably works: https://github.com/termux/termux-packages/blob/bf51d022eff247887d44f3ef2b9a5b801ccb3d1b/packages/gcal/gnulib.patch |
So install ndk-sysroot |
locale.h seems to have abovr mentioned identifiers but #include <locale.h> does'nt solve it. But adding #include <c++/v1/support/win32/locale_win32.h> /data/data/com.termux/files/usr/include/c++/v1/support/win32/locale_win32.h:15:10: fatal error: 'xlocinfo.h' file not found /data/data/com.termux/files/usr/include/c++/v1/support/win32/locale_win32.h:15:10: fatal error: '__config file not found sed 's/#include <__config>/#include <c++/v1/__config>/' /data/data/com termux/files/usr/include/c++/v1/support/win32/locale_win32.h Another error xlocinfo.h defined in local_win32.h is not found in termux how to add it |
Seems like the |
Please do consider porting it to termux. It like tee 1000 times powerful. tee can only send ouput to one file and one program. But dgsh allows for sending output of one commqnd to several other programa in acyclic manner. |
@xtkoba |
@tathastu871 ???
All binaries that are built in a standard How is anyone suppose to know that there are missing functionality or programs that you expected to be included?
It was closed by the accepted PR.
What is not fully functional? Open a bug report and fill in the bug report template if something is not working.
No, that's not how it works, if issues are reported then we tend to at least try to fix them.
xtkoba has contributed 160+ packages in the last couple of months, which is way more than other "termux developers".
Open a bug report if there is an issue with the package. We don't know which "several binaries" you are referring to. |
dgsh is a shell like bash. so just like therr is ksh bash sh tcsh binaries to invoke those repective shells. some additional binaries are copied to $PREFIX/libexec/dgsh folder So In TERMUX_POST_INSTALL commands to copy or symlink them to $PREFIX/bin But, also dgsh binary is not installed. |
This comment has been minimized.
This comment has been minimized.
I seriously recommend you to change your attitude. You seem to be disappointed that someone spent their time to create a port for a package you requested.
That's quite a harsh statement(/insult), how do you know this? Test how? The programs that are included in dgsh seem to work fine when I run them. Open-source is suppose to be a community effort, if something doesn't work then the thing to do is to report an issue, and hope that someone feels like spending time on it, or open a PR with a fix. |
maybe understand the phrase called "Be grateful for what you have" because Termux is the only app to include these packages and port it on Android device. without it you won't be able to find a proper dgsh app for Android try compiling |
It wasn't mean to offend someone. sorry.i had been waiting for this package to complete my script that i wrote some time ago. thats why i requested. It was also this another package i was compiling whose dependencies are not in termux. so i created build.sh fot all those dependencies too. But xtoba passed statement that dont add that many paclages to termux only try minimal base . So how can it be functional. |
So:
is what can be expected. |
Talking about another packge that i been workint on previously |
Package description
dgsh is an advanced shell for programming higly complex pipe constructs for data flow in shell scripting. And hence it is the most essential tool for programmers, scripters, and system administrators. Having it on termux is highly needed.
Link to home page and sources
Additional information
Have you compiled or tried to compile the package on device?
Developer have not made or compiled this shell for arm and aarch64 architecture.
Added some of commits with official developer. But some errors cant be resolved. Help needed.
dspinellis/dgsh#113
However, source files needed to be patched for arm/aarch64 so that it can be used on termux.
Having dgsh in termux is the most prominent requirement right now and it will prove to be highly beneficial for complex shell scripting purposes.
The text was updated successfully, but these errors were encountered: