Skip Menu |

This queue is for tickets about the Log-Log4perl CPAN distribution.

Report information
The Basics
Id: 23890
Status: resolved
Priority: 0/
Queue: Log-Log4perl

People
Owner: Nobody in particular
Requestors: aris.yannopoulos [...] thomson.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Redefinitions in Log4Perl module
Date: Mon, 11 Dec 2006 16:01:27 -0500
To: <bug-Log-Log4perl [...] rt.cpan.org>
From: <aris.yannopoulos [...] thomson.com>
With the out-of-the-box Log::Log4Perl installed, attempting to "use" the module causes the compiler to spew large amounts of symbol redefinition warnings. This was tested with 1.05 as well as 1.08. Perl version is 5.8.7 (ActiveState) on Windows XP Pro. The output is below. Thanks in Advance, -Ari C:\>perl -MLog::Log4Perl Subroutine import redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 69. Subroutine initialized redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 207. Subroutine new redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 213. Subroutine reset redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 220. Subroutine init_once redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 227. Subroutine init redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 234. Subroutine init_and_watch redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 248. Subroutine easy_init redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 263. Subroutine get_logger redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 337. Subroutine appenders redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 359. Subroutine appender_thresholds_adjust redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 365. Subroutine appender_by_name redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 403. Subroutine eradicate_appender redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pmline 420. Subroutine infiltrate_lwp redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 428.
Subject: RE: [rt.cpan.org #23890] AutoReply: Redefinitions in Log4Perl module
Date: Mon, 11 Dec 2006 16:18:58 -0500
To: <bug-Log-Log4perl [...] rt.cpan.org>
From: <aris.yannopoulos [...] thomson.com>
Actually it is caused by the typo of the capital P in Log4Perl. Why it actually gives that error is another story, but it's easily fixable by lowercasing the name in the use. thanks. -Ari Show quoted text
-----Original Message----- From: Bugs in Log-Log4perl via RT [mailto:bug-Log-Log4perl@rt.cpan.org] Sent: Monday, December 11, 2006 1:03 PM To: Yannopoulos, Aris (Corp,IB&IM) Subject: [rt.cpan.org #23890] AutoReply: Redefinitions in Log4Perl module Greetings, This message has been automatically generated in response to the creation of a trouble ticket regarding: "Redefinitions in Log4Perl module", a summary of which appears below. There is no need to reply to this message right now. Your ticket has been assigned an ID of [rt.cpan.org #23890]. Your ticket is accessible on the web at: http://rt.cpan.org/Ticket/Display.html?id=23890 Please include the string: [rt.cpan.org #23890] in the subject line of all future correspondence about this issue. To do so, you may reply to this message. Thank you, bug-Log-Log4perl@rt.cpan.org ------------------------------------------------------------------------ - With the out-of-the-box Log::Log4Perl installed, attempting to "use" the module causes the compiler to spew large amounts of symbol redefinition warnings. This was tested with 1.05 as well as 1.08. Perl version is 5.8.7 (ActiveState) on Windows XP Pro. The output is below. Thanks in Advance, -Ari C:\>perl -MLog::Log4Perl Subroutine import redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 69. Subroutine initialized redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 207. Subroutine new redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 213. Subroutine reset redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 220. Subroutine init_once redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 227. Subroutine init redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 234. Subroutine init_and_watch redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 248. Subroutine easy_init redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 263. Subroutine get_logger redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 337. Subroutine appenders redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 359. Subroutine appender_thresholds_adjust redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 365. Subroutine appender_by_name redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 403. Subroutine eradicate_appender redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pmline 420. Subroutine infiltrate_lwp redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 428.
Subject: RE: [rt.cpan.org #23890] AutoReply: Redefinitions in Log4Perl module
Date: Mon, 11 Dec 2006 17:12:55 -0800 (PST)
To: "aris.yannopoulos [...] thomson.com via RT" <bug-Log-Log4perl [...] rt.cpan.org>
From: Mike Schilli <m [...] perlmeister.com>
On Mon, 11 Dec 2006, aris.yannopoulos@thomson.com via RT wrote: Show quoted text
> Queue: Log-Log4perl > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=23890 > > > Actually it is caused by the typo of the capital P in Log4Perl. Why it > actually gives that error is another story, but it's easily fixable by > lowercasing the name in the use.
Wow, that's a bug in ActivePerl :). -- Mike Mike Schilli m@perlmeister.com Show quoted text
> > thanks. > -Ari > > -----Original Message----- > From: Bugs in Log-Log4perl via RT [mailto:bug-Log-Log4perl@rt.cpan.org] > Sent: Monday, December 11, 2006 1:03 PM > To: Yannopoulos, Aris (Corp,IB&IM) > Subject: [rt.cpan.org #23890] AutoReply: Redefinitions in Log4Perl > module > > > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "Redefinitions in Log4Perl module", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has > been > assigned an ID of [rt.cpan.org #23890]. Your ticket is accessible > on the web at: > > http://rt.cpan.org/Ticket/Display.html?id=23890 > > Please include the string: > > [rt.cpan.org #23890] > > in the subject line of all future correspondence about this issue. To do > so, > you may reply to this message. > > Thank you, > bug-Log-Log4perl@rt.cpan.org > > ------------------------------------------------------------------------ > - > With the out-of-the-box Log::Log4Perl installed, attempting to "use" the > module causes the compiler to spew large amounts of symbol redefinition > warnings. This was tested with 1.05 as well as 1.08. Perl version is > 5.8.7 (ActiveState) on Windows XP Pro. The output is below. > > > > Thanks in Advance, > > > > -Ari > > > > > > C:\>perl -MLog::Log4Perl > > > > Subroutine import redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line > 69. > > Subroutine initialized redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm > line 207. > > Subroutine new redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line > 213. > > Subroutine reset redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line > 220. > > Subroutine init_once redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm > line 227. > > > > Subroutine init redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm line > 234. > > Subroutine init_and_watch redefined at > C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 248. > > Subroutine easy_init redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm > line 263. > > Subroutine get_logger redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm > line 337. > > Subroutine appenders redefined at C:/Perl-5.8/site/lib/Log/Log4Perl.pm > line 359. > > > > Subroutine appender_thresholds_adjust redefined at > C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 365. > > Subroutine appender_by_name redefined at > C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 403. > > Subroutine eradicate_appender redefined at > C:/Perl-5.8/site/lib/Log/Log4Perl.pmline 420. > > Subroutine infiltrate_lwp redefined at > C:/Perl-5.8/site/lib/Log/Log4Perl.pm line 428. > > > >
Wow, that's a bug in ActivePerl :).