RUBY=none ./configure && make swig-rb Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2013-08-18 Thread Daniel Shahaf
Ben Reser wrote on Thu, Aug 15, 2013 at 21:27:40 -0700: > Probably should fix 1.7.x to not try to use the none command when ruby > isn't detected and to emit a proper error message. FWIW, this is reproducible in trunk, % RUBY=none ./configure % make % make swig-rb I've looked into a patch. Att

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2013-08-15 Thread Ben Reser
On Thu Aug 15 21:05:40 2013, build...@apache.org wrote: > The Buildbot has detected a new failure on builder svn-x64-ubuntu-gcc while > building ASF Buildbot. > Full details are available at: > http://ci.apache.org/builders/svn-x64-ubuntu-gcc/builds/9201 > > Buildbot URL: http://ci.apache.org/ >

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-10-02 Thread Ben Reser
On Tue, Oct 2, 2012 at 10:53 AM, wrote: > The Buildbot has detected a new failure on builder svn-x64-ubuntu-gcc while > building ASF Buildbot. > Full details are available at: > http://ci.apache.org/builders/svn-x64-ubuntu-gcc/builds/6270 > > Buildbot URL: http://ci.apache.org/ > > Buildslave f

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-09-28 Thread Ben Reser
On Thu, Sep 27, 2012 at 9:10 PM, wrote: > The Buildbot has detected a new failure on builder svn-x64-ubuntu-gcc while > building ASF Buildbot. > Full details are available at: > http://ci.apache.org/builders/svn-x64-ubuntu-gcc/builds/6234 > > Buildbot URL: http://ci.apache.org/ > > Buildslave f

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-09-25 Thread Philip Martin
Hyrum K Wright writes: > Incidentally, I'm still seeing swig-pl build errors on that bot. From > reading above, I thought these were addressed. Is that correct? The latest failure is on the 1.7 branch which doesn't have the swig-pl patch from trunk. -- Certified & Supported Apache Subversion

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-09-25 Thread Hyrum K Wright
On Tue, Sep 25, 2012 at 12:29 AM, Ben Reser wrote: > On Mon, Sep 24, 2012 at 8:27 PM, Hyrum K Wright wrote: >> For the time being, the Ruby build step and tests have been commented >> out of the relevant scripts. >> >> I think there is value in running a bot on a stock (albeit currently >> beta)

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-09-25 Thread Philip Martin
Philip Martin writes: > Hyrum K Wright writes: > >> I've spent the evening digging into what it would take to support Ruby >> 1.9, but my Ruby-fu is so weak that it'll be more than an evening for >> me to actually make progress on the issue. I invite more capable >> hands to join in the effort.

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-09-25 Thread Philip Martin
Hyrum K Wright writes: > I've spent the evening digging into what it would take to support Ruby > 1.9, but my Ruby-fu is so weak that it'll be more than an evening for > me to actually make progress on the issue. I invite more capable > hands to join in the effort. There were patches submitted

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-09-24 Thread Ben Reser
On Mon, Sep 24, 2012 at 8:27 PM, Hyrum K Wright wrote: > For the time being, the Ruby build step and tests have been commented > out of the relevant scripts. > > I think there is value in running a bot on a stock (albeit currently > beta) install of a popular Linux distribution. We don't control

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-09-24 Thread Hyrum K Wright
On Mon, Sep 24, 2012 at 11:15 PM, Ben Reser wrote: > On Mon, Sep 24, 2012 at 7:38 PM, Hyrum K Wright wrote: >> The svn-x64-ubuntu-gcc bot currently lives in my basement, and was >> recently upgraded to the latest Ubuntu beta release, which bumped a >> number of dependency versions. The biggest i

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-09-24 Thread Ben Reser
On Mon, Sep 24, 2012 at 7:38 PM, Hyrum K Wright wrote: > The svn-x64-ubuntu-gcc bot currently lives in my basement, and was > recently upgraded to the latest Ubuntu beta release, which bumped a > number of dependency versions. The biggest issue with the bindings is > the bump to Ruby 1.9 which we

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-09-24 Thread Hyrum K Wright
On Mon, Sep 24, 2012 at 8:02 PM, Ben Reser wrote: > On Wed, Sep 19, 2012 at 2:14 AM, Philip Martin > wrote: >> In build/ac-macros/swig.m4 the -ansi flag is explicltly removed for the >> Ruby bindings so that gcc accepts things like that. > > Thanks, that worked. I've committed something to that

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-09-24 Thread Ben Reser
On Wed, Sep 19, 2012 at 2:14 AM, Philip Martin wrote: > In build/ac-macros/swig.m4 the -ansi flag is explicltly removed for the > Ruby bindings so that gcc accepts things like that. Thanks, that worked. I've committed something to that effect in r1389658. I also tracked down the root cause in S

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-09-19 Thread Philip Martin
Ben Reser writes: > The line it's erring out on is a C++ style comment: >// Casts only needed for Perl < 5.10. > > which is inside an extern "C". So it's a SWIG bug. I've verified that > it's still present in 2.0.8. In build/ac-macros/swig.m4 the -ansi flag is explicltly removed for the Ru

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-09-19 Thread Ben Reser
On Tue, Sep 18, 2012 at 11:48 PM, Ben Reser wrote: > What's happening here is the Perl bindings are failing. > core.c: In function ‘boot_SVN___Core’: > core.c:42819:5: error: expected expression before ‘/’ token > core.c:42819:37: error: too many decimal points in number > core.c:42812:3: warni

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-09-18 Thread Ben Reser
> > The Buildbot has detected a new failure on builder svn-x64-ubuntu-gcc > while building ASF Buildbot. > Full details are available at: > http://ci.apache.org/builders/svn-x64-ubuntu-gcc/builds/6128 > Buildbot URL: http://ci.apache.org/ > Buildslave for this Build: svn-x64-ubuntu > Build Reason:

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-04-06 Thread Joe Swatosh
On Fri, Apr 6, 2012 at 11:02 AM, Hyrum K Wright wrote: > *sigh* > > I spoke in haste.  It turns out my ruby-fu is so weak (and the code is > question is convoluted by the plethora of yield statements) that I > feel uncomfortable digging into this in any reasonable timeframe.  I > *think* Daniel's

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-04-06 Thread Hyrum K Wright
*sigh* I spoke in haste. It turns out my ruby-fu is so weak (and the code is question is convoluted by the plethora of yield statements) that I feel uncomfortable digging into this in any reasonable timeframe. I *think* Daniel's patch would be useful, but I'm really in no position to say. http:

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-04-05 Thread Daniel Shahaf
I could have a shot at this but it's not at the top of my list. (and I don't know Ruby either) Philip Martin wrote on Thu, Apr 05, 2012 at 21:10:06 +0100: > We discussed it last month: > > http://svn.haxx.se/dev/archive-2012-03/0669.shtml > > Converting the lists to sets in the testsuite seems t

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-04-05 Thread Hyrum K Wright
Is that the final plan? If so, I'll *learn* enough Ruby to implement it, just to get the bots quiet again. :P -Hyrum On Thu, Apr 5, 2012 at 3:10 PM, Philip Martin wrote: > We discussed it last month: > > http://svn.haxx.se/dev/archive-2012-03/0669.shtml > > Converting the lists to sets in the

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-04-05 Thread Philip Martin
We discussed it last month: http://svn.haxx.se/dev/archive-2012-03/0669.shtml Converting the lists to sets in the testsuite seems to be the preferred option, but I don't know enough Ruby to implement it. Greg Stein writes: > This is an ordering failure in the Ruby bindings, presumably due to >

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-04-05 Thread Greg Stein
This is an ordering failure in the Ruby bindings, presumably due to APR hash order. Is anybody working on fixing the Ruby bindings to be order-independent for cases like this? Cheers, -g On Thu, Apr 5, 2012 at 15:00, wrote: > The Buildbot has detected a new failure on builder svn-x64-ubuntu-gc

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-02-28 Thread Hyrum K Wright
Update: now the swig-py build is failing. :( It looks like the generated code isn't pulling in a required header file or something, which causes the bindings build to fail with swig 2.0.4. I've temporarily disabled the python bindings on that bot to get stuff running again. -Hyrum On Mon, Feb 2

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-02-27 Thread Hyrum K Wright
Yep. The script should now point to the correct JDK location. -Hyrum On Mon, Feb 27, 2012 at 10:02 PM, Greg Stein wrote: > Looks like some Java change on the build save? > > On Mon, Feb 27, 2012 at 18:03,   wrote: >> The Buildbot has detected a new failure on builder svn-x64-ubuntu-gcc while >

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-02-27 Thread Greg Stein
Looks like some Java change on the build save? On Mon, Feb 27, 2012 at 18:03, wrote: > The Buildbot has detected a new failure on builder svn-x64-ubuntu-gcc while > building ASF Buildbot. > Full details are available at: >  http://ci.apache.org/builders/svn-x64-ubuntu-gcc/builds/4452 > > Buildb