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

Git-submodule tries to run /usr/bin/perl #1

Closed
rkennedy opened this issue Jul 21, 2015 · 2 comments
Closed

Git-submodule tries to run /usr/bin/perl #1

rkennedy opened this issue Jul 21, 2015 · 2 comments

Comments

@rkennedy
Copy link

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.

@fornwall
Copy link
Member

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).

@bprosnitz
Copy link

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
its-pointless referenced this issue in its-pointless/termux-packages Aug 4, 2017
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
@emirbyte emirbyte mentioned this issue Dec 24, 2020
@ghost ghost mentioned this issue Feb 6, 2021
This was referenced Sep 27, 2021
@ghost 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.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants