Re: How to comiple https://github.com/eyjian/thrift?

2015-04-13 Thread 易剑
Solution: dos2unix *.sh chmod +x *.sh dos2unix configure.ac find . -name Makefile.am |xargs dos2unix Bug got many warning and error: # ./bootstrap.sh configure.ac:90: installing './config.guess' configure.ac:90: installing './config.sub' configure.ac:27: installing './install-sh' configure.ac:27:

Re: [jira] [Commented] (THRIFT-3071) bootstrap.sh on Ubuntu 12.04 (Precise) automake error

2015-04-13 Thread 易剑
Solution: dos2unix *.sh chmod +x *.sh dos2unix configure.ac find . -name Makefile.am |xargs dos2unix Bug got many warning and error: # ./bootstrap.sh configure.ac:90: installing './config.guess' configure.ac:90: installing './config.sub' configure.ac:27: installing './install-sh' configure.ac:27:

Re: I want to add lib/cpp/src/thrift/TThriftHelper.h attached, but I can't build it

2015-04-13 Thread 易剑
Solution: dos2unix *.sh chmod +x *.sh dos2unix configure.ac find . -name Makefile.am |xargs dos2unix Bug got many warning and error: # ./bootstrap.sh configure.ac:90: installing './config.guess' configure.ac:90: installing './config.sub' configure.ac:27: installing './install-sh' configure.ac:27:

Re: How to comiple https://github.com/eyjian/thrift?

2015-04-13 Thread 易剑
If this is in Makefile.am ACLOCAL_AMFLAGS = -I ./aclocal and this is in configure.ac: AC_CONFIG_MACRO_DIR([./aclocal]) Then libtoolize fails with .ibtoolize: AC_CONFIG_MACRO_DIR([./aclocal]) conflicts with ACLOCAL_AMFLAGS=-I ./aclocal4 2015-04-14 14:23 GMT+08:00 易剑 : > Error at "*$LIBT

Re: How to comiple https://github.com/eyjian/thrift?

2015-04-13 Thread 易剑
Error at "*$LIBTOOLIZE --copy --automake*" in bootstrap.sh Error message: .ibtoolize: AC_CONFIG_MACRO_DIR([./aclocal]) conflicts with ACLOCAL_AMFLAGS=-I ./aclocal 2015-04-14 4:54 GMT+08:00 Jens Geyer : > Hi, > > no idea, works fine for me (setup below). > Can we get something like a full log or

Re: I want to add lib/cpp/src/thrift/TThriftHelper.h attached, but I can't build it

