Debian Package rebuild

Rebuild of the Debian archive with clang

"Wrong main declaration" build failure(s)
clang 13.0.0
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 - 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
amideco 0.31e-3.1amideco.c:45:5: error: first parameter of 'main' (argument count) must be of type 'int' Log 748818
awardeco 0.2-3.1awardeco.c:37:5: error: first parameter of 'main' (argument count) must be of type 'int' Log 748815
fweb 1.62-14./t_type.h:53:5: error: second parameter of 'main' (argument array) must be of type 'char **' Log
inventor 2.1.5-10-23.1ppp.c++:630:1: error: C++ requires a type specifier for all declarations Log
kdc2tiff 0.35-10kdc2tiff.cpp:308:1: error: C++ requires a type specifier for all declarations Log 748726
librg-blast-parser-perl 0.03-7blast-parser-driver.h:61:12: error: C++ requires a type specifier for all declarations Log
librostlab-blast 1.0.1-10./rostlab/blast-parser-driver.h:61:12: error: C++ requires a type specifier for all declarations Log
moonshot-ui 1.1.0+libsecret~2examples/client.c:36:5: error: second parameter of 'main' (argument array) must be of type 'char **' Log
phnxdeco 0.33-3phnxdeco.c:37:5: error: first parameter of 'main' (argument count) must be of type 'int' Log 748630
xevil 2.02r2-10.1serverping.cpp:352:1: error: C++ requires a type specifier for all declarations Log 742968
10 errors
Return to the list