You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Garrett Rooney <ro...@electricjellyfish.net> on 2003/05/08 23:51:33 UTC

Re: svn commit: rev 5858 - trunk

On Thursday, May 8, 2003, at 07:12 PM, philip@tigris.org wrote:

> Author: philip
> Date: Thu May  8 18:12:31 2003
> New Revision: 5858
>
> Modified:
>    trunk/configure.in
> Log:
> Fix an install bug reported by Dominik Westner <li...@logicunited.com>.
> Arrange for libsvn_ra_dav to be installed before libsvn_ra so that
> libtool relinking works.
>
> * configure.in (INSTALL_RULES): Put install-dav-lib before install-lib.
>
>
> Modified: trunk/configure.in
> ======================================================================= 
> =======
> --- trunk/configure.in	(original)
> +++ trunk/configure.in	Thu May  8 18:12:31 2003
> @@ -276,7 +276,7 @@
>  if test "$svn_lib_neon" = "yes"; then
>    BUILD_RULES="$BUILD_RULES dav-lib"
>    INSTALL_STATIC_RULES="$INSTALL_STATIC_RULES install-dav-lib"
> -  INSTALL_RULES="$INSTALL_RULES install-dav-lib"
> +  INSTALL_RULES="`echo $INSTALL_RULES | sed  
> 's/install-lib/install-dav-lib install-lib/'`"
>  fi
>

that is so much cooler than the patch i was putting together to fix the  
problem (which i introduced when i made ra_dav optional...  sorry about  
that guys, further proof i shouldn't be allowed near autoconf under any  
circumstances).

thanks for cleaning up my mess,

-garrett


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

Re: svn commit: rev 5858 - trunk

Posted by Greg Stein <gs...@lyra.org>.
On Fri, May 09, 2003 at 01:23:16AM +0100, Philip Martin wrote:
> Garrett Rooney <ro...@electricjellyfish.net> writes:
> 
> > thanks for cleaning up my mess,
> 
> Having deleting my existing Subversion installation to verify the
> problem I had a big incentive to fix it!

Aaaaah!! We all suck! "Gee, this works just great."  Well, yah duh. When was
the last time we deleted our install? Oh no... build and install? Delete the
target? Bah. We're experts. Who needs that?

Oh. Uh. Hrm. You ask if I deleted? Euh... So how's the weather there? Oh.
Right. Well... no.... I guess I haven't deleted my install. Um.

Damn. I guess I suck, too.

;-)
-g

-- 
Greg Stein, http://www.lyra.org/

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

Re: svn commit: rev 5858 - trunk

Posted by Philip Martin <ph...@codematters.co.uk>.
Garrett Rooney <ro...@electricjellyfish.net> writes:

> thanks for cleaning up my mess,

Having deleting my existing Subversion installation to verify the
problem I had a big incentive to fix it!

-- 
Philip Martin

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

Re: svn commit: rev 5858 - trunk

Posted by Blair Zajac <bl...@orcaware.com>.
Michael Price wrote:
> 
> cmpilato@collab.net wrote:
> > Blair Zajac <bl...@orcaware.com> writes:
> >>Maybe we should probably get a new 0.22.0 tarball out, or push 0.22.1.
> >>This bit me too and we don't want to spend too much time handling
> >>complaints about this build.
> >
> > +1.
> 
> ARGH... UGH.....
> 
> Sorry, my heart stopped for a moment.
> 
> Yeh, I can do another release. Can it wait until tomorrow night?

No rush on my part.

Best,
Blair

-- 
Blair Zajac <bl...@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/

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

Re: svn commit: rev 5858 - trunk

Posted by Michael Price <mi...@acm.org>.
cmpilato@collab.net wrote:
> Blair Zajac <bl...@orcaware.com> writes:
>>Maybe we should probably get a new 0.22.0 tarball out, or push 0.22.1.
>>This bit me too and we don't want to spend too much time handling
>>complaints about this build.
> 
> +1.

ARGH... UGH.....

Sorry, my heart stopped for a moment.

Yeh, I can do another release. Can it wait until tomorrow night?

Michael




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

Re: svn commit: rev 5858 - trunk

Posted by kf...@collab.net.
cmpilato@collab.net writes:
> > Maybe we should probably get a new 0.22.0 tarball out, or push 0.22.1.
> > This bit me too and we don't want to spend too much time handling
> > complaints about this build.
> 
> +1.

Yes.  0.22.1, of course.  We *never* release a different tarball with
the same name as an old tarball :-).

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

Re: svn commit: rev 5858 - trunk

Posted by cm...@collab.net.
Blair Zajac <bl...@orcaware.com> writes:

> Maybe we should probably get a new 0.22.0 tarball out, or push 0.22.1.
> This bit me too and we don't want to spend too much time handling
> complaints about this build.

+1.

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

Re: svn commit: rev 5858 - trunk

Posted by Blair Zajac <bl...@orcaware.com>.
Garrett Rooney wrote:
> 
> On Thursday, May 8, 2003, at 07:12 PM, philip@tigris.org wrote:
> 
> > Author: philip
> > Date: Thu May  8 18:12:31 2003
> > New Revision: 5858
> >
> > Modified:
> >    trunk/configure.in
> > Log:
> > Fix an install bug reported by Dominik Westner <li...@logicunited.com>.
> > Arrange for libsvn_ra_dav to be installed before libsvn_ra so that
> > libtool relinking works.
> >
> > * configure.in (INSTALL_RULES): Put install-dav-lib before install-lib.
> 
> that is so much cooler than the patch i was putting together to fix the
> problem (which i introduced when i made ra_dav optional...  sorry about
> that guys, further proof i shouldn't be allowed near autoconf under any
> circumstances).

Maybe we should probably get a new 0.22.0 tarball out, or push 0.22.1.
This bit me too and we don't want to spend too much time handling
complaints about this build.

Best,
Blair

-- 
Blair Zajac <bl...@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/

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