-
-
Notifications
You must be signed in to change notification settings - Fork 7k
libncurses error for bundled avrdude on Arch #5094
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
Comments
The obvious question is: Do you have (the right version of) libncurses installed? If not, I guess that's the thing to fix (or the zipfile should ship a libncurses version, but I'm not sure if that would tie in neatly with the system's libraries then). As for using upstream tools, the Debian package uses upstream avrdude and avr-gcc, though that required some changes in Arduino (and they only have 1.0.x so far). For 1.5+, with platform.txt, using the system tools is more complicated, especially when third party cores are involved, or when cores are updated by the Arduino IDE. |
The avrdude currently packaged relies on |
But Only this is available but does not work:
|
You can get it from AUR (I also believe that |
Please reopen, as the revert of avrdude 6.3 made the issue valid again. |
On arch I get:
I used my own PKGBUILD to build arduino:
#5082
I wanted to use the built in avrdude, as several libraries/cores rely on this specific version and not arch linux upstream. However it seems that avrdude does not run like this on arch. This has nothing to do with my PKGBUILD, as this also happens with the normal zip file download. This should be fixed ASAP, as its incompatible with arch.
It would also be nice if you can comment on the linked issue. I want to know if using upstream deps (avrdude, java) will probably cause problems. If not I could go the way the official AUR package does.
The text was updated successfully, but these errors were encountered: