Package Details: niri-git 25.05.1.r91.gf74d83d-2

Git Clone URL: https://aur.archlinux.org/niri-git.git (read-only, click to copy)
Package Base: niri-git
Description: Scrollable-tiling Wayland compositor
Upstream URL: https://github.com/YaLTeR/niri
Keywords: rust smithay tiling-window-manager wayland wayland-compositor
Licenses: GPL-3.0-or-later
Conflicts: niri, niri-bin
Provides: niri
Submitter: jcaesar
Maintainer: cosmo (FreeFull)
Last Packager: FreeFull
Votes: 10
Popularity: 0.27
First Submitted: 2023-09-26 09:12 (UTC)
Last Updated: 2025-08-09 10:45 (UTC)

Dependencies (25)

Required by (26)

Sources (1)

Latest Comments

1 2 3 4 Next › Last »

musta_ruhtinas commented on 2025-11-01 13:44 (UTC)

@FreeFull, @cosmo Of course it worked once makepkg-git-lfs-proto was installed on the host. I installed it into the chroot and still could not build.

FreeFull commented on 2025-11-01 11:53 (UTC)

@musta_ruthinas

You need to have the makepkg-git-lfs-proto dependency installed.

musta_ruhtinas commented on 2025-10-31 20:35 (UTC)

I only build in a clean chroot, no aur helpers.

cosmo commented on 2025-10-31 16:48 (UTC)

@musta_ruthinas I just did a complete install of archlinux and it built fine for me. please try clearing you yay (or whatever tool you use) cache.

musta_ruhtinas commented on 2025-10-31 15:02 (UTC)

I cannot seem to be able to build in a clean chroot.

Synchronizing chroot copy [..] -> [...]...done
ERROR: Unknown download protocol: git-lfs
Aborting...
ERROR: Could not download sources.
Error: makechrootpkg failed for 'niri-git'.

FreeFull commented on 2025-02-28 22:24 (UTC) (edited on 2025-02-28 22:49 (UTC) by FreeFull)

@bkuri niri msg layers works for me with the PKGBUILD as-is, your build must have been just really out of date. I will take a look at your changes, though.

Edit: I've taken a look, seems we'll be fine keeping the current PKGBUILD as-is

stefonarch commented on 2024-08-30 09:45 (UTC) (edited on 2024-09-19 11:50 (UTC) by stefonarch)

Here I get now

==> Avvio di prepare() in corso...
    Updating crates.io index
    Updating git repository `https://github.com/Smithay/smithay.git`
error: failed to get `smithay` as a dependency of package `niri-visual-tests v0.1.8 (/tmp/makepkg/niri-git/src/niri/niri-visual-tests)`

Caused by:
  failed to load source for dependency `smithay`

Caused by:
  Unable to update https://github.com/Smithay/smithay.git#13333624

Caused by:
  failed to clone into: /tmp/makepkg/niri-git/src/niri/.cargo/git/db/smithay-b5a338d5236320f6

Caused by:
  failed to authenticate when downloading repository: ssh://git@github.com/Smithay/smithay.git

  * attempted ssh-agent authentication, but no usernames succeeded: `git`

  if the git CLI succeeds then `net.git-fetch-with-cli` may help here
  https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli

Caused by:
  no authentication methods succeeded
==> ERRORE: Si è verificato un errore in prepare().

EDIT: solved with

eval `ssh-agent -s`
ssh-add

first in the same terminal.

86kkd commented on 2024-07-22 15:33 (UTC)

@FreeFull,thanks for you replay i will check my rustc

FreeFull commented on 2024-07-22 15:21 (UTC)

86kkd, seems like something is wrong with your rustc install. niri-git needs a working rustc to compile, so you'll have to fix that somehow.