After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 682774 - libarchive check not working?
libarchive check not working?
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
3.5.x
Other Linux
: Normal major
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2012-08-27 08:22 UTC by André Klapper
Modified: 2012-08-27 19:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2012-08-27 08:22:19 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?
Comment 1 Paolo Bacchilega 2012-08-27 19:05:42 UTC
Fixed now.