Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #32563] [BUG] missing Makefile dependencies

9 views
Skip to first unread message

Leopold Toetsch

unread,
Nov 22, 2004, 10:41:36 AM11/22/04
to bugs-bi...@rt.perl.org
# New Ticket Created by Leopold Toetsch
# Please include the string: [perl #32563]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=32563 >


I just changed the interpreter structure slightly. After "make -s"
*almost* all got recompiled. Running Parrot did segfault.

a "make progclean" is at least needed.

Thanks,
leo

Will Coleda via RT

unread,
Dec 27, 2004, 9:21:11 PM12/27/04
to perl6-i...@perl.org
Here's another one: "make test" before "make" fails a few tests:

t/dynclass/pybuiltin.t 5 1280 6 5 83.33% 1-2 4-6
t/dynclass/pyclass.t 6 1536 6 6 100.00% 1-6
t/dynclass/pycomplex.t 1 256 1 1 100.00% 1
t/dynclass/pyfunc.t 4 1024 4 4 100.00% 1-4
t/dynclass/pyint.t 25 6400 25 25 100.00% 1-25
t/library/parrotlib.t 6 1536 6 6 100.00% 1-6
t/pmc/nci.t 1 256 47 1 2.13% 48

These failures are all due to missing dependencies that *are* built with
"make", but not by "make test" (which is at least smart enough to build
the parrot executable).

> [leo - Mon Nov 22 07:41:35 2004]:

Sam Ruby

unread,
Dec 28, 2004, 7:36:49 AM12/28/04
to parrotbug...@parrotcode.org, perl6-i...@perl.org
Will Coleda via RT wrote:

> Here's another one: "make test" before "make" fails a few tests:
>
> t/dynclass/pybuiltin.t 5 1280 6 5 83.33% 1-2 4-6
> t/dynclass/pyclass.t 6 1536 6 6 100.00% 1-6
> t/dynclass/pycomplex.t 1 256 1 1 100.00% 1
> t/dynclass/pyfunc.t 4 1024 4 4 100.00% 1-4
> t/dynclass/pyint.t 25 6400 25 25 100.00% 1-25
> t/library/parrotlib.t 6 1536 6 6 100.00% 1-6
> t/pmc/nci.t 1 256 47 1 2.13% 48
>
> These failures are all due to missing dependencies that *are* built with
> "make", but not by "make test" (which is at least smart enough to build
> the parrot executable).

I've made a fix.

While I obviously have authority to update cvs, as near as I can tell,
my user id is not defined to the parrot bug tracking system.

- Sam Ruby

0 new messages