Source: kvpm
Version: 0.9.10-1.1
Severity: serious
Tags: ftbfs
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/kvpm.html
...
/build/1st/kvpm-0.9.10/kvpm/logvol.cpp: In member function 'void
LogVol::getDeviceNumbers(long unsigned int&, long unsigned int&)':
/build/1st/kvpm-0.9.10/kvpm/logvol.cpp:1147:16: error: 'major' was not declared
in this scope
majornum = major(fs.st_rdev);
^~~~~
/build/1st/kvpm-0.9.10/kvpm/logvol.cpp:1148:16: error: 'minor' was not declared
in this scope
minornum = minor(fs.st_rdev);
^~~~~