Can you also try instead of:

use threads;


to execute:

do 'use threads';

??


Yes, please send the autolinkification patch you have. Are you also
aware of this:

http://bugzilla.mkgnu.net/show_bug.cgi?id=266

??

On Fri, 2007-10-19 at 15:49 -0400, Marty Frenzel wrote:
> Hi Kristis.
> 
> Thanks for the prompt turnaround.  Unfortunately, I continued to see the
> problem after applying the patch.  To get around it for now I did the
> following:
>  - removed "use threads;" from Process.pm.in
>  - commented out 'start_daemon_threaded' and its child dependencies in
> Daemon.pm.in
> 
> After that it's starting fine.  There may well be a simpler approach,
> but since I don't plan to use threads it's a fine workaround for me at
> this time.
> 
> On a side note, I did some work to integrate our SVN/ScmBug/Bugzilla
> setup with a repository browser.  This allows the Bugzilla comments
> created by ScmBug to link into the repository browser, which shows
> detailed changelist info and diffs for the revision.  If you're
> interested let me know and I'll send further details.
> 
> Regards,
> marty
> 
> -----Original Message-----
> From: Kristis Makris [mailto:[EMAIL PROTECTED] 
> Sent: Friday, October 19, 2007 2:57 PM
> To: Marty Frenzel
> Cc: [email protected]
> Subject: Re: perl threads in scmbug
> 
> Hi Marty,
> 
> All evidence seems to indicate Perl with threads is indeed required for
> the threaded version. I doubt you are missing a configuration step,
> since the error reported here is coming directly out of Perl -- not
> Scmbug.
> 
> But you shouldn't need to be confined to threads if you want to run in
> the forked mode. So I went ahead and applied a change that will use the
> threads package only if you are configured in the threaded mode. You can
> manually apply this patch:
> 
> http://www.mkgnu.net/cgi-bin/viewcvs.cgi/scmbug/cvsroot/system/src/lib/p
> roduct/Daemon/Daemon.pm.in?r1=1.89&r2=1.90
> 
> Note that I also witnessed this:
> 
> http://bugzilla.mkgnu.net/show_bug.cgi?id=264#c39
> 
> But the tests in the testsuite are passing. 
> 
> I hope this helps. Thanks for the feedback.
> 
> Kristis
> 
> On Fri, 2007-10-19 at 14:29 -0400, Marty Frenzel wrote:
> > Hi Kristis.
> > 
> >  
> > 
> > I've been using ScmBug for a while and recently update to version 0-22
> > while moving to Bugzilla 3.  I'm receiving the same 'useithreads'
> > error when as mentioned in comment 34 of bug 264 when trying to start
> > the daemon and wanted to check with you whether Perl with threads is
> > indeed required, or if I'm missing a configuration step.  I tried
> > setting daemon_mode to 'forked' (from 'auto'), but that didn't help.
> > My environment is Linux ES 4 with perl 5.8.8.
> > 
> >  
> > 
> > http://bugzilla.mkgnu.net/show_bug.cgi?id=264#c34
> > 
> >  
> > 
> > thanks and regards.
> > 
> > Marty Frenzel
> > 
> > 

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to