Package: subversion
Version: 1.5.6dfsg-1
Severity: important

Hi!

This morning I was unable to update, commit to or checkout any
of my regular repositories on all kinds of servers using
HTTP(S).  I get the following error:

% svn up
svn: OPTIONS of 'https://host.domain.tld/repo': could not connect to server 
(https://host.domain.tld)

Using strace didn't provide much information:

socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 4
connect(4, {sa_family=AF_INET, sin_port=htons(53), 
sin_addr=inet_addr("uu.xx.yy.zz")}, 28) = 0
fcntl(4, F_GETFL)                       = 0x2 (flags O_RDWR)
fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK)    = 0
poll([{fd=4, events=POLLOUT}], 1, 0)    = 1 ([{fd=4, revents=POLLOUT}])
sendto(4, "[Y\1\0\0\1\0\0\0\0\0\0\3host\3domain\2tld\0\0\1\0\1", 32, 
MSG_NOSIGNAL, NULL, 0) = 32
poll([{fd=4, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=4, revents=POLLOUT}])
sendto(4, "\250\267\1\0\0\1\0\0\0\0\0\0\3host\3domain2tld\0\0\34\0\1", 32, 
MSG_NOSIGNAL, NULL, 0) = 32
poll([{fd=4, events=POLLIN}], 1, 4999)  = 1 ([{fd=4, revents=POLLIN}])
ioctl(4, FIONREAD, [209])               = 0
recvfrom(4, "[Y\205\200\0\1\0\2\0\4\0\4\3host\3domain\2tld\0\0\1\0\1"..., 2048, 
0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("uu.xx.yy.zz")}, 
[16]) = 209
poll([{fd=4, events=POLLIN}], 1, 4998)  = 1 ([{fd=4, revents=POLLIN}])
ioctl(4, FIONREAD, [107])               = 0
recvfrom(4, 
"\250\267\205\200\0\1\0\1\0\1\0\0\3host\3domain\2tld\0\0\34\0\1"..., 1839, 0, 
{sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("uu.xx.yy.zz")}, 
[16]) = 107
close(4)                                = 0
socket(PF_INET, 0x80001 /* SOCK_??? */, IPPROTO_TCP) = -1 EINVAL (Invalid 
argument)
open("/usr/share/locale/en_GB.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/share/locale/en_GB.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/share/locale/en_GB/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such 
file or directory)
write(2, "svn: OPTIONS of 'https://host.domain";..., 107svn: OPTIONS of 
'https://host.domain.tld/repo': could not connect to server 
(https://host.domain.tld)
) = 107
futex(0x2b73ccff8528, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x2b73ccff84b0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x2b73cbdb8200, FUTEX_WAKE_PRIVATE, 2147483647) = 0

I found the issue to be in the interaction with libneon27(-gnutls).  It was
the recent update of this library that seems to break subversion.
I downgraded to libneon27(-gnutls) 0.28.2-6.1+b1 and now svn works again.

Kind regards,

Paul

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (102, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages subversion depends on:
ii  libapr1                   1.3.3-4        The Apache Portable Runtime Librar
ii  libc6                     2.9-13         GNU C Library: Shared libraries
ii  libsasl2-2                2.1.23.dfsg1-1 Cyrus SASL - authentication abstra
ii  libsvn1                   1.5.6dfsg-1    Shared libraries used by Subversio

subversion recommends no packages.

Versions of packages subversion suggests:
pn  db4.6-util                    <none>     (no description available)
ii  patch                         2.5.9-5    Apply a diff file to an original
pn  subversion-tools              <none>     (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to