Msys2-packages: mosh depends on now missing libssp

Created on 20 Feb 2018  路  3Comments  路  Source: msys2/MSYS2-packages

Since d35579d4986c4000587d391b7b9b1d234ed54654 mosh does not work anymore:

$ mosh [email protected]
C:/msys64/usr/bin/mosh-client.exe: error while loading shared libraries: msys-ssp-0.dll: cannot open shared object file: No such file or directory
Died at /usr/bin/mosh line 311.
$ ldd /usr/bin/mosh-client.exe
        ntdll.dll => /c/WINDOWS/SYSTEM32/ntdll.dll (0x7ffb6dbf0000)
        KERNEL32.DLL => /c/WINDOWS/System32/KERNEL32.DLL (0x7ffb6d620000)
        KERNELBASE.dll => /c/WINDOWS/System32/KERNELBASE.dll (0x7ffb6a170000)
        msys-crypto-1.0.0.dll => /usr/bin/msys-crypto-1.0.0.dll (0x561730000)
        msys-2.0.dll => /usr/bin/msys-2.0.dll (0x180040000)
        msys-ncursesw6.dll => /usr/bin/msys-ncursesw6.dll (0x5fcb10000)
        msys-protobuf-9.dll => /usr/bin/msys-protobuf-9.dll (0x5a0fa0000)
        msys-z.dll => /usr/bin/msys-z.dll (0x522fe0000)
        msys-stdc++-6.dll => /usr/bin/msys-stdc++-6.dll (0x526840000)
        msys-gcc_s-seh-1.dll => /usr/bin/msys-gcc_s-seh-1.dll (0x5e8160000)

Version information:

$ pacman -Si gcc
Repository      : msys
Name            : gcc
Version         : 6.4.0-3
Description     : The GNU Compiler Collection - C and C++ frontends
Architecture    : x86_64
URL             : https://gcc.gnu.org/
Licenses        : GPL  LGPL  FDL  custom
Groups          : msys2-devel
Provides        : None
Depends On      : gcc-libs=6.4.0-3  binutils  gmp  isl  mpc  mpfr  msys2-runtime-devel  msys2-w32api-headers  msys2-w32api-runtime  windows-default-manifest
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 23.86 MiB
Installed Size  : 96.88 MiB
Packager        : Alexey Pavlov <[email protected]>
Build Date      : Thu, Feb 8, 2018 11:54:28 AM
Validated By    : MD5 Sum  SHA-256 Sum  Signature
$ pacman -Si mosh
Repository      : msys
Name            : mosh
Version         : 1.3.0-1
Description     : Mobile shell, surviving disconnects with local echo and line editing
Architecture    : x86_64
URL             : https://mosh.mit.edu/
Licenses        : GPL3
Groups          : net-utils
Provides        : None
Depends On      : protobuf  ncurses  zlib  libopenssl  openssh  perl
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 180.30 KiB
Installed Size  : 635.00 KiB
Packager        : Alexey Pavlov <[email protected]>
Build Date      : Thu, Jun 1, 2017 7:28:55 PM
Validated By    : MD5 Sum  SHA-256 Sum  Signature

This is probably related to #1156

Most helpful comment

$ uname -a
MINGW64_NT-10.0 Blah 2.10.0(0.325/5/3) 2018-02-09 15:25 x86_64 Msys
What has happened to msys-ssp-0.dll?

I have just updated packages
$ pacman -Sy & pacman -Su

Thus far both perl (which after recompilation works) + vim (yet to be recompiled) are both broken with - on execution ".exe: error while loading shared libraries: msys-ssp-0.dll: cannot open shared object file: No such file or directory"

All 3 comments

Recompiling mosh fixes the problem

Fixed

$ uname -a
MINGW64_NT-10.0 Blah 2.10.0(0.325/5/3) 2018-02-09 15:25 x86_64 Msys
What has happened to msys-ssp-0.dll?

I have just updated packages
$ pacman -Sy & pacman -Su

Thus far both perl (which after recompilation works) + vim (yet to be recompiled) are both broken with - on execution ".exe: error while loading shared libraries: msys-ssp-0.dll: cannot open shared object file: No such file or directory"

Was this page helpful?
0 / 5 - 0 ratings

Related issues

neolib picture neolib  路  7Comments

Arnold1 picture Arnold1  路  8Comments

StarWolf3000 picture StarWolf3000  路  5Comments

hiroakit picture hiroakit  路  5Comments

mappu picture mappu  路  4Comments