termux / termux-app

Termux - a terminal emulator application for Android OS extendible by variety of packages.
https://f-droid.org/en/packages/com.termux
Other
37.02k stars 3.89k forks source link

[Bug]: use make compilation error on termux : no such file or directory #4107

Closed bigfoxtail closed 3 months ago

bigfoxtail commented 3 months ago

Problem description

use make compilation error No such file or directory The files exist and run correctly when executed individually. 20240817121504

Steps to reproduce the behavior.

wget https://github.com/docker/cli/archive/v20.10.2.tar.gz -O cli-20.10.2.tar.gz tar xf cli-20.10.2.tar.gz cd cli-20.10.2 make

What is the expected behavior?

No response

System information

sylirre commented 3 months ago
  1. Docker is already packaged for Termux and available in root-repo.
  2. https://wiki.termux.com/wiki/Differences_from_Linux is a common reason for "no such file or directory" issue. Also make sure you are building software in Termux home dir and not on /storage/emulated/0.

I don't see any Termux bugs here.