pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Missing run time dependency in devel/subversion-base on NetBSD 5.1.2



On 11/12/2013 8:00 PM, OBATA Akio wrote:
On Wed, 11 Dec 2013 17:43:05 +0900, Marc Balmer <marc%msys.ch@localhost> wrote:

devel/subversion-base builds and installs just fine on NetBSD 5.1.3.
But when I run 'svn', I get an error that libexpat.so.1 is not found.

I had to install textproc/expat to make it actually work.  So this might
be a missing runtime dependency (or me making some mistake...)

It already should be fixed (missing rpath to /usr/X11R7/lib).
Please try to update apr-util to 1.5.3nb1 and expat package is not
required.


Fixed here :

bash-4.2# /etc/rc.d/apache restart
Stopping apache.
Waiting for PIDS: 946.
Starting apache.
bash-4.2# pkg_info | grep expat
expat-2.1.0         XML parser library written in C
py27-expat-2.7.6    Python interface to expat
bash-4.2# pkg_delete expat-2.1.0 py27-expat-2.7.6
bash-4.2# /etc/rc.d/apache restart
Stopping apache.
Waiting for PIDS: 29737.
Starting apache.
bash-4.2#





Home | Main Index | Thread Index | Old Index