You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Steven Knight <st...@unh.edu> on 2003/07/15 15:57:55 UTC

install failure of 0.25

Hi,

I'm trying to install subversion 0.25 in my home area, make install
works fine until ( the actual setting of prefix is
/net/home/rcc/skk/local/stow/subversion-0.25 ) :

------ completed install in neon
/net/home/rcc/skk/src/subversion-0.25/ac-helpers/install-sh -c -d
/net/home/rcc/skk/local/stow/subversion-0.25/lib
cd subversion/libsvn_subr ; /bin/sh
/net/home/rcc/skk/src/subversion-0.25/libtool --mode=install
/net/home/rcc/skk/src/subversion-0.25/ac-helpers/install-sh -c
libsvn_subr-1.la
/net/home/rcc/skk/local/stow/subversion-0.25/lib/libsvn_subr-1.la
libtool: install: error: cannot install `libsvn_subr-1.la' to a
directory not ending in /usr/local/lib

Is there some reason by libsvn_subr-1.1a must be installed in
/usr/local/lib ?

I'm only building the client application.

Thanks,

-- 
--------------------------------------------------------------------------------
Steven Knight  steven.knight@unh.edu   IM : skkataim

and tho' We are not now that strength which in old days
Moved earth and heaven, that which we are, we are,--
One equal temper of heroic hearts,
Made weak by time and fate, but strong in will
To strive, to seek, to find, and not to yield.

-- Ulysses by Alfred Lord Tennyson
-------------------------------------------------------------------------------


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

Re: install failure of 0.25

Posted by Philip Martin <ph...@codematters.co.uk>.
Steven Knight <st...@unh.edu> writes:

> I compile subversion-0.25 on my gentoo box and redhat 9 box.  Both have
> libtool-1.4.3 -- either of these had build errors.  The only system
> where I had build problems was a redhat 8 system with libtool-1.4.2.

I think the libtool version is a red herring.  The tarball contains
all the libtool files needed for the build; you should be able to
build the tarball on a machine that doesn't have libtool installed.

Your problem boils down to a failure to build on RedHat 8, perhaps
only when configured with certain prefixes.  I don't have such a
system so I can't really investigate the problem, but there must be
lots of people out there who do have RedHat 8.

-- 
Philip Martin

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

Re: install failure of 0.25

Posted by Steven Knight <st...@unh.edu>.
On Tue, 2003-07-15 at 20:19, Philip Martin wrote:
> Steven Knight <st...@unh.edu> writes:
> 
> > On Tue, 2003-07-15 at 15:25, Philip Martin wrote:
> >> 
> >> I haven't downloaded the tarball, which version of libtool does it
> >> contain?  A question for release manager: Paul, which version of
> >> libtool do you have installed?
> >
> > $ ./libtool --version
> > ltmain.sh (GNU libtool) 1.4.2 (1.922.2.54 2001/09/11 03:33:37)
> 
> I think that's the version you (Steve) have installed, not the version
> in the tarball.
> 
> > I should also note, that I tried to install subversion into another
> > directory ( /tmp/biteme, if anyone cares ) and this failed with the same
> > error message.
> 
> I have now downloaded the 0.25 tarball and run
> 
> tar xfz subversion-0.25.tar.gz
> cd subversion-0.25
> ./configure --prefix=/tmp/biteme
> make
> make install
> 
> without a problem.  Since the tarball appears to contain the same
> version of libtool that I use locally, namely
> 
> ./libtool --version
> ltmain.sh (GNU libtool) 1.4.3 (1.922.2.111 2002/10/23 02:54:36)
> 
> I'm not really surprised it works.
> 
> > Also, might I suggest that this bug be fixed for the next release. 
> > Please.
> 
> That might be tricky.

I compile subversion-0.25 on my gentoo box and redhat 9 box.  Both have
libtool-1.4.3 -- either of these had build errors.  The only system
where I had build problems was a redhat 8 system with libtool-1.4.2.

Has anyone else had a problem with system with libtool-1.4.2 ?

Thanks,

-- 
--------------------------------------------------------------------------------
Steven Knight  steven.knight@unh.edu   IM : skkataim

and tho' We are not now that strength which in old days
Moved earth and heaven, that which we are, we are,--
One equal temper of heroic hearts,
Made weak by time and fate, but strong in will
To strive, to seek, to find, and not to yield.

-- Ulysses by Alfred Lord Tennyson
-------------------------------------------------------------------------------


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

Re: install failure of 0.25

Posted by Philip Martin <ph...@codematters.co.uk>.
Steven Knight <st...@unh.edu> writes:

> On Tue, 2003-07-15 at 15:25, Philip Martin wrote:
>> 
>> I haven't downloaded the tarball, which version of libtool does it
>> contain?  A question for release manager: Paul, which version of
>> libtool do you have installed?
>
> $ ./libtool --version
> ltmain.sh (GNU libtool) 1.4.2 (1.922.2.54 2001/09/11 03:33:37)

I think that's the version you (Steve) have installed, not the version
in the tarball.

> I should also note, that I tried to install subversion into another
> directory ( /tmp/biteme, if anyone cares ) and this failed with the same
> error message.

I have now downloaded the 0.25 tarball and run

tar xfz subversion-0.25.tar.gz
cd subversion-0.25
./configure --prefix=/tmp/biteme
make
make install

without a problem.  Since the tarball appears to contain the same
version of libtool that I use locally, namely

./libtool --version
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.111 2002/10/23 02:54:36)

I'm not really surprised it works.

> Also, might I suggest that this bug be fixed for the next release. 
> Please.

That might be tricky.

-- 
Philip Martin

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

Re: install failure of 0.25

Posted by Paul L Lussier <pl...@lanminds.com>.
In a message dated: Tue, 15 Jul 2003 14:50:22 PDT
Greg Stein said:

>On Tue, Jul 15, 2003 at 03:41:55PM -0400, Steven Knight wrote:
>> On Tue, 2003-07-15 at 15:25, Philip Martin wrote:
>>...
>> > I haven't downloaded the tarball, which version of libtool does it
>> > contain?  A question for release manager: Paul, which version of
>> > libtool do you have installed?

I seem to have missed the original e-mail, were you talking to me?

If so, then I currently have libtool-1.4.3-10 (debian/sid) installed
on the system I used to release Subversion-0.25.
-- 

Seeya,
Paul
--
Key fingerprint = 1660 FECC 5D21 D286 F853  E808 BB07 9239 53F1 28EE

	It may look like I'm just sitting here doing nothing,
   but I'm really actively waiting for all my problems to go away.

	 If you're not having fun, you're not doing it right!



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

Re: install failure of 0.25

Posted by Greg Stein <gs...@lyra.org>.
On Tue, Jul 15, 2003 at 03:41:55PM -0400, Steven Knight wrote:
> On Tue, 2003-07-15 at 15:25, Philip Martin wrote:
>...
> > I haven't downloaded the tarball, which version of libtool does it
> > contain?  A question for release manager: Paul, which version of
> > libtool do you have installed?

version 1.4.3. buildcheck.sh requires it when building a release.

$ fgrep VERSION ac-helpers/ltmain.sh
VERSION=1.4.3
$

> $ ./libtool --version
> ltmain.sh (GNU libtool) 1.4.2 (1.922.2.54 2001/09/11 03:33:37)

That is the libtool on your box. A tarball effectively has a copy of the
packager's libtool.

Cheers,
-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: install failure of 0.25

Posted by Steven Knight <st...@unh.edu>.
On Tue, 2003-07-15 at 15:25, Philip Martin wrote:
> Steven Knight <st...@unh.edu> writes:
> 
> > On Tue, 2003-07-15 at 13:36, Philip Martin wrote:
> >> 
> >> Hmm, I use --prefix=/usr/local/subversion all the time; that doesn't
> >> end in /usr/local/lib.  However I haven't built a tarball recently, so
> >> I am probably using a different libtool.  I suppose you could try
> >> running ./autogen.sh to regenerate libtool and configure.
> >
> > Hmm, Indeed, you are all powerful.  I ran ./autogen.sh, configure and
> > make.  I did a make install and it worked.
> 
> I haven't downloaded the tarball, which version of libtool does it
> contain?  A question for release manager: Paul, which version of
> libtool do you have installed?

$ ./libtool --version
ltmain.sh (GNU libtool) 1.4.2 (1.922.2.54 2001/09/11 03:33:37)

I should also note, that I tried to install subversion into another
directory ( /tmp/biteme, if anyone cares ) and this failed with the same
error message.

Also, might I suggest that this bug be fixed for the next release. 
Please.

Thanks,


-- 
--------------------------------------------------------------------------------
Steven Knight  steven.knight@unh.edu   IM : skkataim

and tho' We are not now that strength which in old days
Moved earth and heaven, that which we are, we are,--
One equal temper of heroic hearts,
Made weak by time and fate, but strong in will
To strive, to seek, to find, and not to yield.

-- Ulysses by Alfred Lord Tennyson
-------------------------------------------------------------------------------


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

Re: install failure of 0.25

Posted by Philip Martin <ph...@codematters.co.uk>.
Steven Knight <st...@unh.edu> writes:

> On Tue, 2003-07-15 at 13:36, Philip Martin wrote:
>> 
>> Hmm, I use --prefix=/usr/local/subversion all the time; that doesn't
>> end in /usr/local/lib.  However I haven't built a tarball recently, so
>> I am probably using a different libtool.  I suppose you could try
>> running ./autogen.sh to regenerate libtool and configure.
>
> Hmm, Indeed, you are all powerful.  I ran ./autogen.sh, configure and
> make.  I did a make install and it worked.

I haven't downloaded the tarball, which version of libtool does it
contain?  A question for release manager: Paul, which version of
libtool do you have installed?

-- 
Philip Martin

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

Re: install failure of 0.25

Posted by Steven Knight <st...@unh.edu>.
On Tue, 2003-07-15 at 13:36, Philip Martin wrote:
> 
> Hmm, I use --prefix=/usr/local/subversion all the time; that doesn't
> end in /usr/local/lib.  However I haven't built a tarball recently, so
> I am probably using a different libtool.  I suppose you could try
> running ./autogen.sh to regenerate libtool and configure.

Hmm, Indeed, you are all powerful.  I ran ./autogen.sh, configure and
make.  I did a make install and it worked.

Thanks for the help,

-- 
--------------------------------------------------------------------------------
Steven Knight  steven.knight@unh.edu   IM : skkataim

and tho' We are not now that strength which in old days
Moved earth and heaven, that which we are, we are,--
One equal temper of heroic hearts,
Made weak by time and fate, but strong in will
To strive, to seek, to find, and not to yield.

-- Ulysses by Alfred Lord Tennyson
-------------------------------------------------------------------------------


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

Re: install failure of 0.25

Posted by Philip Martin <ph...@codematters.co.uk>.
Steven Knight <st...@unh.edu> writes:

> On Tue, 2003-07-15 at 12:55, Philip Martin wrote:
>> Steven Knight <st...@unh.edu> writes:
>> 
>> > cd subversion/libsvn_subr ; /bin/sh
>> > /net/home/rcc/skk/src/subversion-0.25/libtool --mode=install
>> > /net/home/rcc/skk/src/subversion-0.25/ac-helpers/install-sh -c
>> > libsvn_subr-1.la
>> > /net/home/rcc/skk/local/stow/subversion-0.25/lib/libsvn_subr-1.la
>> > libtool: install: error: cannot install `libsvn_subr-1.la' to a
>> > directory not ending in /usr/local/lib
>> 
>> I suspect this is a libtool DESTDIR problem.  What command did you use
>> to configure Subversion?  What command did you use to install it?
>
> Install what?

