Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ModPerl: Docs-dev

Cron <perlwww@minotaur> /home/perlwww/apache.org/modperl-docs/bin/site_build_index

 

 

ModPerl docs-dev RSS feed   Index | Next | Previous | View Threaded


perlwww at minotaur

Jul 8, 2005, 6:15 AM

Post #1 of 12 (5425 views)
Permalink
Cron <perlwww@minotaur> /home/perlwww/apache.org/modperl-docs/bin/site_build_index

Use of uninitialized value in sprintf at ./spider.pl line 26.
Use of uninitialized value in sprintf at ./spider.pl line 26.

Warning: Unknown header line: 'Segmentation fault (core dumped)' from program ./spider.pl
err: No unique words indexed!
.

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe [at] perl
For additional commands, e-mail: docs-dev-help [at] perl


perlwww at minotaur

Jul 8, 2005, 12:15 PM

Post #2 of 12 (5218 views)
Permalink
Cron <perlwww@minotaur> /home/perlwww/apache.org/modperl-docs/bin/site_build_index [In reply to]

Use of uninitialized value in sprintf at ./spider.pl line 26.
Use of uninitialized value in sprintf at ./spider.pl line 26.

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe [at] perl
For additional commands, e-mail: docs-dev-help [at] perl


stas at stason

Jul 8, 2005, 1:07 PM

Post #3 of 12 (5247 views)
Permalink
Re: Cron <perlwww@minotaur> /home/perlwww/apache.org/modperl-docs/bin/site_build_index [In reply to]

Cron Daemon wrote:
> Use of uninitialized value in sprintf at ./spider.pl line 26.
> Use of uninitialized value in sprintf at ./spider.pl line 26.

Bill, any idea where this one is coming from?

$VERSION = sprintf '%d.%02d', q$Revision: 1.5 $ =~ /: (\d+)\.(\d+)/;

seems to be a fine code.

--
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:stas [at] stason http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe [at] perl
For additional commands, e-mail: docs-dev-help [at] perl


moseley at hank

Jul 8, 2005, 4:31 PM

Post #4 of 12 (5232 views)
Permalink
Re: Cron <perlwww@minotaur> /home/perlwww/apache.org/modperl-docs/bin/site_build_index [In reply to]

On Fri, Jul 08, 2005 at 11:07:37PM +0300, Stas Bekman wrote:
> Cron Daemon wrote:
> >Use of uninitialized value in sprintf at ./spider.pl line 26.
> >Use of uninitialized value in sprintf at ./spider.pl line 26.
>
> Bill, any idea where this one is coming from?
>
> $VERSION = sprintf '%d.%02d', q$Revision: 1.5 $ =~ /: (\d+)\.(\d+)/;

$VERSION = sprintf '%d.%02d', q$Revision: 66239 $ =~ /: (\d+)\.(\d+)/;

Kind of a big revision number. Is that under svn now?

--
Bill Moseley
moseley [at] hank


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe [at] perl
For additional commands, e-mail: docs-dev-help [at] perl


perlwww at minotaur

Jul 8, 2005, 6:15 PM

Post #5 of 12 (5219 views)
Permalink
Cron <perlwww@minotaur> /home/perlwww/apache.org/modperl-docs/bin/site_build_index [In reply to]

Use of uninitialized value in sprintf at ./spider.pl line 26.
Use of uninitialized value in sprintf at ./spider.pl line 26.

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe [at] perl
For additional commands, e-mail: docs-dev-help [at] perl


stas at stason

Jul 8, 2005, 11:44 PM

Post #6 of 12 (5225 views)
Permalink
Re: Cron <perlwww@minotaur> /home/perlwww/apache.org/modperl-docs/bin/site_build_index [In reply to]

Bill Moseley wrote:
> On Fri, Jul 08, 2005 at 11:07:37PM +0300, Stas Bekman wrote:
>
>>Cron Daemon wrote:
>>
>>>Use of uninitialized value in sprintf at ./spider.pl line 26.
>>>Use of uninitialized value in sprintf at ./spider.pl line 26.
>>
>>Bill, any idea where this one is coming from?
>>
>> $VERSION = sprintf '%d.%02d', q$Revision: 1.5 $ =~ /: (\d+)\.(\d+)/;
>
>
> $VERSION = sprintf '%d.%02d', q$Revision: 66239 $ =~ /: (\d+)\.(\d+)/;
>
> Kind of a big revision number. Is that under svn now?

Yup. What file are you looking at? (the path), I guess we should nuke that
$Revision or adjust the pattern?

--
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:stas [at] stason http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe [at] perl
For additional commands, e-mail: docs-dev-help [at] perl


moseley at hank

