Re: SA-Update error messages

2006-10-26 Thread John Andersen
On Thursday 26 October 2006 09:10, Daryl C. W. O'Shea wrote:
> John Andersen wrote:
> > Everytime my SA-Update runs the output from the cron job shows these
> > lines:
>
> Only from cron?

Nope, not only from cron, also when manually run.

Other machines with later versions of Perl do not do
this so I'm thinking its something about 5.8.0
that it does not like.

-- 
_
John Andersen


Re: SA-Update error messages

2006-10-26 Thread Daryl C. W. O'Shea

John Andersen wrote:

Everytime my SA-Update runs the output from the cron job shows these lines:


Only from cron?



Use of uninitialized value in eval "string" at /usr/bin/sa-update line 91.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 91.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 91.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 92.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 92.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 92.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 93.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 93.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 93.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 94.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 94.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 94.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 95.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 95.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 95.


Weird that there's exactly three for each.


Daryl



Re: SA-Update error messages

2006-10-26 Thread Theo Van Dinter
On Tue, Oct 24, 2006 at 08:26:09PM -0800, John Andersen wrote:
> > > Use of uninitialized value in eval "string" at /usr/bin/sa-update line 91.
> > > eval { use Net::DNS; };
> > Just curious, what version of perl are you using?
> 
> 5.8.0

Interesting.  I have no idea what would cause perl to generate that warning,
since there's clearly no uninitialized values in the eval string.

-- 
Randomly Selected Tagline:
How do I type "for i in *.dvi do xdvi i done" in a GUI?
 (Discussion in comp.os.linux.misc on the intuitiveness of interfaces.)


pgpsq3nGRlQua.pgp
Description: PGP signature


Re: SA-Update error messages

2006-10-24 Thread John Andersen
continuing with the pop-posting 

They are installed Simone. 

[1107] dbg: diag: module installed: Digest::SHA1, version 2.11
[1107] dbg: diag: module installed: Net::DNS, version 0.58
[1107] dbg: diag: module installed: MIME::Base64, version 3.07
[1107] dbg: diag: module installed: HTML::Parser, version 3.55
[1107] dbg: diag: module installed: DB_File, version 1.804
[1107] dbg: diag: module installed: Net::SMTP, version 2.29
[1107] dbg: diag: module installed: Mail::SPF::Query, version 1.999001
[1107] dbg: diag: module installed: IP::Country::Fast, version 604.001
[1107] dbg: diag: module installed: Razor2::Client::Agent, version 2.82
[1107] dbg: diag: module not installed: Net::Ident ('require' failed)
[1107] dbg: diag: module not installed: IO::Socket::INET6 ('require' failed)
[1107] dbg: diag: module not installed: IO::Socket::SSL ('require' failed)
[1107] dbg: diag: module installed: Time::HiRes, version 1.66
[1107] dbg: diag: module installed: DBI, version 1.51
[1107] dbg: diag: module installed: Getopt::Long, version 2.35
[1107] dbg: diag: module installed: LWP::UserAgent, version 2.033
[1107] dbg: diag: module installed: HTTP::Date, version 1.47
[1107] dbg: diag: module installed: Archive::Tar, version 1.29
[1107] dbg: diag: module installed: IO::Zlib, version 1.04


On Tuesday 24 October 2006 01:07, Simone ABATE wrote:
> You have to install these package via CPAN.
> 
> John Andersen ha scritto:
> > Everytime my SA-Update runs the output from the cron job shows these lines:
> >
> >
> > Use of uninitialized value in eval "string" at /usr/bin/sa-update line 91.
> > Use of uninitialized value in eval "string" at /usr/bin/sa-update line 91.



-- 
_
John Andersen


pgppqapnYQFBU.pgp
Description: PGP signature


Re: SA-Update error messages

2006-10-24 Thread John Andersen
On Tuesday 24 October 2006 08:56, Theo Van Dinter wrote:
> On Sun, Oct 22, 2006 at 01:19:37AM -0800, John Andersen wrote:
> > Use of uninitialized value in eval "string" at /usr/bin/sa-update line 91.
> [...]
> > Use of uninitialized value in eval "string" at /usr/bin/sa-update line 95.
> > 
> > eval { use Net::DNS; };
> [...]
> > eval { use IO::Zlib 1.04; };
> 
> Just curious, what version of perl are you using?
> 

5.8.0

I probably should have mentioned that these messages just started
showing up with 3.1.7 but the two machines I'm seeing it on 
have been running successive versions of SA since 2.4.something.

All the modules it complains about are installed according to 
--lint --debug

This is perl, v5.8.0 built for i586-linux-thread-multi

