[jira] [Updated] (THRIFT-1743) Add composer.json for new Symfony 2.1 Dependency Manager

2012-10-29 Thread Xavier HAUSHERR (JIRA)

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

Xavier HAUSHERR updated THRIFT-1743:


Attachment: composer.json

 Add composer.json for new Symfony 2.1 Dependency Manager
 

 Key: THRIFT-1743
 URL: https://issues.apache.org/jira/browse/THRIFT-1743
 Project: Thrift
  Issue Type: Improvement
Affects Versions: 0.9
Reporter: Xavier HAUSHERR
 Fix For: 0.9

 Attachments: composer.json


 In order to use the new Symfony 2.1 Dependency Manager 
 (http://getcomposer.org/), we have to add on root of Github project a file 
 called composer.json with Composer configuration.
 This file must place in / in trunk and in 0.9x branch if possible.
 Is it possible to add this file ?
 Best regards.
 Xavier HAUSHERR

--
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


[jira] [Commented] (THRIFT-1743) Add composer.json for new Symfony 2.1 Dependency Manager

2012-10-29 Thread Jake Farrell (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13486120#comment-13486120
 ] 

Jake Farrell commented on THRIFT-1743:
--

If this can go within the lib/php folder I think that is fine, but this should 
not be in the root of the project as it does not get utilized by anything else 
within Thrift

 Add composer.json for new Symfony 2.1 Dependency Manager
 

 Key: THRIFT-1743
 URL: https://issues.apache.org/jira/browse/THRIFT-1743
 Project: Thrift
  Issue Type: Improvement
Affects Versions: 0.9
Reporter: Xavier HAUSHERR
 Fix For: 0.9

 Attachments: composer.json


 In order to use the new Symfony 2.1 Dependency Manager 
 (http://getcomposer.org/), we have to add on root of Github project a file 
 called composer.json with Composer configuration.
 This file must place in / in trunk and in 0.9x branch if possible.
 Is it possible to add this file ?
 Best regards.
 Xavier HAUSHERR

--
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


[jira] [Commented] (THRIFT-1743) Add composer.json for new Symfony 2.1 Dependency Manager

2012-10-29 Thread Xavier HAUSHERR (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13486129#comment-13486129
 ] 

Xavier HAUSHERR commented on THRIFT-1743:
-

It is useless in that repository.

If it is not possible, we will use another configuration of Composer. So you 
can close that ticket.

Thanks for your quick answer.

 Add composer.json for new Symfony 2.1 Dependency Manager
 

 Key: THRIFT-1743
 URL: https://issues.apache.org/jira/browse/THRIFT-1743
 Project: Thrift
  Issue Type: Improvement
Affects Versions: 0.9
Reporter: Xavier HAUSHERR
 Fix For: 0.9

 Attachments: composer.json


 In order to use the new Symfony 2.1 Dependency Manager 
 (http://getcomposer.org/), we have to add on root of Github project a file 
 called composer.json with Composer configuration.
 This file must place in / in trunk and in 0.9x branch if possible.
 Is it possible to add this file ?
 Best regards.
 Xavier HAUSHERR

--
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


[jira] [Created] (THRIFT-1744) Compilation failure under Android NDK toolchain

2012-10-29 Thread Vlad Troyanker (JIRA)
Vlad Troyanker created THRIFT-1744:
--

 Summary: Compilation failure under Android NDK toolchain
 Key: THRIFT-1744
 URL: https://issues.apache.org/jira/browse/THRIFT-1744
 Project: Thrift
  Issue Type: Bug
  Components: C++ - Compiler
Affects Versions: 0.8
 Environment: Android NDK version: r8b
gcc version: 4.6
Host system: Ubuntu 11.10 x64
Reporter: Vlad Troyanker
 Attachments: 0001-TSocketPool.cpp.patch

Using last stable Thrift release 0.8.0. After looking at the code I believe the 
same problem exists at the top of dev branch.

Compiling Thrift C++ under Android NDK fails in transport/TSocketPool.cpp 
because that file  is missing include of config.h 

Android NDK version: r8b
gcc version: 4.6
Host system: Ubuntu 11.10 x64

--
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


[jira] [Updated] (THRIFT-1744) Compilation failure under Android NDK toolchain

2012-10-29 Thread Vlad Troyanker (JIRA)

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

Vlad Troyanker updated THRIFT-1744:
---

Attachment: 0001-TSocketPool.cpp.patch

Patch attached

 Compilation failure under Android NDK toolchain
 ---

 Key: THRIFT-1744
 URL: https://issues.apache.org/jira/browse/THRIFT-1744
 Project: Thrift
  Issue Type: Bug
  Components: C++ - Compiler
Affects Versions: 0.8
 Environment: Android NDK version: r8b
 gcc version: 4.6
 Host system: Ubuntu 11.10 x64
Reporter: Vlad Troyanker
  Labels: build, patch
 Attachments: 0001-TSocketPool.cpp.patch


 Using last stable Thrift release 0.8.0. After looking at the code I believe 
 the same problem exists at the top of dev branch.
 Compiling Thrift C++ under Android NDK fails in transport/TSocketPool.cpp 
 because that file  is missing include of config.h 
 Android NDK version: r8b
 gcc version: 4.6
 Host system: Ubuntu 11.10 x64

--
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


[jira] [Updated] (THRIFT-1744) Compilation failure under Android NDK toolchain

2012-10-29 Thread Henrique Mendonca (JIRA)

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

Henrique Mendonca updated THRIFT-1744:
--

Assignee: Henrique Mendonca

 Compilation failure under Android NDK toolchain
 ---

 Key: THRIFT-1744
 URL: https://issues.apache.org/jira/browse/THRIFT-1744
 Project: Thrift
  Issue Type: Bug
  Components: C++ - Compiler
Affects Versions: 0.8
 Environment: Android NDK version: r8b
 gcc version: 4.6
 Host system: Ubuntu 11.10 x64
Reporter: Vlad Troyanker
Assignee: Henrique Mendonca
  Labels: build, patch
 Attachments: 0001-TSocketPool.cpp.patch


 Using last stable Thrift release 0.8.0. After looking at the code I believe 
 the same problem exists at the top of dev branch.
 Compiling Thrift C++ under Android NDK fails in transport/TSocketPool.cpp 
 because that file  is missing include of config.h 
 Android NDK version: r8b
 gcc version: 4.6
 Host system: Ubuntu 11.10 x64

--
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


[jira] [Commented] (THRIFT-1744) Compilation failure under Android NDK toolchain

2012-10-29 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13486596#comment-13486596
 ] 

Hudson commented on THRIFT-1744:


Integrated in Thrift #579 (See [https://builds.apache.org/job/Thrift/579/])
THRIFT-1744: Compilation failure under Android NDK toolchain
Client: C++ and Android NDK
Patch: Vlad Troyanker

include config.h (Revision 1403549)

 Result = SUCCESS
henrique : http://svn.apache.org/viewvc/?view=revrev=1403549
Files : 
* /thrift/trunk/lib/cpp/src/thrift/transport/TSocketPool.cpp


 Compilation failure under Android NDK toolchain
 ---

 Key: THRIFT-1744
 URL: https://issues.apache.org/jira/browse/THRIFT-1744
 Project: Thrift
  Issue Type: Bug
  Components: C++ - Compiler
Affects Versions: 0.8
 Environment: Android NDK version: r8b
 gcc version: 4.6
 Host system: Ubuntu 11.10 x64
Reporter: Vlad Troyanker
Assignee: Henrique Mendonca
  Labels: build, patch
 Attachments: 0001-TSocketPool.cpp.patch


 Using last stable Thrift release 0.8.0. After looking at the code I believe 
 the same problem exists at the top of dev branch.
 Compiling Thrift C++ under Android NDK fails in transport/TSocketPool.cpp 
 because that file  is missing include of config.h 
 Android NDK version: r8b
 gcc version: 4.6
 Host system: Ubuntu 11.10 x64

--
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