Skip to content

linux 32bit avrdude should be static #3548

New issue

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

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

Already on GitHub? Sign in to your account

Closed
xxxajk opened this issue Jul 19, 2015 · 3 comments
Closed

linux 32bit avrdude should be static #3548

xxxajk opened this issue Jul 19, 2015 · 3 comments
Assignees
Milestone

Comments

@xxxajk
Copy link
Contributor

xxxajk commented Jul 19, 2015

/opt/Arduino/hardware/tools/avr/bin/avrdude: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory

avrdude should really be compiled static in order to avoid this sort of nonsense.

@facchinm facchinm self-assigned this Jul 20, 2015
@facchinm
Copy link
Member

Hi @xxxajk, did you update libncurses recently? However you are right, the bundled 32bit package only contains libusb library binaries. Would you mind moving the issue from here to https://github.com/arduino/toolchain-avr/issues ?

@facchinm facchinm added the Waiting for feedback More information must be provided before we can proceed label Jul 20, 2015
@xxxajk
Copy link
Contributor Author

xxxajk commented Jul 20, 2015

A symlink to my current library works. Point is that you should not have to do this.
If you link statically, you ensure that the program will work whether-or-not someone has any particular library installed, at the cost of a slightly less larger distributed binary.

@xxxajk
Copy link
Contributor Author

xxxajk commented Jul 20, 2015

Oh yeah, and I do not mind moving the issue.

@ffissore ffissore modified the milestone: Release 1.6.6 Aug 3, 2015
@cmaglie cmaglie removed the Waiting for feedback More information must be provided before we can proceed label Oct 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants