Bug 598962

Summary: bltk man pages are broken
Product: Red Hat Enterprise Linux 6 Reporter: Chris Ward <cward>
Component: bltkAssignee: Jiri Skala <jskala>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 6.0CC: aglotov
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-06-02 13:59:27 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 Chris Ward 2010-06-02 12:41:49 UTC
Description of problem:

%> rpm -q bltk
bltk-1.0.9-12.el6.x86_64

%> ls /usr/share/man/man1/bltk*
/usr/share/man/man1/bltk.1.gz  /usr/share/man/man1/bltk_report.1.gz

%> ls /usr/share/man/man5/bltk.conf.5.gz 
/usr/share/man/man5/bltk.conf.5.gz


%> man bltk

gzip: /usr/share/man/man1/bltk.1.gz: unexpected end of file
fgets: No such file or directory
Error reading man page /usr/share/man/man1/bltk.1.gz
No manual entry for bltk

%> man bltk_report

gzip: /usr/share/man/man1/bltk_report.1.gz: unexpected end of file
fgets: No such file or directory
Error reading man page /usr/share/man/man1/bltk_report.1.gz
No manual entry for bltk_report

%> man bltk.conf

gzip: /usr/share/man/man5/bltk.conf.5.gz: unexpected end of file
fgets: No such file or directory
Error reading man page /usr/share/man/man5/bltk.conf.5.gz
No manual entry for bltk.conf


gunzip --test /usr/share/man/man1/bltk.1.gz 

gzip: /usr/share/man/man1/bltk.1.gz: unexpected end of file
[root@cward ~]# gunzip --test /usr/share/man/man1/bltk* 

gzip: /usr/share/man/man1/bltk.1.gz: unexpected end of file

gunzip --test /usr/share/man/man5/bltk.conf.5.gz 

gzip: /usr/share/man/man5/bltk.conf.5.gz: unexpected end of file

Comment 2 Jiri Skala 2010-06-02 13:40:47 UTC
Tested on qa virtual-host x86-64-v13. It works there. Of course I tested rpm from brew.

I think comment #6 of #593599 indicates man pages work.

Could you specify host name where it doesn't work?

Comment 3 Chris Ward 2010-06-02 13:59:27 UTC
Interesting.i just force re-installed using the bits from brew 

%> sudo rpm -U /mnt/redhat/brewroot/packages/bltk/1.0.9/12.el6/x86_64/bltk-1.0.9-12.el6.x86_64.rpm --force



and then everything magically worked. Must have been a bad compose...