Bug 275791

Summary: OpenOffice.org distribution tarball contains a corrupted file
Product: [Fedora] Fedora Reporter: Lubomir Kundrak <lkundrak>
Component: openoffice.orgAssignee: Caolan McNamara <caolanm>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 7Keywords: EasyFix
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-09-04 07:16:22 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Lubomir Kundrak 2007-09-04 07:03:38 UTC
Description of problem:

The file
OOF680_m14/ooo_custom_images/tango/res/commandimagelist/lc_backgroundcolor.xcf.bz2
from the source tarball is apparently not a valid BZip2 compressed file. It
appears that it doesn't get into binary distribution, but anyways, it is still
not nice to have it there as it might confuse source code indexers, etc.
(OpenGrok's ancient ant for example).

Version-Release number of selected component (if applicable):

openoffice.org-2.2.0-14.*

Additional info:

$ tar xjf OOF680_m14.tar.bz2
OOF680_m14/ooo_custom_images/tango/res/commandimagelist/lc_backgroundcolor.xcf.bz2
$ file
OOF680_m14/ooo_custom_images/tango/res/commandimagelist/lc_backgroundcolor.xcf.bz2
OOF680_m14/ooo_custom_images/tango/res/commandimagelist/lc_backgroundcolor.xcf.bz2:
bzip2 compressed data, block size = 900k
$ bzcat
OOF680_m14/ooo_custom_images/tango/res/commandimagelist/lc_backgroundcolor.xcf.bz2
>/dev/null

bzcat: Data integrity error when decompressing.
        Input file =
OOF680_m14/ooo_custom_images/tango/res/commandimagelist/lc_backgroundcolor.xcf.bz2,
output file = (stdout)

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.

$

Comment 1 Caolan McNamara 2007-09-04 07:16:22 UTC
indeed, not very serious in that it was source file for generating the .png
which is all we actually use. 

Comment 2 Caolan McNamara 2007-09-04 07:29:43 UTC
why which I mean that it's busted in OOo cvs, so not a packaging mistake
specific to fedora