Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 43 |
Nodes: | 6 (0 / 6) |
Uptime: | 94:07:30 |
Calls: | 290 |
Calls today: | 1 |
Files: | 904 |
Messages: | 76,378 |
I intend to try the latest version of wget2. To build it I've created a
fork but it does not build as you can see in Salsa CI[1]. I fiddled
around with some patches for automake but obviously with no success.
Any help would be welcome.
Kind regards
Andreas.
[1] https://salsa.debian.org/tille/wget2/-/jobs/6290074
wget2 seems to rely heavily on gnulib, so you'll need a build-dep on
that. It includes a bootstrap script which pulls in the code it
requires from gnulib and needs to be run before dh_autoreconf.
Patch attached.
Am Mon, Sep 16, 2024 at 04:17:10PM +0100 schrieb Jeremy Sowden:
wget2 seems to rely heavily on gnulib, so you'll need a build-dep on
that. It includes a bootstrap script which pulls in the code it
requires from gnulib and needs to be run before dh_autoreconf.
Patch attached.
That patch (as well as the hint from Santiago) helped definitely to some progress. However, I'm now blocked by
config.status:3707: creating include/wget/wgetver.h
config.status:3707: creating po/Makefile.in
config.status:3693: error: cannot find input file: 'Makefile.in'
as you can see in Salsa CI[1].
Any further hints?
Kind regards
Andreas.
[1] https://salsa.debian.org/tille/wget2/-/jobs/6291380#L11850