Tony Lambregts wrote:
Jeremy Newman wrote:
On Wed, 2006-03-22 at 21:22 +0100, Tobias Burnus wrote:

Hello,


Just found, that gcc has "Most frequently reported Bugs":
http://gcc.gnu.org/bugzilla/duplicates.cgi

And since we have also bugzilla, i tested http://bugs.winehq.org/duplicates.cgi
The Page is present, but not configured to be useful for wine.

The code is in the cvs, but I'm unable to help here (perl).
(Browse the cvs: "http://cvs.winehq.org/cvsweb/bugzilla/";)



Hmm, in principle one only needs to tweek at
http://bugs.winehq.org/editparams.cgi the 'mostfreqthreshold' option.

Running ./checksetup.pl doesn't harm either

The essential task is to fill the duplicates table using the script:
 http://cvs.winehq.org/cvsweb/bugzilla/collectstats.pl
You need to run it using cron.

Tobias

 > When I try to run the collectstats.pl script I get this:
 >
 > [EMAIL PROTECTED]:~/opt/bugzilla$ ./collectstats.pl
 > No value for param loginmethod at Bugzilla/Config.pm line 135.
 > BEGIN failed--compilation aborted at Bugzilla/Auth.pm line 36.
 > Compilation failed in require at Bugzilla.pm line 27.
 > BEGIN failed--compilation aborted at Bugzilla.pm line 27.
 > Compilation failed in require at ./collectstats.pl line 37.
BEGIN failed--compilation aborted at ./collectstats.pl line 37.
 >
I have not looked into the code to find why it does not work. Seems
odd since the rest of bugzilla works fine.

Looks like you need to give loginmethod a value in Bugzilla.pm. For whatever reason this file is not part of CVS.

I can look at my local copy of this file when I get home.

--

This is because we do not have loginmenthod defined in data/params

            'letsubmitterchoosepriority' => 1,
+           'loginmethod' => 'DB',
            'loginnetmask' => '32',



--
Tony Lambregts




Reply via email to