# New Ticket Created by "Seneca Cunningham"
# Please include the string: [perl #57532]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=57532 >
When attempting a 64-bit Intel build on OS X 10.5, the build f
# New Ticket Created by "Seneca Cunningham"
# Please include the string: [perl #57536]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=57536 >
Using a lightly modified config (RT#57532), I got parrot to buil
# New Ticket Created by "Seneca Cunningham"
# Please include the string: [perl #57538]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=57538 >
The Configure test for MMX on Intel chips segfaults when buil
# New Ticket Created by "Seneca Cunningham"
# Please include the string: [perl #59874]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=59874 >
Test 27 of t/op/arithmetics.t fails when parrot is built as a 32-
# New Ticket Created by "Seneca Cunningham"
# Please include the string: [perl #59876]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=59876 >
Test 2 of t/native_pbc/header.t passes 32-bit Intel OS X builds (10
# New Ticket Created by "Seneca Cunningham"
# Please include the string: [perl #5]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=5 >
This failure is not visible in prove -v output.
herodotus:
# New Ticket Created by "Seneca Cunningham"
# Please include the string: [perl #52224]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=52224 >
Parrot::Test uses the full path of the test script to de
# New Ticket Created by "Seneca Cunningham"
# Please include the string: [perl #52220]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=52220 >
herodotus:parrot seneca$ ./parrot t/op/01-parse_ops_335.pasm
Bus
mply add a forward slash after 'opt', does that solve the
> problem? (see attached)
[patch snipped]
Then it simply grabs 's' and passes parrot '-Os'. With my source tree
location, $code_f ends up as /opt/src/perl6/svn/parrot/t/foo/test.t
--
Seneca Cunningham
<[EMAIL PROTECTED]>
# New Ticket Created by "Seneca Cunningham"
# Please include the string: [perl #52346]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=52346 >
config/gen/platform/darwin/dl.c uses deprecated functions
# New Ticket Created by "Seneca Cunningham"
# Please include the string: [perl #52354]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=52354 >
not ok 3 - runinterp - works with printing # TODO somethi
# New Ticket Created by "Seneca Cunningham"
# Please include the string: [perl #52398]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=52398 >
I'm creating a new ticket instead of possibly making use of th
# New Ticket Created by "Seneca Cunningham"
# Please include the string: [perl #52396]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=52396 >
prove -v output for the test:
t/pmc/io...1
# New Ticket Created by "Seneca Cunningham"
# Please include the string: [perl #52416]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=52416 >
The ticket referred to in the prove -v output was resolved last ye
# New Ticket Created by "Seneca Cunningham"
# Please include the string: [perl #53170]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=53170 >
parrot crashes while generating src/Grammar_gen.pir. The last bu
# New Ticket Created by "Seneca Cunningham"
# Please include the string: [perl #53402]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=53402 >
Currently, non-glibc platforms with backtrace support do not ge
# New Ticket Created by "Seneca Cunningham"
# Please include the string: [perl #55074]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=55074 >
_handle_darwin_for_macports doesn't check to s
# New Ticket Created by "Seneca Cunningham"
# Please include the string: [perl #55372]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=55372 >
I had started an attempt to determine which test in rakudo
# New Ticket Created by "Seneca Cunningham"
# Please include the string: [perl #56310]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=56310 >
The switch to using $(PERLDOC) in docs/Makefile without def
On Sun Aug 03 19:47:09 2008, [EMAIL PROTECTED] wrote:
> On Sat Aug 02 20:08:36 2008, tetragon wrote:
> > The Configure test for MMX on Intel chips
>
> Was this a test in t/configure/? t/steps/? or during Configure.pl itself?
>
During Configure.pl. I can reproduce this on the command line by
I've stopped the crashes that appear related to this on my box with the
attached patch.
config/gen/platform/darwin/memalign.c has a few unsigned variables that were
being
implicitly handled as (32-bit) ints, those variables are actually used as (or
in the calculation of)
memory addresses. N
On Sat Aug 02 14:38:57 2008, tetragon wrote:
> Using a lightly modified config (RT#57532), I got parrot to build as a
> 64-bit Intel binary on OS X. One of a series of segfaults encountered
> appears to be triggered in Parrot_memalign in
> config/gen/platform/darwin/memalign.c (if gdb is to be bel
This is the patch that I'm currently using to get Configure.pl to ignore
-arch flags in the Perl 5 config on Darwin.
Index: config/init/defaults.pm
===
--- config/init/defaults.pm (revision 26775)
+++ config/init/defaults.pm (w
I have just noticed that the trace I posted earlier is one the two
different crash logs that I have seen come out of this. Once in a rare
while, this test doesn't crash, but instead prints two error messages;
the earlier trace is from the one message variant. This next trace is
the no message, tw
On Mon Apr 21 23:55:10 2008, [EMAIL PROTECTED] wrote:
> chunk should never be 0x11. Does this patch fix things for you?
Lets the build complete, but a similar crash (similar stack frames, different
addresses) occurs
when running t/op/sprintf.t when subtest 174 is reached.
> If not, you might
On Thu May 22 21:08:01 2008, [EMAIL PROTECTED] wrote:
> On Wednesday 21 May 2008 13:04:29 NotFound wrote:
> > Changed several casts and removed 'extern' is several places in
> > congruence with the changed meaning of the macros.
>
> Hi,
>
> Sounds like this part of the patch has some portability
On Thu May 29 04:18:35 2008, [EMAIL PROTECTED] wrote:
> We have another patch pending to config/init/hints/darwin.pm from
> tetragon
> (http://rt.perl.org/rt3/Ticket/Attachment/412932/187608/arch-config-
> patch_v2.txt).
> Since both patches reference ld_load_flags, I wonder if you could try
> out
On Wed Jun 25 04:25:34 2008, [EMAIL PROTECTED] wrote:
> On Tue Jun 24 19:15:24 2008, tetragon wrote:
> > The switch to using $(PERLDOC) in docs/Makefile without defining
> > PERLDOC anywhere breaks my build.
>
> I'm not sure which "switch" you're referring to. What appears to me to
> be the rel
28 matches
Mail list logo