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

[Bug]: mdns-scan doesn't seem to install anything #8674

Closed
sudomain opened this issue Jan 18, 2022 · 3 comments
Closed

[Bug]: mdns-scan doesn't seem to install anything #8674

sudomain opened this issue Jan 18, 2022 · 3 comments
Labels
bug report Something is not working properly.

Comments

@sudomain
Copy link

Problem description

I haven't used mdns-scan before, so I could be completely wrong. It seems installing Termux's mdns-scan doesn't install any executable. However, it's manpage seems to imply there is, specifically:
mdns-scan does not terminate on its own behalf. It scans for services continuously until the user kills it by pressing C-c.

This log shows no new executable in $PREFIX/bin/ :

~ $ ls -1 $PREFIX/bin/ | wc -l
1258

~ $ pkg in mdns-scan
Checking availability of current mirror: ok Reading package lists... Done
Building dependency tree... Done Reading state information... Done
The following NEW packages will be installed: mdns-scan
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/16.2 kB of archives. After this operation, 81.9 kB of additional disk space will be used.
Selecting previously unselected package mdns-scan. (Reading database ... 44201 files and directories currently installed.)
Preparing to unpack .../mdns-scan_0.5-1_arm.deb ... Unpacking mdns-scan (0.5-1) ... Setting up mdns-scan (0.5-1) ...

~ $ ls -1 $PREFIX/bin/ | wc -l
1258

What steps will reproduce the bug?

pkg in mdns-scan

What is the expected behavior?

An mdns-scan executable in $PATH

System information

termux-info:

Application version:
0.118.0
Packages CPU architecture:
arm
Subscribed repositories:
# sources.list
deb https://packages-cf.termux.org/apt/termux-main/ stable main
# science-repo (sources.list.d/science.list)
deb https://packages.termux.org/apt/termux-science science stable
# x11-repo (sources.list.d/x11.list)
deb https://packages.termux.org/apt/termux-x11 x11 main
Updatable packages:
All packages up to date
Android version:
7.0
Kernel build information:
Linux localhost 3.18.31-perf-g606096e-dirty #1 SMP PREEMPT Tue Jan 17 18:10:20 KST 2017 armv7l Android
Device manufacturer:
LGE
Device model:
LGL84VL

@sudomain sudomain added the bug report Something is not working properly. label Jan 18, 2022
@Grimler91
Copy link
Member

It is installed to $PREFIX/mdns-scan instead of $PREFIX/bin/mdns-scan apparently

@Grimler91
Copy link
Member

Should be fixed by b0d17bb. I see that error came from one of my commits 😳

@sudomain
Copy link
Author

That was quick. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Something is not working properly.
Projects
None yet
Development

No branches or pull requests

2 participants