You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by David Reiss <dr...@facebook.com> on 2009/06/09 21:56:08 UTC

Thrift 0.1.0-RC2

http://people.apache.org/~dreiss/thrift-0.1.0-rc2.tar.gz

Same warnings as before.  See...

http://mail-archives.apache.org/mod_mbox/incubator-thrift-dev/200905.mbox/%3C1241811935.8397.609.camel@urgyen%3E
http://www.mail-archive.com/thrift-dev@incubator.apache.org/msg04783.html
http://markmail.org/message/6ojmoxuzg35tdbfj

Re: Thrift 0.1.0-RC2

Posted by Johan Oskarsson <jo...@oskarsson.nu>.
Works fine when I don't run bootstrap.sh, didn't know the installation
procedure was different for the released code. I see that is mentioned
in the readme though.

/Johan

David Reiss wrote:
>> I did however have two issues during compilation, but in parts we are
>> not using. I ran into the classic MONO issue. I added pkg-config to
>> http://wiki.apache.org/thrift/GettingUbuntuPackages so new users can
>> avoid that problem.
> You should not run bootstrap.sh with releases.  You should just go
> straight to ./configure.  Can you try again with this procedure and
> tell me if the problem still occurs (without pkg-config installed).
> 
> --David


Re: Thrift 0.1.0-RC2

Posted by David Reiss <dr...@facebook.com>.
> I did however have two issues during compilation, but in parts we are
> not using. I ran into the classic MONO issue. I added pkg-config to
> http://wiki.apache.org/thrift/GettingUbuntuPackages so new users can
> avoid that problem.
You should not run bootstrap.sh with releases.  You should just go
straight to ./configure.  Can you try again with this procedure and
tell me if the problem still occurs (without pkg-config installed).

--David

Re: Thrift 0.1.0-RC2

Posted by Bryan Duxbury <br...@rapleaf.com>.
Hm, don't really know anything about this, sorry.

On Jun 17, 2009, at 8:23 AM, Kevin Clark wrote:

