-
-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
bugSomething isn't workingSomething isn't workingneeds-triageNeeds more investigation to determine the priorityNeeds more investigation to determine the priority
Description
What did you expect to happen?
There should be no dependency to bc, because it isn't used anywhere in the scripts.
What actually happened?
https://github.com/phenax/bsp-layout/blob/master/src/utils/common.sh aborts, if bc isn't installed.
Describe your attempts to resolve the issue
Nothing done so far.
Steps to reproduce
- Uninstall bc or rename bc, e.g.
mv /usr/bin/bc /usr/bin/bc.off - Run
bsp-layout bsp-layoutaborts with "[Missing dependency] bsp-layout needs bc installed"- Don't forget to reinstall bc or revert the renaming:
mv /usr/bin/bc.off /usr/bin/bc
System Information
I installed the bsp-layout command with make DESTDIR=/tmp/destdir install.
$ uname -osrm
Linux 5.15.0-56-generic x86_64 GNU/Linux$ /tmp/destdir/usr/local/bin/bsp-layout version
0.0.10-1Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds-triageNeeds more investigation to determine the priorityNeeds more investigation to determine the priority