Package Details: uswsusp-git 1.0-9

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
Conflicts: uswsusp
Provides: uswsusp
Submitter: jackoneill
Maintainer: iFreilicht
Last Packager: iFreilicht
Votes: 163
Popularity: 0.010187
First Submitted: 2010-12-17 20:59 (UTC)
Last Updated: 2021-03-31 14:40 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

<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.

shadowed87 commented on 2012-04-15 08:57 (UTC)

sorry mate, it was to point out the build failure :)

jackoneill commented on 2012-04-14 11:15 (UTC)

shadowed87: I would appreciate it if you explained why you think this package is out of date. In the meantime, I'll unflag it. As for the build failures, Works For Me™.

<deleted-account> commented on 2012-04-12 19:42 (UTC)

I installed it by manually cloning the git repository then doing the steps in the PKGBUILD and at some point I applied the no-deprecated-switch.patch (but at a later point than in the PKGBUILD) this way I got it compiled and installed correctly.

srl commented on 2012-04-12 19:38 (UTC)

I'm having th3voic3's problem ("no such file or directory" because .../etc isn't being created) as well.

parky6 commented on 2012-04-10 15:50 (UTC)

same problem

taylorchu commented on 2012-04-09 03:16 (UTC)

this does not build. reason: install cannot find resume.conf

tocer commented on 2012-04-09 02:00 (UTC)

@jackoneill: It works for me. the solution is remove compile option 'upx' in the makepkg.conf. Thanks anyway.

jackoneill commented on 2012-04-07 17:12 (UTC)

By the way, tocer, did you ever fix your problem? I ran `mkinitcpio -vp linux` and got this: [...] -> Parsing hook: [uresume] adding file: /usr/lib/suspend/resume adding symlink: /usr/lib/liblzo2.so.2 -> /usr/lib/liblzo2.so.2.0.0 adding file: /usr/lib/liblzo2.so.2.0.0 adding symlink: /lib/libgcrypt.so.11 -> /lib/libgcrypt.so.11.7.0 adding file: /lib/libgcrypt.so.11.7.0 adding symlink: /lib/libgpg-error.so.0 -> /lib/libgpg-error.so.0.8.0 adding file: /lib/libgpg-error.so.0.8.0 adding file: /etc/suspend.conf adding file: /hooks/uresume -> Parsing hook: [filesystems] [...] I think mkinitcpio is supposed to include every library that /usr/lib/suspend/resume links to. Try `readelf -d /usr/lib/suspend/resume`. The relevant part: 0x0000000000000001 (NEEDED) Shared library: [liblzo2.so.2] 0x0000000000000001 (NEEDED) Shared library: [libgcrypt.so.11] 0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0] 0x0000000000000001 (NEEDED) Shared library: [libc.so.6]