Menu

#234 wget stop working after today update

1.0
closed
nobody
None
2017-02-04
2016-01-20
zdm
No

wget just doesn't show any output and do nothing.

Discussion

  • Angelo Graziosi

    Angelo Graziosi - 2016-01-20

    wget just doesn't show any output and do nothing.

    ...here I get:

    $ 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 584848 20 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
    
     
  • Angelo Graziosi

    Angelo Graziosi - 2016-01-21

    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..

     
    • zdm

      zdm - 2016-01-21

      Thank you for this temporary solution.
      There is an error in package and it should be fixed.

       
    • zdm

      zdm - 2016-01-21

      pacman -S libgpgme fix the problem.
      Package deps need to be updated.

       
  • David Macek

    David Macek - 2017-02-04
    • status: open --> closed
     
  • David Macek

    David Macek - 2017-02-04

    Fixed by now. New issues can be filed on GitHub.