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

Jake Farrell reassigned THRIFT-1338:
------------------------------------

    Assignee: Jake Farrell

the 0.7.0 build was made against 2.65-0, I would switch over to 2.68 but the CI 
servers are on autoconf 2.65-3. Assigning this ticket to myself until I can 
upgrade the minimum required autoconf version past 2.65  
                
> Do not use an unpatched autoconf 2.65 to generate release tarball
> -----------------------------------------------------------------
>
>                 Key: THRIFT-1338
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1338
>             Project: Thrift
>          Issue Type: Bug
>    Affects Versions: 0.7
>            Reporter: Eric Rannaud
>            Assignee: Jake Farrell
>
> With released 0.7.0, on Freebsd 8.2:
> $ ./configure
> ...
> checking for int16_t... no
> checking for int32_t... no
> checking for int64_t... no
> checking for int8_t... no
> When they are obviously available (uint32_t is found...).
> There is a nasty regression in autoconf 2.65. Many distribution carry a patch 
> for the fix (on Debian, autoconf-2.65-3 I believe). The upstream fix is:
> http://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=83ee5bc4
> Not sure what exact version/build of autoconf-2.65 is used to generate the 
> tarball, but please upgrade.
> A workaround is to make sure you have a recent enough version of autoconf and 
> run:
> $ autoconf
> $ ./configure
> Thanks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to