Source: hyperic-sigar Version: 1.6.4+dfsg-2.1 Severity: serious Tags: ftbfs
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/hyperic-sigar.html ... /build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1148:22: error: called object 'major' is not a function or function pointer [cc] #define ST_MAJOR(sb) major((sb).st_rdev) [cc] ^~~~~ [cc] /build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1237:23: note: in expansion of macro 'ST_MAJOR' [cc] if ((major == ST_MAJOR(sb)) && [cc] ^~~~~~~~ [cc] /build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1232:23: note: declared here [cc] unsigned long major, minor; [cc] ^~~~~ [cc] /build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1149:22: error: called object 'minor' is not a function or function pointer [cc] #define ST_MINOR(sb) minor((sb).st_rdev) [cc] ^~~~~ [cc] /build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1238:24: note: in expansion of macro 'ST_MINOR' [cc] ((minor == ST_MINOR(sb)) || (minor == 0))) [cc] ^~~~~~~~ [cc] /build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1232:30: note: declared here [cc] unsigned long major, minor; [cc] ^~~~~ [cc] /build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1149:22: error: called object 'minor' is not a function or function pointer [cc] #define ST_MINOR(sb) minor((sb).st_rdev) [cc] ^~~~~ [cc] /build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1289:26: note: in expansion of macro 'ST_MINOR' [cc] if (minor == ST_MINOR(sb)) { [cc] ^~~~~~~~ [cc] /build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1232:30: note: declared here [cc] unsigned long major, minor; [cc] ^~~~~ [cc] /build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c: In function 'get_iostat_procp': [cc] /build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1148:22: error: called object 'major' is not a function or function pointer [cc] #define ST_MAJOR(sb) major((sb).st_rdev) [cc] ^~~~~ [cc] /build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1340:23: note: in expansion of macro 'ST_MAJOR' [cc] if ((major == ST_MAJOR(sb)) && (minor == ST_MINOR(sb))) { [cc] ^~~~~~~~ [cc] /build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1335:23: note: declared here [cc] unsigned long major, minor; [cc] ^~~~~ [cc] /build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1149:22: error: called object 'minor' is not a function or function pointer [cc] #define ST_MINOR(sb) minor((sb).st_rdev) [cc] ^~~~~ [cc] /build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1340:50: note: in expansion of macro 'ST_MINOR' [cc] if ((major == ST_MAJOR(sb)) && (minor == ST_MINOR(sb))) { [cc] ^~~~~~~~ [cc] /build/1st/hyperic-sigar-1.6.4+dfsg/src/os/linux/linux_sigar.c:1335:30: note: declared here [cc] unsigned long major, minor; [cc] ^~~~~