Debian Package rebuild

Rebuild of the Debian archive with clang

"Multiple definition" build failure(s)
clang 8.0.1
Return to the list
Final link is failing because of the extern __inline__ declaration.
Example:
// plop1.c
extern __inline__ void plop() { }
// plop2.c
extern __inline__ void plop() { }
// foo.c
int main () { }
# Makefile
CC=clang
all:
	$(CC) -c plop1.c plop2.c foo.c
	$(CC) -o plop foo.o plop1.o plop2.o

Versions: 2.9 - 3.0 - 3.1 - 3.2 - 3.3 - 3.4 - 3.4.2 - 3.5.0 - 3.6.0 - 3.8.1 - 3.9.1 - 4.0.1 - 5.0 - 6.0 - 8.0.1 - 9.0.1 - 10.0.0 - 11.0.0 - 12.0.1 - 13.0.0
PackageVersionSupposed error messageFull log Bug report
baycomepp 0.10-15fpga.h:167: multiple definition of `writeboundary'; eppfpga.o:/<>/main/./fpga.h:167: first defined here Log
baycomusb 0.10-14sysdeps.h:150: multiple definition of `gettimems'; baycomusb.o:/<>/diag/../misc/sysdeps.h:150: first defined here Log
2 errors
Return to the list