Closed ssbarnea closed 5 years ago
Your log indicates libarchive
is missing when installing osinfo-db-tools
. However, the osinfo-db-tools
lists libarchive
as a build dependency. Perhaps try to narrow down the problem by installing osinfo-db-tools
separately:
brew install osinfo-db-tools
While running the installation commands, the build fails due to lack of
I tried to install it:
I did check and the directory was present but it was empty. Also tried
Solution
I found that adding libarchive to the pkgconfig path does make it install correctly, so now we only need to alter the variable during build to avoid a bad user experience.
On the other hand I observe that installation time takes forever which makes me wonder if it would not be more appropiate to provide a precompiled cask for it.