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 356391 - gsf_input_uncompress doesn't handle bzip2
gsf_input_uncompress doesn't handle bzip2
Status: RESOLVED FIXED
Product: libgsf
Classification: Core
Component: General
1.14.x
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2006-09-17 13:34 UTC by Michael Lawrence
Modified: 2006-09-18 17:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Lawrence 2006-09-17 13:34:01 UTC
It would be nice if gsf_input_uncompress handled bzip2 as well as gzip. It looks like the code is supposed to do that, but it is #ifdef HAVE_BZIP instead of #ifdef HAVE_BZ2 and when HAVE_BZIP is manually enabled, there's an obvious typo that prevents compilation:

gsf-input.c: In function `gsf_input_uncompress':
gsf-input.c:603: error: `gzip_sig' undeclared

Thanks
Comment 1 Morten Welinder 2006-09-18 17:16:48 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.