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.
mcs...@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:[email protected]] Sent: Saturday, May 01, 2010 8:12 PM To: [email protected] 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 <[email protected]> wrote: > I bootstrapped on my Mac. > > On Sat, May 1, 2010 at 9:09 AM, David Reiss <[email protected]> wrote: > > > What system did you run bootstrap on? > > > > > > --David (mobile) > > > > On May 1, 2010, at 6:53 AM, "Bryan Duxbury" <[email protected]> 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
