Bogdan Cristea wrote:
> On Wednesday 13 August 2008 22:16:16 you wrote:
>
> > Bogdan Cristea wrote:
>
> > > I have tried to compile from sources Subversion 1.5.1 on openSuSE 11.0
>
> > > 64 bits. Make fails because cannot find libneon.la library. I quick
>
> > > search revealed that libneon.la was removed from neon package and
>
> > > subversion should remove this dependency. I have downloaded again from
>
> > > subversion site the sources of 1.5.1 but this dependency is still
>
> > > required. When a new release will be available without this dependency?
>
> >
>
> > This sounds more like a openSuSE issue. Do you have the development RPM
>
> > for neon installed? That's probably where libneon.la is located.
>
> >
>
> > The latest version of neon installs libneon.la and unless neon moves away
>
> > from libtool, which I would find very surprising, Subversion will use and
>
> > depend on it.
>
> >
>
> > Regards,
>
> > Blair
>
> I will ask on the openSuSE list this question, but from the link I found
> this issue does not seem to be related to a specific distro:
>
> https://issues.rpath.com/browse/RPL-2131
The isssue reads:
"""the latest subversion on :devel will not build without libneon.la, which is
removed from neon by RemoveNonPackageFiles policy."""
The "RemoveNonPackageFiles policy" is presumably an openSuSE policy.
And neither Neon nor Subversion supply the neon.recipe file mentioned in the link.
On MacPorts, the neon port has that file:
$ port installed | grep neon
neon @0.28.2_0 (active)
$ port contents neon | grep neon.la
/Users/blair/my-macports/lib/libneon.la
So it sounds like they are explicitly removing it from the neon openSuSE build
and it needs to get added back in.
Regards,
Blair
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-13 21:35:04 CEST