Your message dated Sat, 26 Dec 2015 15:42:08 -0500
with message-id <[email protected]>
and subject line avrdude: Parameter declarations differ in signedness
has caused the Debian Bug report #749618,
regarding avrdude: Parameter declarations differ in signedness
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
749618: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749618
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: avrdude
Version: 6.1-1
Severity: wishlist
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error. Please note that we
use our research compiler tool-chain (using tools from the cbmc package), which
permits extended reporting on type inconsistencies at link time.

[...]
gcc -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security  -Wl,-z,relro -o avrdude avrdude-main.o avrdude-term.o 
./libavrdude.a  -lusb  -lftdi -lusb  -lelf -lpthread -lm -lreadline -lncurses 
-ltermcap 

error: conflicting function declarations "bitbang_delay"
old definition in module bitbang file bitbang.c line 143
void (signed int us)
new definition in module linuxgpio file bitbang.h line 32
void (unsigned int)
Makefile:710: recipe for target 'avrdude' failed
make[3]: *** [avrdude] Error 64
make[3]: Leaving directory 
'/srv/jenkins-slave/workspace/sid-goto-cc-avrdude/avrdude-6.1'
Makefile:1516: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1

It seems likely that all values actually fit a positive signed int, hence really
just the declaration here should be fixed:

http://sources.debian.net/src/avrdude/6.1-1/bitbang.h?hl=32#L32

Best,
Michael

Attachment: pgpSk0Eyo3fwU.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
fixed 749618 6.2-1
thanks

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to