fisher: Package installation fails on OpenBSD
I managed to install fisher
on my OpenBSD box by downloading the function w/ curl
as recommended. fisher
itself works, but this happens when I try installing any package:
$ fisher add jethrokuan/z
fetching https://codeload.github.com/jethrokuan/z/tar.gz/master
cannot install github.com/jethrokuan/z -- is this a valid package?
done in 1.00s
Thank you for your help in advance!
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 16 (10 by maintainers)
@bertalanp99 @kelp 39e9f3f34079a1705f4580fa232fe15d10b632c0 🎉
I just ran into this same issue and had tracked it down to OpenBSD tar lacking --strip-components, and only found this GitHub issue while Googling alternatives… Wish I’d found this issue an hour sooner, would have saved myself the debugging.
Anyway, I have an OpenBSD 6.4 system running on Google Cloud and could give you a shell on it for testing. Or I could help you get one up and running. IIRC, I originally followed some variation on this to make it work: https://marc.info/?l=openbsd-misc&m=138757967321855&w=2