<div dir="ltr"><div>Hi,</div><div><br></div><div>Here is a progress report. I have worked on packages without a bug already</div><div>reported. Many of the bugs in one category had a different bug of a different</div><div>
category. The package lcalc was initially a "Wrong main declaration" error but</div><div>had a couple of other bugs including VLA errors.</div><div><br></div><div>Packages fixed:</div><div>* Wrong main declaration</div>
<div><font face="courier new, monospace">  - xjdic    : Bug#748419</font></div><div><font face="courier new, monospace">  - re       : Bug#748420</font></div><div><font face="courier new, monospace">  - pretzel  : Bug#748628</font></div>
<div><font face="courier new, monospace">  - phnxdeco : Bug#748630</font></div><div><font face="courier new, monospace">  - netdiag  : Bug#748632</font></div><div><font face="courier new, monospace">  - konwert  : Bug#748725</font></div>
<div><font face="courier new, monospace">  - kdc2tiff : Bug#748726</font></div><div><font face="courier new, monospace">  - awardeco : Bug#748815</font></div><div><font face="courier new, monospace">  - ann<span class="" style="white-space:pre">    </span>     : Bug#748817</font></div>
<div><font face="courier new, monospace">  - amideco  : Bug#748818</font></div><div><font face="courier new, monospace">  - libxbase : Bug#748819</font></div><div><font face="courier new, monospace">  - lcalc    : Bug#748898</font></div>
<div><font face="courier new, monospace">  - flint    : Bug#743009</font></div><div><br></div><div>Packages not fixed but I tried:</div><div>* Wrong main declaration</div><div><font face="courier new, monospace">  - psicode  : ip_read.cc:30:12: error: declaration of 'yyparse' has a different</font></div>
<div><font face="courier new, monospace">    <span class="" style="white-space:pre">  </span>       language linkage</font></div><div><font face="courier new, monospace">    <span class="" style="white-space:pre">  </span>       extern int yyparse(void);</font></div>
<div><font face="courier new, monospace"><span class="" style="white-space:pre">                </span>              ^</font></div><div><font face="courier new, monospace"><span class="" style="white-space:pre">    </span>       This is a bug in clang: <a href="http://llvm.org/bugs/show_bug.cgi?id=15563">http://llvm.org/bugs/show_bug.cgi?id=15563</a></font></div>
<div><font face="courier new, monospace"><br></font></div><div><font face="courier new, monospace">  - kbuild   : error: too many parameters (4) for 'main': must be 0, 2, or 3</font></div><div><font face="courier new, monospace">    <span class="" style="white-space:pre">  </span>       int main(int argc, char **argv, char **envp, char ***ppapszArgvSpawn)</font></div>
<div><font face="courier new, monospace"><span class="" style="white-space:pre">        </span>           ^</font></div><div><font face="courier new, monospace"><span class="" style="white-space:pre"> </span>       The program seems to need to have four arguments.</font></div>
<div><font face="courier new, monospace"><br></font></div><div><font face="courier new, monospace">  - inventor : /usr/bin/ld.bfd.real: cannot find -lInventor</font></div><div><font face="courier new, monospace">    <span class="" style="white-space:pre">    </span>       /usr/bin/ld.bfd.real: cannot find -lInventorXt</font></div>
<div><font face="courier new, monospace"><span class="" style="white-space:pre">        </span>       clang: error: linker command failed with exit code 1 (use -v to see invocation)</font></div><div><font face="courier new, monospace"><br>
</font></div><div><font face="courier new, monospace"><span class="" style="white-space:pre">       </span>       I don't know how to fix this problem.</font></div><div><font face="courier new, monospace"><br></font></div><div>
<font face="courier new, monospace">  - fweb     : error: second parameter of 'main' (argument array) must be of type 'char **'</font></div><div><font face="courier new, monospace">    <span class="" style="white-space:pre">       </span>       int main (</font></div>
<div><font face="courier new, monospace"><span class="" style="white-space:pre">        </span>       </font></div><div><font face="courier new, monospace"><span class="" style="white-space:pre">       </span>       This is what is confusing me: int main FCN((ac,av)). I have tried</font></div>
<div><font face="courier new, monospace"><span class="" style="white-space:pre">        </span>       to change it to: int main FCN((int ac, char **av)) but I still</font></div><div><font face="courier new, monospace"><span class="" style="white-space:pre">  </span>       get the same error. I don't know if FCN has something to do with</font></div>
<div><font face="courier new, monospace"><span class="" style="white-space:pre">        </span>       this.</font></div><div><br></div><div>I will look at kbuild more to see if I can find a way to fix it.</div><div>I will start on "Function definition is not allowed here" next week:</div>
<div><a href="http://clang.debian.net/status.php?version=3.4&key=NOT_ALLOWED_HERE">http://clang.debian.net/status.php?version=3.4&key=NOT_ALLOWED_HERE</a></div><div><br></div><div>Thanks,</div><div>Arthur</div><div>
<br></div></div>