Package Details: nheko-git 0.11.3.r704.g2245667f-1

Git Clone URL: https://aur.archlinux.org/nheko-git.git (read-only, click to copy)
Package Base: nheko-git
Description: Desktop client for the Matrix protocol
Upstream URL: https://github.com/Nheko-Reborn/nheko
Keywords: chat matrix protocol qt
Licenses: GPL-3.0-or-later
Conflicts: nheko
Provides: nheko
Submitter: mujx
Maintainer: mujx (redsky17)
Last Packager: redsky17
Votes: 35
Popularity: 0.88
First Submitted: 2017-05-09 19:19 (UTC)
Last Updated: 2024-02-01 22:35 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

J8-ET commented on 2021-12-28 21:04 (UTC) (edited on 2021-12-28 21:05 (UTC) by J8-ET)

@ISSOtm is correct, I also had to separately install asciidoc to build this package as it requires to have either asciidoc or asciidoctor to build.

ISSOtm commented on 2021-12-23 08:25 (UTC)

@dujemiha A recompile is required, yes: https://wiki.archlinux.org/title/System_maintenance#Partial_upgrades_are_unsupported

ISSOtm commented on 2021-12-23 08:24 (UTC)

This seems to require asciidoc in the makedepends now.

redsky17 commented on 2021-12-21 20:51 (UTC)

@6543 I recommend making sure that your nheko-git directory is totally clean of anything that isn't part of the AUR package's files (run git status and check for any untracked files, for example). Delete those and try again.

6543 commented on 2021-12-02 15:59 (UTC)

==> Validating source files with md5sums...
    nheko-git ... Skipped
==> Extracting sources...
  -> Creating working copy of nheko-git git repo...
fatal: bad object refs/remotes/origin/flatpak-debug
error: /home/aur/nheko-git/nheko-git did not send all necessary objects

==> ERROR: Failure while updating working copy of nheko-git git repo
    Aborting..

does anybody else have the same issue / know how to fix it?

dujemiha commented on 2021-10-04 07:52 (UTC)

Updating some dependencies such as cmark breaks my nheko with error messages such as "nheko: error while loading shared libraries: libcmark.so.0.30.1: cannot open shared object file: No such file or directory" and requires a recompile to fix, could this be remedied in any way?

redsky17 commented on 2021-07-23 14:55 (UTC)

@Living

The only thing I can think of, is that CMAKE_CURRENT_SOURCE_DIR isn't set correctly when the mtxclient cmakelists.txt runs (and similarly for the nlohmann issue reported by @electricprism). (See here: https://github.com/Nheko-Reborn/mtxclient/blob/master/CMakeLists.txt#L251). I'm not a cmake expert by any means, so I'm not exactly sure why / how this would happen. If there's something we're doing incorrectly in the mtxclient CMakeLists.txt, I'd love to fix it!

Living commented on 2021-07-23 14:50 (UTC)

I get a similar error like electricprism:

-- Configuring done
CMake Error in CMakeLists.txt:
  Imported target "MatrixClient::MatrixClient" includes non-existent path

    "/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.

Any ideas how to fix that?

redsky17 commented on 2021-07-02 00:46 (UTC)

@SpacingBat3 - aarch64 is now in the architectures section. Thanks for verifying that for me =D. I had a feeling it worked since we do build for arm64 as part of our CI, but I never verified it for the arch build.

Also, for everyone's awareness, nheko (mtxclient, really) no longer depends on boost. Instead, Nico has created a wrapper library around curl (called coeurl). So the dependencies section has changed. You'll need libevent and curl dependencies to build / run now.