Source: blktool
Version: 4-7
Severity: serious
Tags: ftbfs buster sid
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/blktool.html
...
blktool.c: In function 'detect_dev_class':
blktool.c:295:10: warning: implicit declaration of function 'major'
[-Wimplicit-function-declaration]
switch (major(st_rdev)) {
^~~~~
...
gcc -Wall -g -O2 -ffile-prefix-map=/build/1st/blktool-4=.
-fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -o
blktool blktool.o ata.o scsi.o util.o -lglib-2.0
/usr/bin/ld: blktool.o: in function `detect_dev_class':
./blktool.c:295: undefined reference to `major'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:254: blktool] Error 1