> mkmf is part of the standard library so if you've got ruby, you
> *should* have it. But some linux distributions decide it's a good idea
> to split up the stdlib (which really irks me). I guess we could do a
> check for mkmf, and just bail out if it isn't around.
>
> Bryan? Thoughts?
>
> On Wed, Jun 17, 2009 at 6:57 AM, Johan  
> Oskarsson<jo...@oskarsson.nu> wrote:
>> Is this a vote to release that candidate? Either way, it gets my +1.
>>
>> +1 based on compiling on Ubuntu 9.04, testing the java by replacing
>> current lib and generated thrift files in Cassandra with new ones.
>> Tested python command line client against Cassandra. A colleague  
>> of mine
>> tested it with one of our internal systems, worked fine.
>>
>>
>>
>> I did however have two issues during compilation, but in parts we are
>> not using. I ran into the classic MONO issue. I added pkg-config to
>> http://wiki.apache.org/thrift/GettingUbuntuPackages so new users can
>> avoid that problem.
>>
>> Ruby threw the error below on compile, I simply disabled ruby support
>> and then everything worked fine.
>>
>>
>> /usr/bin/ruby1.8 /home/johan/Downloads/thrift-0.1-dev/lib/rb/ext/ 
>> extconf.rb
>> /home/johan/Downloads/thrift-0.1-dev/lib/rb/ext/extconf.rb:20:in
>> `require': no such file to load -- mkmf (LoadError)
>>        from /home/johan/Downloads/thrift-0.1-dev/lib/rb/ext/ 
>> extconf.rb:20
>> setup.rb:655:in `command': system("/usr/bin/ruby1.8"
>> "/home/johan/Downloads/thrift-0.1-dev/lib/rb/ext/extconf.rb") failed
>> (RuntimeError)
>>        from setup.rb:660:in `ruby'
>>        from setup.rb:1238:in `extconf'
>>        from setup.rb:1230:in `config_dir_ext'
>>        from setup.rb:1532:in `__send__'
>>        from setup.rb:1532:in `traverse'
>>        from setup.rb:1549:in `dive_into'
>>        from setup.rb:1530:in `traverse'
>>        from setup.rb:1524:in `exec_task_traverse'
>>        from setup.rb:1519:in `each'
>>        from setup.rb:1519:in `exec_task_traverse'
>>        from setup.rb:1223:in `exec_config'
>>        from setup.rb:991:in `exec_config'
>>        from setup.rb:826:in `__send__'
>>        from setup.rb:826:in `invoke'
>>        from setup.rb:773:in `invoke'
>>        from setup.rb:1578
>> make[3]: *** [all-local] Error 1
>>
>>
>> /Johan
>>
>> David Reiss wrote:
>>> http://people.apache.org/~dreiss/thrift-0.1.0-rc2.tar.gz
>>>
>>> Same warnings as before.  See...
>>>
>>> http://mail-archives.apache.org/mod_mbox/incubator-thrift-dev/ 
>>> 200905.mbox/%3C1241811935.8397.609.camel@urgyen%3E
>>> http://www.mail-archive.com/thrift-dev@incubator.apache.org/ 
>>> msg04783.html
>>> http://markmail.org/message/6ojmoxuzg35tdbfj
>>
>>
>
>
>
> -- 
> Kevin Clark
> http://glu.ttono.us


Re: Thrift 0.1.0-RC2

Posted by Kevin Clark <ke...@gmail.com>.
mkmf is part of the standard library so if you've got ruby, you
*should* have it. But some linux distributions decide it's a good idea
to split up the stdlib (which really irks me). I guess we could do a
check for mkmf, and just bail out if it isn't around.

Bryan? Thoughts?

On Wed, Jun 17, 2009 at 6:57 AM, Johan Oskarsson<jo...@oskarsson.nu> wrote:
> Is this a vote to release that candidate? Either way, it gets my +1.
>
> +1 based on compiling on Ubuntu 9.04, testing the java by replacing
> current lib and generated thrift files in Cassandra with new ones.
> Tested python command line client against Cassandra. A colleague of mine
> tested it with one of our internal systems, worked fine.
>
>
>
> I did however have two issues during compilation, but in parts we are
> not using. I ran into the classic MONO issue. I added pkg-config to
> http://wiki.apache.org/thrift/GettingUbuntuPackages so new users can
> avoid that problem.
>
> Ruby threw the error below on compile, I simply disabled ruby support
> and then everything worked fine.
>
>
> /usr/bin/ruby1.8 /home/johan/Downloads/thrift-0.1-dev/lib/rb/ext/extconf.rb
> /home/johan/Downloads/thrift-0.1-dev/lib/rb/ext/extconf.rb:20:in
> `require': no such file to load -- mkmf (LoadError)
>        from /home/johan/Downloads/thrift-0.1-dev/lib/rb/ext/extconf.rb:20
> setup.rb:655:in `command': system("/usr/bin/ruby1.8"
> "/home/johan/Downloads/thrift-0.1-dev/lib/rb/ext/extconf.rb") failed
> (RuntimeError)
>        from setup.rb:660:in `ruby'
>        from setup.rb:1238:in `extconf'
>        from setup.rb:1230:in `config_dir_ext'
>        from setup.rb:1532:in `__send__'
>        from setup.rb:1532:in `traverse'
>        from setup.rb:1549:in `dive_into'
>        from setup.rb:1530:in `traverse'
>        from setup.rb:1524:in `exec_task_traverse'
>        from setup.rb:1519:in `each'
>        from setup.rb:1519:in `exec_task_traverse'
>        from setup.rb:1223:in `exec_config'
>        from setup.rb:991:in `exec_config'
>        from setup.rb:826:in `__send__'
>        from setup.rb:826:in `invoke'
>        from setup.rb:773:in `invoke'
>        from setup.rb:1578
> make[3]: *** [all-local] Error 1
>
>
> /Johan
>
> David Reiss wrote:
>> http://people.apache.org/~dreiss/thrift-0.1.0-rc2.tar.gz
>>
>> Same warnings as before.  See...
>>
>> http://mail-archives.apache.org/mod_mbox/incubator-thrift-dev/200905.mbox/%3C1241811935.8397.609.camel@urgyen%3E
>> http://www.mail-archive.com/thrift-dev@incubator.apache.org/msg04783.html
>> http://markmail.org/message/6ojmoxuzg35tdbfj
>
>



