You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by Bryan Duxbury <br...@rapleaf.com> on 2010/05/01 15:52:58 UTC

Thrift 0.3.0 RC1

Hi all,

I'd like to propose the following tarball be accepted as the official Thrift
0.3.0 release:

http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz<http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz>

with GPG signature:
http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz.asc<http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc>
and MD5 sum: 677607c0b5acb89fb35386169c7ffa8d

This tarball was built by checking out
http://svn.apache.org/repos/asf/incubator/thrift/tags/0.3.0 and running
"./boostrap.sh && ./configure && make && make dist".

Please download, untar, configure, and build to verify that everything works
as expected. Sorry about the false start.

-Bryan

Re: Thrift 0.3.0 RC1

Posted by Bjørn Borud <bb...@gmail.com>.
I assume that the plan was to add a thrift artifact to the standard Maven
repositories right after the first release?  (can't remember the JIRA #)

-Bjørn

Re: Thrift 0.3.0 RC1

Posted by Anthony Molinaro <an...@alumni.caltech.edu>.
On Sun, May 02, 2010 at 04:15:15PM -0700, Bryan Duxbury wrote:
> I've committed 3/4 of your mentioned issues. Personally, I'd love it if you
> could make "make dist" work right. I'll try to keep an eye out for a patch
> on this topic.

Awesome, I hope the 4th can be resolved soon, and I can get rid of my
local mods.

I got "make dist" working, see

https://issues.apache.org/jira/browse/THRIFT-770

In order to get "make check" to work on 0.3.0 you'll also want to add the
patch from THRIFT-650 (but it's all in the description).

Also, some people may or may not have strong opinions but this patch
basically removes the use of the revision number from thrift entirely.
However, I would argue that that was a relic from the time of no releases
and should have gone away once you released 0.2.0.

Let me know if you have any issues, or need it tweaked,

-Anthony

> On Sun, May 2, 2010 at 12:52 PM, Anthony Molinaro <
> anthonym@alumni.caltech.edu> wrote:
> 
> > I've noticed that as well, I even looked into it but haven't patched it.
> > The issue is the compiler would like to announce what it's version it so
> > it needs that version in a header file.  Currently the system relies
> > on make to build that header (see compiler/ccp/Makefile.am).
> >
> > Instead you want to have the version set in one place configure.ac and
> > have everything else trigger of that at configure time.  This would
> > probably mean deprecating print_version.sh as it is only used to
> > create that one file (which would also mean deprecating the addition
> > of svn/git revision number in that file as well, but that really shouldn't
> > be a problem, now that you are onto real releases).
> >
> > I'd be willing to fix this stuff up for the project, if there's a chance
> > the patch might make it through (none of my other 4 patches for the
> > build system THRIFT-646, THRIFT-647, THRIFT-649, THRIFT-650 every made
> > it through).
> >
> > Other oddness which could probably be done away with is the cleanup.sh
> > script, which 'make maintainer-clean' should basically be doing for you.
> >
> > Anyway, let me know if there's interest in a patch to allow './bootstrap.sh
> > &&
> > ./configure && make dist' to work.
> >
> > Cheers,
> >
> > -Anthony
> >
> > On Sat, May 01, 2010 at 08:57:01PM -0700, Bryan Duxbury wrote:
> > > If I do "./bootstrap.sh && ./configure && make dist", I get errors:
> > >
> > > [bryanduxbury thrift-0.3]$make dist
> > > { test ! -d thrift-0.3.0 || { find thrift-0.3.0 -type d ! -perm -200
> > -exec
> > > chmod u+w {} ';' && rm -fr thrift-0.3.0; }; }
> > > test -d thrift-0.3.0 || mkdir thrift-0.3.0
> > > list='compiler/cpp lib test'; for subdir in $list; do \
> > >   if test "$subdir" = .; then :; else \
> > >     test -d "thrift-0.3.0/$subdir" \
> > >     || ./install-sh -c -d "thrift-0.3.0/$subdir" \
> > >     || exit 1; \
> > >     distdir=`CDPATH="${ZSH_VERSION+.}:" && cd thrift-0.3.0 && pwd`; \
> > >     top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd thrift-0.3.0 && pwd`; \
> > >     (cd $subdir && \
> > >       make  \
> > >         top_distdir="$top_distdir" \
> > >         distdir="$distdir/$subdir" \
> > >         am__remove_distdir=: \
> > >         am__skip_length_check=: \
> > >         distdir) \
> > >       || exit 1; \
> > >   fi; \
> > > done
> > > \
> > > /bin/sh ../../ylwrap `test -f 'src/thriftl.ll' || echo
> > './'`src/thriftl.ll
> > > lex.yy.c thriftl.cc -- flex
> > > \
> > > /bin/sh ../../ylwrap `test -f 'src/thrifty.yy' || echo
> > './'`src/thrifty.yy
> > > y.tab.c thrifty.cc y.tab.h thrifty.h y.output thrifty.output -- bison -y
> >  -d
> > > updating thrifty.h
> > > make[1]: *** No rule to make target `version.h', needed by `src/main.cc'.
> > > Stop.
> > > make: *** [distdir] Error 1
> > >
> > > On Sat, May 1, 2010 at 8:12 PM, Todd Lipcon <to...@cloudera.com> wrote:
> > >
> > > > The tarball seems to include compiled .o files.
> > > >
> > > > I think the build process is just make dist, without the preceding
> > make.
> > > >
> > > > -Todd
> > > >
> > > > On Sat, May 1, 2010 at 10:45 AM, Bryan Duxbury <br...@rapleaf.com>
> > wrote:
> > > >
> > > > > I bootstrapped on my Mac.
> > > > >
> > > > > On Sat, May 1, 2010 at 9:09 AM, David Reiss <dr...@facebook.com>
> > wrote:
> > > > >
> > > > > > What system did you run bootstrap on?
> > > > > >
> > > > > >
> > > > > > --David (mobile)
> > > > > >
> > > > > > On May 1, 2010, at 6:53 AM, "Bryan Duxbury" <br...@rapleaf.com>
> > wrote:
> > > > > >
> > > > > > > Hi all,
> > > > > > >
> > > > > > > I'd like to propose the following tarball be accepted as the
> > > > > > > official Thrift
> > > > > > > 0.3.0 release:
> > > > > > >
> > > > > > > http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz<http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz>
> > <http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz>
> > > > <
> > > > > http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz>
> > > > > > <http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz
> > > > > > > >
> > > > > > >
> > > > > > > with GPG signature:
> > > > > > >
> > http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz.asc<http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc>
> > <http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc>
> > > > <
> > > > > http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc
> > >
> > > > > > <
> > http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc
> > > > > > > >
> > > > > > > and MD5 sum: 677607c0b5acb89fb35386169c7ffa8d
> > > > > > >
> > > > > > > This tarball was built by checking out
> > > > > > > http://svn.apache.org/repos/asf/incubator/thrift/tags/0.3.0 and
> > > > > > > running
> > > > > > > "./boostrap.sh && ./configure && make && make dist".
> > > > > > >
> > > > > > > Please download, untar, configure, and build to verify that
> > > > > > > everything works
> > > > > > > as expected. Sorry about the false start.
> > > > > > >
> > > > > > > -Bryan
> > > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Todd Lipcon
> > > > Software Engineer, Cloudera
> > > >
> >
> > --
> > ------------------------------------------------------------------------
> > Anthony Molinaro                           <an...@alumni.caltech.edu>
> >

-- 
------------------------------------------------------------------------
Anthony Molinaro                           <an...@alumni.caltech.edu>

Re: Thrift 0.3.0 RC1

Posted by Bryan Duxbury <br...@rapleaf.com>.
Anthony -

I've committed 3/4 of your mentioned issues. Personally, I'd love it if you
could make "make dist" work right. I'll try to keep an eye out for a patch
on this topic.

-Bryan

On Sun, May 2, 2010 at 12:52 PM, Anthony Molinaro <
anthonym@alumni.caltech.edu> wrote:

> I've noticed that as well, I even looked into it but haven't patched it.
> The issue is the compiler would like to announce what it's version it so
> it needs that version in a header file.  Currently the system relies
> on make to build that header (see compiler/ccp/Makefile.am).
>
> Instead you want to have the version set in one place configure.ac and
> have everything else trigger of that at configure time.  This would
> probably mean deprecating print_version.sh as it is only used to
> create that one file (which would also mean deprecating the addition
> of svn/git revision number in that file as well, but that really shouldn't
> be a problem, now that you are onto real releases).
>
> I'd be willing to fix this stuff up for the project, if there's a chance
> the patch might make it through (none of my other 4 patches for the
> build system THRIFT-646, THRIFT-647, THRIFT-649, THRIFT-650 every made
> it through).
>
> Other oddness which could probably be done away with is the cleanup.sh
> script, which 'make maintainer-clean' should basically be doing for you.
>
> Anyway, let me know if there's interest in a patch to allow './bootstrap.sh
> &&
> ./configure && make dist' to work.
>
> Cheers,
>
> -Anthony
>
> On Sat, May 01, 2010 at 08:57:01PM -0700, Bryan Duxbury wrote:
> > If I do "./bootstrap.sh && ./configure && make dist", I get errors:
> >
> > [bryanduxbury thrift-0.3]$make dist
> > { test ! -d thrift-0.3.0 || { find thrift-0.3.0 -type d ! -perm -200
> -exec
> > chmod u+w {} ';' && rm -fr thrift-0.3.0; }; }
> > test -d thrift-0.3.0 || mkdir thrift-0.3.0
> > list='compiler/cpp lib test'; for subdir in $list; do \
> >   if test "$subdir" = .; then :; else \
> >     test -d "thrift-0.3.0/$subdir" \
> >     || ./install-sh -c -d "thrift-0.3.0/$subdir" \
> >     || exit 1; \
> >     distdir=`CDPATH="${ZSH_VERSION+.}:" && cd thrift-0.3.0 && pwd`; \
> >     top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd thrift-0.3.0 && pwd`; \
> >     (cd $subdir && \
> >       make  \
> >         top_distdir="$top_distdir" \
> >         distdir="$distdir/$subdir" \
> >         am__remove_distdir=: \
> >         am__skip_length_check=: \
> >         distdir) \
> >       || exit 1; \
> >   fi; \
> > done
> > \
> > /bin/sh ../../ylwrap `test -f 'src/thriftl.ll' || echo
> './'`src/thriftl.ll
> > lex.yy.c thriftl.cc -- flex
> > \
> > /bin/sh ../../ylwrap `test -f 'src/thrifty.yy' || echo
> './'`src/thrifty.yy
> > y.tab.c thrifty.cc y.tab.h thrifty.h y.output thrifty.output -- bison -y
>  -d
> > updating thrifty.h
> > make[1]: *** No rule to make target `version.h', needed by `src/main.cc'.
> > Stop.
> > make: *** [distdir] Error 1
> >
> > On Sat, May 1, 2010 at 8:12 PM, Todd Lipcon <to...@cloudera.com> wrote:
> >
> > > The tarball seems to include compiled .o files.
> > >
> > > I think the build process is just make dist, without the preceding
> make.
> > >
> > > -Todd
> > >
> > > On Sat, May 1, 2010 at 10:45 AM, Bryan Duxbury <br...@rapleaf.com>
> wrote:
> > >
> > > > I bootstrapped on my Mac.
> > > >
> > > > On Sat, May 1, 2010 at 9:09 AM, David Reiss <dr...@facebook.com>
> wrote:
> > > >
> > > > > What system did you run bootstrap on?
> > > > >
> > > > >
> > > > > --David (mobile)
> > > > >
> > > > > On May 1, 2010, at 6:53 AM, "Bryan Duxbury" <br...@rapleaf.com>
> wrote:
> > > > >
> > > > > > Hi all,
> > > > > >
> > > > > > I'd like to propose the following tarball be accepted as the
> > > > > > official Thrift
> > > > > > 0.3.0 release:
> > > > > >
> > > > > > http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz<http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz>
> <http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz>
> > > <
> > > > http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz>
> > > > > <http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz
> > > > > > >
> > > > > >
> > > > > > with GPG signature:
> > > > > >
> http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz.asc<http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc>
> <http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc>
> > > <
> > > > http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc
> >
> > > > > <
> http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc
> > > > > > >
> > > > > > and MD5 sum: 677607c0b5acb89fb35386169c7ffa8d
> > > > > >
> > > > > > This tarball was built by checking out
> > > > > > http://svn.apache.org/repos/asf/incubator/thrift/tags/0.3.0 and
> > > > > > running
> > > > > > "./boostrap.sh && ./configure && make && make dist".
> > > > > >
> > > > > > Please download, untar, configure, and build to verify that
> > > > > > everything works
> > > > > > as expected. Sorry about the false start.
> > > > > >
> > > > > > -Bryan
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Todd Lipcon
> > > Software Engineer, Cloudera
> > >
>
> --
> ------------------------------------------------------------------------
> Anthony Molinaro                           <an...@alumni.caltech.edu>
>

Re: Thrift 0.3.0 RC1

Posted by Anthony Molinaro <an...@alumni.caltech.edu>.
I've noticed that as well, I even looked into it but haven't patched it.
The issue is the compiler would like to announce what it's version it so
it needs that version in a header file.  Currently the system relies
on make to build that header (see compiler/ccp/Makefile.am).

Instead you want to have the version set in one place configure.ac and
have everything else trigger of that at configure time.  This would
probably mean deprecating print_version.sh as it is only used to
create that one file (which would also mean deprecating the addition
of svn/git revision number in that file as well, but that really shouldn't
be a problem, now that you are onto real releases).

I'd be willing to fix this stuff up for the project, if there's a chance
the patch might make it through (none of my other 4 patches for the
build system THRIFT-646, THRIFT-647, THRIFT-649, THRIFT-650 every made
it through).

Other oddness which could probably be done away with is the cleanup.sh
script, which 'make maintainer-clean' should basically be doing for you.

Anyway, let me know if there's interest in a patch to allow './bootstrap.sh &&
./configure && make dist' to work.

Cheers,

-Anthony

On Sat, May 01, 2010 at 08:57:01PM -0700, Bryan Duxbury wrote:
> If I do "./bootstrap.sh && ./configure && make dist", I get errors:
> 
> [bryanduxbury thrift-0.3]$make dist
> { test ! -d thrift-0.3.0 || { find thrift-0.3.0 -type d ! -perm -200 -exec
> chmod u+w {} ';' && rm -fr thrift-0.3.0; }; }
> test -d thrift-0.3.0 || mkdir thrift-0.3.0
> list='compiler/cpp lib test'; for subdir in $list; do \
>   if test "$subdir" = .; then :; else \
>     test -d "thrift-0.3.0/$subdir" \
>     || ./install-sh -c -d "thrift-0.3.0/$subdir" \
>     || exit 1; \
>     distdir=`CDPATH="${ZSH_VERSION+.}:" && cd thrift-0.3.0 && pwd`; \
>     top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd thrift-0.3.0 && pwd`; \
>     (cd $subdir && \
>       make  \
>         top_distdir="$top_distdir" \
>         distdir="$distdir/$subdir" \
>         am__remove_distdir=: \
>         am__skip_length_check=: \
>         distdir) \
>       || exit 1; \
>   fi; \
> done
> \
> /bin/sh ../../ylwrap `test -f 'src/thriftl.ll' || echo './'`src/thriftl.ll
> lex.yy.c thriftl.cc -- flex
> \
> /bin/sh ../../ylwrap `test -f 'src/thrifty.yy' || echo './'`src/thrifty.yy
> y.tab.c thrifty.cc y.tab.h thrifty.h y.output thrifty.output -- bison -y  -d
> updating thrifty.h
> make[1]: *** No rule to make target `version.h', needed by `src/main.cc'.
> Stop.
> make: *** [distdir] Error 1
> 
> On Sat, May 1, 2010 at 8:12 PM, Todd Lipcon <to...@cloudera.com> wrote:
> 
> > The tarball seems to include compiled .o files.
> >
> > I think the build process is just make dist, without the preceding make.
> >
> > -Todd
> >
> > On Sat, May 1, 2010 at 10:45 AM, Bryan Duxbury <br...@rapleaf.com> wrote:
> >
> > > I bootstrapped on my Mac.
> > >
> > > On Sat, May 1, 2010 at 9:09 AM, David Reiss <dr...@facebook.com> wrote:
> > >
> > > > What system did you run bootstrap on?
> > > >
> > > >
> > > > --David (mobile)
> > > >
> > > > On May 1, 2010, at 6:53 AM, "Bryan Duxbury" <br...@rapleaf.com> wrote:
> > > >
> > > > > Hi all,
> > > > >
> > > > > I'd like to propose the following tarball be accepted as the
> > > > > official Thrift
> > > > > 0.3.0 release:
> > > > >
> > > > > http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz<http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz>
> > <
> > > http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz>
> > > > <http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz
> > > > > >
> > > > >
> > > > > with GPG signature:
> > > > > http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz.asc<http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc>
> > <
> > > http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc>
> > > > <http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc
> > > > > >
> > > > > and MD5 sum: 677607c0b5acb89fb35386169c7ffa8d
> > > > >
> > > > > This tarball was built by checking out
> > > > > http://svn.apache.org/repos/asf/incubator/thrift/tags/0.3.0 and
> > > > > running
> > > > > "./boostrap.sh && ./configure && make && make dist".
> > > > >
> > > > > Please download, untar, configure, and build to verify that
> > > > > everything works
> > > > > as expected. Sorry about the false start.
> > > > >
> > > > > -Bryan
> > > >
> > >
> >
> >
> >
> > --
> > Todd Lipcon
> > Software Engineer, Cloudera
> >

-- 
------------------------------------------------------------------------
Anthony Molinaro                           <an...@alumni.caltech.edu>

Re: Thrift 0.3.0 RC1

Posted by Bryan Duxbury <br...@rapleaf.com>.
If I do "./bootstrap.sh && ./configure && make dist", I get errors:

[bryanduxbury thrift-0.3]$make dist
{ test ! -d thrift-0.3.0 || { find thrift-0.3.0 -type d ! -perm -200 -exec
chmod u+w {} ';' && rm -fr thrift-0.3.0; }; }
test -d thrift-0.3.0 || mkdir thrift-0.3.0
list='compiler/cpp lib test'; for subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d "thrift-0.3.0/$subdir" \
    || ./install-sh -c -d "thrift-0.3.0/$subdir" \
    || exit 1; \
    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd thrift-0.3.0 && pwd`; \
    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd thrift-0.3.0 && pwd`; \
    (cd $subdir && \
      make  \
        top_distdir="$top_distdir" \
        distdir="$distdir/$subdir" \
        am__remove_distdir=: \
        am__skip_length_check=: \
        distdir) \
      || exit 1; \
  fi; \
done
\
/bin/sh ../../ylwrap `test -f 'src/thriftl.ll' || echo './'`src/thriftl.ll
lex.yy.c thriftl.cc -- flex
\
/bin/sh ../../ylwrap `test -f 'src/thrifty.yy' || echo './'`src/thrifty.yy
y.tab.c thrifty.cc y.tab.h thrifty.h y.output thrifty.output -- bison -y  -d
updating thrifty.h
make[1]: *** No rule to make target `version.h', needed by `src/main.cc'.
Stop.
make: *** [distdir] Error 1

On Sat, May 1, 2010 at 8:12 PM, Todd Lipcon <to...@cloudera.com> wrote:

> The tarball seems to include compiled .o files.
>
> I think the build process is just make dist, without the preceding make.
>
> -Todd
>
> On Sat, May 1, 2010 at 10:45 AM, Bryan Duxbury <br...@rapleaf.com> wrote:
>
> > I bootstrapped on my Mac.
> >
> > On Sat, May 1, 2010 at 9:09 AM, David Reiss <dr...@facebook.com> wrote:
> >
> > > What system did you run bootstrap on?
> > >
> > >
> > > --David (mobile)
> > >
> > > On May 1, 2010, at 6:53 AM, "Bryan Duxbury" <br...@rapleaf.com> wrote:
> > >
> > > > Hi all,
> > > >
> > > > I'd like to propose the following tarball be accepted as the
> > > > official Thrift
> > > > 0.3.0 release:
> > > >
> > > > http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz<http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz>
> <
> > http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz>
> > > <http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz
> > > > >
> > > >
> > > > with GPG signature:
> > > > http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz.asc<http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc>
> <
> > http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc>
> > > <http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc
> > > > >
> > > > and MD5 sum: 677607c0b5acb89fb35386169c7ffa8d
> > > >
> > > > This tarball was built by checking out
> > > > http://svn.apache.org/repos/asf/incubator/thrift/tags/0.3.0 and
> > > > running
> > > > "./boostrap.sh && ./configure && make && make dist".
> > > >
> > > > Please download, untar, configure, and build to verify that
> > > > everything works
> > > > as expected. Sorry about the false start.
> > > >
> > > > -Bryan
> > >
> >
>
>
>
> --
> Todd Lipcon
> Software Engineer, Cloudera
>

Re: Thrift 0.3.0 RC1

Posted by Anthony Molinaro <an...@alumni.caltech.edu>.
If this is true, then maybe the default should be changed to --without-ruby?

-Anthony

On Mon, May 03, 2010 at 03:48:50PM -0700, Kevin Clark wrote:
> The non-gem version respected DESTDIR if I recall (that was the
> mechanism I used to use to package it), but that was tossed when the
> gem package (the defacto main distribution) became the only package.
> We figured it didn't matter much - the only people not using gems tend
> to be people repackaging into some other system (OS distro maintainers
> and other one offs, though this included me at the time). Thrift may
> want to make it clear in the README that it's now the only supported
> way to install for Ruby.
> 
> 
> On Mon, May 3, 2010 at 3:40 PM, Bryan Duxbury <br...@rapleaf.com> wrote:
> > You might call me the ruby maintainer. However, I don't think I'll be of
> > much help with this one, since I only use the gem version of the ruby libs.
> >
> > On Mon, May 3, 2010 at 3:37 PM, Anthony Molinaro <
> > anthonym@alumni.caltech.edu> wrote:
> >
> >> The ruby stuff also has the annnoying bit where it doesn't use destdir
> >> with 'make install' which pretty much makes it impossible to package
> >> thrift using traditional means.  For the RPM and debs I build of thrift
> >> I run with --without-ruby to work around this.  It would be awesome if
> >> whoever was the ruby maintainer were to figure out how to get it's install
> >> target working with destdir...
> >>
> >> -Anthony
> >>
> >> On Mon, May 03, 2010 at 03:20:57PM -0700, Mark Slee wrote:
> >> > This only appears to be in the lib/rb directory, though. I'm not seeing
> >> any .o files in the C++ library or the compiler, for instance.
> >> >
> >> > mcslee@devrs001 /tmp/thrift/thrift-0.3.0 $find . -name "*.o"
> >> > ./lib/rb/ext/binary_protocol_accelerated.o
> >> > ./lib/rb/ext/compact_protocol.o
> >> > ./lib/rb/ext/memory_buffer.o
> >> > ./lib/rb/ext/protocol.o
> >> > ./lib/rb/ext/struct.o
> >> > ./lib/rb/ext/thrift_native.o
> >> >
> >> > I agree these shouldn't be distributed. The solution can be as simple as
> >> manually removing them from the release for now until we get the make thing
> >> properly patched.
> >> >
> >> > This issue aside, I'm a +1 on the rc1 candidate. It compiled without
> >> issue for me (though again I have --with-ruby=no, so a ruby user should
> >> confirm that stuff is working).
> >> >
> >> > -----Original Message-----
> >> > From: Todd Lipcon [mailto:todd@cloudera.com]
> >> > Sent: Saturday, May 01, 2010 8:12 PM
> >> > To: thrift-user@incubator.apache.org
> >> > Subject: Re: Thrift 0.3.0 RC1
> >> >
> >> > The tarball seems to include compiled .o files.
> >> >
> >> > I think the build process is just make dist, without the preceding make.
> >> >
> >> > -Todd
> >> >
> >> > On Sat, May 1, 2010 at 10:45 AM, Bryan Duxbury <br...@rapleaf.com>
> >> wrote:
> >> >
> >> > > I bootstrapped on my Mac.
> >> > >
> >> > > On Sat, May 1, 2010 at 9:09 AM, David Reiss <dr...@facebook.com>
> >> wrote:
> >> > >
> >> > > > What system did you run bootstrap on?
> >> > > >
> >> > > >
> >> > > > --David (mobile)
> >> > > >
> >> > > > On May 1, 2010, at 6:53 AM, "Bryan Duxbury" <br...@rapleaf.com>
> >> wrote:
> >> > > >
> >> > > > > Hi all,
> >> > > > >
> >> > > > > I'd like to propose the following tarball be accepted as the
> >> > > > > official Thrift
> >> > > > > 0.3.0 release:
> >> > > > >
> >> > > > > http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz<http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz>
> >> <
> >> > > http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz>
> >> > > > <http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz
> >> > > > > >
> >> > > > >
> >> > > > > with GPG signature:
> >> > > > > http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz.asc<http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc>
> >> <
> >> > > http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc>
> >> > > > <
> >> http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc
> >> > > > > >
> >> > > > > and MD5 sum: 677607c0b5acb89fb35386169c7ffa8d
> >> > > > >
> >> > > > > This tarball was built by checking out
> >> > > > > http://svn.apache.org/repos/asf/incubator/thrift/tags/0.3.0 and
> >> > > > > running
> >> > > > > "./boostrap.sh && ./configure && make && make dist".
> >> > > > >
> >> > > > > Please download, untar, configure, and build to verify that
> >> > > > > everything works
> >> > > > > as expected. Sorry about the false start.
> >> > > > >
> >> > > > > -Bryan
> >> > > >
> >> > >
> >> >
> >> >
> >> >
> >> > --
> >> > Todd Lipcon
> >> > Software Engineer, Cloudera
> >>
> >> --
> >> ------------------------------------------------------------------------
> >> Anthony Molinaro                           <an...@alumni.caltech.edu>
> >>
> >
> 
> 
> 
> -- 
> Kevin Clark
> http://glu.ttono.us

-- 
------------------------------------------------------------------------
Anthony Molinaro                           <an...@alumni.caltech.edu>

Re: Thrift 0.3.0 RC1

Posted by Kevin Clark <ke...@gmail.com>.
The non-gem version respected DESTDIR if I recall (that was the
mechanism I used to use to package it), but that was tossed when the
gem package (the defacto main distribution) became the only package.
We figured it didn't matter much - the only people not using gems tend
to be people repackaging into some other system (OS distro maintainers
and other one offs, though this included me at the time). Thrift may
want to make it clear in the README that it's now the only supported
way to install for Ruby.


On Mon, May 3, 2010 at 3:40 PM, Bryan Duxbury <br...@rapleaf.com> wrote:
> You might call me the ruby maintainer. However, I don't think I'll be of
> much help with this one, since I only use the gem version of the ruby libs.
>
> On Mon, May 3, 2010 at 3:37 PM, Anthony Molinaro <
> anthonym@alumni.caltech.edu> wrote:
>
>> The ruby stuff also has the annnoying bit where it doesn't use destdir
>> with 'make install' which pretty much makes it impossible to package
>> thrift using traditional means.  For the RPM and debs I build of thrift
>> I run with --without-ruby to work around this.  It would be awesome if
>> whoever was the ruby maintainer were to figure out how to get it's install
>> target working with destdir...
>>
>> -Anthony
>>
>> On Mon, May 03, 2010 at 03:20:57PM -0700, Mark Slee wrote:
>> > This only appears to be in the lib/rb directory, though. I'm not seeing
>> any .o files in the C++ library or the compiler, for instance.
>> >
>> > mcslee@devrs001 /tmp/thrift/thrift-0.3.0 $find . -name "*.o"
>> > ./lib/rb/ext/binary_protocol_accelerated.o
>> > ./lib/rb/ext/compact_protocol.o
>> > ./lib/rb/ext/memory_buffer.o
>> > ./lib/rb/ext/protocol.o
>> > ./lib/rb/ext/struct.o
>> > ./lib/rb/ext/thrift_native.o
>> >
>> > I agree these shouldn't be distributed. The solution can be as simple as
>> manually removing them from the release for now until we get the make thing
>> properly patched.
>> >
>> > This issue aside, I'm a +1 on the rc1 candidate. It compiled without
>> issue for me (though again I have --with-ruby=no, so a ruby user should
>> confirm that stuff is working).
>> >
>> > -----Original Message-----
>> > From: Todd Lipcon [mailto:todd@cloudera.com]
>> > Sent: Saturday, May 01, 2010 8:12 PM
>> > To: thrift-user@incubator.apache.org
>> > Subject: Re: Thrift 0.3.0 RC1
>> >
>> > The tarball seems to include compiled .o files.
>> >
>> > I think the build process is just make dist, without the preceding make.
>> >
>> > -Todd
>> >
>> > On Sat, May 1, 2010 at 10:45 AM, Bryan Duxbury <br...@rapleaf.com>
>> wrote:
>> >
>> > > I bootstrapped on my Mac.
>> > >
>> > > On Sat, May 1, 2010 at 9:09 AM, David Reiss <dr...@facebook.com>
>> wrote:
>> > >
>> > > > What system did you run bootstrap on?
>> > > >
>> > > >
>> > > > --David (mobile)
>> > > >
>> > > > On May 1, 2010, at 6:53 AM, "Bryan Duxbury" <br...@rapleaf.com>
>> wrote:
>> > > >
>> > > > > Hi all,
>> > > > >
>> > > > > I'd like to propose the following tarball be accepted as the
>> > > > > official Thrift
>> > > > > 0.3.0 release:
>> > > > >
>> > > > > http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz<http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz>
>> <
>> > > http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz>
>> > > > <http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz
>> > > > > >
>> > > > >
>> > > > > with GPG signature:
>> > > > > http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz.asc<http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc>
>> <
>> > > http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc>
>> > > > <
>> http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc
>> > > > > >
>> > > > > and MD5 sum: 677607c0b5acb89fb35386169c7ffa8d
>> > > > >
>> > > > > This tarball was built by checking out
>> > > > > http://svn.apache.org/repos/asf/incubator/thrift/tags/0.3.0 and
>> > > > > running
>> > > > > "./boostrap.sh && ./configure && make && make dist".
>> > > > >
>> > > > > Please download, untar, configure, and build to verify that
>> > > > > everything works
>> > > > > as expected. Sorry about the false start.
>> > > > >
>> > > > > -Bryan
>> > > >
>> > >
>> >
>> >
>> >
>> > --
>> > Todd Lipcon
>> > Software Engineer, Cloudera
>>
>> --
>> ------------------------------------------------------------------------
>> Anthony Molinaro                           <an...@alumni.caltech.edu>
>>
>



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

Re: Thrift 0.3.0 RC1

Posted by Bryan Duxbury <br...@rapleaf.com>.
You might call me the ruby maintainer. However, I don't think I'll be of
much help with this one, since I only use the gem version of the ruby libs.

On Mon, May 3, 2010 at 3:37 PM, Anthony Molinaro <
anthonym@alumni.caltech.edu> wrote:

> The ruby stuff also has the annnoying bit where it doesn't use destdir
> with 'make install' which pretty much makes it impossible to package
> thrift using traditional means.  For the RPM and debs I build of thrift
> I run with --without-ruby to work around this.  It would be awesome if
> whoever was the ruby maintainer were to figure out how to get it's install
> target working with destdir...
>
> -Anthony
>
> On Mon, May 03, 2010 at 03:20:57PM -0700, Mark Slee wrote:
> > This only appears to be in the lib/rb directory, though. I'm not seeing
> any .o files in the C++ library or the compiler, for instance.
> >
> > mcslee@devrs001 /tmp/thrift/thrift-0.3.0 $find . -name "*.o"
> > ./lib/rb/ext/binary_protocol_accelerated.o
> > ./lib/rb/ext/compact_protocol.o
> > ./lib/rb/ext/memory_buffer.o
> > ./lib/rb/ext/protocol.o
> > ./lib/rb/ext/struct.o
> > ./lib/rb/ext/thrift_native.o
> >
> > I agree these shouldn't be distributed. The solution can be as simple as
> manually removing them from the release for now until we get the make thing
> properly patched.
> >
> > This issue aside, I'm a +1 on the rc1 candidate. It compiled without
> issue for me (though again I have --with-ruby=no, so a ruby user should
> confirm that stuff is working).
> >
> > -----Original Message-----
> > From: Todd Lipcon [mailto:todd@cloudera.com]
> > Sent: Saturday, May 01, 2010 8:12 PM
> > To: thrift-user@incubator.apache.org
> > Subject: Re: Thrift 0.3.0 RC1
> >
> > The tarball seems to include compiled .o files.
> >
> > I think the build process is just make dist, without the preceding make.
> >
> > -Todd
> >
> > On Sat, May 1, 2010 at 10:45 AM, Bryan Duxbury <br...@rapleaf.com>
> wrote:
> >
> > > I bootstrapped on my Mac.
> > >
> > > On Sat, May 1, 2010 at 9:09 AM, David Reiss <dr...@facebook.com>
> wrote:
> > >
> > > > What system did you run bootstrap on?
> > > >
> > > >
> > > > --David (mobile)
> > > >
> > > > On May 1, 2010, at 6:53 AM, "Bryan Duxbury" <br...@rapleaf.com>
> wrote:
> > > >
> > > > > Hi all,
> > > > >
> > > > > I'd like to propose the following tarball be accepted as the
> > > > > official Thrift
> > > > > 0.3.0 release:
> > > > >
> > > > > http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz<http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz>
> <
> > > http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz>
> > > > <http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz
> > > > > >
> > > > >
> > > > > with GPG signature:
> > > > > http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz.asc<http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc>
> <
> > > http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc>
> > > > <
> http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc
> > > > > >
> > > > > and MD5 sum: 677607c0b5acb89fb35386169c7ffa8d
> > > > >
> > > > > This tarball was built by checking out
> > > > > http://svn.apache.org/repos/asf/incubator/thrift/tags/0.3.0 and
> > > > > running
> > > > > "./boostrap.sh && ./configure && make && make dist".
> > > > >
> > > > > Please download, untar, configure, and build to verify that
> > > > > everything works
> > > > > as expected. Sorry about the false start.
> > > > >
> > > > > -Bryan
> > > >
> > >
> >
> >
> >
> > --
> > Todd Lipcon
> > Software Engineer, Cloudera
>
> --
> ------------------------------------------------------------------------
> Anthony Molinaro                           <an...@alumni.caltech.edu>
>

Re: Thrift 0.3.0 RC1

Posted by Anthony Molinaro <an...@alumni.caltech.edu>.
The ruby stuff also has the annnoying bit where it doesn't use destdir
with 'make install' which pretty much makes it impossible to package
thrift using traditional means.  For the RPM and debs I build of thrift
I run with --without-ruby to work around this.  It would be awesome if
whoever was the ruby maintainer were to figure out how to get it's install
target working with destdir...

-Anthony

On Mon, May 03, 2010 at 03:20:57PM -0700, Mark Slee wrote:
> This only appears to be in the lib/rb directory, though. I'm not seeing any .o files in the C++ library or the compiler, for instance.
> 
> mcslee@devrs001 /tmp/thrift/thrift-0.3.0 $find . -name "*.o"
> ./lib/rb/ext/binary_protocol_accelerated.o
> ./lib/rb/ext/compact_protocol.o
> ./lib/rb/ext/memory_buffer.o
> ./lib/rb/ext/protocol.o
> ./lib/rb/ext/struct.o
> ./lib/rb/ext/thrift_native.o
> 
> I agree these shouldn't be distributed. The solution can be as simple as manually removing them from the release for now until we get the make thing properly patched.
> 
> This issue aside, I'm a +1 on the rc1 candidate. It compiled without issue for me (though again I have --with-ruby=no, so a ruby user should confirm that stuff is working).
> 
> -----Original Message-----
> From: Todd Lipcon [mailto:todd@cloudera.com] 
> Sent: Saturday, May 01, 2010 8:12 PM
> To: thrift-user@incubator.apache.org
> Subject: Re: Thrift 0.3.0 RC1
> 
> The tarball seems to include compiled .o files.
> 
> I think the build process is just make dist, without the preceding make.
> 
> -Todd
> 
> On Sat, May 1, 2010 at 10:45 AM, Bryan Duxbury <br...@rapleaf.com> wrote:
> 
> > I bootstrapped on my Mac.
> >
> > On Sat, May 1, 2010 at 9:09 AM, David Reiss <dr...@facebook.com> wrote:
> >
> > > What system did you run bootstrap on?
> > >
> > >
> > > --David (mobile)
> > >
> > > On May 1, 2010, at 6:53 AM, "Bryan Duxbury" <br...@rapleaf.com> wrote:
> > >
> > > > Hi all,
> > > >
> > > > I'd like to propose the following tarball be accepted as the
> > > > official Thrift
> > > > 0.3.0 release:
> > > >
> > > > http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz<
> > http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz>
> > > <http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz
> > > > >
> > > >
> > > > with GPG signature:
> > > > http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz.asc<
> > http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc>
> > > <http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc
> > > > >
> > > > and MD5 sum: 677607c0b5acb89fb35386169c7ffa8d
> > > >
> > > > This tarball was built by checking out
> > > > http://svn.apache.org/repos/asf/incubator/thrift/tags/0.3.0 and
> > > > running
> > > > "./boostrap.sh && ./configure && make && make dist".
> > > >
> > > > Please download, untar, configure, and build to verify that
> > > > everything works
> > > > as expected. Sorry about the false start.
> > > >
> > > > -Bryan
> > >
> >
> 
> 
> 
> -- 
> Todd Lipcon
> Software Engineer, Cloudera

-- 
------------------------------------------------------------------------
Anthony Molinaro                           <an...@alumni.caltech.edu>

RE: Thrift 0.3.0 RC1

Posted by Mark Slee <ms...@facebook.com>.
This only appears to be in the lib/rb directory, though. I'm not seeing any .o files in the C++ library or the compiler, for instance.

mcslee@devrs001 /tmp/thrift/thrift-0.3.0 $find . -name "*.o"
./lib/rb/ext/binary_protocol_accelerated.o
./lib/rb/ext/compact_protocol.o
./lib/rb/ext/memory_buffer.o
./lib/rb/ext/protocol.o
./lib/rb/ext/struct.o
./lib/rb/ext/thrift_native.o

I agree these shouldn't be distributed. The solution can be as simple as manually removing them from the release for now until we get the make thing properly patched.

This issue aside, I'm a +1 on the rc1 candidate. It compiled without issue for me (though again I have --with-ruby=no, so a ruby user should confirm that stuff is working).

-----Original Message-----
From: Todd Lipcon [mailto:todd@cloudera.com] 
Sent: Saturday, May 01, 2010 8:12 PM
To: thrift-user@incubator.apache.org
Subject: Re: Thrift 0.3.0 RC1

The tarball seems to include compiled .o files.

I think the build process is just make dist, without the preceding make.

-Todd

On Sat, May 1, 2010 at 10:45 AM, Bryan Duxbury <br...@rapleaf.com> wrote:

> I bootstrapped on my Mac.
>
> On Sat, May 1, 2010 at 9:09 AM, David Reiss <dr...@facebook.com> wrote:
>
> > What system did you run bootstrap on?
> >
> >
> > --David (mobile)
> >
> > On May 1, 2010, at 6:53 AM, "Bryan Duxbury" <br...@rapleaf.com> wrote:
> >
> > > Hi all,
> > >
> > > I'd like to propose the following tarball be accepted as the
> > > official Thrift
> > > 0.3.0 release:
> > >
> > > http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz<
> http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz>
> > <http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz
> > > >
> > >
> > > with GPG signature:
> > > http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz.asc<
> http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc>
> > <http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc
> > > >
> > > and MD5 sum: 677607c0b5acb89fb35386169c7ffa8d
> > >
> > > This tarball was built by checking out
> > > http://svn.apache.org/repos/asf/incubator/thrift/tags/0.3.0 and
> > > running
> > > "./boostrap.sh && ./configure && make && make dist".
> > >
> > > Please download, untar, configure, and build to verify that
> > > everything works
> > > as expected. Sorry about the false start.
> > >
> > > -Bryan
> >
>



-- 
Todd Lipcon
Software Engineer, Cloudera

Re: Thrift 0.3.0 RC1

Posted by Todd Lipcon <to...@cloudera.com>.
The tarball seems to include compiled .o files.

I think the build process is just make dist, without the preceding make.

-Todd

On Sat, May 1, 2010 at 10:45 AM, Bryan Duxbury <br...@rapleaf.com> wrote:

> I bootstrapped on my Mac.
>
> On Sat, May 1, 2010 at 9:09 AM, David Reiss <dr...@facebook.com> wrote:
>
> > What system did you run bootstrap on?
> >
> >
> > --David (mobile)
> >
> > On May 1, 2010, at 6:53 AM, "Bryan Duxbury" <br...@rapleaf.com> wrote:
> >
> > > Hi all,
> > >
> > > I'd like to propose the following tarball be accepted as the
> > > official Thrift
> > > 0.3.0 release:
> > >
> > > http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz<
> http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz>
> > <http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz
> > > >
> > >
> > > with GPG signature:
> > > http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz.asc<
> http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc>
> > <http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc
> > > >
> > > and MD5 sum: 677607c0b5acb89fb35386169c7ffa8d
> > >
> > > This tarball was built by checking out
> > > http://svn.apache.org/repos/asf/incubator/thrift/tags/0.3.0 and
> > > running
> > > "./boostrap.sh && ./configure && make && make dist".
> > >
> > > Please download, untar, configure, and build to verify that
> > > everything works
> > > as expected. Sorry about the false start.
> > >
> > > -Bryan
> >
>



-- 
Todd Lipcon
Software Engineer, Cloudera

Re: Thrift 0.3.0 RC1

Posted by Bryan Duxbury <br...@rapleaf.com>.
I bootstrapped on my Mac.

On Sat, May 1, 2010 at 9:09 AM, David Reiss <dr...@facebook.com> wrote:

> What system did you run bootstrap on?
>
>
> --David (mobile)
>
> On May 1, 2010, at 6:53 AM, "Bryan Duxbury" <br...@rapleaf.com> wrote:
>
> > Hi all,
> >
> > I'd like to propose the following tarball be accepted as the
> > official Thrift
> > 0.3.0 release:
> >
> > http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz<http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz>
> <http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz
> > >
> >
> > with GPG signature:
> > http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz.asc<http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc>
> <http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc
> > >
> > and MD5 sum: 677607c0b5acb89fb35386169c7ffa8d
> >
> > This tarball was built by checking out
> > http://svn.apache.org/repos/asf/incubator/thrift/tags/0.3.0 and
> > running
> > "./boostrap.sh && ./configure && make && make dist".
> >
> > Please download, untar, configure, and build to verify that
> > everything works
> > as expected. Sorry about the false start.
> >
> > -Bryan
>

Re: Thrift 0.3.0 RC1

Posted by David Reiss <dr...@facebook.com>.
What system did you run bootstrap on?


--David (mobile)

On May 1, 2010, at 6:53 AM, "Bryan Duxbury" <br...@rapleaf.com> wrote:

> Hi all,
>
> I'd like to propose the following tarball be accepted as the  
> official Thrift
> 0.3.0 release:
>
> http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz<http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz 
> >
>
> with GPG signature:
> http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz.asc<http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc 
> >
> and MD5 sum: 677607c0b5acb89fb35386169c7ffa8d
>
> This tarball was built by checking out
> http://svn.apache.org/repos/asf/incubator/thrift/tags/0.3.0 and  
> running
> "./boostrap.sh && ./configure && make && make dist".
>
> Please download, untar, configure, and build to verify that  
> everything works
> as expected. Sorry about the false start.
>
> -Bryan

Re: Thrift 0.3.0 RC1

Posted by Jonathan Ellis <jb...@gmail.com>.
Works with Cassandra, FWIW.

On Sat, May 1, 2010 at 8:52 AM, Bryan Duxbury <br...@rapleaf.com> wrote:
> Hi all,
>
> I'd like to propose the following tarball be accepted as the official Thrift
> 0.3.0 release:
>
> http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz<http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz>
>
> with GPG signature:
> http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc1.tar.gz.asc<http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc1.tar.gz.asc>
> and MD5 sum: 677607c0b5acb89fb35386169c7ffa8d
>
> This tarball was built by checking out
> http://svn.apache.org/repos/asf/incubator/thrift/tags/0.3.0 and running
> "./boostrap.sh && ./configure && make && make dist".
>
> Please download, untar, configure, and build to verify that everything works
> as expected. Sorry about the false start.
>
> -Bryan
>



-- 
Jonathan Ellis
Project Chair, Apache Cassandra
co-founder of Riptano, the source for professional Cassandra support
http://riptano.com