Package Details: elephant-windows 2.21.0-1

Git Clone URL: https://aur.archlinux.org/elephant-windows.git (read-only, click to copy)
Package Base: elephant-windows
Description: windows provider for elephant
Upstream URL: https://github.com/abenz1267/elephant
Licenses: GPL
Conflicts: elephant-windows
Provides: elephant-windows
Submitter: benz
Maintainer: benz
Last Packager: benz
Votes: 1
Popularity: 0.32
First Submitted: 2025-10-20 16:54 (UTC)
Last Updated: 2026-04-09 03:57 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

modnoob commented on 2025-10-24 10:17 (UTC) (edited on 2025-10-24 10:19 (UTC) by modnoob)

This package build was successful with paru for me. But building this with aurutils in a clean chroot fails with that error message:

==> Extracting sources...
  -> Extracting v2.6.2.tar.gz with bsdtar
==> Starting build()...
go: downloading google.golang.org/protobuf v1.36.8
go: downloading github.com/adrg/xdg v0.5.3
go: downloading github.com/charlievieth/fastwalk v1.0.13
go: downloading github.com/joho/godotenv v1.5.1
go: downloading github.com/junegunn/fzf v0.65.2
go: downloading github.com/knadh/koanf/parsers/toml/v2 v2.2.0
go: downloading github.com/knadh/koanf/providers/file v1.2.0
go: downloading github.com/knadh/koanf/providers/structs v1.0.0
go: downloading github.com/knadh/koanf/v2 v2.2.2
go: downloading github.com/pelletier/go-toml/v2 v2.2.4
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/rivo/uniseg v0.4.7
go: downloading golang.org/x/sys v0.37.0
go: downloading github.com/fatih/structs v1.1.0
go: downloading github.com/knadh/koanf/maps v0.1.2
go: downloading github.com/fsnotify/fsnotify v1.9.0
go: downloading github.com/go-viper/mapstructure/v2 v2.4.0
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/mitchellh/reflectwalk v1.0.2
# github.com/abenz1267/elephant/v2/internal/providers/windows
window_manager.c:5:10: fatal error: wayland-client.h: No such file or directory
    5 | #include <wayland-client.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /var/lib/aurbuild/x86_64/USERNAME/build
FAILED: [code=255] elephant-windows.stamp 
env -C /home/USERNAME/.cache/aurutils/sync/elephant-windows '--' 'aur' 'build' '--syncdeps' '--noconfirm' '--chroot' '--makepkg-conf' '/etc/aurto/makepkg-chroot.conf' '--pacman-conf' '/etc/aurto/pacman-chroot.conf' '-d' 'aurto' '--root' '/var/cache/pacman/aurto' && date --rfc-3339=ns > elephant-windows.stamp
ninja: build stopped: cannot make progress due to previous errors.

The other elephant-packages worked fine with aurutils in a clean chroot. Is there a dependency missing?