But why not all needed packages?
In file included from gsmclient.c:26:0:
./props.h:26:28: fatal error: X11/ICE/ICElib.h: No such file or directory
#include <X11/ICE/ICElib.h>
^
compilation terminated.
In file included from gsmclient.c:26:0:
./props.h:27:26: fatal error: X11/SM/SMlib.h: No such file or directory
#include <X11/SM/SMlib.h>
^
compilation terminated.
for i in userinfo.desktop usermount.desktop userpasswd.desktop; do \
desktop-file-install --vendor=redhat \
--dir=/tmp/yaourt-tmp-k0ste/aur-usermode/pkg/usermode/usr/share/applications \
./$i; \
done
/bin/sh: line 1: desktop-file-install: command not found
/bin/sh: line 1: desktop-file-install: command not found
/bin/sh: line 1: desktop-file-install: command not found
Makefile:1439: recipe for target 'install-data-local' failed
make[2]: *** [install-data-local] Error 127
Search Criteria
Package Details: usermode 1.111-3
Package Actions
| Package Base: | usermode |
|---|---|
| Description: | Allow configured programs to be run with superuser privileges by ordinary users. |
| Upstream URL: | https://fedorahosted.org/usermode/ |
| Category: | system |
| Licenses: | |
| Submitter: | td123 |
| Maintainer: | koneu |
| Last Packager: | koneu |
| Votes: | 2 |
| First Submitted: | 2011-02-23 05:24 |
| Last Updated: | 2015-03-16 08:55 |
Latest Comments
Comment by k0ste
Comment by koneu
The dependencies have been updated.
Comment by k0ste
This packages are requred for building, please add to pkgbuild:
gtk2
libice
libsm
desktop-file-utils
Comment by koneu
Good suggestion. I changed it.
Comment by pnorcks
I would recommend passing '--sysconfdir=/etc' to ./configure so that userhelper will read under /etc/security/console.apps/ instead.