Debian Package rebuild

Rebuild of the Debian archive with clang

"Redefinition of a extern inline not supported in C99" build failure(s)
clang 2.9
Return to the list
clang refuses this code while gcc accepts it:
// foo.c:5:6: error: redefinition of a 'extern inline' function 'foo' is not
//      supported in C99 mode
extern inline void foo ()
{
}

void foo ()
{
}

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
adun.app 0.81-5AdLinkedList.c:53:5: error: redefinition of a 'extern inline' function 'AdUnsafeLinkedListAdd' is not supported in C99 mode Log
atftp 0.7.dfsg-10argz.c:44:8: error: redefinition of a 'extern inline' function 'argz_next' is not supported in C99 mode Log
brickos 0.9.0.dfsg-6lnp.c:472:5: error: redefinition of a 'extern inline' function 'lnp_integrity_active' is not supported in C99 mode Log
dcap 2.47.5-3dcap_preload.c:84:5: error: redefinition of a 'extern inline' function 'stat' is not supported in C99 mode Log 755964
fhist 1.18-1common/input.c:34:1: error: redefinition of a 'extern inline' function 'input_name' is not supported in C99 mode Log
gccxml 0.9.0+cvs20110723-3toplev.c:546:1: error: redefinition of a 'extern inline' function 'floor_log2' is not supported in C99 mode Log
glusterfs 3.2.3-1argp-fmtstream.c:395:1: error: redefinition of a 'extern inline' function 'argp_fmtstream_write' is not supported in C99 mode Log
hfsplus 1.0.4-12blockiter.c:148:8: error: redefinition of a 'extern inline' function 'blockiter_curr' is not supported in C99 mode Log
libmoe 1.5.8-1iso2mb.c:517:1: error: redefinition of a 'extern inline' function 'mb_encode_to_wchar' is not supported in C99 mode Log
libpam-alreadyloggedin 0.3-3pam_alreadyloggedin.c:109:5: error: redefinition of a 'extern inline' function 'stat' is not supported in C99 mode Log
lsh-utils 2.0.4-dfsg-8argp-fmtstream.c:395:1: error: redefinition of a 'extern inline' function 'argp_fmtstream_write' is not supported in C99 mode Log
lustre 1.8.5+dfsg-2../../../libsysio/src/stat64.c:100:1: error: redefinition of a 'extern inline' function 'fstat64' is not supported in C99 mode Log
mtd-utils 1:1.4.4-1hashtable/hashtable_itr.c:42:1: error: redefinition of a 'extern inline' function 'hashtable_iterator_key' is not supported in C99 mode Log
oftc-hybrid 1.6.9.dfsg-1memory.c:43:1: error: redefinition of a 'extern inline' function 'MyMalloc' is not supported in C99 mode Log
scratchbox2 2.2.3-1debian1preload/wrappers.c:3405:5: error: redefinition of a 'extern inline' function 'fstatat' is not supported in C99 mode Log
zlibc 0.9k-4.1stat.c:104:5: error: redefinition of a 'extern inline' function 'stat64' is not supported in C99 mode Log
zookeeper 3.3.3+dfsg2-2src/hashtable/hashtable_itr.c:42:1: error: redefinition of a 'extern inline' function 'hashtable_iterator_key' is not supported in C99 mode Log
zzuf 0.13.svn20100215-2libzzuf/lib-stream.c:597:5: error: redefinition of a 'extern inline' function 'getchar' is not supported in C99 mode Log
18 errors
Return to the list