[Soc-coordination] Weekly progress report
Arthur Marble
arthur at info9.net
Sun May 25 22:50:11 UTC 2014
Hi,
Here is a progress report. I have worked on packages without a bug already
reported. Many of the bugs in one category had a different bug of a
different
category. The package lcalc was initially a "Wrong main declaration" error
but
had a couple of other bugs including VLA errors.
Packages fixed:
* Wrong main declaration
- xjdic : Bug#748419
- re : Bug#748420
- pretzel : Bug#748628
- phnxdeco : Bug#748630
- netdiag : Bug#748632
- konwert : Bug#748725
- kdc2tiff : Bug#748726
- awardeco : Bug#748815
- ann : Bug#748817
- amideco : Bug#748818
- libxbase : Bug#748819
- lcalc : Bug#748898
- flint : Bug#743009
Packages not fixed but I tried:
* Wrong main declaration
- psicode : ip_read.cc:30:12: error: declaration of 'yyparse' has a
different
language linkage
extern int yyparse(void);
^
This is a bug in clang: http://llvm.org/bugs/show_bug.cgi?id=15563
- kbuild : error: too many parameters (4) for 'main': must be 0, 2, or 3
int main(int argc, char **argv, char **envp, char
***ppapszArgvSpawn)
^
The program seems to need to have four arguments.
- inventor : /usr/bin/ld.bfd.real: cannot find -lInventor
/usr/bin/ld.bfd.real: cannot find -lInventorXt
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
I don't know how to fix this problem.
- fweb : error: second parameter of 'main' (argument array) must be
of type 'char **'
int main (
This is what is confusing me: int main FCN((ac,av)). I have tried
to change it to: int main FCN((int ac, char **av)) but I still
get the same error. I don't know if FCN has something to do with
this.
I will look at kbuild more to see if I can find a way to fix it.
I will start on "Function definition is not allowed here" next week:
http://clang.debian.net/status.php?version=3.4&key=NOT_ALLOWED_HERE
Thanks,
Arthur
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/soc-coordination/attachments/20140525/fb0901c5/attachment.html>
More information about the Soc-coordination
mailing list