On Monday 10 August 2009 19:46:36 eyal edri wrote: > Hi Shlomi, > > thanks for all the info, > > i've managed to make the src code work (the one in the > http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/python- > perlmodule/current/)<http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/co >oker/python-perlmodule/current/>dir. > > everything works great after applying all the patches in the dir. > > all except one small thing: thread support. > > i don't know if you've noticed, but there is an option to complite the > pyperl with thread support, using the MULTI_PERL empty file in the src dir. > > after a bit of investigation, i saw that mandriva developers (probably) > deliberatly disabled the support via all the relevant files (they even > disabled the t/test_thd_more.py test for threads, > so that all tests will run OK). > > the code in that dir looks abit old (2007), you know of any recent source > code that might have changed since?
No, I don't. I found the information about this version of PyPerl here: http://wiki.python.org/moin/PyPerl I have never used PyPerl. Closest I got was Perl/CPAN's Inline::Ruby. > > since i'm using fedora, i'm not sure that any of the Mandriva rpm's will > help me.. > > any chance you can unpack that rpm you send me and send me a tar.gz? > Yes, you can find it at: http://www.shlomifish.org/Files/files/pyperl-1.0.1.tar.gz You can use python setup.py bdist_rpm to prepare an rpm. Regards, Shlomi Fish > i think i tried to installed it on fedora and it didn't work... > > thanks again! > > Eyal. > > On Mon, Aug 10, 2009 at 7:40 PM, Shlomi Fish <[email protected]> wrote: > > Hi! > > > > Sorry for the late response. > > > > On Monday 10 August 2009 13:17:34 eyal edri wrote: > > > hmm.. > > > > > > doesnt seem to work either. > > > > > > i downloaded the tar.lzma 1.0.1d file, (did you apply any of the > > > patches or just installed the src files as they were?) > > > > I installed the package via urpmi. > > > > > followed the README ( doing the perl Makfile.PL; make install) , then > > > python setup.py install.. > > > > > > it prints out this wierd glibc error: > > > > > > (i'm starting to lose my mind here .... :) > > > > I think you need the patches. Try building the following .src.rpm: > > > > > > http://ftp.nluug.nl/pub/os/Linux/distr/Mandrivalinux/devel/cooker/SRPMS/c > >ontrib/release/python- > > perlmodule-1.0.1d-7mdv2009.1.src.rpm<http://ftp.nluug.nl/pub/os/Linux/dis > >tr/Mandrivalinux/devel/cooker/SRPMS/contrib/release/python-%0Aperlmodule-1 > >.0.1d-7mdv2009.1.src.rpm> > > > > A bash script to fetch it is attached. > > > > Regards, > > > > Shlomi Fish -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ Why I Love Perl - http://xrl.us/bjn88 God gave us two eyes and ten fingers so we will type five times as much as we read. _______________________________________________ Python-il mailing list [email protected] http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
