You are not logged in.

#1 2007-11-11 22:07:41

synthead
Member
Registered: 2006-05-09
Posts: 1,337

tar/write.c:49:28: error: ext2fs/ext2_fs.h: No such file or directory

Ok, I'm stuck.  I'm trying to compile libarchive-1.3.1 ona a system and I get this error.  I've tried this and that, but no luck ... anything obvious I need to install?  Think there may be a broken symlink somewhere perhaps?

h-3.2# make
make  all-am
make[1]: Entering directory `/media/cf/depends/libarchive-1.3.1'
if gcc -DHAVE_CONFIG_H -I. -I. -I.  -I./libarchive   -g -O2 -MT tar/bsdtar-write.o -MD -MP -MF "tar/.deps/bsdtar-write.Tpo" -c -o tar/bsdtar-write.o `test -f 'tar/write.c' || echo './'`tar/write.c; \
        then mv -f "tar/.deps/bsdtar-write.Tpo" "tar/.deps/bsdtar-write.Po"; else rm -f "tar/.deps/bsdtar-write.Tpo"; exit 1; fi
tar/write.c:49:28: error: ext2fs/ext2_fs.h: No such file or directory
tar/write.c: In function 'write_hierarchy':
tar/write.c:599: error: 'EXT2_IOC_GETFLAGS' undeclared (first use in this function)
tar/write.c:599: error: (Each undeclared identifier is reported only once
tar/write.c:599: error: for each function it appears in.)
tar/write.c:601: error: 'EXT2_NODUMP_FL' undeclared (first use in this function)
tar/write.c: In function 'write_entry':
tar/write.c:742: error: 'EXT2_IOC_GETFLAGS' undeclared (first use in this function)
make[1]: *** [tar/bsdtar-write.o] Error 1
make[1]: Leaving directory `/media/cf/depends/libarchive-1.3.1'
make: *** [all] Error 2

Offline

Board footer

Powered by FluxBB