Package: fsvs
Version: 1.2.3-0+nmu1

fsvs fails to configure with compilers that are more restrictive about
parameters to main, because the configure test uses

|   #include "src/preproc.h"
|   int main(int argc, char *args)
|   {
|         if (_BITCOUNT( (S_IFMT >> MODE_T_SHIFT_BITS) + 1) == 1)
|         return 0;
|   else
|         return 1;
|   }

which has char *args instead of char *args[]. This is likely not intended,
because configure.in says

AC_RUN_IFELSE([
  #include "src/preproc.h"
  int main(int argc, char *args[])

but the [] is understood as quoting character in m4.

Best,
Michael

Attachment: pgp2PhY46xzac.pgp
Description: PGP signature

Reply via email to