Re: [perl #56006] [BUG]: Test failures on Solaris10-x86

2008-06-19 Thread chromatic
On Thursday 19 June 2008 19:04:07 James Keenan via RT wrote: > On Thu Jun 19 18:41:07 2008, [EMAIL PROTECTED] wrote: > > I'm a little confused; why SKIP a passing TODO? > We know that one test is now passing on some operating systems: Darwin, > Linux, and this Solaris. But we don't know about o

[perl #56120] [OK] Solaris 10 on sparc

2008-06-19 Thread via RT
# New Ticket Created by Andrew Johnson # Please include the string: [perl #56120] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56120 > Using Perl 5.8.8, gnumake and the Sun C compiler version 5.9, I get the following res

Re: [perl #56118] AutoReply: --jitcapable seg fault on Darwin x86 10.5.3 on Revision: 28564

2008-06-19 Thread Andy Bach
Here's a simpler bt (from integer_42.pasm) #0 0x8fe18b42 in __dyld_misaligned_stack_error () #1 0x0004 in ?? () #2 0x005cbbe0 in real_exception (interp=0x112a00, ret_addr=0x0, exitcode=28, format=0x85143b "Divide by zero") at src/exceptions.c:903 #3 0x0104cc5f in ?? () #4 0x005dec4d in ru

Re: [perl #56118] AutoReply: --jitcapable seg fault on Darwin x86 10.5.3 on Revision: 28564

2008-06-19 Thread Andy Bach
After some fiddling (thanks Bruce!!!) I was able to get a core dump - here's the backtrace: #0 0x005d4405 in gc_ms_alloc_objects (interp=0x1117c0, pool=0x111b10) at src/gc/smallobject.c:399 399 pool->objects_per_alloc = (size_t)(pool->objects_per_alloc * (gdb) bt #0 0x005d4405 in gc_

[perl #56120] [OK] Solaris 10 on sparc

2008-06-19 Thread James Keenan via RT
On Thu Jun 19 16:50:19 2008, [EMAIL PROTECTED] wrote: > Using Perl 5.8.8, gnumake and the Sun C compiler version 5.9, I get > the > following results from 'make test' on a Sparc system running Solaris > 10 with > Parrot svn revision 28514: > > t/op/sprintf.ok >

[perl #56006] [BUG]: Test failures on Solaris10-x86

2008-06-19 Thread James Keenan via RT
On Thu Jun 19 18:41:07 2008, [EMAIL PROTECTED] wrote: > I'm a little confused; why SKIP a passing TODO? > We know that one test is now passing on some operating systems: Darwin, Linux, and this Solaris. But we don't know about others. Is there any way to write the test such that it is not t

[perl #56102] Fwd: [PATCH] add git-svn instructions to gettingstarted.pod

2008-06-19 Thread James Keenan via RT
Learned that Coke had already opened a ticket for this; merged this one into that.

[perl #56122] [Fwd: [PATCH] add git-svn instructions to gettingstarted.pod]

2008-06-19 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #56122] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56122 > Forwarding to open RT: Original Message Subject: [PATCH] add git-svn

Re: [perl #56006] Test failures on Solaris10-x86

2008-06-19 Thread chromatic
On Thursday 19 June 2008 18:33:33 James Keenan via RT wrote: > On Wed Jun 18 09:04:53 2008, [EMAIL PROTECTED] wrote: > > Running 'make test' on Solaris 10 x86 box, the following tests fail > > (or unexpectedly succeed): > > > > t/op/sprintf.ok > > 117/308 s

[perl #55950] problem compiling OpenGL/GLUT on PPC OS X

2008-06-19 Thread James Keenan via RT
On Wed Jun 18 06:55:49 2008, packy wrote: > > With my patch for DEPLOYMENT_TARGET in place, running 'make > realclean; perl Configure.pl; make' yields the same warning messages, > but the build doesn't stop immediately afterward, probably because > it's no longer running a parallel make and

[perl #56006] Test failures on Solaris10-x86

2008-06-19 Thread James Keenan via RT
On Wed Jun 18 09:04:53 2008, [EMAIL PROTECTED] wrote: > Running 'make test' on Solaris 10 x86 box, the following tests fail > (or unexpectedly succeed): > > t/op/sprintf.ok > 117/308 skipped: various reasons, 1/308 unexpectedly succeeded > TODO PASSED test 1

IMCC Musings from Register Allocator Change Experience

2008-06-19 Thread chromatic
Per some investigation and discussion at the hackathon, I've looked in to refactoring the register allocator. IMCC keeps track of all symbolic registers within a compilation unit in a hash of SymReg structures. When building PBC, IMCC needs to decide how to map symbolic registers ($P1, $N0, $S

[perl #56044] [OK]: Report on Parrot/rakudo Build Fest at YAPC

2008-06-19 Thread James Keenan via RT
On Wed Jun 18 10:05:28 2008, [EMAIL PROTECTED] wrote: Thanks for the report and thanks for coming to the build fest! kid51

[perl #56056] [PATCH] Report on Parrot Build Fest at YAPC

2008-06-19 Thread James Keenan via RT
I think Barney beat you to it in r28520. Resolving ticket. Thanks for attending the Build Fest and contributing patches! kid51

Re: [perl #56052] Storable issue

2008-06-19 Thread Mark Glines
On Thursday 19 June 2008 16:46:23 chromatic wrote: > On Thursday 19 June 2008 12:40:49 Andrew Johnson wrote: > > No, sorry. I first saw the problem a couple of weeks ago, but that was my > > first attempt to build on this platform. The simplest solution is > > probably to raise the minimum required

[perl #56040] [OK]: Report on Parrot/Raduko Build Fest at YAPC

2008-06-19 Thread James Keenan via RT
On Wed Jun 18 10:00:38 2008, [EMAIL PROTECTED] wrote: > OS tested today: CentOS 5.0 > > I would like to setup daily automated smoke tests for CentOS, FreeBSD > and Solaris when I get back home. I can probably setup a virtual > server and run a variety of *BSD machines for this. > > What are the

[perl #56026] [OK] Report on Parrot/Rakudo Build Fest at YAPC.

2008-06-19 Thread James Keenan via RT
Thanks for the report, Shane. Resolving ticket. kid51

Re: [perl #56052] Storable issue

2008-06-19 Thread chromatic
On Thursday 19 June 2008 12:40:49 Andrew Johnson wrote: > No, sorry. I first saw the problem a couple of weeks ago, but that was my > first attempt to build on this platform. The simplest solution is probably > to raise the minimum required version of Perl from 5.8.0 (as listed in > README) to whi

[perl #55856] Eliminating (?) _handle_darwin_for_macports and _handle_darwin_for_fink

2008-06-19 Thread James Keenan via RT
At the hackathon, I got a verbal that the patch worked. So I merged the handledarwin branch into trunk and committed yesterday. Marking ticket resolved. kid51

[perl #52214] [BUG] [PATCH]: Lipo poses problems when building Parrot on Darwin with Apple-built Perl 5.8

2008-06-19 Thread James Keenan via RT
Keeping fingers crossed, I'm marking this ticket resolved.

[perl #56032] YAPC::NA 2008 Chicago Buildfest Results

2008-06-19 Thread James Keenan via RT
On Wed Jun 18 09:56:01 2008, jbisbee wrote: > I was building on OSX PPC Lepord 10.5.3 using > owerpc-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465) > > My initial build failed the readline configure step and threw the > following excpetion Jeff (Todd, and anyone else getting the auto

[perl #56022] [OK]: Build report FreeBSD 6.3/Sparc64

2008-06-19 Thread James Keenan via RT
On Wed Jun 18 09:52:17 2008, [EMAIL PROTECTED] wrote: > Date: 2008-06-18 > Platform: FreeBSD 6.3/Sparc64 (Sun Ultra 5) > Perl version: 5.10.0 > > Parrot build: successful > Perl 6 build: successful > Perl 6 make test: successful > > Output files attached. Joe: Thanks for the very detailed repo

[perl #56108] [BUG] make fails in languages/perl6

2008-06-19 Thread [EMAIL PROTECTED] (via RT)
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #56108] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56108 > Per the README in languages/perl6: To build the compiler, start by building Parr

Re: [perl #56052] Storable issue

2008-06-19 Thread Andrew Johnson
On Thursday 19 June 2008 12:13:40 Mark Glines via RT wrote: > On Wed Jun 18 10:57:05 2008, [EMAIL PROTECTED] wrote: > > On Solaris10 with sparc, during the make process I get this: > > > > perl /home/phoebus3/ANJ/work/parrot/tools/build/pmc2c.pl --c > >subproxy.pmc > > Cannot restore overloadin

[perl #56052] Storable issue

2008-06-19 Thread Mark Glines via RT
On Wed Jun 18 10:57:05 2008, [EMAIL PROTECTED] wrote: > On Solaris10 with sparc, during the make process I get this: > > perl /home/phoebus3/ANJ/work/parrot/tools/build/pmc2c.pl --c >subproxy.pmc > Cannot restore overloading on HASH(0x286dc8) (package >Parrot::Pmc2c::Emitter) at blib/lib/S

Re: [perl #56110] Warnings on Solaris

2008-06-19 Thread chromatic
On Thursday 19 June 2008 13:33:13 Andrew Johnson wrote: > These warnings occur when compiling on Solaris, both x86 and sparc: > > "src/packfile.c", line 351: warning: argument #1 is incompatible with > prototype: > prototype: pointer to char : "/usr/include/sys/mman.h", line 161 >

[perl #56118] --jitcapable seg fault on Darwin x86 10.5.3 on Revision: 28564

2008-06-19 Thread Andy Bach
# New Ticket Created by "Andy Bach" # Please include the string: [perl #56118] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56118 > Building w/ JIT a number of the smokej tests fail: 10911 OK from 11062 tests (98.63% ok)

Re: [perl #56020] [OK]: Report on Parrot Build Fest at YAPC

2008-06-19 Thread Packy Anderson
On Jun 19, 2008, at 11:34 AM, Ovid wrote: --- Packy Anderson <[EMAIL PROTECTED]> wrote: On Jun 18, 2008, at 11:51 AM, Parrot via RT wrote: Successful parrot build on ancient Debian/i386 system, most of the way through "make test" (it's taking _forever_, mostly because this is a PII 266 system)

[perl #55960] [BUG] [PATCH] Hash declarations broken in c++ build

2008-06-19 Thread NotFound via RT
Another try. Builds and pass tests both with C and C++. Index: src/string.c === --- src/string.c (revisión: 28565) +++ src/string.c (copia de trabajo) @@ -265,7 +265,7 @@ /* Set up the cstring cache, then load the basic encoding

[perl #56110] Warnings on Solaris

2008-06-19 Thread via RT
# New Ticket Created by Andrew Johnson # Please include the string: [perl #56110] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56110 > These warnings occur when compiling on Solaris, both x86 and sparc: "src/packfile.c",

Re: [perl #55954] [PATCH]: Add 'make smolder_test' target

2008-06-19 Thread C.J. Adams-Collier
James, Did you svn add the new files first? I didn't see any new files in that diff... You can usually get a commit bit by asking on #perl6 on irc.freenode.net Cheers, C.J. On Tue, 2008-06-17 at 12:37 -0700, James Keenan wrote: > # New Ticket Created by James Keenan > # Please include the s

[perl #55960] [BUG] [PATCH] Hash declarations broken in c++ build

2008-06-19 Thread NotFound via RT
Forget previous patch, is broken. I'll keep working on it.

[perl #55960] [BUG] [PATCH] Hash declarations broken in c++ build

2008-06-19 Thread NotFound via RT
This is a cleaner version. Index: src/string.c === --- src/string.c (revisión: 28553) +++ src/string.c (copia de trabajo) @@ -265,7 +265,7 @@ /* Set up the cstring cache, then load the basic encodings and charsets */ if (!i

[perl #56102] Fwd: [PATCH] add git-svn instructions to gettingstarted.pod

2008-06-19 Thread Will Coleda via RT
On Thu Jun 19 09:56:35 2008, coke wrote: > Forwarding to parrotbug to open a ticket. > > > -- Forwarded message -- > From: Hans Dieter Pearcey <[EMAIL PROTECTED]> > Date: Wed, Jun 18, 2008 at 2:23 PM > Subject: [PATCH] add git-svn instructions to gettingstarted.pod > To: [EMAIL PR

[perl #56102] Fwd: [PATCH] add git-svn instructions to gettingstarted.pod

2008-06-19 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #56102] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56102 > Forwarding to parrotbug to open a ticket. -- Forwarded message -- From:

Re: [perl #56108] AutoReply: [BUG] make fails in languages/perl6

2008-06-19 Thread Ovid
--- Jonathan Worthington <[EMAIL PROTECTED]> wrote: > OK, that's in the dynops loading code. I'm be interesting to see > what: > > prove t/dynoplibs > > Gives you. (This is in Parrot root, not Rakudo.) And also, your > platform > etc. (in fact, the contents of the myconfig file, generated by >

Re: [perl #56108] AutoReply: [BUG] make fails in languages/perl6

2008-06-19 Thread Jonathan Worthington
Ovid wrote: Nope. Same error :( Ouch. :-( ../../parrot -o perl6.pbc perl6.pir src/interpreter.c:1030: failed assertion 'interp->op_count == core->op_count' make: *** [perl6.pbc] Abort trap At revision 28566 OK, that's in the dynops loading code. I'm be interesting to see what: prove

Re: [svn:parrot] r28492 - trunk/src/gc

2008-06-19 Thread chromatic
On Tuesday 17 June 2008 15:01:43 [EMAIL PROTECTED] wrote: > Log: > [src/gc] Add some basic function-level documentation to src/gc/memory.c as > per RT#48260. More is needed, but I've covered the basics. Excellent. One thing most people don't notice -- neither criticism nor concern, but a tiny b

Re: [perl #56108] AutoReply: [BUG] make fails in languages/perl6

2008-06-19 Thread Ovid
--- Jonathan Worthington <[EMAIL PROTECTED]> wrote: > Hi, > > Ovid wrote: > >> http://rt.perl.org/rt3/Ticket/Display.html?id=56108 > >> > This is related to Rakudo starting to use dynops (dynamic op > libraries) > today. I managed to mess up the makefile by forgetting to stick in > the >

[perl #56016] [OK]: Report on Parrot/rakudo Build Fest at YAPC

2008-06-19 Thread via RT
# New Ticket Created by Charlie Hsu # Please include the string: [perl #56016] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56016 > I running on a Win32 (WindowsXP) using the Visual Studio Express 9, and Activestate 5.8

Perl 6 and Parrot presentations on Perl 6 Wiki

2008-06-19 Thread Conrad Schneiker
FYI. Just added links to 9 presentations on Perl 6 and Parrot (by Patrick Michaud and Jonathan Worthington) that some of you may want to look at. http://www.perlfoundation.org/perl6/index.cgi?perl_6_articles_and_presentati ons Best regards, Conrad Schneiker

Re: [perl #56108] AutoReply: [BUG] make fails in languages/perl6

2008-06-19 Thread Jonathan Worthington
Hi, Ovid wrote: http://rt.perl.org/rt3/Ticket/Display.html?id=56108 This is related to Rakudo starting to use dynops (dynamic op libraries) today. I managed to mess up the makefile by forgetting to stick in the cleaning stuff, meaning that it could sometimes also fail with a realclean.

Re: [perl #56108] AutoReply: [BUG] make fails in languages/perl6

2008-06-19 Thread Ovid
> http://rt.perl.org/rt3/Ticket/Display.html?id=56108 D'oh! I would help if I provided the parrot version: $ svn info Path: . URL: https://svn.perl.org/parrot/trunk Repository Root: https://svn.perl.org/parrot Repository UUID: d31e2699-5ff4-0310-a27c-f18f2fbe73fe Revision: 28555 Node Kind: dire

[perl #56004] [TODO] implement .method (with $_ as implicit invocant)

2008-06-19 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #56004] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56004 > This is part of my ongoing (albeit slow) effort to turn missing rakudo features into tick

Re: [svn:parrot] r28546 - in trunk/languages/perl6: . config/makefiles src/builtins src/ops src/parser

2008-06-19 Thread chromatic
On Thursday 19 June 2008 12:01:47 Will Coleda wrote: > On Thu, Jun 19, 2008 at 2:58 PM, chromatic <[EMAIL PROTECTED]> wrote: > > I'd like to replace all of the string_from_literal with const_string. > > While the former calculates the string length at compile time (and saves > > a very short str

Re: [svn:parrot] r28546 - in trunk/languages/perl6: . config/makefiles src/builtins src/ops src/parser

2008-06-19 Thread Will Coleda
On Thu, Jun 19, 2008 at 2:58 PM, chromatic <[EMAIL PROTECTED]> wrote: > On Thursday 19 June 2008 07:28:55 [EMAIL PROTECTED] wrote: > >> Log: >> [rakudo] Implement basic use of does operator for mixing in a role to an >> existing object at runtime. This was most neatly done with a dynop, so this >>

Re: [svn:parrot] r28546 - in trunk/languages/perl6: . config/makefiles src/builtins src/ops src/parser

2008-06-19 Thread chromatic
On Thursday 19 June 2008 07:28:55 [EMAIL PROTECTED] wrote: > Log: > [rakudo] Implement basic use of does operator for mixing in a role to an > existing object at runtime. This was most neatly done with a dynop, so this > check-in also adds a dynops file for Rakudo. make makefile will be required >

[perl #56040] [OK]: Report on Parrot/Raduko Build Fest at YAPC

2008-06-19 Thread via RT
# New Ticket Created by Daniel Magnuszewski # Please include the string: [perl #56040] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56040 > OS tested today: CentOS 5.0 Compiled Parrot without issue. Built Parrot/Raduko w

[perl #55184] The presence of $_ in programs produces an error

2008-06-19 Thread Patrick R. Michaud via RT
On Mon Jun 16 07:48:41 2008, [EMAIL PROTECTED] wrote: > The attached patch fixes the bug #55184: "The presence of $_ in > programs produces an error", reported a while back. > > > > It's a limited fix, and I'd be happy to hear how it cou

[perl #56024] make test output - solaris 8 sparc (xpg4)

2008-06-19 Thread [EMAIL PROTECTED] (via RT)
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #56024] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56024 > $>uname -a SunOS cmtnoc5-mx45 5.8 Generic_117350-38 sun4u sparc SUNW,Sun-Fire-V490

Re: [perl #56030] AutoReply: Parrot buildfest YAPC::NA::2008 x86 Leopard, build revision 28515 - Configure msg on readline test

2008-06-19 Thread Andy Bach
Never mind - an newly added application got in the path w/ an older version of something. Original msg in Config is the only issue.

Re: [perl #56018] Tcl Language test failures with OS X

2008-06-19 Thread Will Coleda
On Wed, Jun 18, 2008 at 12:50 PM, via RT Shane Werner <[EMAIL PROTECTED]> wrote: > # New Ticket Created by "Shane Werner" > # Please include the string: [perl #56018] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=56018 > >

Re: [perl #55712] [PATCH] Some refactoring, cleaning, and pdd28 accommodation of the parrot string subsystem

2008-06-19 Thread NotFound
On Thu, Jun 19, 2008 at 4:23 AM, Andrew Whitworth via RT <[EMAIL PROTECTED]> wrote: > Patch applies cleanly, but "make perl6" fails on Debian(Ubuntu 8.04) x86 > for me. I've attached a backtrace of the failure, for anybody who is > intrepid enough to take a look at it. Thanks for the testing. I t

[perl #56044] [OK]: Report on Parrot/rakudo Build Fest at YAPC

2008-06-19 Thread [EMAIL PROTECTED] (via RT)
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #56044] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56044 > On: PPC OS X 10.4.11 Summary: Shiny shiny Specifically: svn co https://svn.per

[perl #56034] [OK]: Report on Parrot/Rakudo build Fest at YAPC

2008-06-19 Thread via RT
# New Ticket Created by Jim Krajewski # Please include the string: [perl #56034] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56034 > Hi, I just wanted to report on the results of my Parrot/Rakudo build, which went OK.

[perl #56052] Storable issue

2008-06-19 Thread via RT
# New Ticket Created by Andrew Johnson # Please include the string: [perl #56052] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56052 > On Solaris10 with sparc, during the make process I get this: perl /home/phoebus3/ANJ/

[perl #56030] Parrot buildfest YAPC::NA::2008 x86 Leopard, build revision 28515 - Configure msg on readline test

2008-06-19 Thread Andy Bach
# New Ticket Created by "Andy Bach" # Please include the string: [perl #56030] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56030 > Parrot/perl6 build fine but: Checking MANIFEST..

Re: [perl #56030] AutoReply: Parrot buildfest YAPC::NA::2008 x86 Leopard, build revision 28515 - Configure msg on readline test

2008-06-19 Thread Andy Bach
Applied patch: http://rt.perl.org/rt3//Public/Bug/Display.html?id=52212 which cleared up the config error (close ticket as it's a duplicate anyway) Test Summary Report --- t/op/sprintf.t (Wstat: 0 Tests: 308 Failed: 0) TODO passed: 157 t/codingstd/p

[perl #56048] [OK]: Report on Parrot/Rakudo Build Fest at YAPC

2008-06-19 Thread Deven T. Corzine
# New Ticket Created by "Deven T. Corzine" # Please include the string: [perl #56048] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56048 > I checked Parrot out of Subversion on my Windows laptop with TortoiseSVN, built i

[perl #56020] [OK]: Report on Parrot Build Fest at YAPC

2008-06-19 Thread via RT
# New Ticket Created by Packy Anderson # Please include the string: [perl #56020] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56020 > Successful parrot build on ancient Debian/i386 system, most of the way through "make

[perl #56012] ccs make on solaris 8

2008-06-19 Thread [EMAIL PROTECTED] (via RT)
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #56012] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56012 > Hi, I have a bug using ccs make (/usr/ccs/bin/make). The following error happens w

Re: [perl #56020] [OK]: Report on Parrot Build Fest at YAPC

2008-06-19 Thread jerry gay
On Thu, Jun 19, 2008 at 9:34 AM, Ovid <[EMAIL PROTECTED]> wrote: > --- Packy Anderson <[EMAIL PROTECTED]> wrote: > >> On Jun 18, 2008, at 11:51 AM, Parrot via RT wrote: >> > Successful parrot build on ancient Debian/i386 system, most of the >> > way through "make test" (it's taking _forever_, mostl

Re: [perl #56030] AutoReply: Parrot buildfest YAPC::NA::2008 x86 Leopard, build revision 28515 - Configure msg on readline test

2008-06-19 Thread Andy Bach
svn upped to 28515 and now attempting perl6 (all tests passed all spectest_regression tests passed on 28513) and: dyld: Symbol not found: __cg_jpeg_resync_to_restart Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Image

[perl #56006] Test failures on Solaris10-x86

2008-06-19 Thread via RT
# New Ticket Created by Andrew Johnson # Please include the string: [perl #56006] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56006 > Running 'make test' on Solaris 10 x86 box, the following tests fail (or unexpectedly

Re: qx{} or backtick?

2008-06-19 Thread Gaal Yahas
On Thu, Jun 19, 2008 at 9:01 AM, Gaal Yahas <[EMAIL PROTECTED]> wrote: > On Thu, Jun 19, 2008 at 7:45 AM, Gabor Szabo <[EMAIL PROTECTED]> wrote: >> What replaces backtick or qx{} ? > > q:x{}, alternatively spelled qqx{}. From S02: qq:x, that is of course. -- Gaal Yahas <[EMAIL PROTECTED]> http:/

Re: qx{} or backtick?

2008-06-19 Thread Gaal Yahas
On Thu, Jun 19, 2008 at 7:45 AM, Gabor Szabo <[EMAIL PROTECTED]> wrote: > What replaces backtick or qx{} ? q:x{}, alternatively spelled qqx{}. From S02: Note that qx// doesn't interpolate. [...] If you want to abbreviate further, just define a macro: macro qx { 'qq:x ' } # equ

[perl #56076] [PATCH] MACOSX_DEPLOYMENT_TARGET not defined during OSX PPC Rakudo build

2008-06-19 Thread via RT
# New Ticket Created by Packy Anderson # Please include the string: [perl #56076] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56076 > On my OSX PPC 10.4.11 platform I did a "make perl6" from languages/ perl6, and I got

[perl #39930] [BUG] concat unicode+iso-8859-1 doesn't work w/o ICU

2008-06-19 Thread NotFound via RT
The attached patch changes string_rep_compatible so that when called with utf8_encoding and iso_8859_1_encoding returns utf8. Looks that this solves the problem and breaks nothing. Index: src/string.c === --- src/string.c (revisión:

[perl #50500] [PROPOSAL][PAST] add PAST::Var :scope('attribute')

2008-06-19 Thread Patrick R. Michaud via RT
This now exists, so closing ticket. The handling of self is likely to become a separate :scope type for PAST::Var, but I don't think that should block this ticket. Pm

[perl #56068] [PATCH] modify t/spectest_regression.data

2008-06-19 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #56068] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56068 > attached patch removes S29-str/comb.t from t/spectest_regression.data (comb not yet imple

Re: [perl #56020] [OK]: Report on Parrot Build Fest at YAPC

2008-06-19 Thread Ovid
--- Packy Anderson <[EMAIL PROTECTED]> wrote: > On Jun 18, 2008, at 11:51 AM, Parrot via RT wrote: > > Successful parrot build on ancient Debian/i386 system, most of the > > way through "make test" (it's taking _forever_, mostly because this > > is a PII 266 system) > > > > $ uname -a > > Linux da

[perl #56042] [OK] solaris 8 perl6/pugs_specs test at YAPC

2008-06-19 Thread [EMAIL PROTECTED] (via RT)
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #56042] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56042 > (/home/.../PARROT/solaris8/languages/perl6) $>make test perl t/harness t/00-parrot

[PATCH] add git-svn instructions to gettingstarted.pod

2008-06-19 Thread Hans Dieter Pearcey
The obvious way to use git-svn with the parrot repo will result in the entire history being checked out, which is undesirable. The attached patch points people towards only checking out HEAD. hdp. diff --git a/docs/gettingstarted.pod b/docs/gettingstarted.pod index e6e18f8..731e434 100644 --- a/d

[perl #56056] [OK] Report on Parrot Build Fest at YAPC

2008-06-19 Thread via RT
# New Ticket Created by Packy Anderson # Please include the string: [perl #56056] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56056 > Build trunk on OSX PPC 10.4.11. Built OK, one test failed: # Failed test 'no trail

[perl #46669] [TODO] [C] Throw an AttributeError if a PMC is NULL in get_attr_str()

2008-06-19 Thread NotFound via RT
Given the previous comments, and having now some working code that depends of *not* throwing, I will close this ticket in a few days if no one objects.

[perl #56050] Fix for missing svn command on spectest_regression...

2008-06-19 Thread Deven T. Corzine
# New Ticket Created by "Deven T. Corzine" # Please include the string: [perl #56050] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56050 > Index: root.in ===

[perl #56046] [OK]: Report on Parrot/Rakudo BuildFest at YAPC

2008-06-19 Thread via RT
# New Ticket Created by Bruce Gray # Please include the string: [perl #56046] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56046 > Working on remote server: Config: Mandrakelinux release 10.1 (Community) for i586

Re: [perl #56020] [OK]: Report on Parrot Build Fest at YAPC

2008-06-19 Thread Packy Anderson
On Jun 18, 2008, at 11:51 AM, Parrot via RT wrote: Successful parrot build on ancient Debian/i386 system, most of the way through "make test" (it's taking _forever_, mostly because this is a PII 266 system) $ uname -a Linux daffy 2.2.19pre17 #1 Tue Mar 13 22:37:59 EST 2001 i686 unknown ... and

[perl #56032] YAPC::NA 2008 Chicago Buildfest Results

2008-06-19 Thread via RT
# New Ticket Created by Jeff Bisbee # Please include the string: [perl #56032] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56032 > I was building on OSX PPC Lepord 10.5.3 using owerpc-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1

[perl #56028] [OK]: Report on Parrot/Rakudo Build Fest at YAPC

2008-06-19 Thread via RT
# New Ticket Created by Marlon Bailey # Please include the string: [perl #56028] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56028 > Config: Ubuntu 8.04 - The Hardy Heron x84 - 64 bit kernel 2.6.24-19-generic Compaq v600

[perl #56026] [OK] Report on Parrot/Rakudo Build Fest at YAPC.

2008-06-19 Thread Shane Werner
# New Ticket Created by "Shane Werner" # Please include the string: [perl #56026] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56026 > Greetings, I was able to get parrot/perl6 compiled and to the 'hello world' point. I

[perl #56018] Tcl Language test failures with OS X

2008-06-19 Thread Shane Werner
# New Ticket Created by "Shane Werner" # Please include the string: [perl #56018] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56018 > Greetings, tcl_misc.t is failing in languages/tcl. # Failed test 'reading environm

[perl #56014] bug in spectest_regression

2008-06-19 Thread via RT
# New Ticket Created by Charlie Hsu # Please include the string: [perl #56014] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56014 > A test in spectest_regression failed, It was in S02-polymorphic_types: I'm running on W

[perl #52214] [BUG] [PATCH]: Lipo poses problems when building Parrot on Darwin with Apple-built Perl 5.8

2008-06-19 Thread Bruce Gray via RT
Another vote of confidence for arch-config-patch_v2.txt. During the YAPC Parrot Workshop, Jeff Bisbee encountered the problem. core_ops.c fails to compile, giving a "no such instruction: 'trap'" error. Applying the patch resolved the problem. Config: Darwin PPC 1.5.3 with new XCode that updated

[perl #56008] BUG: t/postconfigure/06-data_slurp_temp.t

2008-06-19 Thread [EMAIL PROTECTED] (via RT)
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #56008] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56008 > Located at the Parrot workshop at YAPC host66:/usr/local/parrot admin$ prove -v

Re: Graph for Rakudo Blog Post about Passing Tests

2008-06-19 Thread Moritz Lenz
Ovid wrote: > --- Moritz Lenz <[EMAIL PROTECTED]> wrote: > >> Attached is an updated version, as well as an example chart it >> creates. >> This is not as pretty as the previous version, but it's more >> informative. >> If there are significant number of failed tests, I could also include >> their

Re: Graph for Rakudo Blog Post about Passing Tests

2008-06-19 Thread Ovid
--- Moritz Lenz <[EMAIL PROTECTED]> wrote: > Attached is an updated version, as well as an example chart it > creates. > This is not as pretty as the previous version, but it's more > informative. > If there are significant number of failed tests, I could also include > their number. > > Any comm

Re: Graph for Rakudo Blog Post about Passing Tests

2008-06-19 Thread Moritz Lenz
Attached is an updated version, as well as an example chart it creates. This is not as pretty as the previous version, but it's more informative. If there are significant number of failed tests, I could also include their number. Any comments? Cheers, Moritz -- Moritz Lenz http://moritz.faui2k3