public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* ruby-rake-10.0.4-1: minor bug in rake.1.gz
@ 2014-07-14 17:55 Christian Franke
  0 siblings, 0 replies; only message in thread
From: Christian Franke @ 2014-07-14 17:55 UTC (permalink / raw)
  To: cygwin-apps

Uncompressing the rake man page results in an error message:

$ cygcheck -f /usr/share/man/man1/rake.1.gz
ruby-rake-10.0.4-1

$ gzip -t /usr/share/man/man1/rake.1.gz
gzip: /usr/share/man/man1/rake.1.gz: unexpected end of file

This does not affect the "man rake" command. The uncompressed data is 
complete.


There is only a bogus '\n' at the end of the .gz file:

$ od -t x1 rake.1.gz
...
0002520 bf df c8 48 f4 e4 0a 00 00 0a
.......... ----CRC---- ---SIZE----

$ head -c -1 rake.1.gz | gzip -t


Probably an upstream issue. The rake.1.gz file is also included in the 
source package.

Regards,
Christian

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-14 17:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-14 17:55 ruby-rake-10.0.4-1: minor bug in rake.1.gz Christian Franke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).