Package Details: matterhorn-bin 90000.0.0-1

Git Clone URL: https://aur.archlinux.org/matterhorn-bin.git (read-only, click to copy)
Package Base: matterhorn-bin
Description: A terminal-based chat client for MatterMost
Upstream URL: https://github.com/matterhorn-chat/matterhorn
Licenses: BSD
Conflicts: matterhorn
Provides: matterhorn
Submitter: amaloz
Maintainer: eyenx (tongpu)
Last Packager: eyenx
Votes: 4
Popularity: 0.000000
First Submitted: 2018-08-14 16:00 (UTC)
Last Updated: 2024-02-12 19:33 (UTC)

Latest Comments

jtraub commented on 2021-02-26 19:53 (UTC) (edited on 2021-02-26 19:57 (UTC) by jtraub)

@amaloz

Here is ldd output for v50200.10.2 Ubuntu 18.04 binary. As you can see it lists libtinfo.so.5 (ncurses5) and libffi.so.6 (libffi6)

[jtraub@zephyrus matterhorn-50200.10.2-ubuntu-18.04-bionic-x86_64]$ ldd matterhorn 
    linux-vdso.so.1 (0x00007ffd83176000)
    libz.so.1 => /usr/lib/libz.so.1 (0x00007fd37dd03000)
    libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007fd37dce2000)
    libtinfo.so.5 => not found
    librt.so.1 => /usr/lib/librt.so.1 (0x00007fd37dcd7000)
    libutil.so.1 => /usr/lib/libutil.so.1 (0x00007fd37dcd2000)
    libdl.so.2 => /usr/lib/libdl.so.2 (0x00007fd37dccb000)
    libgmp.so.10 => /usr/lib/libgmp.so.10 (0x00007fd37dc29000)
    libm.so.6 => /usr/lib/libm.so.6 (0x00007fd37dae4000)
    libffi.so.6 => not found
    libc.so.6 => /usr/lib/libc.so.6 (0x00007fd37d917000)
    /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007fd37dd47000)

However, it seems that the most recent version no longer needs libffi6

[jtraub@zephyrus matterhorn-50200.12.0-ubuntu-18.04-bionic-x86_64]$ ldd matterhorn 
    linux-vdso.so.1 (0x00007fff0dfa8000)
    libm.so.6 => /usr/lib/libm.so.6 (0x00007f761f4cd000)
    libz.so.1 => /usr/lib/libz.so.1 (0x00007f761f4b3000)
    libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f761f492000)
    libtinfo.so.5 => not found
    librt.so.1 => /usr/lib/librt.so.1 (0x00007f761f487000)
    libutil.so.1 => /usr/lib/libutil.so.1 (0x00007f761f482000)
    libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f761f479000)
    libgmp.so.10 => /usr/lib/libgmp.so.10 (0x00007f761f3d9000)
    libc.so.6 => /usr/lib/libc.so.6 (0x00007f761f20c000)
    /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f761f63c000)

UPD: It is better to switch to fedora distribution as its binary depends on ncurses6 which is included into official arch repos and likely is installed on most systems.

[jtraub@zephyrus matterhorn-50200.12.0-fedora-29-x86_64]$ ldd matterhorn 
    linux-vdso.so.1 (0x00007ffcf1774000)
    libm.so.6 => /usr/lib/libm.so.6 (0x00007fc1b2143000)
    libz.so.1 => /usr/lib/libz.so.1 (0x00007fc1b2129000)
    libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007fc1b2108000)
    libtinfo.so.6 => /usr/lib/libtinfo.so.6 (0x00007fc1b2097000)
    librt.so.1 => /usr/lib/librt.so.1 (0x00007fc1b208c000)
    libutil.so.1 => /usr/lib/libutil.so.1 (0x00007fc1b2087000)
    libdl.so.2 => /usr/lib/libdl.so.2 (0x00007fc1b207e000)
    libgmp.so.10 => /usr/lib/libgmp.so.10 (0x00007fc1b1fde000)
    libc.so.6 => /usr/lib/libc.so.6 (0x00007fc1b1e11000)
    /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007fc1b22b2000)

I was able to launch Fedora binary and confirmed that it depends on following packages:

core/glibc
core/gmp
core/ncurses
core/zlib

amaloz commented on 2020-06-08 15:48 (UTC)

fixed, thanks!

WhiteKnight commented on 2020-04-16 08:43 (UTC)

The current version is not running with the official/arch libffi package. I needed to install libffi6 from aur in order to run the current matterhorn-bin.

amaloz commented on 2020-04-02 15:52 (UTC)

fixed, thanks!

alerque commented on 2020-04-02 09:14 (UTC)

See the wiki guidelines but you only need to conflict with "matterhorn" here, the fact that the -git package also conflicts with the same thing will be enough to resolve that it would also conflict with this. Also the provides line here is wrong, it needs to provide matterhorn not matterhorn-bin.

puresick commented on 2019-11-01 07:56 (UTC) (edited on 2019-11-01 07:57 (UTC) by puresick)

Yes, it worked flawlessly with version 50200.5.0-3. Thank you!

amaloz commented on 2019-11-01 00:51 (UTC)

Hopefully I really fixed it this time.

puresick commented on 2019-10-30 07:45 (UTC)

matterhorn-bin 50200.5.0-2 fails on the LICENSE validity check.

amaloz commented on 2019-10-29 15:48 (UTC)

Should be fixed now. Thanks for the heads up!

pepper_chico commented on 2019-10-29 12:45 (UTC)

not passing validity check.