X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by lists.alpinelinux.org (Postfix) with ESMTP id 3A95D5C4428 for ; Mon, 13 Mar 2017 09:02:27 +0000 (GMT) Received: by mail-wm0-f42.google.com with SMTP id n11so34917111wma.1 for ; Mon, 13 Mar 2017 02:02:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:subject:from:to:date:in-reply-to:references:mime-version; bh=syqNoKZ34TOqTMV5txgN4j0/P9HK6LFjC406TG+QLMw=; b=mlX3JRz/FWzjGOg5jba4muPRcAZh7SXayc0cM8XoOAKhdP6Y2crtoSRV6QywLvwZaW Pqr8Y8Qktm+qfI9CMIQkQprCJdVVfd1bE7cScVUZt+YNx4W6vh0Nqpt4vty0+evJ5oI+ NimjdDH5aClN3wRdBiLbGqgyIkRyChCYHTyPMGdWKyrmqrZ3uop0g+k3pgVEYNhi7/id 4wZ14X1SmA/oxvO7nMNQZYll/Y6qCkLQgDqKfkXWLFXFdpQTVs78ru0o9zsYBq1sjzzc rs+Y22H77jLkgxjdS/9BQysJnUa3w3Dt+TFn9IgHxHdv2sdZkdfCK1NYX4rmc9fThMLR 62JQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:mime-version; bh=syqNoKZ34TOqTMV5txgN4j0/P9HK6LFjC406TG+QLMw=; b=TmwOo5zvcLqlseNIi0B4+6c8Uzv2VEwk0QTKS1uGw1Eieipjz2WedqEz8RP25m8cxe mwfNW7us4tvWGbcjv0EheSGrS/XRfH68TKbvjm5n72gc/eVofkKrIwcEMJcXfMzhGsFh PVQ2MG/l1GbEKqK7HIY1KvmNv0acaP57icxAY2o7MEX5PvBQ1gJgV0E/3hNvQLqAKlsP fsXqOoEbo7XQBlPjk2BBjwuctCxBCCo+kTIL6LsK5lhH8nH5y5thYtVSec41fsYZb2U5 4Of7ifMQ6lHJppQh0XmWy687MHxvlUUllDofzfUv8CNK3/0EwvI+JO60A382/Ai5eZ5G tFHw== X-Gm-Message-State: AFeK/H1wnYM1/K6Iat5Jm3e634rfWhT1SxLShW1ESQqrSGniR7GyyDCeej8hnD7oBRpz2g== X-Received: by 10.28.168.130 with SMTP id r124mr9007450wme.34.1489395746410; Mon, 13 Mar 2017 02:02:26 -0700 (PDT) Received: from df1844j.local ([89.202.239.221]) by smtp.googlemail.com with ESMTPSA id 63sm24144262wrh.68.2017.03.13.02.02.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Mar 2017 02:02:25 -0700 (PDT) Message-ID: <1489395739.11710.530.camel@gmail.com> Subject: Re: [alpine-aports] [PATCH] testing/weston: upgrade to 2.0.0 From: Leonardo Arena To: Valery Kartel , alpine-aports@lists.alpinelinux.org Date: Mon, 13 Mar 2017 10:02:19 +0100 In-Reply-To: <20170227083050.10659-1-valery.kartel@gmail.com> References: <20170227083050.10659-1-valery.kartel@gmail.com> Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-PYwTf5vPg69/+cVb1MHd" X-Mailer: Evolution 3.18.5.2-0ubuntu3.1 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 --=-PYwTf5vPg69/+cVb1MHd Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, thank you for your contribution. On lun, 2017-02-27 at 10:30 +0200, Valery Kartel wrote: > -- > take maintain > shared libs moved to libweston, libweston-desktop > split to submodules: cms-*, client-*, shell-*, backend-* Are all these subpackages needed? How big in size are they? Perhaps having subpackage for library and client would be enough and the APKBUILD could be simplified? > add check() function > add helper submodule weston-desktop-x11 to run as x11 client >=20 > --- > Successfuly runs on vanilla-linux. Fails on grsec. > Terribly slow when runs as remote (ssh -X) x11 client > --- > =C2=A0testing/weston/APKBUILD=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0| 126 > +++++++++++++++++++++++++++++++++------- > =C2=A0testing/weston/musl-fixes.patch |=C2=A0=C2=A010 ---- > =C2=A02 files changed, 104 insertions(+), 32 deletions(-) > =C2=A0delete mode 100644 testing/weston/musl-fixes.patch >=20 Here it fails with: configure: creating ./config.status config.status: creating doc/doxygen/tools.doxygen config.status: creating doc/doxygen/tooldev.doxygen config.status: creating Makefile config.status: creating libweston/version.h config.status: creating compositor/weston.pc config.status: creating libweston/libweston-2.pc config.status: creating libweston-desktop/libweston-desktop-2.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands Native Backend drm-backend.so setuid Install no Cairo Renderer image EGL yes libxkbcommon yes xcb_xkb yes XWayland yes dbus yes ivi-shell yes Build wcap utility yes Build Fullscreen Shell yes Enable developer documentation no weston-launch utility no systemd-login support no systemd notify support no DRM Compositor yes X11 Compositor yes Wayland Compositor yes Headless Compositor yes FBDEV Compositor yes RDP Compositor yes Screen Sharing yes JUnit XML output no Build Clients yes Build EGL Clients no Build Simple Clients yes Build Simple EGL Clients yes Install Demo Clients yes Colord Support yes LCMS2 Support yes libjpeg Support yes libwebp Support yes libunwind Support yes VA H.264 encoding Support yes make: *** No rule to make target 'protocol/xdg-shell-unstable-v6- protocol.c', needed by 'all'.=C2=A0=C2=A0Stop. >>> ERROR: weston: all failed Thanks! |_eo --=-PYwTf5vPg69/+cVb1MHd Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJYxmAbAAoJELAPckZGG2T6tqoIAIxxCnfhyLEnRVHVZPT9fDii rhFGTo53uLCJW+xMHKOIlw3otVMFdHRSNhVg9ma7v91BXiMg12fN3OQpzpSKSyyp 0nGvFSMvxubbydRA0VGw40vNfVU0mY8KkHdllQ3rW0VzvufrtNuL+Zi4L7v+FyIX JdN3VRLPMEcFwJDjkmjP2Ojm1EYOyJpRp6ZhB9CiBU4OYatmIaigpygwtdJWpxlu qH0hpO8APhIG2vtnX/KANsUp78f5HVHB+/uWCVk0XCa3DrkiyuWD7WpSMsbu51Ae ojzX0oHl6g0wmUrOtmW3xB9PeYV6amaWrh2DGDI7JdDcScIExhiGFAUhz43NmyQ= =9IJ4 -----END PGP SIGNATURE----- --=-PYwTf5vPg69/+cVb1MHd-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---