Search Criteria
Package Details: nohang 0.3.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nohang.git (read-only, click to copy) |
|---|---|
| Package Base: | nohang |
| Description: | A sophisticated low memory handler. |
| Upstream URL: | https://github.com/hakavlad/nohang |
| Licenses: | MIT |
| Submitter: | librewish |
| Maintainer: | flaviut |
| Last Packager: | flaviut |
| Votes: | 14 |
| Popularity: | 0.64 |
| First Submitted: | 2021-03-16 11:40 (UTC) |
| Last Updated: | 2026-01-12 23:03 (UTC) |
Dependencies (6)
- python
- systemd (systemd-gitAUR, systemd-selinuxAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libnotify (libnotify-gitAUR) (optional) – notification server
- logrotate (logrotate-gitAUR, logrotate-selinuxAUR) (optional) – logrotate support
- sudo (sudo-gitAUR, fudo-gitAUR, run0-sudo-shim-gitAUR, doas-sudo-shim-kAUR, sudo-selinuxAUR, doas-sudo-shimAUR, doas-sudo-shim-gitAUR) (optional) – if nohang started with UID=0
Latest Comments
pjpreilly commented on 2026-01-04 18:10 (UTC)
Hmmm....
Keen_Dreams commented on 2025-12-26 19:42 (UTC) (edited on 2025-12-26 19:43 (UTC) by Keen_Dreams)
On line 23 please replace
cd "$srcdir/$pkgname"with
cd "$srcdir/$pkgname"-"$pkgver"so that it goes into the correct directory.
I second this, installed manually for now, please implement fix.
00ein00 commented on 2025-12-23 06:14 (UTC) (edited on 2025-12-23 06:14 (UTC) by 00ein00)
On line 23 please replace
with
so that it goes into the correct directory.
bezerkk commented on 2025-12-22 11:36 (UTC) (edited on 2025-12-22 11:37 (UTC) by bezerkk)
==> Entering fakeroot environment... ==> Starting package()... /home/carl/.cache/yay/nohang/PKGBUILD: line 23: cd: /home/carl/.cache/yay/nohang/src/nohang: No such file or directory ==> ERROR: A failure occurred in package(). Aborting... -> error making: nohang-exit status 4 -> Failed to install the following packages. Manual intervention is required: nohang - exit status 4There's an error in file PKGBUILD...yochananmarqos commented on 2021-03-18 01:21 (UTC)
_pkgnamevariable is completely unnecessary here.systemdis a missing dependency.libnotifyandsudoshould be optional dependencies, see Requirements.logrotateshould also be.versionfile can't be written, see theMakefile.installshould not be used aschconanddaemon-reloadcannot be run in a fakeroot environment. Usemake base unitsinstead.Improved PKGBUILD