Search Criteria
Package Details: matterhorn 90000.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/matterhorn.git (read-only, click to copy) |
---|---|
Package Base: | matterhorn |
Description: | A terminal-based chat client for MatterMost |
Upstream URL: | https://github.com/matterhorn-chat/matterhorn |
Licenses: | BSD |
Submitter: | amaloz |
Maintainer: | alerque |
Last Packager: | alerque |
Votes: | 10 |
Popularity: | 0.000000 |
First Submitted: | 2017-05-31 16:55 (UTC) |
Last Updated: | 2024-03-28 00:29 (UTC) |
Dependencies (4)
- gmp (gmp-hgAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat)
- cabal-install (cabal-install-gitAUR, ghc-cabal-artsAUR, cabal-install-binAUR) (make)
- ghc (ghc-cabal-artsAUR) (make)
Latest Comments
1 2 3 4 5 Next › Last »
ftilde commented on 2024-02-06 11:32 (UTC) (edited on 2024-02-06 11:32 (UTC) by ftilde)
The problem appears to be that the library also built by this package
libHSmatterhorn-...
is not installed alongside the binary, so the binary cannot find it. Something like the following in the package step fixes this:However,
ldd /usr/bin/matterhorn
shows that it links against quite a lot of libraries that are "installed" in the.cabal/store
of the user who built it, which means that likely only the user building the package has sufficient permissions to actually execute the built binary.alerque commented on 2023-01-11 09:25 (UTC)
@tdussa Did you build in a chroot? In that case the chroot might have had newer dependencies than your host system. The best way is to fully update your host, then rebuild this package.
tdussa commented on 2022-09-21 09:43 (UTC)
I just ran into the same problem directly after building and installing
matterhorn
. If I understand correctly, then in this case any dependencies should be fine, correct? I have not updated anything at all after building and installingmatterhorn
, so no other Haskell-based package could have triggered a rebuild of any component.So... What to do? How to fix this?
alerque commented on 2022-08-08 13:13 (UTC)
@zobi8225 You will need to rebuild this any time you update other haskell packages on your system.
zobi8225 commented on 2022-07-08 07:13 (UTC)
Same problem :
VannTen commented on 2020-12-19 16:30 (UTC)
I was already doing this.
I think I found the root cause though : I build aur packages in a clean chroot, and the PKGBUILD built haskell-dependencies that are in the official repositories (like xdg-basedir), Since ghc is not determinist, the official version was not the same than the one built during matterhorn build, hence the error.
I fixed this using arch-hs to generate another PKGBUILD, which correctly list dependencies and generate PKGBUILD for those not present in the arch repos. The downside is that you have to build those in order, but it works great.
alerque commented on 2020-12-19 12:13 (UTC)
@VannTen First, update your base system so that all Haskell packages are fresh (they get rebuilds often daily). Then actually rebuild this, not just reinstall it. Don't rely on
makepkg
oryay
to do it for you, force it (e.g. withmakepkg -Cf
oryay --aur --rebuild -S matterharn
).VannTen commented on 2020-12-10 16:10 (UTC)
I get
matterhorn: error while loading shared libraries: libHSxdg-basedir-0.2.2-8ecb76da6be77d73b9461eff4f8ad8ead6925c6836da9fc507f05fc3db6963a5-ghc8.10.2.so: cannot open shared object file: No such file or directory
when trying to launch matterhorn after building it in a clean chroot.I thought it was a dependencies mismatch, so I tried to bump the version (latest is 50200.11.0) but I get another error :
matterhorn: error while loading shared libraries: libHSmatterhorn-50200.11.0-inplace-ghc8.10.2.so: cannot open shared object file: No such file or directory
Which seems like a internal lib. Do you see the same result, or is it my system ?balrog4k commented on 2020-06-03 13:49 (UTC)
Hi, package is broken now?
1 2 3 4 5 Next › Last »