XWayland: fails to build on MIPS

2013-10-17 Thread christophe . jarry
Hello,

I tried XWayland build instructions on 
http://wayland.freedesktop.org/xserver.html on MIPS.
I try to build xserver with:

git clone git://anongit.freedesktop.org/xorg/xserver -b xwayland-1.12
cd xserver
./autogen.sh --prefix=/usr

The last command outputs this:

autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4

And even after an hour, the build does not go further. What is wrong?

Thanks for your help,

Christophe


___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel


Re: weston-launch 1.2.2: could not open tty0: Permission denied

2013-09-29 Thread christophe . jarry
> weston-launch: could not open tty0: Permission denied

Ok, I forgot to do, as root:

chown root /usr/bin/weston-launch
chmod +s /usr/bin/weston-launch

Now when I run weston-launch as a normal user, member of the weston-launch 
group, I obtain the
following error message:

failed to start pam transaction: 26: Critical error - immediate abort

Christophe

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel


weston-launch 1.2.2: could not open tty0: Permission denied

2013-09-28 Thread Christophe Jarry
Hello,

I built wayland according to the instructions on
http://wayland.freedesktop.org/building.html except that I used wayland 1.2.1
and weston 1.2.2 instead of git versions. Moreover I configured them thus:

Wayland:

./configure \
--prefix=/usr \
--disable-documentation

Weston:

./configure \
--prefix=/usr \
--disable-setuid-install

I run weston-launch as a normal user, member of the weston-launch group. I
obtain the following error message:

weston-launch: could not open tty0: Permission denied

If I run weston-launch as root, I have a different message:

failed to start pam transaction: 26: Critical error - immediate abort

Is weston supposed to work with setuid install disabled?

Thanks,

Christophe
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel


weston-launch: "fatal: failed to create compositor"

2013-09-21 Thread christophe . jarry
Hello,

I have built Wayland according to the instructions available on
http://wayland.freedesktop.org/building.html. Then, as a normal user (member of 
the group
weston-launch), I do:

weston-launch

I obtain these errors:

[18:26:39.128] couldn't open /dev/dri/card0, skipping
[18:26:39.128] failed to initialize kms
[18:26:39.128] failed to drop master: Permission denied
[18:26:39.280] fatal: failed to create compositor

What is the problem and how may I fix it?

Thanks,

Christophe

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel


Re: weston-launch: xkbcommon error

2013-09-21 Thread christophe . jarry
>> xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
>
> You need to install xkeyboard-config into /usr/share.

Thanks. This fixed this issue.

Christophe

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel


weston-launch: xkbcommon error

2013-09-20 Thread christophe . jarry
Hello,

I have built Wayland according to the instructions available on
http://wayland.freedesktop.org/building.html. Then, as a normal user (member of 
the group
weston-launch), I do:

weston-launch

I obtain this error:

xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

Does anyone know where the problem come from?

Thanks,

Christophe

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel