perl threaded, python threaded

2013-06-14 Thread kaltheat
Hi, could anyone tell me why it is obviously that difficult to get perl or python working with threaded support? Each time I tested to use threaded feature in perl or python on different machines with different FreeBSD-versions something went wrong. When I switched back everything compiled smoo

Re: perl-threaded

2011-05-24 Thread Jamie Paul Griffin
On Mon, May 23, 2011 at 05:50:39PM -0400, Alejandro Imass wrote: > Not necessarily, many cpan modules are either thread unaware/innocuous > or thread safe, though there are exceptions. > I have re-compiled Perl with threads with pre-installed libraries and > never had a problem. > > You will sure

Re: perl-threaded

2011-05-23 Thread Alejandro Imass
Not necessarily, many cpan modules are either thread unaware/innocuous or thread safe, though there are exceptions. I have re-compiled Perl with threads with pre-installed libraries and never had a problem. You will surely know which things fail when they blow-up or leak you to death, when you use

perl-threaded

2011-05-23 Thread Jamie Paul Griffin
I have rebuilt my perl5.14 with threading support. do I need to rebuild my perl-linked ports again now i've made this change? jamie ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To uns

Re: switching to perl-threaded

2011-01-21 Thread Da Rock
On 01/22/11 10:25, Robert Fitzpatrick wrote: I guess I did a stupid thing to 'make deinstall' and then 'make reinstall' to change my perl option for WITH_THREADS. Now it seems all my modules are lost as my LWP::Simple does not work anymore. I then tried to pkg_delete that, successful, and 'perl -

switching to perl-threaded

2011-01-21 Thread Robert Fitzpatrick
I guess I did a stupid thing to 'make deinstall' and then 'make reinstall' to change my perl option for WITH_THREADS. Now it seems all my modules are lost as my LWP::Simple does not work anymore. I then tried to pkg_delete that, successful, and 'perl -MCPAN -e "install LWP::Simple' only to fail wit

[SOLVED] Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-28 Thread Da Rock
On 12/28/10 21:55, David Southwell wrote: > > > On 12/27/10, David Southwell wrote: > > > >> On 12/27/10, David Southwell wrote: > > > > Agreed - but following Doug's commit I can vouch that the > > > > PERL_THREADED hack > > > > was still needed for 7.2 p3 systems on amd64. > > > > > >

Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-28 Thread David Southwell
> > > On 12/27/10, David Southwell wrote: > > > >> On 12/27/10, David Southwell wrote: > > > > Agreed - but following Doug's commit I can vouch that the > > > > PERL_THREADED hack > > > > was still needed for 7.2 p3 systems on amd64. > > > > > > It shouldn't be needed. Can you remove this de

Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-28 Thread b. f.
On 12/28/10, David Southwell wrote: >> On 12/27/10, David Southwell wrote: >> >> On 12/27/10, David Southwell wrote: >> > Agreed - but following Doug's commit I can vouch that the >> > PERL_THREADED >> > hack >> > was still needed for 7.2 p3 systems on amd64. >> >> It shouldn't be needed. Ca

Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-28 Thread David Southwell
> > On 12/27/10, David Southwell wrote: > > >> On 12/27/10, David Southwell wrote: > > > Agreed - but following Doug's commit I can vouch that the > > > PERL_THREADED hack > > > was still needed for 7.2 p3 systems on amd64. > > > > It shouldn't be needed. Can you remove this definition from

Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-28 Thread David Southwell
> On 12/27/10, David Southwell wrote: > >> On 12/27/10, David Southwell wrote: > > Agreed - but following Doug's commit I can vouch that the PERL_THREADED > > hack > > was still needed for 7.2 p3 systems on amd64. > > It shouldn't be needed. Can you remove this definition from any > locally-

Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-28 Thread b. f.
On 12/27/10, David Southwell wrote: >> On 12/27/10, David Southwell wrote: > Agreed - but following Doug's commit I can vouch that the PERL_THREADED > hack > was still needed for 7.2 p3 systems on amd64. It shouldn't be needed. Can you remove this definition from any locally-modified Makefi

Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-27 Thread David Southwell
> On 12/27/10, David Southwell wrote: > >> > > > > What concerns me is perl-threaded _is_ installed but it can't > >> > > > > see it. > >> > > > > >> > > > Do you have in: > >> > > > > &g

Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-27 Thread b. f.
On 12/27/10, David Southwell wrote: >> > > > > What concerns me is perl-threaded _is_ installed but it can't see >> > > > > it. >> > > > >> > > > Do you have in: >> > > > >> > > > etc/make.conf &

Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-27 Thread David Southwell
> > > > > What concerns me is perl-threaded _is_ installed but it can't see > > > > > it. > > > > > > > > Do you have in: > > > > > > > > etc/make.conf > > > > > > > > PERL_THREADED=true

Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-27 Thread b. f.
le. > This is perl, v5.10.1 (*) built for amd64-freebsd-thread-multi > > And pkg_version -v: > > perl-threaded-5.10.1_3 > > So its there. Unfortunately I'm still running various updates so I Well, it's registered in PKG_DBDIR, anyway. In general, it's possible

Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-27 Thread Da Rock
On 12/27/10 22:54, b. f. wrote: What concerns me is perl-threaded _is_ installed but it can't see it. Do you have in: etc/make.conf PERL_THREADED=true Perhaps I'm a little daft atm. Either way I want to be clear: Are you saying the define needs to be in the ma

Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-27 Thread b. f.
> > > > What concerns me is perl-threaded _is_ installed but it can't see it. > > > > > > Do you have in: > > > > > > etc/make.conf > > > > > > PERL_THREADED=true > > > > Perhaps I'm a little daft atm. Eith

Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-27 Thread Da Rock
[ ] IMAGEMAGICK_PDF PDF format support │ │ │ │[ ] IMAGEMAGICK_PERL Perl support │ │ ... Roland ImageMagick is already installed, so getting something to work is not a problem. Its updating it... What concerns me is perl-threaded _is_ installed but it can't see it.

Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-27 Thread David Southwell
en't tested with Djvu; > > > > > > > > > > > > > > > > cd /usr/ports/graphics/ImageMagick > > > > > > > > make config > > > > > > > > > > > > > > > > ┌──

Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-27 Thread Da Rock
> > ──┐ │ Options for ImageMagick 6.6.5.10 > > │ │ > > ┌^(-)┐ > > │ > > > > ... > > > > │ │[X] IMAGEMAGICK_OPENEXR OpenEXR support

Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-27 Thread David Southwell
gt; │ │[X] IMAGEMAGICK_OPENEXR OpenEXR support (needs threads) > > │ │ │ │[X] IMAGEMAGICK_OPENMP OpenMP for SMP (needs threads) > > │ │ │ │[ ] IMAGEMAGICK_PDF PDF format support > > │ │ │ │[ ] IMAGEMAGICK_PERL

Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-26 Thread Da Rock
DF PDF format support │ │ │ │[ ] IMAGEMAGICK_PERL Perl support │ │ ... Roland ImageMagick is already installed, so getting something to work is not a problem. Its updating it... What concerns me is perl-threaded _is_

Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-26 Thread b. f.
Da Rock wrote: >>>I run portupgrade and it tells me it can't update ImageMagick because >>>the Djvu option requires threads, and needs perl, therefore perl needs >>>to be threaded. So it comes up with an IGNORE which is nuts because I >>>run threaded perl. ... >Any hints guys? So, as the others wr

Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-26 Thread Roland Smith
On Sun, Dec 26, 2010 at 11:42:37PM +1000, Da Rock wrote: > >> Something I'm missing here? A fix would be nice, I should be used to it > >> though- ImageMagick _always_ has issues for me. I just thought it'd be > >> nice to get it updated for once- it looked so close :) > >> > > I'm