2015-04-13 Thread 易剑
Error at "*$LIBTOOLIZE --copy --automake*" in bootstrap.sh 2015-04-14 14:18 GMT+08:00 易剑 : > I want to add lib/cpp/src/thrift/*TThriftHelper*.h attached, but I can't > build it to test: > > bison-3.0 > autoconf-2.69 > automake-1.15 > libtool-2.4 > openssl-1.0.2a > boost_1_57_0 > libevent-2.0.22-s

I want to add lib/cpp/src/thrift/TThriftHelper.h attached, but I can't build it

2015-04-13 Thread 易剑
I want to add lib/cpp/src/thrift/*TThriftHelper*.h attached, but I can't build it to test: bison-3.0 autoconf-2.69 automake-1.15 libtool-2.4 openssl-1.0.2a boost_1_57_0 libevent-2.0.22-stable m4-1.4.17 SUSE Linux Enterprise Server 10 (x86_64) gcc (GCC) 4.1.2 My forked branch: https://github.com/e

Re: [jira] [Commented] (THRIFT-3071) bootstrap.sh on Ubuntu 12.04 (Precise) automake error

2015-04-13 Thread 易剑
I got errors (branch: https://github.com/eyjian/thrift): # ./bootstrap.sh .ibtoolize: AC_CONFIG_MACRO_DIR([./aclocal]) conflicts with ACLOCAL_AMFLAGS=-I ./aclocal *Environments*: bison 2.7 autoconf 2.69 automake 1.15 libtool 2.4.2 OpenSSL 1.0.1k-fips 8 Jan 2015 boost 1.54.0 libevent 2.0.5 m4 1.4.

[jira] [Commented] (THRIFT-227) Byte[] in collections aren't pretty printed like regular binary fields

2015-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14493614#comment-14493614 ] ASF GitHub Bot commented on THRIFT-227: --- GitHub user roshan opened a pull request:

[GitHub] thrift pull request: THRIFT-227 Pretty print binary collections in...

2015-04-13 Thread roshan
GitHub user roshan opened a pull request: https://github.com/apache/thrift/pull/441 THRIFT-227 Pretty print binary collections in Java `set` and `list` don't have pretty printers corresponding to `binary`. This adds them. You can merge this pull request into a Git repository by run

[jira] [Commented] (THRIFT-3094) master as of 2015-APR-13 fails -DBOOST_THREADS cmake build

2015-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14493491#comment-14493491 ] ASF GitHub Bot commented on THRIFT-3094: Github user jfarrell commented on the pu

[GitHub] thrift pull request: THRIFT-3094 fix broken cmake build of C++ lib...

2015-04-13 Thread jfarrell
Github user jfarrell commented on the pull request: https://github.com/apache/thrift/pull/439#issuecomment-92574982 hey @jeking3, Github is only a mirror of the actual Apache repos which are located at [1]. There is a requirement that the canonical source for Apache repos must reside

[jira] [Updated] (THRIFT-3095) Enable CI Build for Coverity Scan integration

2015-04-13 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-3095: --- Description: Coverity offers a wonderful free static code analysis tool for C++, C# a

[jira] [Created] (THRIFT-3096) Consolidate TSimpleServer, TThreadedServer, TThreadPoolServer into one

2015-04-13 Thread James E. King, III (JIRA)
James E. King, III created THRIFT-3096: -- Summary: Consolidate TSimpleServer, TThreadedServer, TThreadPoolServer into one Key: THRIFT-3096 URL: https://issues.apache.org/jira/browse/THRIFT-3096 Pr

[jira] [Updated] (THRIFT-3094) master as of 2015-APR-13 fails -DBOOST_THREADS cmake build

2015-04-13 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-3094: --- Component/s: (was: C++ - Library) Build Process > master as of 2

[jira] [Created] (THRIFT-3095) Enable CI Build for Coverity Scan integration

2015-04-13 Thread James E. King, III (JIRA)
James E. King, III created THRIFT-3095: -- Summary: Enable CI Build for Coverity Scan integration Key: THRIFT-3095 URL: https://issues.apache.org/jira/browse/THRIFT-3095 Project: Thrift Is

[jira] [Commented] (THRIFT-3094) master as of 2015-APR-13 fails -DBOOST_THREADS cmake build

2015-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14493143#comment-14493143 ] ASF GitHub Bot commented on THRIFT-3094: Github user jeking3 commented on the pul

[GitHub] thrift pull request: THRIFT-3094 fix broken cmake build of C++ lib...

2015-04-13 Thread jeking3
Github user jeking3 commented on the pull request: https://github.com/apache/thrift/pull/439#issuecomment-92508143 Thanks - the manual steps in this process are less than ideal, and Apache should consider tighter integration to resolve. --- If your project is set up for it, you can r

[jira] [Commented] (THRIFT-3094) master as of 2015-APR-13 fails -DBOOST_THREADS cmake build

2015-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14493140#comment-14493140 ] ASF GitHub Bot commented on THRIFT-3094: Github user Jens-G commented on the pull

[GitHub] thrift pull request: THRIFT-3094 fix broken cmake build of C++ lib...

2015-04-13 Thread Jens-G
Github user Jens-G commented on the pull request: https://github.com/apache/thrift/pull/439#issuecomment-92507745 https://thrift.apache.org/docs/committers/HowToCommit --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If yo

[jira] [Commented] (THRIFT-3094) master as of 2015-APR-13 fails -DBOOST_THREADS cmake build

2015-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14493135#comment-14493135 ] ASF GitHub Bot commented on THRIFT-3094: Github user jeking3 commented on the pul

[GitHub] thrift pull request: THRIFT-3094 fix broken cmake build of C++ lib...

2015-04-13 Thread jeking3
Github user jeking3 commented on the pull request: https://github.com/apache/thrift/pull/439#issuecomment-92506605 Are we using the github "merge pull request" mechanism that appears in each pull request here, or are we forced to use some other means to commit changes? --- If your pr

[jira] [Commented] (THRIFT-3094) master as of 2015-APR-13 fails -DBOOST_THREADS cmake build

2015-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14493129#comment-14493129 ] ASF GitHub Bot commented on THRIFT-3094: Github user Jens-G commented on the pull

[GitHub] thrift pull request: THRIFT-3094 fix broken cmake build of C++ lib...

2015-04-13 Thread Jens-G
Github user Jens-G commented on the pull request: https://github.com/apache/thrift/pull/439#issuecomment-92505688 > . Sometimes they close automatically, and sometimes they do not, and I have no idea why... They are closed when the magic line "This closes " is in the commit m

[jira] [Commented] (THRIFT-2119) Compiling the Thrift C++ Library with Visual Studio 2005

2015-04-13 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14493113#comment-14493113 ] Jens Geyer commented on THRIFT-2119: Is VS2005 still relevant? Or can we close that t

[GitHub] thrift pull request: THRIFT-1857 Replace deprecated "," with "as" ...

2015-04-13 Thread jfarrell
Github user jfarrell commented on the pull request: https://github.com/apache/thrift/pull/440#issuecomment-92498770 perfect, thanks --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this featur

[jira] [Commented] (THRIFT-3093) mingw compile fixes for c++ library 0.9.2

2015-04-13 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14493100#comment-14493100 ] Jens Geyer commented on THRIFT-3093: Could you do the same for trunk? That would be a

[jira] [Commented] (THRIFT-3071) bootstrap.sh on Ubuntu 12.04 (Precise) automake error

2015-04-13 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14493094#comment-14493094 ] James E. King, III commented on THRIFT-3071: This passed and is ready to merg

[jira] [Commented] (THRIFT-3094) master as of 2015-APR-13 fails -DBOOST_THREADS cmake build

2015-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14493088#comment-14493088 ] ASF GitHub Bot commented on THRIFT-3094: Github user jeking3 closed the pull requ

[jira] [Commented] (THRIFT-3094) master as of 2015-APR-13 fails -DBOOST_THREADS cmake build

2015-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14493087#comment-14493087 ] ASF GitHub Bot commented on THRIFT-3094: Github user jeking3 commented on the pul

[GitHub] thrift pull request: THRIFT-3094 fix broken cmake build of C++ lib...

2015-04-13 Thread jeking3
Github user jeking3 commented on the pull request: https://github.com/apache/thrift/pull/439#issuecomment-92498933 I guess this was merged through Hudson, as a result I am closing this. Sometimes they close automatically, and sometimes they do not, and I have no idea why... --- If

[GitHub] thrift pull request: THRIFT-3094 fix broken cmake build of C++ lib...

2015-04-13 Thread jeking3
Github user jeking3 closed the pull request at: https://github.com/apache/thrift/pull/439 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[jira] [Commented] (THRIFT-1857) Python 3.X Support

2015-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14493086#comment-14493086 ] ASF GitHub Bot commented on THRIFT-1857: Github user jfarrell commented on the pu

[jira] [Commented] (THRIFT-1857) Python 3.X Support

2015-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14493067#comment-14493067 ] ASF GitHub Bot commented on THRIFT-1857: Github user gwax commented on the pull r

[GitHub] thrift pull request: THRIFT-1857 Replace deprecated "," with "as" ...

2015-04-13 Thread gwax
Github user gwax commented on the pull request: https://github.com/apache/thrift/pull/440#issuecomment-92496624 I have added the relevant (existing) Jira issue to the description. Is that sufficient or should I do something further? --- If your project is set up for it, you can reply

Re: How to comiple https://github.com/eyjian/thrift?

2015-04-13 Thread Jens Geyer
Hi, no idea, works fine for me (setup below). Can we get something like a full log or is this the only output you got? JensG bison 2.7 autoconf 2.69 automake 1.13.4 libtool 2.4.2 OpenSSL 1.0.1k-fips 8 Jan 2015 boost 1.54.0 libevent 2.0.5 m4 1.4.17 gcc (SUSE Linux) 4.8.3 20140627 [gcc-4_8-branc

[GitHub] thrift pull request: Replace deprecated "," with "as" in python ex...

2015-04-13 Thread jfarrell
Github user jfarrell commented on the pull request: https://github.com/apache/thrift/pull/440#issuecomment-92490509 Hi @gwax, thanks for the patch. Can you please create a jira issue for this so we can better track your contribution. details available here: http://thrift.apache.org/do

[jira] [Commented] (THRIFT-3090) cmake build is broken

2015-04-13 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14492991#comment-14492991 ] Randy Abernethy commented on THRIFT-3090: - Just noticed that KDE needs 2.8.12 and

[jira] [Commented] (THRIFT-3090) cmake build is broken

2015-04-13 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14492985#comment-14492985 ] Randy Abernethy commented on THRIFT-3090: - I can confirm that base packages for C

[jira] [Commented] (THRIFT-3094) master as of 2015-APR-13 fails -DBOOST_THREADS cmake build

2015-04-13 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14492972#comment-14492972 ] Hudson commented on THRIFT-3094: SUCCESS: Integrated in Thrift #1506 (See [https://build

[jira] [Commented] (THRIFT-3062) C++ TServerSocket invalid port number (over 999999) causes stack corruption

2015-04-13 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14492907#comment-14492907 ] James E. King, III commented on THRIFT-3062: This is ready to be merged. > C

[GitHub] thrift pull request: Replace deprecated "," with "as" in python ex...

2015-04-13 Thread gwax
GitHub user gwax opened a pull request: https://github.com/apache/thrift/pull/440 Replace deprecated "," with "as" in python exception generation code. You can merge this pull request into a Git repository by running: $ git pull https://github.com/CloverHealth/thrift py3_fixes

[jira] [Commented] (THRIFT-2441) Cannot shutdown TThreadedServer when clients are still connected

2015-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14492919#comment-14492919 ] ASF GitHub Bot commented on THRIFT-2441: Github user bufferoverflow commented on

[GitHub] thrift pull request: THRIFT-2441 prevent client connections from d...

2015-04-13 Thread bufferoverflow
Github user bufferoverflow commented on a diff in the pull request: https://github.com/apache/thrift/pull/424#discussion_r28270114 --- Diff: lib/cpp/src/thrift/transport/TSocket.cpp --- @@ -493,29 +585,9 @@ uint32_t TSocket::read(uint8_t* buf, uint32_t len) { goto try_aga

[jira] [Commented] (THRIFT-3069) C++ TServerSocket leaks socket on fcntl get or set flags error

2015-04-13 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14492908#comment-14492908 ] James E. King, III commented on THRIFT-3069: This is ready to be merged. > C

[GitHub] thrift pull request: THRIFT-2441 prevent client connections from d...

2015-04-13 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/424#discussion_r28269576 --- Diff: lib/cpp/src/thrift/transport/TSocket.cpp --- @@ -493,29 +585,9 @@ uint32_t TSocket::read(uint8_t* buf, uint32_t len) { goto try_again;

[jira] [Commented] (THRIFT-3090) cmake build is broken

2015-04-13 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14492893#comment-14492893 ] Roger Meier commented on THRIFT-3090: - [~codesf] What do you think as a CentOS user?

[jira] [Commented] (THRIFT-2441) Cannot shutdown TThreadedServer when clients are still connected

2015-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14492894#comment-14492894 ] ASF GitHub Bot commented on THRIFT-2441: Github user jeking3 commented on a diff

[jira] [Resolved] (THRIFT-3094) master as of 2015-APR-13 fails -DBOOST_THREADS cmake build

2015-04-13 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Meier resolved THRIFT-3094. - Resolution: Fixed Thanks Jim & travis-ci ;-) > master as of 2015-APR-13 fails -DBOOST_THREADS c

[GitHub] thrift pull request: THRIFT-3094 fix broken cmake build of C++ lib...

2015-04-13 Thread jeking3
GitHub user jeking3 opened a pull request: https://github.com/apache/thrift/pull/439 THRIFT-3094 fix broken cmake build of C++ library with alternate threading You can merge this pull request into a Git repository by running: $ git pull https://github.com/jeking3/thrift bugfi

[jira] [Commented] (THRIFT-3094) master as of 2015-APR-13 fails -DBOOST_THREADS cmake build

2015-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14492588#comment-14492588 ] ASF GitHub Bot commented on THRIFT-3094: GitHub user jeking3 opened a pull reques

[jira] [Updated] (THRIFT-3094) master as of 2015-APR-13 fails -DBOOST_THREADS cmake build

2015-04-13 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-3094: --- Root cause appears to be: commit 2659381e7f94b825c0b1ff6e80a119035a4a0de5 Author: Roger

[jira] [Updated] (THRIFT-3094) master as of 2015-APR-13 fails -DBOOST_THREADS cmake build

2015-04-13 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-3094: --- Environment: Travis CI cmake build with the options: export CMAKE_CONFIG="-DWITH_C_G

[jira] [Created] (THRIFT-3094) master as of 2015-APR-13 fails -DBOOST_THREADS cmake build

2015-04-13 Thread James E. King, III (JIRA)
James E. King, III created THRIFT-3094: -- Summary: master as of 2015-APR-13 fails -DBOOST_THREADS cmake build Key: THRIFT-3094 URL: https://issues.apache.org/jira/browse/THRIFT-3094 Project: Thrift

[jira] [Commented] (THRIFT-3071) bootstrap.sh on Ubuntu 12.04 (Precise) automake error

2015-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14492511#comment-14492511 ] ASF GitHub Bot commented on THRIFT-3071: Github user jeking3 commented on the pul

[jira] [Commented] (THRIFT-3071) bootstrap.sh on Ubuntu 12.04 (Precise) automake error

2015-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14492510#comment-14492510 ] ASF GitHub Bot commented on THRIFT-3071: GitHub user jeking3 reopened a pull requ

[GitHub] thrift pull request: THRIFT-3071 fix bootstrap.sh on MinGW

2015-04-13 Thread jeking3
Github user jeking3 commented on the pull request: https://github.com/apache/thrift/pull/438#issuecomment-92401346 Build failed in an unrelated way so I closed and re-opened to kick a new build. --- If your project is set up for it, you can reply to this email and have your reply app

[jira] [Commented] (THRIFT-3071) bootstrap.sh on Ubuntu 12.04 (Precise) automake error

2015-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14492509#comment-14492509 ] ASF GitHub Bot commented on THRIFT-3071: Github user jeking3 closed the pull requ

[GitHub] thrift pull request: THRIFT-3071 fix bootstrap.sh on MinGW

2015-04-13 Thread jeking3
Github user jeking3 closed the pull request at: https://github.com/apache/thrift/pull/438 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[GitHub] thrift pull request: THRIFT-3071 fix bootstrap.sh on MinGW

2015-04-13 Thread jeking3
GitHub user jeking3 reopened a pull request: https://github.com/apache/thrift/pull/438 THRIFT-3071 fix bootstrap.sh on MinGW Fixes an issue I introduced in bootstrap.sh that depended on "rev", an executable not normally available in MinGW or MSYS. You can merge this pull request in

[jira] [Commented] (THRIFT-3071) bootstrap.sh on Ubuntu 12.04 (Precise) automake error

2015-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14492459#comment-14492459 ] ASF GitHub Bot commented on THRIFT-3071: GitHub user jeking3 opened a pull reques

[GitHub] thrift pull request: THRIFT-3071 fix bootstrap.sh on MinGW

2015-04-13 Thread jeking3
GitHub user jeking3 opened a pull request: https://github.com/apache/thrift/pull/438 THRIFT-3071 fix bootstrap.sh on MinGW Fixes an issue I introduced in bootstrap.sh that depended on "rev", an executable not normally available in MinGW or MSYS. You can merge this pull request into

[jira] [Reopened] (THRIFT-3071) bootstrap.sh on Ubuntu 12.04 (Precise) automake error

2015-04-13 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III reopened THRIFT-3071: > bootstrap.sh on Ubuntu 12.04 (Precise) automake error > -

[jira] [Commented] (THRIFT-3071) bootstrap.sh on Ubuntu 12.04 (Precise) automake error

2015-04-13 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14492406#comment-14492406 ] James E. King, III commented on THRIFT-3071: Please reject/re-open this issue

How to comiple https://github.com/eyjian/thrift?

2015-04-13 Thread 易剑
I forked branches to https://github.com/eyjian/thrift, but failed to compile it with errors: *./bootstrap.sh * *.ibtoolize: AC_CONFIG_MACRO_DIR([./aclocal]) conflicts with ACLOCAL_AMFLAGS=-I ./aclocal* i had updated deps as the followings: bison-3.0 autoconf-2.69 automake-1.15 libtool-2.4 openssl