Package Details: mingw-w64-libssh 0.10.6-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-libssh.git (read-only, click to copy)
Package Base: mingw-w64-libssh
Description: Library for accessing ssh client services through C libraries (mingw-w64)
Upstream URL: https://www.libssh.org/
Licenses: LGPL
Submitter: kfg
Maintainer: kfg
Last Packager: kfg
Votes: 4
Popularity: 0.000000
First Submitted: 2015-04-17 20:48 (UTC)
Last Updated: 2023-12-19 15:19 (UTC)

Latest Comments

Martchus commented on 2024-01-11 10:07 (UTC) (edited on 2024-01-11 10:07 (UTC) by Martchus)

This package doesn't build for me (but probably an upstream issue):

…
/build/mingw-w64-libssh/src/libssh-0.10.6/include/libssh/priv.h:251:34: note: in definition of macro ‘SSH_LOG’
  251 |     _ssh_log(priority, __func__, __VA_ARGS__)
      |                                  ^~~~~~~~~~~
[100%] Linking C static library libssh.a
/usr/bin/i686-w64-mingw32-ranlib: unable to copy file 'libssh.a'; reason: No such file or directory
make[2]: *** [src/CMakeFiles/ssh-static.dir/build.make:1136: src/libssh.a] Error 1
make[2]: *** Deleting file 'src/libssh.a'
make[1]: *** [CMakeFiles/Makefile2:231: src/CMakeFiles/ssh-static.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
/usr/bin/i686-w64-mingw32-ar: unable to copy file 'libssh.a'; reason: No such file or directory
make[2]: *** [src/CMakeFiles/ssh.dir/build.make:1136: src/libssh.a] Error 1
make[1]: *** [CMakeFiles/Makefile2:205: src/CMakeFiles/ssh.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
make: Leaving directory '/build/mingw-w64-libssh/src/build-i686-w64-mingw32-static'
==> ERROR: A failure occurred in build().

Martchus commented on 2015-12-26 00:06 (UTC)

I'm not able to build this without applying one more patch. Otherwise I'm getting 'Unknown CMake command "check_include_files"'. Patch: https://github.com/Martchus/PKGBUILDs/tree/devel/libssh/mingw-w64