<p>what would you suggest to report upstream?</p>
<div class="gmail_quote">On Mar 8, 2012 10:56 AM, "Nicolai Schwindt" <<a href="mailto:schwindt@dfki.uni-kl.de">schwindt@dfki.uni-kl.de</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
> 2012/3/8 Nicolai Schwindt <<a href="mailto:schwindt@dfki.uni-kl.de">schwindt@dfki.uni-kl.de</a>>:<br>
> > [...]<br>
> >><br>
> >> -SVNLIB Â  Â  = $(prefix)/lib/svn<br>
> ><br>
> > This contains the needed lib, actually an old version<br>
> ><br>
> >> +SVNLIB Â  Â  = $(libdir)<br>
> ><br>
> > This does not.<br>
><br>
> I don't understand - SVNLIB is a private variable in GAR which is used<br>
> to configure some directory settings. If it were set to something<br>
> else, the subversion build would follow. No other packages install<br>
> anything to /opt/csw/lib/svn, do they?<br>
<br>
The variable gets used to configure :<br>
    CONFIGURE_ARGS  = $(DIRPATHS) --libdir=$(SVNLIB) --libexecdir=$(SVNLIB)<br>
<br>
With SVNLIB=$(prefix)/lib/svn the linker got -L/opt/csw/lib/svn and used the old<br>
libraries.<br>
<br>
With SVNLIB=$(libdir) the linker gets -L/opt/csw anf fails.<br>
<br>
While staging to DESTIDR you would need :<br>
 -L/home/maciej/src/opencsw/pkg/subversion/trunk/work/solaris10-sparc/pkgroot/opt<br>
 /csw/lib/svn<br>
<br>
Doing this on a machine which does not contain an old version of subversion<br>
would fail for both settings of SVNLIB.<br>
<br>
Subversion seems generally broken - the code and the build.<br>
<br>
<br>
Nicolai<br>
<br>
_______________________________________________<br>
maintainers mailing list<br>
<a href="mailto:maintainers@lists.opencsw.org">maintainers@lists.opencsw.org</a><br>
<a href="https://lists.opencsw.org/mailman/listinfo/maintainers" target="_blank">https://lists.opencsw.org/mailman/listinfo/maintainers</a><br>
.:: This mailing list's archive is public. ::.<br>
</blockquote></div>