Bernhard Rosenkraenzer
2010-Jun-18 20:49 UTC
[PATCH] current btrfs-progs-unstable fails to compile
Hi, current btrfs-progs-unstable fails to compile for me (Ark Linux devel branch, using gcc 4.5 and eglibc 2.12): /usr/bin/ld: btrfsck.o: in function maybe_free_inode_rec:btrfsck.c:323: error: undefined reference to ''S_ISDIR'' /usr/bin/ld: btrfsck.o: in function maybe_free_inode_rec:btrfsck.c:340: error: undefined reference to ''S_ISREG'' /usr/bin/ld: btrfsck.o: in function maybe_free_inode_rec:btrfsck.c:328: error: undefined reference to ''S_ISREG'' /usr/bin/ld: btrfsck.o: in function maybe_free_inode_rec:btrfsck.c:340: error: undefined reference to ''S_ISLNK'' /usr/bin/ld: btrfsck.o: in function maybe_free_inode_rec:btrfsck.c:328: error: undefined reference to ''S_ISLNK'' collect2: ld returned 1 exit status Patch attached. ttyl bero