Mantis - subversion
Viewing Issue Advanced Details
4764 packaging block always 2011-04-27 21:50 2011-05-29 09:16
sline  
dam  
normal  
closed  
fixed  
none    
none  
0004764: missing libneon.so.27 when running svn
I just installed CSWsvn (pkgutil -i CSWsvn) and afterwards upon running svn the following error is returned:

# svn --help
ld.so.1: svn: fatal: libneon.so.27: open failed: No such file or directory

I then installed CSWneon and CSWneonfull and I get the same error. There are no libs in /opt/csw/lib/libneon*
Issue History
2011-04-27 21:50 sline New Issue
2011-04-27 21:51 sline Issue Monitored: sline
2011-04-27 21:54 dam Status new => assigned
2011-04-27 21:54 dam Assigned To => dam
2011-04-27 21:55 dam Note Added: 0009005
2011-04-27 22:08 sline Note Added: 0009006
2011-04-27 22:10 dam Note Added: 0009007
2011-04-27 22:23 sline Note Added: 0009008
2011-04-27 22:30 dam Note Added: 0009009
2011-04-27 22:43 sline Note Added: 0009010
2011-05-29 09:16 rupert Status assigned => closed
2011-05-29 09:16 rupert Resolution open => fixed

Notes
(0009005)
dam   
2011-04-27 21:55   
Hi,

thanks for the report! The problem is due to a faulty update of neon. I have respun a new set of packages, it would be great if you could test these so I can push them for release:
  http://buildfarm.opencsw.org/experimental.html#libneon [^]

Best regards -- Dago
(0009006)
sline   
2011-04-27 22:08   
Damn that was fast. Not sure how to do that, I'll start reading but if you have a simple command to send me and don't mine, please tell me what to do.

sline00@gmail.com

Thanks for the lightening speed!
(0009007)
dam   
2011-04-27 22:10   
I noticed this morning and reworked the whole set during the day. Please try
  pkgutil -t http://buildfarm.opencsw.org/opencsw/experimental/libneon [^] -U -u
If you are up to date this should update the packages in the #libneon experimental catalog.

Best regards

  -- Dago
(0009008)
sline   
2011-04-27 22:23   
I ran your command, it updated 34 packages, then I got the following errors at the end. Also see below, I have the same error with svn, and there are still no libs in /opt/csw/lib/libneon*. Sorry to be such a noob.

Copying sample pkgutil.conf to /opt/csw/etc.
/etc/opt/csw/pkgutil.conf already exists, will not copy pkgutil.conf.CSW to it.
Copying sample admin to /var/opt/csw/pkgutil.

NOTE!
NOTE! Make sure to check out any changes in /etc/opt/csw/pkgutil.conf.CSW.
NOTE!


Installation of <CSWpkgutil> was successful.
Another instance of pkgutil is already running!
-bash-3.2# svn
ld.so.1: svn: fatal: libneon.so.27: open failed: No such file or directory
Killed
-bash-3.2# pkgutil -t http://buildfarm.opencsw.org/opencsw/experimental/libneon [^] -U -u
-bash-3.2#
-bash-3.2# ls /opt/csw/lib/libneo*
/opt/csw/lib/libneo*: No such file or directory
(0009009)
dam   
2011-04-27 22:30   
This is strange. Please see if you have any neon packages installed:
  pkginfo | grep neon
and try to manually remove them with "pkgrm CSW..."
Then please try to install the packages cleanly with
  pkgutil -t http://buildfarm.opencsw.org/opencsw/experimental/libneon [^] -i libneon27

Best regards

  -- Dago

PS: Feel free to come over to #opencsw on freenode
(0009010)
sline   
2011-04-27 22:43   
This worked. Thanks Dago.

Steve