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

[perl #33036] [BUG] python dynclasses build failure

5 views
Skip to first unread message

Will Coleda

unread,
Dec 13, 2004, 9:57:57 PM12/13/04
to bugs-bi...@rt.perl.org
# New Ticket Created by Will Coleda
# Please include the string: [perl #33036]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=33036 >


Fresh cvs update, make realclean, configure, make:


c++ -L/usr/local/lib -flat_namespace -bundle -undefined suppress ../src/extend.o -o python_group.bundle lib-python_group.o pybuiltin.o pyclass.o pyobject.o pyboolean.o pycomplex.o pydict.o pyexception.o pyfloat.o pyfunc.o pygen.o pyint.o pylist.o pylong.o pymodule.o pynone.o pytype.o pystring.o pytuple.o pyproxytype.o pyproxyclass.o
ld: multiple definitions of symbol _PROXY
pyproxytype.o definition of _PROXY in section (__DATA,__common)
pyproxyclass.o definition of _PROXY in section (__DATA,__common)
partial link python_group.bundle failed (256)

Will Coleda via RT

unread,
Dec 14, 2004, 7:06:25 AM12/14/04
to perl6-i...@perl.org
Sam's latest patch seems to have resolved this issue - dynclasses now build, and:

perl t/harness t/dynclass/py*

skips 1 test, passes everything else.

Thanks.

Sam Ruby

unread,
Dec 14, 2004, 8:44:01 AM12/14/04
to wi...@coleda.com, perl6-i...@perl.org

What test is skipped?

rubys@rubix:~/parrot/dynclasses$ make test
cd .. ; perl -Ilib t/harness t/dynclass/*.t
t/dynclass/pybuiltin....ok
t/dynclass/pyclass......ok
t/dynclass/pyfunc.......ok
t/dynclass/pyint........ok
All tests successful.
Files=4, Tests=37, 8 wallclock secs ( 7.59 cusr + 0.62 csys = 8.21 CPU)

- Sam Ruby

0 new messages