Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation from AUR fails #214

Open
mmieluch opened this issue Mar 29, 2023 · 5 comments
Open

Installation from AUR fails #214

mmieluch opened this issue Mar 29, 2023 · 5 comments

Comments

@mmieluch
Copy link

mmieluch commented Mar 29, 2023

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
Copy link
Owner

phuhl commented Mar 29, 2023

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

@mmieluch
Copy link
Author

mmieluch commented Mar 30, 2023

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
Copy link
Owner

phuhl commented Mar 30, 2023

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

@mmieluch
Copy link
Author

Yep, the binary installation worked just fine.

@tclemmons
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants