Source: fuse-umfuse-ext2
Version: 0.4-1.1
Severity: serious
Tags: ftbfs buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/fuse-umfuse-ext2.html

...
op_create.c: In function 'old_valid_dev':
op_create.c:45:9: warning: implicit declaration of function 'major' 
[-Wimplicit-function-declaration]
  return major(dev) < 256 && minor(dev) < 256;
         ^~~~~
op_create.c:45:29: warning: implicit declaration of function 'minor'; did you 
mean 'mknod'? [-Wimplicit-function-declaration]
  return major(dev) < 256 && minor(dev) < 256;
                             ^~~~~
                             mknod
op_create.c: In function 'new_encode_dev':
op_create.c:55:19: error: called object 'major' is not a function or function 
pointer
  unsigned major = major(dev);
                   ^~~~~
op_create.c:55:11: note: declared here
  unsigned major = major(dev);
           ^~~~~
op_create.c:56:19: error: called object 'minor' is not a function or function 
pointer
  unsigned minor = minor(dev);
                   ^~~~~
op_create.c:56:11: note: declared here
  unsigned minor = minor(dev);
           ^~~~~
make[3]: *** [Makefile:1014: umfuseext2_la-op_create.lo] Error 1

Reply via email to