Re: [perl #32563] [BUG] missing Makefile dependencies

2004-12-28 Thread Sam Ruby
Will Coleda via RT wrote:
Here's another one: make test before make fails a few tests:
t/dynclass/pybuiltin.t5  1280 65  83.33%  1-2 4-6
t/dynclass/pyclass.t  6  1536 66 100.00%  1-6
t/dynclass/pycomplex.t1   256 11 100.00%  1
t/dynclass/pyfunc.t   4  1024 44 100.00%  1-4
t/dynclass/pyint.t   25  640025   25 100.00%  1-25
t/library/parrotlib.t 6  1536 66 100.00%  1-6
t/pmc/nci.t   1   256471   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


[perl #32563] [BUG] missing Makefile dependencies

2004-12-27 Thread Will Coleda via RT
Here's another one: make test before make fails a few tests:

t/dynclass/pybuiltin.t5  1280 65  83.33%  1-2 4-6
t/dynclass/pyclass.t  6  1536 66 100.00%  1-6
t/dynclass/pycomplex.t1   256 11 100.00%  1
t/dynclass/pyfunc.t   4  1024 44 100.00%  1-4
t/dynclass/pyint.t   25  640025   25 100.00%  1-25
t/library/parrotlib.t 6  1536 66 100.00%  1-6
t/pmc/nci.t   1   256471   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]:
 
 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