[1107] dbg: diag: module installed: Digest::SHA1, version 2.11
[1107] dbg: diag: module installed: Net::DNS, version 0.58
[1107] dbg: diag: module installed: MIME::Base64, version 3.07
[1107] dbg: diag: module installed: HTML::Parser, version 3.55
[1107] dbg: diag: module installed: DB_File, version 1.804
[1107] dbg: diag: module installed: Net::SMTP, version 2.29
[1107] dbg: diag: module installed: Mail::SPF::Query, version 1.999001
[1107] dbg: diag: module installed: IP::Country::Fast, version 604.001
[1107] dbg: diag: module installed: Razor2::Client::Agent, version 2.82
[1107] dbg: diag: module not installed: Net::Ident ('require' failed)
[1107] dbg: diag: module not installed: IO::Socket::INET6 ('require' failed)
[1107] dbg: diag: module not installed: IO::Socket::SSL ('require' failed)
[1107] dbg: diag: module installed: Time::HiRes, version 1.66
[1107] dbg: diag: module installed: DBI, version 1.51
[1107] dbg: diag: module installed: Getopt::Long, version 2.35
[1107] dbg: diag: module installed: LWP::UserAgent, version 2.033
[1107] dbg: diag: module installed: HTTP::Date, version 1.47
[1107] dbg: diag: module installed: Archive::Tar, version 1.29
[1107] dbg: diag: module installed: IO::Zlib, version 1.04




-- 
_
John Andersen


pgpOG4cContOt.pgp
Description: PGP signature


Re: SA-Update error messages

2006-10-24 Thread Theo Van Dinter
On Sun, Oct 22, 2006 at 01:19:37AM -0800, John Andersen wrote:
> Use of uninitialized value in eval "string" at /usr/bin/sa-update line 91.
[...]
> Use of uninitialized value in eval "string" at /usr/bin/sa-update line 95.
> 
> eval { use Net::DNS; };
[...]
> eval { use IO::Zlib 1.04; };

Just curious, what version of perl are you using?

-- 
Randomly Selected Tagline:
"With a name like 'Theo', shouldn't you be running OpenBSD?  "
 - Unknown person at Collective Technologies


pgp5MasOQL9ae.pgp
Description: PGP signature


Re: SA-Update error messages

2006-10-24 Thread Simone ABATE

You have to install these package via CPAN.

John Andersen ha scritto:

Everytime my SA-Update runs the output from the cron job shows these lines:


Use of uninitialized value in eval "string" at /usr/bin/sa-update line 91.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 91.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 91.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 92.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 92.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 92.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 93.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 93.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 93.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 94.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 94.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 94.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 95.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 95.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 95.

Which refer to these lines in sa-update:

eval { use Net::DNS; };
eval { use LWP::UserAgent; };
eval { use HTTP::Date qw(time2str); };
eval { use Archive::Tar 1.23; };
eval { use IO::Zlib 1.04; };


Whats up with that?


  



--
Informativa ai sensi dell' art. 13 Dlgs 196/2003.
I dati personali forniti in occasione di relazione a mezzo di scambio 
elettronico di messaggi, sono soggetti a trattamento con strumento elettronico. 
Le finalita' del trattamento sono solo quelle relative all'oggetto del 
messaggio o al contesto della relazione instaurata. Il Titolare del trattamento 
e' la Software Design S.p.A. con sede in via Domitiana 105/G, Pozzuoli (NA). Il 
Responsabile del trattamento e' il destinatario del messaggio.
E' possibile esercitare il diritto all'accesso dei dati personali per mezzo di 
posta elettronica o telefono al numero 081.8673211.
Nel caso in cui aveste ricevuto questa e-mail per errore, vogliate cortesemente 
avvertire tempestivamente il mittente e distruggere il presente messaggio. 
Grazie

begin:vcard
fn:Simone  ABATE
n:ABATE;Simone 
org:Software Design S.P.A.;Information Tecnology
email;internet:[EMAIL PROTECTED]
title:System Manager
tel;work:+390817896828
tel;fax:+390817896344
x-mozilla-html:TRUE
version:2.1
end:vcard



SA-Update error messages

2006-10-23 Thread John Andersen
Everytime my SA-Update runs the output from the cron job shows these lines:


Use of uninitialized value in eval "string" at /usr/bin/sa-update line 91.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 91.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 91.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 92.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 92.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 92.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 93.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 93.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 93.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 94.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 94.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 94.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 95.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 95.
Use of uninitialized value in eval "string" at /usr/bin/sa-update line 95.

Which refer to these lines in sa-update:

eval { use Net::DNS; };
eval { use LWP::UserAgent; };
eval { use HTTP::Date qw(time2str); };
eval { use Archive::Tar 1.23; };
eval { use IO::Zlib 1.04; };


Whats up with that?


-- 
_
John Andersen