Hurr. You do that. I don't feel like it.
Orphaned.
Search Criteria
Package Details: uswsusp-git 1.0.libgcrypt.1.6.3+r522+g84d75e60b-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/uswsusp-git.git (read-only, click to copy) |
|---|---|
| Package Base: | uswsusp-git |
| Description: | Userspace software suspend - git checkout |
| Upstream URL: | http://suspend.sourceforge.net/ |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | uswsusp |
| Provides: | uswsusp |
| Submitter: | jackoneill |
| Maintainer: | ilovemikael |
| Last Packager: | envolution |
| Votes: | 161 |
| Popularity: | 0.041072 |
| First Submitted: | 2010-12-17 20:59 (UTC) |
| Last Updated: | 2024-12-03 18:14 (UTC) |
Dependencies (6)
- libgcrypt
- libx86
- lzo
- pciutils (pciutils-gitAUR)
- perl-switch
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Required by (0)
Sources (3)
jackoneill commented on 2012-05-02 14:21 (UTC)
eworm commented on 2012-05-02 09:31 (UTC)
Can you install initramfs files to /usr/lib/initcpio/, please? mkinitcpio directories moved to /usr/.
<deleted-account> commented on 2012-04-24 11:57 (UTC)
I can confirm that Zveroy's fix works!
Zveroy commented on 2012-04-24 11:22 (UTC)
Just add `mkdir "$pkgdir/etc"` before `make DESTDIR="$pkgdir" install` and it will build.
jakob commented on 2012-04-21 13:56 (UTC)
Indeed, setting it to `make DESTDIR="$pkgdir" install` yields the same error:
"/usr/bin/install: reguläre Datei „/home/jakob/tmp/pkgs/build/uswsusp-git/pkg/etc/suspend.conf“ kann nicht angelegt werden: Datei oder Verzeichnis nicht gefunden"
file or directory not found
jackoneill commented on 2012-04-18 20:19 (UTC)
Probably because of the slash in `make DESTDIR="$pkgdir/" install`. I doubt it makes any difference.
ethail commented on 2012-04-18 20:16 (UTC)
/usr/bin/install -c -m 644 ./conf/suspend.conf /dev/shm/uswsusp-git/pkg//etc/suspend.conf.new;
Focus on the pkg//etc part, why double / ?
http://pastie.org/3812734
<deleted-account> commented on 2012-04-17 19:47 (UTC)
I'm having similar problems, basically pkg/etc is never created so it failed to copy the suspend.conf file. I had a quick dig around in the src and it appears that maybe install-sysconfDATA isn't being called correctly, or at least that's not correctly creating pkg/etc (it's a dependency on install-data-hook).
Changing PKGBUILD to have
make DESTDIR="$pkgdir/" installdirs-am install
(note installdirs-am) appears to work as a quick workaround.
jackoneill commented on 2012-04-15 10:06 (UTC)
Commenté par: shadowed87 sur Sun, 15 Apr 2012 08:57:58 +0000
> sorry mate, it was to point out the build failure :)
That's not what the out-of-date flag is for.
Pinned Comments
gerliczkowalczuk commented on 2026-04-04 19:11 (UTC)
This package appears to be effectively unmaintained upstream and fails to build on modern toolchains (GCC 14+, recent kernels).
The git repository is outdated and lacks proper install targets, and multiple users report linker errors and build failures.
At this point, maintaining this package in AUR likely has little value unless someone actively depends on it and is willing to patch it.
Consider using alternatives (e.g. kernel suspend mechanisms) instead.
I suggest orphaning this package.