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 »

antiuser commented on 2012-05-10 17:32 (UTC)

Cloning into '/var/abs/local/yaourtbuild/uswsusp-git/src/suspend-utils-build'... done. patching file wlcsv2c.pl autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force configure.ac:123: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1

<deleted-account> commented on 2012-05-03 17:18 (UTC)

I fixed the PKGBUILD. I'm orphaning this pkg again, since I don't have experience in maintaining pkgs.

jackoneill commented on 2012-05-02 14:21 (UTC)

Hurr. You do that. I don't feel like it. Orphaned.

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