The compiler is tripping over this line 
https://github.com/rpm-software-management/rpm/blob/master/misc/fts.c#L1124

The file is the implementation for the 
[fts](https://man7.org/linux/man-pages/man3/fts.3.html) functions for systems 
not supporting them. So the actual issue is that your system is not (yet) 
taking into account at the top of the file where `stat64` is redefined as 
`stat` for systems that don't support `stat64` and `fstat64`. You might want to 
add a section there are modify the behaviour to match your system.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1752#issuecomment-896872856
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to