-
-
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
Git-submodule tries to run /usr/bin/perl #1
Comments
Thanks! Fixed in git 2.4.6-1 which has been pushed to the apt repo (so an "apt update && apt -y upgrade" will fix it for you). |
I am seeing this again in git 2.6.1 |
Grimler91
referenced
this issue
in Grimler91/termux-packages
Feb 26, 2017
Small simplification to texlive build.sh
13 tasks
Closed
Closed
Closed
ghost
mentioned this issue
May 2, 2018
Grimler91
referenced
this issue
in Grimler91/termux-packages
May 11, 2018
…huffle (#1) Required to make package build with ndk17.
fornwall
pushed a commit
that referenced
this issue
May 27, 2018
* update ndk to 17 * bump NDK version in setup-android script * libnl: fix for ndk r17 * libpixman: use clang's __builtin_shufflevector instead of __builtin_shuffle (#1) Required to make package build with ndk17. * fix as for arm * ndk17 still uses ld.bfd on aarch64 * use -fno-integrated-as for clang only * glib: remove patch unnecessary after ndk17 * torsocks: remove unneeded patch after ndk17 * subversion: fix build as clang++ now errors out for mismatched flags * libpulseaudio: fix build with ndk17 #2415 (comment) * gst-plugins-good: disable video4linux2 ioctl is defined as __overloadable in ndk17 headers which conflicts with v4l2object's member ioctl * libzmq: disable Werror to build with ndk17 * ltrace: hardcode symbol not available in ndk17 * busybox: build with clang for all arches except arm * dropbear: build with clang instead of gcc * gnupg: build with clang instead of gcc * openssl: use clang for all arches except arm * picolisp: build with clang instead of gcc * valgrind: use clang on all arches except aarch64 * Revert "gst-plugins-good: disable video4linux2" This reverts commit 43850b8. Already applied on base branch. * libllvm: use default arm triple
ghost
mentioned this issue
Jun 24, 2018
Closed
Closed
ghost
mentioned this issue
Feb 6, 2021
Closed
Closed
This was referenced Jul 12, 2021
Closed
ghost
mentioned this issue
Aug 14, 2021
This was referenced Sep 27, 2021
Merged
ghost
locked and limited conversation to collaborators
Oct 9, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The git-submodule script relies partially on Perl. It's hard-coded to run /usr/bin/perl, which isn't where the Termux Perl package installs that command. Looks like an additional patch is needed for the Git package.
The text was updated successfully, but these errors were encountered: