phuhl/linux_notification_center

Installation from AUR fails

Opened this issue · 5 comments

Hi, I wanted to check out the project, but installation from AUR kept failing, both when running with sudo and as root.

$ sudo pamac install deadd-notification-center
--- SNIP ---
==> Starting build()...
stack setup
Preventing creation of stack root '/.stack/'. Parent directory '/' is owned by someone else.
make: *** [Makefile:40: stack] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
Finished with result: exit-code
Main processes terminated with: code=exited/status=4

Entire log: https://pastebin.com/3Xph1p6c

The same is happening when trying to install from the Git version: https://aur.archlinux.org/packages/deadd-notification-center-git

My setup:

System:
  Kernel: 4.19.277-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 12.2.1

Desktop: i3 v: 4.22 info: i3bar vt: 7 dm: LightDM v: 1.32.0
    Distro: Manjaro Linux base: Arch Linux

Info:
  Processes: 284 Uptime: 7h 48m wakeups: 0 Memory: 31.42 GiB
  used: 7.35 GiB (23.4%) Init: systemd v: 252 default: graphical
  tool: systemctl Compilers: gcc: 12.2.1 clang: 15.0.7 Packages: 1771
  pm: pacman pkgs: 1757 libs: 412 tools: pamac,yay pm: snap pkgs: 14 Shell: Zsh
  v: 5.9 running-in: kitty inxi: 3.3.25
phuhl commented

Hi, sorry, I have no experience with "pamac", have you tried "yay"? That works for me.

It seems, as there is some kind of an ownership issue with the build directory. That's why I suspect the package manager

Hi, thanks for looking into it. yay also fails for me, but for a different reason, by the looks of it. I uploaded logs from the second yay -S deadd-notification-center run for some shorter output, if you're interested, but to my eye that is largely unfamiliar with your project it looks like a separate issue: https://pastebin.com/DccPyR3Y

phuhl commented

Ok, thank you for the update. Seems, like there is a dependency issue when building. Until I get around to fix it, you may want to try the binary package

Yep, the binary installation worked just fine.

Can confirm that attempting to install deadd-notification-center with yay still does not work as of today. Installing the bin does work though.