On Tuesday January 25 2011 15:58:18 Michael Wiegand wrote:
> This should be fixed in SVN in r10085, see my mail to openvas-discuss.

Yes, this fixes the cmake issues. Thanks for that.

> > and it is still broken with Werror.
> 
> Are you refering to the "without a real prototype" errors? You'll be glad
> to hear that I just added a new configuration option especially for you
> (and all other openSUSE users running a patched gcc):
> Add "-DIGNORE_UNPROTOTYPED_CALLS=1" to your cmake call to tell your gcc to
> stop treating the "without a real prototype" warnings as errors.

Yes, I mean those but your fix doesn't work. If you plan to fix those errors 
more sooner than later just leave it as is and I'll patch Werror out.

> The ultimate solution would of course be to remove/fix/improve
> nasl/regex.c, but we are not quite there yet. Please use the flag
> described above in the meantime.

See above.

> If there are any other warnings/errors, please do let me know; some flags
> may have been lost in the move from autotools to cmake.

1. You broke parallel builds.
2. Out of source builds don't work.
3. Man pages get installed into the wrong directory.

I'll fix 3 & part of 2 myself.

Further your -libraries rc3 breaks every single other module since splitting 
"4.0+rc3" by "." and looking for the third number simply will never work .... 
iow please get finally rid of that numbering scheme since it just makes 
problems left and right.

E.g. from -manager:
CMake Error at CMakeLists.txt:195 (list):
  list index: 2 out of range (-2, 1)

or from -scanner:
CMake Error at CMakeLists.txt:203 (list):
  list index: 2 out of range (-2, 1)

same for gsd, -cli and so on.

I wont patch all the modules just to work around that. Please release a -
libraries version with a sane version numbering.

regards,
Stephan
_______________________________________________
Openvas-devel mailing list
Openvas-devel@wald.intevation.org
http://lists.wald.intevation.org/mailman/listinfo/openvas-devel

Reply via email to