Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 350544

Summary: viewvc broken due to missing libsvn_ra_neon
Product: Community Reporter: Stephan Herrmann <stephan.herrmann>
Component: SubversionAssignee: Eclipse Webmaster <webmaster>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: akurtakov, mistria, mober.at+eclipse, remy.suen
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: Linux   
Whiteboard:

Description Stephan Herrmann CLA 2011-06-28 06:05:42 EDT
It looks like yesterday's upgrade of SVN broke the viewvc script.
To reproduce just point your browser to
  http://dev.eclipse.org/viewcvs/viewvc.cgi?view=roots
and see this error:

An Exception Has Occurred
Python Traceback
Traceback (most recent call last):
  File "/home/local/apps/viewvc-new/lib/viewvc.py", line 4396, in main
    request.run_viewvc()
  File "/home/local/apps/viewvc-new/lib/viewvc.py", line 398, in run_viewvc
    self.view_func(self)
  File "/home/local/apps/viewvc-new/lib/viewvc.py", line 1883, in view_roots
    allroots = list_roots(request)
  File "/home/local/apps/viewvc-new/lib/viewvc.py", line 4253, in list_roots
    cfg.utilities, cfg.options.svn_config_dir)
  File "/home/local/apps/viewvc-new/lib/vclib/svn/__init__.py", line 53, in SubversionRepository
    import svn_repos
  File "/home/local/apps/viewvc-new/lib/vclib/svn/svn_repos.py", line 25, in <module>
    from svn import fs, repos, core, client, delta
  File "/usr/local/lib64/svn-python/svn/fs.py", line 19, in <module>
    from libsvn.fs import *
  File "/usr/local/lib64/svn-python/libsvn/fs.py", line 7, in <module>
    import _fs
ImportError: libsvn_ra_neon-1.so.0: cannot open shared object file: No such file or directory
Comment 1 Denis Roy CLA 2011-06-28 09:54:35 EDT
*** Bug 350548 has been marked as a duplicate of this bug. ***
Comment 2 Denis Roy CLA 2011-07-05 10:43:02 EDT
*** Bug 351173 has been marked as a duplicate of this bug. ***
Comment 3 Eclipse Webmaster CLA 2011-07-11 11:55:41 EDT
*** Bug 351716 has been marked as a duplicate of this bug. ***
Comment 4 Eclipse Webmaster CLA 2011-07-11 13:15:53 EDT
Fixed.  The library path just needed to be refreshed.

-M.
Comment 5 Stephan Herrmann CLA 2011-07-11 13:33:50 EDT
(In reply to comment #4)
> Fixed.  The library path just needed to be refreshed.

Indeed, works again. 
Thanks.