Your message dated Mon, 25 Sep 2006 11:04:20 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in NMU of wvstreams 4.2.2-2.2
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: libwvstreams4.2-extras
Version: 4.2.2-2.1
Severity: grave
Hi,
retchmal is broken on amd64:
[0] [EMAIL PROTECTED]:~ 1j $retchmail -F
A* Retrieve mail from [EMAIL PROTECTED]:995 into cb.
A* Aborted. Error was: Can't get SSL context!
stracing it yields:
[...]
4979 open("/etc/host.conf", O_RDONLY) = 3
4979 fstat(3, {st_mode=S_IFREG|0644, st_size=9, ...}) = 0
4979 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x2a9556f000
4979 read(3, <unfinished ...>
4978 shutdown(4294967295, 0 /* receive */) = -1 EBADF (Bad file descriptor)
4978 write(1, "A", 1) = 1
4978 write(1, "* ", 2) = 2
4978 write(1, "Retrieve mail from [EMAIL PROTECTED]"..., 51) = 51
[...]
This looks like a type problem (4294967295 = 2^32 - 1) in wvstreams. I
had a look at the source but couldn't spot any obvious errors.
Recently having upgraded from sarge/i386 to etch/amd64, not being able
to read -private at the moment could be said to be an advantage, I'd
prefer to be able to read my other mail though :)
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-11-amd64-k8
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages libwvstreams4.2-extras depends on:
ii libc6 2.3.6-15 GNU C Library: Shared libraries
ii libdb4.2 4.2.52-23.1 Berkeley v4.2 Database Libraries [
ii libpam0g 0.79-3.1 Pluggable Authentication Modules l
ii libslp1 1.2.1-5 OpenSLP libraries
ii libssl0.9.8 0.9.8b-2 SSL shared libraries
ii libwvstreams4.2-base 4.2.2-2.1 C++ network libraries for rapid ap
ii libxplc0.3.13 0.3.13-1 Light weight component system
ii zlib1g 1:1.2.3-13 compression library - runtime
libwvstreams4.2-extras recommends no packages.
-- no debconf information
Christoph
--
[EMAIL PROTECTED] | http://www.df7cb.de/
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 4.2.2-2.2
I've NMUed for this bug (fixing the bug to use versioning instead of the
"fixed" tag, to ease tracking through testing); here's the changelog:
> wvstreams (4.2.2-2.2) unstable; urgency=medium
> .
> * Non-maintainer upload.
> * Add OpenSSL_add_ssl_algorithms() to SSL initializiation, as we're using
> the SSL part of OpenSSL and not just the crypto part (which was already
> initialized); fixes problems with WvSSLStream on at least amd64.
> (Closes: #385296)
/* Steinar */
--
Homepage: http://www.sesse.net/
--- End Message ---