Re: g++ build failure

2011-09-21 Thread Peter Lobsinger
build fixed in 851a2aaf17c2eb73abb25c8b5b735ab93089e8ad, test fixed in 081805293b792d4664556aeab79e14702505886e On Wed, Sep 21, 2011 at 10:59 PM, James E Keenan wrote: > On 9/21/11 10:41 PM, James E Keenan wrote: >> >> On 9/21/11 10:27 PM, James E Keenan wrote: >>> >>> commit 55a6542 >>> branch:

Re: g++ build failure

2011-09-21 Thread James E Keenan
On 9/21/11 10:41 PM, James E Keenan wrote: On 9/21/11 10:27 PM, James E Keenan wrote: commit 55a6542 branch: master observed on: Linux/i386 perl Configure.pl --cc=g++|--link=g++|--ld=g++|--optimize g++ build fails very quickly. Here's an edited version of the tail of the output: The patch at

Re: g++ build failure

2011-09-21 Thread Andy Lester
On Sep 21, 2011, at 9:41 PM, James E Keenan wrote: > The patch attached enables me to complete 'make' with the configuration > options above. Please review. I'm looking at it now, but the 2nd const in that declaration should not be a problem. I don't think the patch is the right way to do i

Re: g++ build failure

2011-09-21 Thread James E Keenan
On 9/21/11 10:27 PM, James E Keenan wrote: commit 55a6542 branch: master observed on: Linux/i386 perl Configure.pl --cc=g++|--link=g++|--ld=g++|--optimize g++ build fails very quickly. Here's an edited version of the tail of the output: The patch attached enables me to complete 'make' with th

g++ build failure

2011-09-21 Thread James E Keenan
commit 55a6542 branch: master observed on: Linux/i386 perl Configure.pl --cc=g++|--link=g++|--ld=g++|--optimize g++ build fails very quickly. Here's an edited version of the tail of the output: g++ -I./include -I./include/pmc -D_GNU_SOURCE [ long list of -D and -W options ] -Wwrite-strings

Re: nqp broken -- missing get_pointer().

2011-09-21 Thread Christoph Otto
On Wednesday, September 21, 2011 5:16 PM, "Andy Dougherty" wrote: > On Wed, 21 Sep 2011, Brian Gernhardt wrote: > > > > > On Sep 21, 2011, at 4:08 PM, Andy Dougherty wrote: > > > > > It appears that parrot/master no longer builds nqp/master. Here > > > are the relevant error messages from an atte

Re: nqp broken -- missing get_pointer().

2011-09-21 Thread Jonathan "Duke" Leto
Howdy, There is already a pull request in the tubes: https://github.com/perl6/nqp/pull/24 Duke On Wed, Sep 21, 2011 at 2:16 PM, Andy Dougherty wrote: > On Wed, 21 Sep 2011, Brian Gernhardt wrote: > >> >> On Sep 21, 2011, at 4:08 PM, Andy Dougherty wrote: >> >> > It appears that parrot/master n

Re: nqp broken -- missing get_pointer().

2011-09-21 Thread Andy Dougherty
On Wed, 21 Sep 2011, Brian Gernhardt wrote: > > On Sep 21, 2011, at 4:08 PM, Andy Dougherty wrote: > > > It appears that parrot/master no longer builds nqp/master. Here are > > the relevant error messages from an attempt to build nqp: > > parrot just merged the beginnings of a branch intended

Re: nqp broken -- missing get_pointer().

2011-09-21 Thread Brian Gernhardt
On Sep 21, 2011, at 4:08 PM, Andy Dougherty wrote: > It appears that parrot/master no longer builds nqp/master. Here are > the relevant error messages from an attempt to build nqp: parrot just merged the beginnings of a branch intended to clean up our default VTABLES. This has the unfortunate

nqp broken -- missing get_pointer().

2011-09-21 Thread Andy Dougherty
It appears that parrot/master no longer builds nqp/master. Here are the relevant error messages from an attempt to build nqp: /tmp/parrot/bin/parrot --library=src/stage0 src/stage0/nqp.pbc \ --target=pir --output=src/stage1/gen/nqp-mo.pir \ --setting=NULL src/stage1/gen/nq

Releases for 2012

2011-09-21 Thread Andrew Whitworth
We have three releases left this year, and we need to start getting volunteers to do releases for 2012. The November release is still open, I will probably take that one or January, if nobody else asks for them first. Volunteers for the release would be appreciated. If any of the other GSoC studen

Re: 3.8.0 Release Preparations

2011-09-21 Thread Andy Dougherty
On Tue, 20 Sep 2011, Andy Dougherty wrote: > The select.t failure is due to a bad test. It happens to work on Linux. > > I hope that the context.c and select.t issues can be fixed before the > release. Not doing so only reinforces the notion that parrot is a > gcc-only, Linux-only project.