Package Details: wget2-git v2.0.0.r62.g849b54ee-1

Git Clone URL: https://aur.archlinux.org/wget2-git.git (read-only, click to copy)
Package Base: wget2-git
Description: Updated version of popular Wget tool
Upstream URL: http://www.gnu.org/software/wget/wget.html
Keywords: download gnu network wget
Licenses: GPL3
Conflicts: wget2
Provides: wget2
Submitter: darnir
Maintainer: darnir
Last Packager: darnir
Votes: 3
Popularity: 0.000000
First Submitted: 2016-02-03 21:03 (UTC)
Last Updated: 2022-01-20 22:12 (UTC)

Latest Comments

1 2 3 Next › Last »

kescherAUR commented on 2022-04-18 20:39 (UTC)

  -> Cloning gnulib git repo...
Cloning into bare repository '/home/kescher/.cache/paru/clone/wget2-git/gnulib'...
fatal: repository 'https://git.savannah.gnu.org/gnulib.git/' not found

Fixable by the following patch:

diff --git a/PKGBUILD b/PKGBUILD
index 23ab28e..a46221d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,9 @@ makedepends=('git' 'rsync' 'gperf' 'python' 'wget' 'pandoc' 'doxygen')
 provides=('wget2')
 conflicts=('wget2')
 source=("git+https://gitlab.com/gnuwget/wget2.git"
-        "git://git.savannah.gnu.org/gnulib.git")
-md5sums=('SKIP' 'SKIP')
+        "git+https://git.savannah.gnu.org/git/gnulib.git")
+md5sums=('SKIP'
+         'SKIP')

 build() {
   cd $_gitname

darnir commented on 2022-01-20 22:12 (UTC)

Fixed.

jlocks commented on 2021-12-28 17:15 (UTC)

pls update current:1.99.2.r330.ge8178bd3-1 git version:v2.0.0.r29.gfad97dfe-1

darnir commented on 2020-11-02 15:03 (UTC)

Added pandoc and doxygen as makedepends so that documentation can be built. Added Wget to makedepends since upstream gnulib has decided to remove rsync fallback.

I will not add automake to the list since it is part of base-devel and you should already have it.

PedroHLC commented on 2020-10-20 00:24 (UTC)

Seems like you need a wget to build it in a clean chroot:

./bootstrap: Bootstrapping from checked-out wget2 sources...
./bootstrap: consider installing git-merge-changelog from gnulib
./bootstrap: getting gnulib files...
./bootstrap: getting translations into po/.reference for wget2...
./bootstrap: line 742: wget: command not found

(it built after adding wget as makedepends)

timescam commented on 2020-09-18 06:43 (UTC)

can you add bash in front of ./configure --prefix=/usr --sysconfdir=/etc as

bash ./configure --prefix=/usr --sysconfdir=/etc

so that it can be build on other shell other than bash

thanks

malcolm commented on 2020-05-01 15:57 (UTC)

automake is missing. please add as a dependency

yan12125 commented on 2020-04-02 17:20 (UTC)

I hope pandoc and doxygen can be added to makedepends as well so that docs are built and installed.

yan12125 commented on 2020-03-30 14:12 (UTC) (edited on 2020-03-30 14:12 (UTC) by yan12125)

Let me check. Bootstrap is supposed to fallback to rsync if Wget is not found.

@darnir This is no longer the case [1][2].

[1] https://gitlab.com/gnuwget/wget2/-/commit/35019261ea314aaa2c87e656ab40963613186367

[2] https://github.com/coreutils/gnulib/commit/0ddd440d18af7bb10437642f12721d83092f0bea

aiM0a commented on 2019-09-24 15:48 (UTC)

Recompiling today results in a different error:

$ wget2 <https://blog.qutebrowser.org>
Failed to connect (101)
Failed to connect: Connect error

I guess this is an upstream issue?