Skip to content

avrdude-6.3.0 requires GLIBC_2.15 #5430

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
Padoup-Padoup opened this issue Sep 30, 2016 · 5 comments
Closed

avrdude-6.3.0 requires GLIBC_2.15 #5430

Padoup-Padoup opened this issue Sep 30, 2016 · 5 comments
Labels
Component: Avrdude 6.3 Specific to AVRDUDE version 6.3
Milestone

Comments

@Padoup-Padoup
Copy link

Hi all,

I am experiencing a blocking bug since the last update of the Arduino IDE. It is the same as described on this forum. I copy-pasted below the relevant error message:

Une erreur est survenue lors du transfert du croquis
/home/maxime/.arduino-1.6.12/hardware/tools/avr/bin/avrdude: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /home/maxime/.arduino-1.6.12/hardware/tools/avr/bin/avrdude)
/home/maxime/.arduino-1.6.12/hardware/tools/avr/bin/avrdude: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.15' not found (required by /home/maxime/.arduino-1.6.12/hardware/tools/avr/bin/avrdude)

Note that:

  • It is definitely related with the update (I was using the IDE, compiling and transferring without issues when the update happened).
  • The compilation step works fine, the error message occurs when trying to upload the sketch.

Versions:

  • Arduino: 1.6.12 (installed from the tar.xz package)
  • Debian Wheezy 64 bits.

Is there something obvious I might be missing?

Thank you!

@facchinm facchinm added the Component: Avrdude 6.3 Specific to AVRDUDE version 6.3 label Sep 30, 2016
@facchinm
Copy link
Member

Ooops, thanks for spotting this. Our jenkins job builds avrdude on Ubuntu12.04 VMs, which ships a newer libc compared to debian7. I'm rebuilding them on Debian7 slaves and I believe we'll ship the fixed tools in a future release of AVR core.
Thanks for reporting! In the meantime, as soon as the job completes, I'll post the links for the updated package so you can manually replace it.

@facchinm
Copy link
Member

@Padoup-Padoup
Copy link
Author

Great, this solves the issue in my case! Feel free to close the issue when the fix is released! Many thanks!

@cmaglie cmaglie added this to the Release 1.6.13 milestone Oct 3, 2016
@cmaglie cmaglie changed the title Board upgrade released 26 Sept 2016 broke avrdude avrdude-6.3.0 requires GLIBC_2.15 Oct 3, 2016
@matthijskooijman
Copy link
Collaborator

@facchinm, did this get released already?

@facchinm
Copy link
Member

facchinm commented Dec 6, 2016

Not yet, it will be included in next avr core release

facchinm added a commit to arduino/avrdude-build-script that referenced this issue Dec 15, 2016
@cmaglie cmaglie modified the milestones: Release 1.6.13, Release 1.8.2 Jan 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Avrdude 6.3 Specific to AVRDUDE version 6.3
Projects
None yet
Development

No branches or pull requests

4 participants