Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

building on openbsd. #1988

Closed
4 tasks
avis opened this issue Aug 11, 2018 · 4 comments
Closed
4 tasks

building on openbsd. #1988

avis opened this issue Aug 11, 2018 · 4 comments
Labels
good first issue help wanted T:Docs Changes and features related to documentation.

Comments

@avis
Copy link
Contributor

avis commented Aug 11, 2018

Summary of Feature

Build on openbsd fails but easy to fix. (maybe this could be fixed in the future)

  • make has to be replaced with gmake
  • disable ledger for now as the HID subsystem is different on openbsd and brejski/hid doesn't currently support it.

Steps to Reproduce & Fix

....
make get_tools && make get_vendor_deps && make install

FIX:
pkg_add gmake
gmake get_tools && gmake get_vendor_deps && gmake install LEDGER_ENABLED=false


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@ValarDragon
Copy link
Contributor

ValarDragon commented Aug 11, 2018

The gmake issue was known, and is reflected in our install scripts (located here). We didn't update it for LEDGER_ENABLED=false though, thanks for pointing that out! Would you like to submit a PR?

@ValarDragon ValarDragon added help wanted T:Docs Changes and features related to documentation. good first issue labels Aug 11, 2018
@avis
Copy link
Contributor Author

avis commented Aug 12, 2018

Sure thing. Will do.

@avis
Copy link
Contributor Author

avis commented Aug 12, 2018

@ValarDragon #1989

@ValarDragon
Copy link
Contributor

Thanks for fixing this! Much appreciated :)

chillyvee pushed a commit to chillyvee/cosmos-sdk that referenced this issue Mar 1, 2024
* test: remove unused const

* fix: lint
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
good first issue help wanted T:Docs Changes and features related to documentation.
Projects
None yet
Development

No branches or pull requests

2 participants