Re: ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-26 Thread Da Rock
and needs perl, therefore perl needs to be threaded. So it comes up with an IGNORE which is nuts because I run threaded perl. #pkg_version -v | grep perl mod_perl2-2.0.4_2,3 = up-to-date with port perl-threaded-5.10.1_3 = up-to-date with port Something I&#x

ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-26 Thread Robert Huff
perl needs > to be threaded. So it comes up with an IGNORE which is nuts because I > run threaded perl. > > #pkg_version -v | grep perl > mod_perl2-2.0.4_2,3 = up-to-date with port > perl-threaded-5.10.1_3 = up-to-date with port > &g

ImageMagick, Djvu, and Perl-threaded - marked as IGNORE when updating

2010-12-26 Thread Da Rock
with an IGNORE which is nuts because I run threaded perl. #pkg_version -v | grep perl mod_perl2-2.0.4_2,3 = up-to-date with port perl-threaded-5.10.1_3 = up-to-date with port Something I'm missing here? A fix would be nice, I should be used to it though- Imag

How to replace perl-threaded with perl?

2007-05-18 Thread Tuc at T-B-O-H.NET
Hi, I installed lang/perl5.8 and set it to be threaded. I'm having problems getting mod_perl working, and I know at one time atleast that it was because of using threaded perl. How do I portupgrade and tell it to : 1) Uninstall perl-threaded-5.8.8 2) Install perl 5.8 3) Make su

Fresh OS/Perl{Threaded}/Apache 1.3.37/modperl segfault

2007-05-14 Thread Tuc at T-B-O-H.NET
Hi, Installed a fresh 5.5-R-p12 (I *NEED* to run 5.5, sorry) with apache+mod_ssl+mod_deflate-1.3.37+2.8.28 perl-threaded-5.8.8 mod_perl-1.30 When I try to start it I get a segfault. The backtrace is : (gdb) bt #0 0x286e9350 in Perl_newSVpvn () from /usr/local/lib/perl5