This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libproxy-devel-0.4.0-1 missing libproxy.la


On Tue, 2010-06-22 at 14:06 -0700, David Rothenberger wrote:
> On 6/22/2010 1:47 PM, David Rothenberger wrote:
> > My subversion build dies because it can't find /usr/lib/libproxy.la.
> > libproxy-devel-0.2.3-1 contained this file, but -0.4.0-1 does not.
> > 
> > Is this a packaging error? Or do I need to try to work around this in
> > the subversion build?
> 
> It seems that /usr/lib/libproxy.la is coming from /usr/lib/libneon.la.
> libneon27 depends on libproxy0. So, if libproxy-devel is fixed to
> provide /usr/lib/libproxy.la, do I also need a new libneon package
> linked against libproxy1?

YA case of libtool trying to be too smart.

Beginning with 0.4.0, libproxy uses CMake instead of autotools, so there
is no longer a libproxy.la.  The best solution would be for neon to be
rebuilt against libproxy1, but in the meantime if you're not using
libproxy directly just:

sed -e 's|/usr/lib/libproxy\.la|-lproxy|' /usr/lib/libneon.la

HTH,


Yaakov



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]