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

Missing dependency for dynoplibs?

1 view
Skip to first unread message

Andrew Dougherty

unread,
Apr 5, 2004, 5:32:52 PM4/5/04
to Perl6 Internals
Nearly every tinderbox is failing t/pmc/objects.t tests 35-36 with an
error about failing to load 'runtime/parrot/dynext/myops_ops.dylib'
(or equivalent).

Where in the build process should that file get built? Should the main
Makefile have a line that does something like the following
as part of the test_prep target:

cd dynoplibs ${make_and} $(MAKE) ${make_and} cd ..

or was the intent for this to be somewhere else?

--
Andy Dougherty doug...@lafayette.edu

Leopold Toetsch

unread,
Apr 5, 2004, 5:53:51 PM4/5/04
to Andrew Dougherty, Perl6 Internals
Andrew Dougherty wrote:

> Nearly every tinderbox is failing t/pmc/objects.t tests 35-36 with an
> error about failing to load 'runtime/parrot/dynext/myops_ops.dylib'
> (or equivalent).

Oops sorry cut'n paste error. Fixed.

leo


Andrew Dougherty

unread,
Apr 5, 2004, 7:53:17 PM4/5/04
to Perl6 Internals

Oh, no problem. I was going to suggest a fix, but I thought perhaps I was
missing something.

--
Andy Dougherty doug...@lafayette.edu

Leopold Toetsch

unread,
Apr 5, 2004, 6:01:26 PM4/5/04
to Andrew Dougherty, perl6-i...@perl.org
Andrew Dougherty <doug...@lafayette.edu> wrote:

> Where in the build process should that file get built? Should the main
> Makefile have a line that does something like the following
> as part of the test_prep target:

> cd dynoplibs ${make_and} $(MAKE) ${make_and} cd ..

That's still another issue. If we have some tests and config vars
that dynamic loading is working, this step (and others) should be done.

leo

0 new messages