Bug#666137: should avrdude package ship common udev rule for programmer?

2015-08-01 Thread avrdude@discard.email
If you can't decide about the correct group/ownership to use, you could always ship the .rules files in doc/examples/ and leave the final decision to the user.  

Bug#794043: avrdude: Segfault when reading an xmega16-e5 cpu

2015-07-30 Thread avrdude@discard.email
Dima Kogan writes: > I see avrdude crash [...] The core isn't particularly illuminating   Recompile the avrdude package with debugging symbols: https://wiki.debian.org/HowToGetABacktrace#Rebuilding_the_package_you.2BIBk-re_debugging   Then reproduce the bug. Also try passing - to avrdude.

Bug#794022: avrdude: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]

2015-07-29 Thread avrdude@discard.email
Package: avrdude Version: 6.1-4   Compiling avrdude with -Wextra reveals two cases of unreachable code due to a comparison unsigned < 0:   avrftdi.c: In function ‘set_frequency’: avrftdi.c:201:14: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] if (divisor < 0) { ^