[ 
https://issues.apache.org/jira/browse/THRIFT-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jake Farrell closed THRIFT-1778.
--------------------------------

       Resolution: Not A Problem
    Fix Version/s: 1.0

Using bsdtar should resolve this problem for you or switch configure.ac to 

AM_INIT_AUTOMAKE([1.9 tar-ustar])
to 
AM_INIT_AUTOMAKE([1.9 tar-pax])
                
> Configure requires manual intervention due to tar failure
> ---------------------------------------------------------
>
>                 Key: THRIFT-1778
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1778
>             Project: Thrift
>          Issue Type: Bug
>          Components: Build Process
>    Affects Versions: 0.8, 0.9
>         Environment: Fedora 16
>            Reporter: Bill Katz
>            Assignee: Jake Farrell
>             Fix For: 1.0
>
>
> On configure, manual intervention is required where pax is unable to identify 
> the format and user must enter "." to quit pax.  Problem is upstream in 
> configure file.  Here is pertinent snippet from config.log:
> configure:3482: $? = 0
> configure:3522: tardir=conftest.dir && eval tar --format=ustar -chf - 
> "$tardir" >conftest.tar
> tar: value 9900322 out of uid_t range 0..2097151
> tar: Exiting with failure status due to previous errors
> This issue was noted in some other software as well:
> http://pl.digipedia.org/usenet/thread/11269/17209/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to