GNOME Bugzilla – Bug 682774
libarchive check not working?
Last modified: 2012-08-27 19:05:42 UTC
jhbuilding git master of file-roller on Fedora 17. Configuration: Source code location : . Prefix : /home/andre/opt-gnome Compiler : gcc CFLAGS : -g -O0 -march=prescott -Wall Enable debug code : no Disable deprecated code : no Run in place : no Internal mkdtemp : false Nautilus module : yes PackageKit support : yes Use libmagic : yes JSON support : yes Notifications support : yes Use libarchive : no but later on I run into: CC fr-resources.o CC fr-command-unarchiver.o CC fr-archive-libarchive.o fr-archive-libarchive.c:29:21: fatal error: archive.h: No such file or directory compilation terminated. make[4]: *** [fr-archive-libarchive.o] Error 1 make[4]: Leaving directory `/home/andre/git-gnome/file-roller/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/andre/git-gnome/file-roller/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/andre/git-gnome/file-roller/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/andre/git-gnome/file-roller' make: *** [all] Error 2 *** Error during phase build of file-roller: ########## Error running make *** [1/1] Seems like the libarchive check does not work properly? And not sure when libarchive support was added, but doesn't it fix bug 524131?
Fixed now.