termux / termux-packages

A package build system for Termux.
https://termux.dev
Other
13.33k stars 3.06k forks source link

[Bug]: <commands not working #18238

Closed Snailvision22 closed 1 year ago

Snailvision22 commented 1 year ago

Problem description

When a command is being input, there is no response from the terminal

What steps will reproduce the bug?

idk

What is the expected behavior?

For commands to be input and a response generated

System information

termux-info:

(Reading database ... 6513 files and directories currently installed.)
Preparing to unpack .../libtalloc_2.4.1_arm.deb ...
Unpacking libtalloc (2.4.1) ...
Selecting previously unselected package proot.
Preparing to unpack .../proot_5.1.107-61_arm.deb ...
Unpacking proot (5.1.107-61) ...
Setting up libtalloc (2.4.1) ...
Setting up proot (5.1.107-61) ...
~ $ pkg install bitcoin
Checking availability of current mirror:
[*] https://packages.termux.dev/apt/termux-main: ok
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
bitcoin is already the newest version (25.0).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
~ $  install git build-essential cmake -y'​
> pkg install git build-essential cmake -y
> exit
> termux os
> pkg search
> help
> pkg help
> ~
>
.bash_history  .ssh/          Termux-os/
.bitcoin/      .termux/       downloads/
> downloads
> .bitcoin
> .bitcoin/
> install git
> termux-change-repo
> [H
> pkg install bitcoin
> pkg install bitcoin
> termux-setup-storage
> help
> cd
> ls
> pkg help
>
> .ssh/
> pkg search <query>
> pkg search

Was working and then no input would produce a response?

TomJo2000 commented 1 year ago

None of that is actionable.

GitHub issues unfortunately don't provide telepathy yet, you'll need to provide some actual information about your issue.

landfillbaby commented 1 year ago

you opened a multiline string with the ' at the end of the first line.

my edit to the report just moved the ``` to the right place. nothing else