Debian Package rebuild

Rebuild of the Debian archive with clang

"Wrong main declaration" build failure(s)
clang 2.9
Return to the list
main declaration should be:
int main(void);
int main(int argc, char *argv[]);
int main(int argc, char **argv);
int main(int argc, char **argv, char **envp);
and clang refuses the declaration:
main (int argc, char*argv[]) { }
# error: C++ requires a type specifier for all declarations


Versions: 2.9 - 3.0 - 3.1 - 3.2
PackageVersionSupposed error messageFull log
amideco 0.31e-3.1amideco.c:45:5: error: first parameter of 'main' (argument count) must be of type 'int' Log
ann 1.1.1+doc-2.2ann2fig.cpp:582:1: error: C++ requires a type specifier for all declarations Log
awardeco 0.2-3.1awardeco.c:37:5: error: first parameter of 'main' (argument count) must be of type 'int' Log
emil 2.1.0-beta9.dfsg-1.1conv.c:71:1: error: second parameter of 'main' (argument array) must be of type 'char **' Log
flint 1.011-2QS/mpQS.c:403:5: error: second parameter of 'main' (argument array) must be of type 'char **' Log
fweb 1.62-11./t_type.h:53:5: error: second parameter of 'main' (argument array) must be of type 'char **' Log
inventor 2.1.5-10-15ppp.c++:630:1: error: C++ requires a type specifier for all declarations Log
kbuild 1:0.1.9998svn2543-1kmkbuiltin.h:53:12: error: too many parameters (4) for 'main': must be 0, 2, or 3 Log
kdc2tiff 0.35-8kdc2tiff.cpp:308:1: error: C++ requires a type specifier for all declarations Log
kdeedu 4:4.6.5-1../../kiten/xjdxgen.c:69:6: error: second parameter of 'main' (argument array) must be of type 'char **' Log
konwert 1.8-11.2bin/trs.cc:594:1: error: C++ requires a type specifier for all declarations Log
libgnomeuimm2.6 2.28.0-1iconlist.cc:61:1: error: C++ requires a type specifier for all declarations Log
magnus 20060324-5.2orwp.C:3124:1: error: C++ requires a type specifier for all declarations Log
netdiag 1.0-17tcpspray.c:74:3: error: first parameter of 'main' (argument count) must be of type 'int' Log
phnxdeco 0.33-3phnxdeco.c:37:5: error: first parameter of 'main' (argument count) must be of type 'int' Log
pretzel 2.0n-2-0.3pretty.nw:232:1: error: C++ requires a type specifier for all declarations Log
re 0.1-5src/re_cmd.c:12:1: error: C++ requires a type specifier for all declarations Log
srf 0.1+dfsg-1testRead.cc:32:1: error: C++ requires a type specifier for all declarations Log
xball 3.0.1-1.1xball.c:28:1: error: first parameter of 'main' (argument count) must be of type 'int' Log
xevil 2.02r2-10serverping.cpp:352:1: error: C++ requires a type specifier for all declarations Log
xjdic 24-7xjdfrontend.c:2582:1: error: second parameter of 'main' (argument array) must be of type 'char **' Log
Return to the list