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-compat)
- cabal-install (cabal-install-gitAUR, ghc-cabal-artsAUR, cabal-install-binAUR) (make)
- ghc (ghc-cabal-artsAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
ekkelett commented on 2019-11-12 09:22 (UTC) (edited on 2019-11-12 09:40 (UTC) by ekkelett)
A recommendation here is to remove the ghc8.2 requirement, and instead a) create a build using shared libraries with dynamic linking or b) depend on the ghc-static (IIRC) package to use static linking
This is possible in part due to the earlier releases that added support for GHC 8.6, which means that pegging this to 8.2 is no longer necessary.
Personally I've made the minor change in https://github.com/thor/PKGBUILDs/blob/master/matterhorn/PKGBUILD.
EDIT: That being said, I do not believe the package is out of date.
SECOND EDIT: To be fair, mine still has some glaring issues, such as all the linking ending up in my local Cabal store.
xored commented on 2019-10-26 08:39 (UTC) (edited on 2019-10-26 08:39 (UTC) by xored)
Manjaro KDE latest (18.x) Downloading the release from github works
amaloz commented on 2019-10-25 23:30 (UTC)
Not sure how to separate out the building from the downloading in
cabal new-build
, so I can fix this by moving everything toprepare()
.As for the 'invalid or corrupt package', I'll need a little more context there, as I can't reproduce.
xored commented on 2019-10-25 23:12 (UTC)
I get 'invalid or corrupt package' during the installation.
matterhorn-bin is broken too, as commented
dreieck commented on 2019-10-01 09:43 (UTC)
Needs internet connetion during
build()
. Please make sure thatbuild()
does not need internet, by dealing with all download in thesource
-array and inprepare()
.amaloz commented on 2019-03-29 16:49 (UTC)
I think you need to install
ghc8.2
, which is available in the AUR.jasondaigo commented on 2019-03-20 16:57 (UTC) (edited on 2019-03-20 16:57 (UTC) by jasondaigo)
i cannot build this or the other matterhorn packages currently
error: target not found: ghc8.2 ==> ERROR: 'pacman' failed to install missing dependencies. :: Unable to build ghc8.2 - makepkg exited with code: 8
amaloz commented on 2018-09-24 19:02 (UTC)
Hmm, I've run into things like this before with
cabal
and had to manually remove those packages thatghc-pkg check
complains about. But I'm nocabal
expert so there might be a better way that I'm unaware of.In the worst case, you could try the
matterhorn-bin
package, which uses pre-built binaries so should work fine.Ppjet6 commented on 2018-09-21 23:21 (UTC)
Hi there, thanks for the package!
I am unable to build, I get the following issue, any idea if there's anything I need to do?
Also I noticed cabal is using
~/.cache
, I wonder if that's a cabal issue or if the package is missing some xdg magic.amaloz commented on 2018-08-17 00:59 (UTC)
I've been unable to build generally without the static versions of
ghc
andcabal
, so I've made those explicitmakedepends
requirements.« First ‹ Previous 1 2 3 4 5 Next › Last »