https://bugzilla.redhat.com/show_bug.cgi?id=1244678 --- Comment #4 from Francesco Frassinelli (frafra) <fraph24@xxxxxxxxx> --- Thanks for your review. I fixed every issue except the problem with those bundled libraries. rbtree.c should be related with an older kernel, but it's not there, and I don't think requiring kcbench-data is a good idea (it contains a copy of Linux 4.0 and it requires more than 100 MB of dependencies). I can remove the remaining files with those commands: sed -i 's/rbtree\.h //' Makefile sed -i 's/list\.h\ //' Makefile rm rbtree.h list.h My problem is how to compile the program. I can include a bunch of kernel-headers directories, but I get a huge list of errors. I'm executing something like this: make LIBRARY_FLAGS="-I/lib/modules/`uname -r`/build/include -I/lib/modules/`uname -r`/build/include/linux" There's another problem related to bundled libraries: the program now includes (in the latest version - 0.10) libxxhash and libbloom. None of them are not included in Fedora. Should I package them? Latest version: https://frafra.fedorapeople.org/copr/duperemove.spec https://frafra.fedorapeople.org/copr/duperemove-0.10-1.fc23.src.rpm -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review