You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by John Allen <jo...@moyville.net> on 2006/09/01 21:21:31 UTC

Re: problems building on Mandrake 9.2

Works fine as rpm on Mandriva 2006.0 (in contribs), so I'd suggest you upgrade 
the 9.2 machine

On Thursday 31 August 2006 23:36, Aaron Wood wrote:
> I'm trying to get a test server up and running for a short while,
> waiting for our RHEL servers are brought up.
>
> I downloaded the 1.3.2 source tarball, and attempted to build.  I ran
> into the following:
>
> libtool: link: warning:
> `/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/../../..//libexpat.la'
> seems to be moved
>
> while compiling mod_dav_svn.  APR and neon have compiled just fine,
> using the /usr/lib/libexpat.la that the above will resolve to.
>
> Digging around online, I found problems with the paths not matching
> between the libexpat.la file and the path it documents.  This wasn't
> the case, however.
>
> I am a bit curious as to where it's comming up with the above path to
> libexpat.la, as APR uses the much saner version:
>
>   adding "-lexpat" to APRUTIL_EXPORT_LIBS
>   adding "/usr/lib/libexpat.la" to APRUTIL_LIBS
> checking expat.h usability... yes
> checking expat.h presence... yes
> checking for expat.h... yes
> checking for XML_SetXmlDeclHandler in -lexpat... yes
> configure: XML parser used: expat
>   XML Parser:      expat
>
> This is really only a temporary situation (building on such an old
> environment), until our newer servers come online, but it seems rather
> odd.
>
> Any guidance?
>
> Thanks much,
> Aaron Wood
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

-- 
John Allen,                          mailto:john.allen@moyville.net
MandrakeClub Silver Member.          http://www.moyville.net
Site of the day: http://www.fr-ray.org/

Mandriva Linux release 2006.0 (Official) for i586, kernel 2.6.12-12mdk
 22:20:55 up 12:59,  3 users,  load average: 0.35, 0.32, 0.23

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: problems building on Mandrake 9.2

Posted by Aaron Wood <wo...@gmail.com>.
On 9/1/06, John Allen <jo...@moyville.net> wrote:
> Works fine as rpm on Mandriva 2006.0 (in contribs), so I'd suggest you upgrade
> the 9.2 machine

Yeah, that's pretty much what I have to wait for.  We're in the
progress of getting new servers, but it's going to take a while to get
the new boxes up and running, and I can't just fully upgrade the 9.2
box to the latest Mandriva (risk of breaking other things that run on
it).

I was hoping someone would have run into a similar problem building on
an older platform, or could give some guidance as to how the config
scripts were coming up with the odd paths to libexpat.  If I could
halt the configure and build process, and insert the correct paths,
that would be enough to ge me over the issue, but I don't use libtool
or autoconf in my development (I develop on other platforms).

Thanks,
Aaron Wood

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org