trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: December 2011

Re: [trinity-devel] Need help with patch

From: Darrell Anderson <humanreadable@...>
Date: Thu, 8 Dec 2011 20:25:34 -0800 (PST)
> I found the problems.
> 
> One was mine. I changed the test of RUBY_VERSION_MINOR == 8
> to RUBY_VERSION_MINOR >= 8. The change was unnecessary
> and worse, in the wrong direction. Changing to <=
> succeeds but >= fails everything. :)
> 
> The other is the include to version.h needs to be
> ruby/version.h for 1.9.1.
> 
> My new patch seems to succeed with my setup, which includes
> 1.9. I presume the patch will still work correctly with 1.8,
> but somebody should test.
> 
> Patch uploaded to bug report 721 (http://bugs.pearsoncomputing.net/show_bug.cgi?id=721).

Doesn't really matter. Now that the configure files can find ruby 1.9.x, the package fails to build. Bug report 735 submitted.

My partial patch fixes the configure files and a few header file location declarations, but there is serious breakage because some header files no longer exist in 1.9.x, such as env.h. Somebody with ruby expertise will have to help with finishing the patch. :(

I don't see any obvious configure option such as --without-ruby to avoid that process.

There is too much breakage with building koffice. Koffice needs serious attention before R14 is released if that package is going to be sold as a light weight office suite.

I really wanted to build the package and start testing kword in a serious manner.

Sometimes ya stick around and fight like hell. Other times ya walk away thoroughly beaten and lick your wounds. I give up trying to build koffice. :)

Darrell