[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] wget metalink support for Google Summer of Code 2012
From: |
Micah Cowan |
Subject: |
Re: [Bug-wget] wget metalink support for Google Summer of Code 2012 |
Date: |
Mon, 23 Jul 2012 13:10:03 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 |
On 07/23/2012 12:47 PM, Micah Cowan wrote:
> The po/Makevars issue still seems to be present; you'll need to use the
> workaround mentioned on this mailing list in order to get a working
> build. I tried both the bootstrap from current official sources (seems
> to break at the bootstrap step), and the bootstrap from latest gnulib;
> neither seem to fix the issue (a failed symlink attempt for
> build-aux/missing prevents bootstrap from reaching the Makevars part of
> the script).
Wound up fixing this by getting the latest bootstrap from gnulib/, and
fixing the bootstrap.conf to lose the reference to "build-aux/missing".
I'm not sure why the official wget bootstrap wasn't working for our
needs; seems to work fine when I actually have all of the master branch
checked out to the working directory. Anyway...
-mjc