Mailing List Archive

[Bug 715] Constant subroutine main::SEEK_SET redefined at /usr/sbin/ eximstats line 554 with perl 5.10
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=715

Adam D. Barratt <adam@adam-barratt.org.uk> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |adam@adam-barratt.org.uk




--- Comment #3 from Adam D. Barratt <adam@adam-barratt.org.uk> 2008-05-23 18:19:02 ---
(In reply to comment #2)
> The SEEK_* constants do not appear in eximstats so I think the bug is in your
> Perl installation.

They're in IO::File (well, IO::Seekable) and POSIX, both of which are use()d by
eximstats.

See my earlier comment (http://bugs.exim.org/show_bug.cgi?id=715#c1) which
hasn't made it to the list yet, presumably because the address I'm subscribed
to exim-dev with is different from my bugzilla account.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
[Bug 715] Constant subroutine main::SEEK_SET redefined at /usr/sbin/ eximstats line 554 with perl 5.10 [ In reply to ]
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=715




--- Comment #1 from Adam D. Barratt <adam@adam-barratt.org.uk> 2008-05-23 09:32:53 ---
It looks like this may well be a perl bug. In perl 5.10, IO::Seekable and POSIX
both define SEEK_SET, SEEK_CUR and SEEK_END, apparently to avoid a different
problem when IO::File and POSIX were used together.

That issue is currently Debian bug #479957
[http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479957]


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
[Bug 715] Constant subroutine main::SEEK_SET redefined at /usr/sbin/ eximstats line 554 with perl 5.10 [ In reply to ]
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=715

Tony Finch <fanf@exim.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |fanf@exim.org
Status|NEW |RESOLVED
Resolution| |INVALID




--- Comment #2 from Tony Finch <fanf@exim.org> 2008-05-23 17:30:43 ---
The SEEK_* constants do not appear in eximstats so I think the bug is in your
Perl installation.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##