bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Issue with parallel-wget branch


From: Tim Ruehsen
Subject: Re: [Bug-wget] Issue with parallel-wget branch
Date: Fri, 03 Jan 2014 10:19:14 +0100
User-agent: KMail/4.11.3 (Linux/3.12-1-amd64; KDE/4.11.3; x86_64; ; )

On Friday 03 January 2014 00:45:10 Darshit Shah wrote:
> Fixed.
> 
> One needs to run `automake --add-missing` first. Maybe we ought to execute
> it automatically for all?
> 
> On Fri, Jan 3, 2014 at 12:34 AM, Darshit Shah <address@hidden> wrote:
> > I made a fresh clone of the wget repository today on my system.
> > 
> > However I'm unable to create the Makefile in the testenv/ directory after
> > checking out parallel-wget.
> > 
> > The problem it seems is that Makefile.in hasn't been generated in that
> > directory. The file as far as I know should be autogenerated. So, where am
> > I going wrong and what should I do to ensure that it works?

Hi Darshit,

maybe we can find out more details about that problem (or anyone simply knows 
what is going on).

I just did the following procedure without problems (Debian unstable):

git clone git://git.savannah.gnu.org/wget.git
cd wget
git checkout parallel-wget
./bootstrap
./configure
make

I have these auto* packages installed:
autoconf 2.69-2
autogen 1:5.18-2
automake 1:1.14.1-2
automake1.10 1:1.10.3-3.1
automake1.6 1.6.3-12
automake1.9 1.9.6+nogfdl-4
autopoint 0.18.3.1-2
autotools-dev 20130810.1

I recognized these warnings / errors while ./bootstrap:
...
./bootstrap: autopoint --force
sh: 1: build-aux/git-version-gen: not found
sh: 1: build-aux/git-version-gen: not found
sh: 1: build-aux/git-version-gen: not found
sh: 1: build-aux/git-version-gen: not found
sh: 1: build-aux/git-version-gen: not found
sh: 1: build-aux/git-version-gen: not found
Copying file build-aux/config.rpath
...

After ./bootstrap build-aux/git-version-gen exists.

Regards, Tim




reply via email to

[Prev in Thread] Current Thread [Next in Thread]