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: 162
Popularity: 0.007823
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 »

iFreilicht commented on 2021-03-29 12:55 (UTC)

Build is now fixed for gcc >= 10.

eworm commented on 2021-03-29 12:48 (UTC)

Go and get it, have not used it in a long time.

koraynilay commented on 2020-09-01 08:38 (UTC)

CFLAGS="$CFLAGS -fcommon" should be added before ./configure otherwise the package won't compile with gcc >= 10.

scrouthtv commented on 2020-07-15 20:42 (UTC) (edited on 2020-07-16 07:29 (UTC) by scrouthtv)

Doesn't work with gcc >= 10: /usr/bin/ld: libsuspend-common.a(dmidecode.o):(.bss+0x4): multiple definition of fb_nosuspend'; s2ram-main.o:(.bss+0x4): first defined here /usr/bin/ld: libsuspend-common.a(dmidecode.o):(.bss+0x8): multiple definition offorce'; s2ram-main.o:(.bss+0x8): first defined here /usr/bin/ld: libsuspend-common.a(dmidecode.o):(.bss+0xc): multiple definition of `flags'; s2ram-main.o:(.bss+0xc): first defined here collect2: error: ld returned 1 exit status make[2]: [Makefile:835: s2ram] Error 1 make[2]: Leaving directory '/home/me/.cache/yay/uswsusp-git/src/suspend-utils' make[1]: [Makefile:1025: all-recursive] Error 1 make[1]: Leaving directory '/home/me/.cache/yay/uswsusp-git/src/suspend-utils' make: *** [Makefile:649: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... error making: %!s(func() string=0x55d5156b4a60)

Since gcc 10, a symbol defined twice now results in an error not a warning and thus cancelling the compilation: "A common mistake in C is omitting extern when declaring a global variable in a header file. GCC 10 defaults to -fno-common, which means a linker error will now be reported."

This problem has to either be fixed on uswsusp's side or by adding -fcommon to CFLAGS: https://bbs.archlinux.org/viewtopic.php?id=255727

ilya-fedin commented on 2018-04-15 20:04 (UTC)

Can you add support for systemd initramfs? https://gist.github.com/ilya-fedin/33f0e252ff94cde71714052ba8858b7f

dummys commented on 2017-03-10 20:13 (UTC) (edited on 2017-03-10 22:26 (UTC) by dummys)

UPDATE: Found the problem. Dunno why but my /etc/suspend.conf was reverted to default... Fixing it and uswusp work again. Warning don't install the new version. My computer won't boot. Stucking at Uresume hook during boot. mkinitcpio -p linux went well.

JM9 commented on 2017-03-06 17:35 (UTC)

lzo2 has been renamed to lzo.

stevenroose commented on 2016-10-18 12:56 (UTC)

I'm getting an error compiling this: `cannot create directory ‘m4’: File exists` https://gist.github.com/stevenroose/dfade8d6a21d66afe16f2c79b9c40e8d