I meant Subversion, so you answered my question :)

>  If you are talking of libtool, its libtool-1.4.2 from
> RedHat 8 RPM.

Are you installing from a tarball?  I thought libtool came in the
tarball, in which case it won't use your local version.

>  If you are talking about subversion, I did:
>
> ./configure --prefix=/net/home/rcc/skk/local/stow/subversion-0.25
>
> make
>
> make install
>
> and then get that error message.

Hmm, I use --prefix=/usr/local/subversion all the time; that doesn't
end in /usr/local/lib.  However I haven't built a tarball recently, so
I am probably using a different libtool.  I suppose you could try
running ./autogen.sh to regenerate libtool and configure.

-- 
Philip Martin

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

Re: install failure of 0.25

Posted by Steven Knight <st...@unh.edu>.
On Tue, 2003-07-15 at 12:55, Philip Martin wrote:
> Steven Knight <st...@unh.edu> writes:
> 
> > cd subversion/libsvn_subr ; /bin/sh
> > /net/home/rcc/skk/src/subversion-0.25/libtool --mode=install
> > /net/home/rcc/skk/src/subversion-0.25/ac-helpers/install-sh -c
> > libsvn_subr-1.la
> > /net/home/rcc/skk/local/stow/subversion-0.25/lib/libsvn_subr-1.la
> > libtool: install: error: cannot install `libsvn_subr-1.la' to a
> > directory not ending in /usr/local/lib
> 
> I suspect this is a libtool DESTDIR problem.  What command did you use
> to configure Subversion?  What command did you use to install it?

Install what?  If you are talking of libtool, its libtool-1.4.2 from
RedHat 8 RPM.  If you are talking about subversion, I did:

./configure --prefix=/net/home/rcc/skk/local/stow/subversion-0.25

make

make install

and then get that error message.

Thanks,

-- 
--------------------------------------------------------------------------------
Steven Knight  steven.knight@unh.edu   IM : skkataim

and tho' We are not now that strength which in old days
Moved earth and heaven, that which we are, we are,--
One equal temper of heroic hearts,
Made weak by time and fate, but strong in will
To strive, to seek, to find, and not to yield.

-- Ulysses by Alfred Lord Tennyson
-------------------------------------------------------------------------------


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

Re: install failure of 0.25

Posted by Philip Martin <ph...@codematters.co.uk>.
Steven Knight <st...@unh.edu> writes:

> cd subversion/libsvn_subr ; /bin/sh
> /net/home/rcc/skk/src/subversion-0.25/libtool --mode=install
> /net/home/rcc/skk/src/subversion-0.25/ac-helpers/install-sh -c
> libsvn_subr-1.la
> /net/home/rcc/skk/local/stow/subversion-0.25/lib/libsvn_subr-1.la
> libtool: install: error: cannot install `libsvn_subr-1.la' to a
> directory not ending in /usr/local/lib

I suspect this is a libtool DESTDIR problem.  What command did you use
to configure Subversion?  What command did you use to install it?

-- 
Philip Martin

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