Package Details: anyfs-tools 0.85.1c-5

Git Clone URL: https://aur.archlinux.org/anyfs-tools.git (read-only, click to copy)
Package Base: anyfs-tools
Description: unix-way toolset for recovering and converting filesystems
Upstream URL: http://anyfs-tools.sourceforge.net/
Licenses: GPL
Submitter: Barthalion
Maintainer: None
Last Packager: Barthalion
Votes: 0
Popularity: 0.000000
First Submitted: 2018-01-06 13:37 (UTC)
Last Updated: 2018-01-06 13:37 (UTC)

Latest Comments

hpmachining commented on 2019-03-25 22:27 (UTC)

@CCF_100 If you add #include <sys/sysmacros.h> to anyfs-tools-0.85.1c/src/build_it.c it should fix that error.

CCF_100 commented on 2019-02-18 03:21 (UTC)

Not sure if this is the right place to put this, but the build fails: gcc -g3 -O3 -Wall -std=gnu99 -I../include -I/usr/include/ext2fs -I/usr/include/et -DNO_INLINE_FUNCS -D_INLINE_=static -c reblock.c gcc -g3 -O3 -Wall -std=gnu99 -I../include -I/usr/include/ext2fs -I/usr/include/et -DNO_INLINE_FUNCS -D_INLINE_=static -o reblock reblock.o -L../lib -lext2fs -lany gcc -g3 -O3 -Wall -std=gnu99 -I../include -I/usr/include/ext2fs -I/usr/include/et -DNO_INLINE_FUNCS -D_INLINE_=static -c build_it.c build_it.c: In function ‘fill_anyinodeinfo’: build_it.c:369:25: error: called object ‘major’ is not a function or function pointer unsigned long major = major(stat_info->st_rdev); ^~~~~ build_it.c:369:17: note: declared here unsigned long major = major(stat_info->st_rdev); ^~~~~ build_it.c:370:25: error: called object ‘minor’ is not a function or function pointer unsigned long minor = minor(stat_info->st_rdev); ^~~~~ build_it.c:370:17: note: declared here unsigned long minor = minor(stat_info->st_rdev); ^~~~~ make[1]: [Makefile:36: build_it.o] Error 1 make[1]: Leaving directory '/home/redacted*/Downloads/anyfs-tools/src/anyfs-tools-0.85.1c/src' make: * [Makefile:6: progs] Error 2 ==> ERROR: A failure occurred in build(). Aborting...