Re: How to build libtool from git sources properly?

2016-05-18 Thread Mathieu Lirzin
Hi,

Bob Friesenhahn  writes:

> On Wed, 18 May 2016, Igor Zhbanov wrote:
>>>
>>> run `./bootstrap`
>>> -mike
>>
>> It doesn't work on a PC without git or without network connection
>> because it needs to clone gnulib (although there is no gnulib folder
>> in libtool-2.4.6.tar.gz. But this is probably another story.
>
> This is very unfortunate.

Why?  Development repositories are not meant for end users.  Having a
tarball requiring only a subset of the dependencies necessary or
convenient to the developers seems nice.

> I am not sure if it would work if you cloned gnulib on another
> computer and copied the gnulib folder into place since it may still
> make subsequent git accesses.
>
> The bootstrap requirements make it difficult to support or test on
> targets which can not run git or don't have network access.

To test a unreleased version of a package that uses the GNU build system
on a restricted system, the usual method would be to bootstrap a tarball
with ‘make dist’ from a development machine with Git, network access,
... and then install the produced tarball on the targeted machine.

-- 
Mathieu Lirzin

___
https://lists.gnu.org/mailman/listinfo/libtool


Re: How to build libtool from git sources properly?

2016-05-18 Thread Bruce Korb

On 05/18/16 14:41, Bob Friesenhahn wrote:

On Wed, 18 May 2016, Igor Zhbanov wrote:


run `./bootstrap`
-mike


It doesn't work on a PC without git or without network connection
because it needs to clone gnulib (although there is no gnulib folder
in libtool-2.4.6.tar.gz. But this is probably another story.


This is very unfortunate.  I am not sure if it would work if you cloned
gnulib on another computer and copied the gnulib folder into place since
it may still make subsequent git accesses.


It sounds to me like Igor wants/needs the release tarball.
Pulling from GIT and building is a maintainer problem.
If you are going to help maintain it, you need access to
maintainer stuff:  GIT, gnulib, the internet, etc.
It's "by design".

___
https://lists.gnu.org/mailman/listinfo/libtool


Re: How to build libtool from git sources properly?

2016-05-18 Thread Bob Friesenhahn

On Wed, 18 May 2016, Igor Zhbanov wrote:


run `./bootstrap`
-mike


It doesn't work on a PC without git or without network connection
because it needs to clone gnulib (although there is no gnulib folder
in libtool-2.4.6.tar.gz. But this is probably another story.


This is very unfortunate.  I am not sure if it would work if you 
cloned gnulib on another computer and copied the gnulib folder into 
place since it may still make subsequent git accesses.


The bootstrap requirements make it difficult to support or test on 
targets which can not run git or don't have network access.


Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,http://www.GraphicsMagick.org/

___
https://lists.gnu.org/mailman/listinfo/libtool


Re: How to build libtool from git sources properly?

2016-05-18 Thread Igor Zhbanov
Hi Mike,

2016-05-18 16:57 GMT+03:00 Mike Frysinger :
> On 18 May 2016 11:15, Igor Zhbanov wrote:
>> How to properly build libtool from git sources.
>>
>> I see too many differences between
>>
>> git clone git://git.savannah.gnu.org/libtool.git
>> git checkout v2.4.6
>>
>> and
>>
>> http://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.gz.
>>
>> How to make cloned sources to look like in release archive?
>> Didn't find any instruction.
>
> run `./bootstrap`
> -mike

It doesn't work on a PC without git or without network connection
because it needs to clone gnulib (although there is no gnulib folder
in libtool-2.4.6.tar.gz. But this is probably another story.

Thanks.

___
https://lists.gnu.org/mailman/listinfo/libtool


Re: How to build libtool from git sources properly?

2016-05-18 Thread Mike Frysinger
On 18 May 2016 11:15, Igor Zhbanov wrote:
> How to properly build libtool from git sources.
> 
> I see too many differences between
> 
> git clone git://git.savannah.gnu.org/libtool.git
> git checkout v2.4.6
> 
> and
> 
> http://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.gz.
> 
> How to make cloned sources to look like in release archive?
> Didn't find any instruction.

run `./bootstrap`
-mike


signature.asc
Description: Digital signature
___
https://lists.gnu.org/mailman/listinfo/libtool


How to build libtool from git sources properly?

2016-05-18 Thread Igor Zhbanov
Hi!

How to properly build libtool from git sources.

I see too many differences between

git clone git://git.savannah.gnu.org/libtool.git
git checkout v2.4.6

and

http://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.gz.

How to make cloned sources to look like in release archive?
Didn't find any instruction.

Thank you.

___
https://lists.gnu.org/mailman/listinfo/libtool