You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/10/28 06:28:27 UTC

[jira] [Commented] (COMPRESS-294) .Z decompress “Invalid 9 bit code 0x183”

    [ https://issues.apache.org/jira/browse/COMPRESS-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14977763#comment-14977763 ] 

ASF GitHub Bot commented on COMPRESS-294:
-----------------------------------------

Github user bodewig commented on the pull request:

    https://github.com/apache/commons-compress/pull/3#issuecomment-151728703
  
    Don't feel forced to create a pull request just because we are using git now.  The established workflow of attaching a patch to JIRA is still in place.  Whatever is more convenient to you.
    
    This repo's default branch is master now, so a fresh github clone would be based on the correct branch.
    
    Within the existing clone you can add a master branch that tracks our master
    
    ```
    git checkout -b master remotes/apache/master
    git push origin master -u
    ```
    
    this is assuming you have a remote named apache defined for our git repository and origin for your github clone of it.
    
    There are several ways you can try to merge your changes to the new master branch.  This ranges from simply copying over the code (the low tech version, that always works) to `cherry-pick`ing the commits from the COMPRESS-294 branch.



> .Z decompress “Invalid 9 bit code 0x183”
> ----------------------------------------
>
>                 Key: COMPRESS-294
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-294
>             Project: Commons Compress
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.9
>            Reporter: Q
>         Attachments: commons-compress-1.10-SNAPSHOT.jar
>
>
> Trying to decompress a .Z file I get “Invalid 9 bit code 0x183”
> It seems that the z file was created under unix using the default bits value (16 bits). The current implementation seems to support only 9 bits.
> (I can't provide a sample file since contains client data but I will try to get on dummy file from the client)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)