On Sun, Dec 09, 2018 at 02:12:53PM +0200, Adrian Bunk wrote: > photosyst.c: In function 'lvmmapname': > photosyst.c:1465:19: error: called object 'major' is not a function or > function pointer > dmp->major = major(statbuf.st_rdev); > ^~~~~ > photosyst.c:1420:25: note: declared here > lvmmapname(unsigned int major, unsigned int minor, > ~~~~~~~~~~~~~^~~~~ > photosyst.c:1466:19: error: called object 'minor' is not a function or > function pointer > dmp->minor = minor(statbuf.st_rdev); > ^~~~~
This is upstream issue #37, fixed upstream. Waiting for a new release, will upload a locally patched package if upstream doesn't release in time. For the mean time, I can confirm that a git checkout compiles fine in Debian unstable. Greetings Marc