Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 302431 - SVN checkout from overlays.gentoo.org fails, svn:// only
Summary: SVN checkout from overlays.gentoo.org fails, svn:// only
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Git (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
: 302419 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-01-27 10:18 UTC by John Keeping
Modified: 2010-01-27 20:15 UTC (History)
6 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Keeping 2010-01-27 10:18:26 UTC
svn co and svn up from o.g.o fails with "svn: malformed network data". The command run was:

/usr/bin/svn co "svn://overlays.gentoo.org/proj/java/java-overlay//@" "/var/lib/layman/java-overlay"

I sniffed the network activity and the following message is returned from the server when a connection is made:

svnserve: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory
Comment 1 Peter Volkov (RETIRED) gentoo-dev 2010-01-27 14:19:51 UTC
*** Bug 302419 has been marked as a duplicate of this bug. ***
Comment 2 Jason Johns 2010-01-27 16:06:38 UTC
I'm also seeing this...
---
# layman -a jokey
* Running command "/usr/bin/svn co "svn://overlays.gentoo.org/dev/jokey/trunk/" "/usr/portage/local/layman/jokey""...
svn: Malformed network data
* Failed to add overlay "jokey".
* Error was: Adding the overlay failed! Possible remains of the opration have NOT been removed and may be left at /usr/portage/local

----
And telneting to the svn port on overlays.gentoo.org results in:
# telnet overlays.gentoo.org svn
Trying 66.219.59.40...
Connected to pelican.gentoo.org.
Escape character is '^]'.
svnserve: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory
Connection closed by foreign host. 
Comment 3 Marcello Magaldi 2010-01-27 18:41:23 UTC
(In reply to comment #2)
> I'm also seeing this...
> ---
> # layman -a jokey
> * Running command "/usr/bin/svn co "svn://overlays.gentoo.org/dev/jokey/trunk/"
> "/usr/portage/local/layman/jokey""...
> svn: Malformed network data
> * Failed to add overlay "jokey".
> * Error was: Adding the overlay failed! Possible remains of the opration have
> NOT been removed and may be left at /usr/portage/local
> 
> ----
> And telneting to the svn port on overlays.gentoo.org results in:
> # telnet overlays.gentoo.org svn
> Trying 66.219.59.40...
> Connected to pelican.gentoo.org.
> Escape character is '^]'.
> svnserve: error while loading shared libraries: libexpat.so.0: cannot open
> shared object file: No such file or directory
> Connection closed by foreign host. 
> 

same problem here with sunrise.
Comment 4 Andreas K. Hüttel archtester gentoo-dev 2010-01-27 19:07:51 UTC
https access works fine. So, as a workaround:

* cd to the main directory of the overlay, 
* and enter the following command as user with writing permissions (root?):

svn switch --relocate svn://overlays.gentoo.org/proj/sunrise/reviewed/ https://overlays.gentoo.org/svn/proj/sunrise/reviewed
Comment 5 Andreas K. Hüttel archtester gentoo-dev 2010-01-27 19:08:43 UTC
> 
> svn switch --relocate svn://overlays.gentoo.org/proj/sunrise/reviewed/
> https://overlays.gentoo.org/svn/proj/sunrise/reviewed
> 

Note that this is one command line... I cannot change the line breaks here...
Comment 6 Michael Weber (RETIRED) gentoo-dev 2010-01-27 20:05:07 UTC
Hi,

I can confirm the libexpat.so.0 issue and want to suggest a revdep-rebuild on pelican.gentoo.org. The severity of this bug should be blocker/crtical.

Michael
Comment 7 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2010-01-27 20:15:41 UTC
Fixed, sorry about the breakage.