Source: gvpe
Version: 3.0-1
Severity: serious
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/gvpe.html
...
In file included from /usr/include/x86_64-linux-gnu/bits/getopt_posix.h:27:0,
from /usr/include/unistd.h:872,
from gvpectrl.C:46:
/usr/include/x86_64-linux-gnu/bits/getopt_core.h:91:12: error: declaration of
'int getopt(int, char* const*, const char*) throw ()' has a different exception
specifier
extern int getopt (int ___argc, char *const *___argv, const char *__shortopts)
^~~~~~
In file included from gvpectrl.C:42:0:
../lib/getopt.h:108:12: note: from previous declaration 'int getopt(int, char*
const*, const char*)'
extern int getopt (int argc, char *const *argv, const char *shortopts);
^~~~~~