Hello KaOS community 🙂

I am a big fan of avr microcontrollers & wanted to test it in the KaOS platform. I downloaded the avrdude-svn & libusb-compat packages from the KCP database. First I installed the libusb-compat package by running the makepkg -si command from the unzipped directory. It installed properly without any errors. It is also showing in octopi.
screenshot: http://i.imgur.com/Hu8WZYk.png

Now when I go to the avrdude-svn unzipped folder & run makepkg -si , an error message pops up in the terminal.
http://pastebin.com/Qr86UvW3

The other two dependancies are also installed.
libftdi: http://i.imgur.com/HppA6Kb.png
elfutils: http://i.imgur.com/LtFONbM.png

Any clue on this issue? Any help shall be appreciated.

You need to open an issue in KCP for avrdude.svn, it is missing the subversion depend. To fix now:

sudo pacman -S subversion

Thanks Demm, successfully added the avrdude-svn package in my linux box.

nightcrawler218 changed the title to [Solved] avrdude-svn package installation error; makepkg cannot detect .

No need to edit the title, just add the "Solved" tag, much better visibility and search that way.
Let me know though if adding tags is not an option......

Yes, I was just about to ask how to tag a thread. The tagging option seems missing in my account.