[jira] [Updated] (THRIFT-1161) C++ library does not get built on FreeBSD

2011-05-03 Thread Toomas Aas (JIRA)

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

Toomas Aas updated THRIFT-1161:
---

Attachment: configure.diff

 C++ library does not get built on FreeBSD
 -

 Key: THRIFT-1161
 URL: https://issues.apache.org/jira/browse/THRIFT-1161
 Project: Thrift
  Issue Type: Bug
  Components: Build Process
Affects Versions: 0.6, 0.6.1
 Environment: FreeBSD 8.1
Reporter: Toomas Aas
Priority: Minor
 Attachments: configure.diff


 When running ./configure, Thrift is not configured for building the C++ 
 library, even if --with-cpp is explicitly added to the command line. This is 
 caused by the == operator which is used on line 19883 of configure for thrift 
 0.6.1
   19883   if test x$succeeded == xyes ; then
   19884 have_cpp=yes
   19885   fi
 The problem is resolved by replacing '==' with '='

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (THRIFT-1161) C++ library does not get built on FreeBSD

2011-05-03 Thread Toomas Aas (JIRA)

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

Toomas Aas updated THRIFT-1161:
---

Attachment: (was: configure.diff)

 C++ library does not get built on FreeBSD
 -

 Key: THRIFT-1161
 URL: https://issues.apache.org/jira/browse/THRIFT-1161
 Project: Thrift
  Issue Type: Bug
  Components: Build Process
Affects Versions: 0.6, 0.6.1
 Environment: FreeBSD 8.1
Reporter: Toomas Aas
Priority: Minor

 When running ./configure, Thrift is not configured for building the C++ 
 library, even if --with-cpp is explicitly added to the command line. This is 
 caused by the == operator which is used on line 19883 of configure for thrift 
 0.6.1
   19883   if test x$succeeded == xyes ; then
   19884 have_cpp=yes
   19885   fi
 The problem is resolved by replacing '==' with '='

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (THRIFT-1160) Thrift incubator website should redirect to thrift.apache.org

2011-05-03 Thread Jake Farrell (JIRA)

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

Jake Farrell commented on THRIFT-1160:
--

modified incubator to redirect back to current thrift site, waiting on cache to 
clear before closing ticket.

 Thrift incubator website should redirect to thrift.apache.org
 -

 Key: THRIFT-1160
 URL: https://issues.apache.org/jira/browse/THRIFT-1160
 Project: Thrift
  Issue Type: Bug
  Components: Website
Reporter: Jeff Whiting
Assignee: Jake Farrell

 Search google for apache thrift.  The top link goes to 
 http://incubator.apache.org/thrift/.  That site is outdated and not 
 maintained.  Clicking on the download link takes you to an older version of 
 thrift (0.5.0).  It can be very confusing and has tripped up multiple 
 developers where I work.
 http://incubator.apache.org/thrift/ should simply be redirected to the 
 current site http://thrift.apache.org to prevent confusion and have people 
 going to the current website.  Using a permanent 301 redirect would be the 
 best as it would tell the search engines that the site has moved.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (THRIFT-123) implement TZlibTransport in Java

2011-05-03 Thread Dragan Okiljevic (JIRA)

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

Dragan Okiljevic commented on THRIFT-123:
-

@Abhishek Kona
One of the uses cases would be to reduce network traffic between peers (thrift 
clients and servers). This can be very useful if a network bandwidth is a 
bottleneck, of course it would increase a CPU usage on the other side, at least 
a bit.

 implement TZlibTransport in Java
 

 Key: THRIFT-123
 URL: https://issues.apache.org/jira/browse/THRIFT-123
 Project: Thrift
  Issue Type: New Feature
  Components: Java - Library
Reporter: Pete Wyckoff
Priority: Minor

 TZlibTransport compatible with C++ version of TZlibTransport

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira