$ wget --help
C:/msys64/usr/bin/wget.exe: error while loading shared libraries: msys-gpgme-11.dll: cannot open shared object file: No such file or directory
$ wget
C:/msys64/usr/bin/wget.exe: error while loading shared libraries: msys-gpgme-11.dll: cannot open shared object file: No such file or directory
...and what is worse is that
$ ls -lrt /var/cache/pacman/pkg/wge*
-rw-r--r-- 1 angelo None 58484820 gen 10.35 /var/cache/pacman/pkg/wget-1.17.1-1-x86_64.pkg.tar.xz
i.e. I haven't a package to downgrade..:-(
I wonder why an MSYS2 app uses "C:"...
I hope someone fixes this soon. WGET is one of the basic app in MSYS2. Isn't it in base-devel group?
$ pacman -Ss wget
msys/wget 1.17.1-1 (base-devel)[installato]
A network utility to retrieve files from the Web
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
...here I get:
...and what is worse is that
i.e. I haven't a package to downgrade..:-(
I wonder why an MSYS2 app uses "C:"...
I hope someone fixes this soon. WGET is one of the basic app in MSYS2. Isn't it in base-devel group?
OK,
$ curl -O http://netix.dl.sourceforge.net/project/msys2/REPOS/MSYS2/x86_64/wget-1.16.3-1-x86_64.pkg.tar.xz
and
$ pacman -U wget-1.16.3-1-x86_64.pkg.tar.xz
solved my problems..
Thank you for this temporary solution.
There is an error in package and it should be fixed.
pacman -S libgpgme
fix the problem.Package deps need to be updated.
Fixed by now. New issues can be filed on GitHub.