arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.19k stars 7.01k forks source link

avrdude-6.3.0 requires GLIBC_2.15 #5430

Closed Padoup-Padoup closed 7 years ago

Padoup-Padoup commented 8 years ago

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:

Versions:

Is there something obvious I might be missing?

Thank you!

facchinm commented 8 years ago

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 commented 8 years ago

avrdude-6.3.0-arduino6-x86_64-pc-linux-gnu-debian7.zip

Padoup-Padoup commented 8 years ago

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

matthijskooijman commented 8 years ago

@facchinm, did this get released already?

facchinm commented 8 years ago

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