Jul 8, 2005, 11:53 PM

Post #7 of 12 (5223 views)
Permalink
Re: Cron <perlwww@minotaur> /home/perlwww/apache.org/modperl-docs/bin/site_build_index [In reply to]

On Sat, Jul 09, 2005 at 09:44:02AM +0300, Stas Bekman wrote:
> Bill Moseley wrote:
> >On Fri, Jul 08, 2005 at 11:07:37PM +0300, Stas Bekman wrote:
> >
> >>Cron Daemon wrote:
> >>
> >>>Use of uninitialized value in sprintf at ./spider.pl line 26.
> >>>Use of uninitialized value in sprintf at ./spider.pl line 26.
> >>
> >>Bill, any idea where this one is coming from?
> >>
> >> $VERSION = sprintf '%d.%02d', q$Revision: 1.5 $ =~ /: (\d+)\.(\d+)/;
> >
> >
> >$VERSION = sprintf '%d.%02d', q$Revision: 66239 $ =~ /: (\d+)\.(\d+)/;
> >
> >Kind of a big revision number. Is that under svn now?
>
> Yup. What file are you looking at? (the path), I guess we should nuke that
> $Revision or adjust the pattern?

/www/perl.apache.org/search/spider.pl, I think. Ya, just make up a
nice version for it and nuke the $Revision. Is 66239 right?? Is that
a result of svn conversion?

--
Bill Moseley
moseley [at] hank


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe [at] perl
For additional commands, e-mail: docs-dev-help [at] perl


stas at stason

Jul 9, 2005, 12:06 AM

Post #8 of 12 (5225 views)
Permalink
Re: Cron <perlwww@minotaur> /home/perlwww/apache.org/modperl-docs/bin/site_build_index [In reply to]

Bill Moseley wrote:
> On Sat, Jul 09, 2005 at 09:44:02AM +0300, Stas Bekman wrote:
>
>>Bill Moseley wrote:
>>
>>>On Fri, Jul 08, 2005 at 11:07:37PM +0300, Stas Bekman wrote:
>>>
>>>
>>>>Cron Daemon wrote:
>>>>
>>>>
>>>>>Use of uninitialized value in sprintf at ./spider.pl line 26.
>>>>>Use of uninitialized value in sprintf at ./spider.pl line 26.
>>>>
>>>>Bill, any idea where this one is coming from?
>>>>
>>>>$VERSION = sprintf '%d.%02d', q$Revision: 1.5 $ =~ /: (\d+)\.(\d+)/;
>>>
>>>
>>>$VERSION = sprintf '%d.%02d', q$Revision: 66239 $ =~ /: (\d+)\.(\d+)/;
>>>
>>>Kind of a big revision number. Is that under svn now?
>>
>>Yup. What file are you looking at? (the path), I guess we should nuke that
>>$Revision or adjust the pattern?
>
>
> /www/perl.apache.org/search/spider.pl, I think. Ya, just make up a
> nice version for it and nuke the $Revision. Is 66239 right?? Is that
> a result of svn conversion?

I think so.

I've committed the change.

Thanks Bill!

--
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:stas [at] stason http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe [at] perl
For additional commands, e-mail: docs-dev-help [at] perl


perlwww at minotaur

Jul 18, 2005, 6:50 AM

Post #9 of 12 (5202 views)
Permalink
Cron <perlwww@minotaur> /home/perlwww/apache.org/modperl-docs/bin/site_build_index [In reply to]

err: No unique words indexed!
.

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe [at] perl
For additional commands, e-mail: docs-dev-help [at] perl


perlwww at minotaur

Jul 18, 2005, 1:20 PM

Post #10 of 12 (5209 views)
Permalink
Cron <perlwww@minotaur> /home/perlwww/apache.org/modperl-docs/bin/site_build_index [In reply to]

err: No unique words indexed!
.

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe [at] perl
For additional commands, e-mail: docs-dev-help [at] perl


perlwww at minotaur

Jul 19, 2005, 6:16 AM

Post #11 of 12 (5204 views)
Permalink
Cron <perlwww@minotaur> /home/perlwww/apache.org/modperl-docs/bin/site_build_index [In reply to]

err: No unique words indexed!
.

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe [at] perl
For additional commands, e-mail: docs-dev-help [at] perl


perlwww at minotaur

Jul 19, 2005, 12:15 PM

Post #12 of 12 (5223 views)
Permalink
Cron <perlwww@minotaur> /home/perlwww/apache.org/modperl-docs/bin/site_build_index [In reply to]

err: No unique words indexed!
.

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe [at] perl
For additional commands, e-mail: docs-dev-help [at] perl

ModPerl docs-dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.