-- 
Kevin Clark
http://glu.ttono.us

Re: Thrift 0.1.0-RC2

Posted by Johan Oskarsson <jo...@oskarsson.nu>.
Is this a vote to release that candidate? Either way, it gets my +1.

+1 based on compiling on Ubuntu 9.04, testing the java by replacing
current lib and generated thrift files in Cassandra with new ones.
Tested python command line client against Cassandra. A colleague of mine
tested it with one of our internal systems, worked fine.



I did however have two issues during compilation, but in parts we are
not using. I ran into the classic MONO issue. I added pkg-config to
http://wiki.apache.org/thrift/GettingUbuntuPackages so new users can
avoid that problem.

Ruby threw the error below on compile, I simply disabled ruby support
and then everything worked fine.


/usr/bin/ruby1.8 /home/johan/Downloads/thrift-0.1-dev/lib/rb/ext/extconf.rb
/home/johan/Downloads/thrift-0.1-dev/lib/rb/ext/extconf.rb:20:in
`require': no such file to load -- mkmf (LoadError)
        from /home/johan/Downloads/thrift-0.1-dev/lib/rb/ext/extconf.rb:20
setup.rb:655:in `command': system("/usr/bin/ruby1.8"
"/home/johan/Downloads/thrift-0.1-dev/lib/rb/ext/extconf.rb") failed
(RuntimeError)
        from setup.rb:660:in `ruby'
        from setup.rb:1238:in `extconf'
        from setup.rb:1230:in `config_dir_ext'
        from setup.rb:1532:in `__send__'
        from setup.rb:1532:in `traverse'
        from setup.rb:1549:in `dive_into'
        from setup.rb:1530:in `traverse'
        from setup.rb:1524:in `exec_task_traverse'
        from setup.rb:1519:in `each'
        from setup.rb:1519:in `exec_task_traverse'
        from setup.rb:1223:in `exec_config'
        from setup.rb:991:in `exec_config'
        from setup.rb:826:in `__send__'
        from setup.rb:826:in `invoke'
        from setup.rb:773:in `invoke'
        from setup.rb:1578
make[3]: *** [all-local] Error 1


/Johan

David Reiss wrote:
> http://people.apache.org/~dreiss/thrift-0.1.0-rc2.tar.gz
> 
> Same warnings as before.  See...
> 
> http://mail-archives.apache.org/mod_mbox/incubator-thrift-dev/200905.mbox/%3C1241811935.8397.609.camel@urgyen%3E
> http://www.mail-archive.com/thrift-dev@incubator.apache.org/msg04783.html
> http://markmail.org/message/6ojmoxuzg35tdbfj


Re: Thrift 0.1.0-RC2

Posted by Jake Luciani <ja...@gmail.com>.
We've seem to have a number of +1s from committers.

I've rechecked the release and all licenses and headers seem to be in order.

>From Upayavira: "Once we, here, are happy with the quality (as described
above) of this
tarball, we will take it to the Incubator PMC (on the general@incubar)
list to get it ratified. Once done, we'll have a release done."

Can we take this candidate to the PMC... I'm happy to send the mail.

Only think I'm not sure of is what logal documents are we missing with with
the ASF?  Anything anyone knows of?

-Jake


On Wed, Jul 8, 2009 at 8:33 PM, Jake Luciani <ja...@gmail.com> wrote:

> Everything works from my perspective minus one outstanding issue related to
> the perl install, but it's minor.
>
> +1
>
>
> On Wed, Jul 8, 2009 at 1:21 PM, Mark Slee <ms...@facebook.com> wrote:
>
>> Things look in order to me. The CHANGES file still references RC1, perhaps
>> should change that to say RC2, but that's a pretty worthless nitpick if
>> there ever was one.
>>
>> The licensing stuff all looks to be in order.
>>
>> +1
>>
>>
>> -----Original Message-----
>> From: Bryan Duxbury [mailto:bryan@rapleaf.com]
>> Sent: Wednesday, July 08, 2009 9:27 AM
>> To: thrift-dev@incubator.apache.org
>> Subject: Re: Thrift 0.1.0-RC2
>>
>> I built the project and verified the compiler works and the ruby gem
>> builds as expected. +1
>>
>>
>> On Jun 9, 2009, at 12:56 PM, David Reiss wrote:
>>
>> > http://people.apache.org/~dreiss/thrift-0.1.0-rc2.tar.gz<http://people.apache.org/%7Edreiss/thrift-0.1.0-rc2.tar.gz>
>> >
>> > Same warnings as before.  See...
>> >
>> > http://mail-archives.apache.org/mod_mbox/incubator-thrift-dev/
>> > 200905.mbox/%3C1241811935.8397.609.camel@urgyen%3E
>> > http://www.mail-archive.com/thrift-dev@incubator.apache.org/
>> > msg04783.html
>> > http://markmail.org/message/6ojmoxuzg35tdbfj
>>
>>
>

Re: Thrift 0.1.0-RC2

Posted by Jake Luciani <ja...@gmail.com>.
Everything works from my perspective minus one outstanding issue related to
the perl install, but it's minor.

+1

On Wed, Jul 8, 2009 at 1:21 PM, Mark Slee <ms...@facebook.com> wrote:

> Things look in order to me. The CHANGES file still references RC1, perhaps
> should change that to say RC2, but that's a pretty worthless nitpick if
> there ever was one.
>
> The licensing stuff all looks to be in order.
>
> +1
>
>
> -----Original Message-----
> From: Bryan Duxbury [mailto:bryan@rapleaf.com]
> Sent: Wednesday, July 08, 2009 9:27 AM
> To: thrift-dev@incubator.apache.org
> Subject: Re: Thrift 0.1.0-RC2
>
> I built the project and verified the compiler works and the ruby gem
> builds as expected. +1
>
>
> On Jun 9, 2009, at 12:56 PM, David Reiss wrote:
>
> > http://people.apache.org/~dreiss/thrift-0.1.0-rc2.tar.gz<http://people.apache.org/%7Edreiss/thrift-0.1.0-rc2.tar.gz>
> >
> > Same warnings as before.  See...
> >
> > http://mail-archives.apache.org/mod_mbox/incubator-thrift-dev/
> > 200905.mbox/%3C1241811935.8397.609.camel@urgyen%3E
> > http://www.mail-archive.com/thrift-dev@incubator.apache.org/
> > msg04783.html
> > http://markmail.org/message/6ojmoxuzg35tdbfj
>
>

RE: Thrift 0.1.0-RC2

Posted by Mark Slee <ms...@facebook.com>.
Things look in order to me. The CHANGES file still references RC1, perhaps should change that to say RC2, but that's a pretty worthless nitpick if there ever was one.

The licensing stuff all looks to be in order.

+1


-----Original Message-----
From: Bryan Duxbury [mailto:bryan@rapleaf.com] 
Sent: Wednesday, July 08, 2009 9:27 AM
To: thrift-dev@incubator.apache.org
Subject: Re: Thrift 0.1.0-RC2

I built the project and verified the compiler works and the ruby gem  
builds as expected. +1


On Jun 9, 2009, at 12:56 PM, David Reiss wrote:

> http://people.apache.org/~dreiss/thrift-0.1.0-rc2.tar.gz
>
> Same warnings as before.  See...
>
> http://mail-archives.apache.org/mod_mbox/incubator-thrift-dev/ 
> 200905.mbox/%3C1241811935.8397.609.camel@urgyen%3E
> http://www.mail-archive.com/thrift-dev@incubator.apache.org/ 
> msg04783.html
> http://markmail.org/message/6ojmoxuzg35tdbfj


Re: Thrift 0.1.0-RC2

Posted by Bryan Duxbury <br...@rapleaf.com>.
I built the project and verified the compiler works and the ruby gem  
builds as expected. +1


On Jun 9, 2009, at 12:56 PM, David Reiss wrote:

> http://people.apache.org/~dreiss/thrift-0.1.0-rc2.tar.gz
>
> Same warnings as before.  See...
>
> http://mail-archives.apache.org/mod_mbox/incubator-thrift-dev/ 
> 200905.mbox/%3C1241811935.8397.609.camel@urgyen%3E
> http://www.mail-archive.com/thrift-dev@incubator.apache.org/ 
> msg04783.html
> http://markmail.org/message/6ojmoxuzg35tdbfj