FS#79840 - [arp-scan] Missing (optional) dependencies
Attached to Project:
Arch Linux
Opened by Felix Auringer (aelix) - Tuesday, 03 October 2023, 13:41 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:20 GMT
Opened by Felix Auringer (aelix) - Tuesday, 03 October 2023, 13:41 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:20 GMT
|
Details
Description:
The package provides the executable perl script `get-oui`. This needs `extra/perl-text-csv` and `extra/perl-lwp-protocol-https` to work properly. Without the first package, you get the following error message: ``` Can't locate Text/CSV.pm in @INC (you may need to install the Text::CSV module) (@INC entries checked: /usr/lib/perl5/5.38/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.38/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.38/core_perl /usr/share/perl5/core_perl) at /usr/bin/get-oui line 32. BEGIN failed--compilation aborted at /usr/bin/get-oui line 32. ``` With only the first package and without the latter, you get the error message `Could not get IAB data from https://standards-oui.ieee.org/iab/iab.csv`. I would expect that those packages are at least listed as optional dependency so that you don't have to look in the GitHub Repo's README to find all dependencies. Additional info: * package version: 1.10.0-3 Steps to reproduce: * Install arp-scan and try to execute the get-oui perl script (in /usr/bin/). |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:20 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/arp-scan/issues/1
Saturday, 25 November 2023, 20:20 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/arp-scan/issues/1
Comment by Felix Auringer (aelix) -
Tuesday, 03 October 2023, 13:49 GMT
Fedora apparently has the same problem:
https://github.com/royhills/arp-scan/issues/115