From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yb8uM-0006JO-Od for qemu-devel@nongnu.org; Thu, 26 Mar 2015 10:37:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yb8uD-0001mz-VC for qemu-devel@nongnu.org; Thu, 26 Mar 2015 10:37:18 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:37894) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yb8uD-0001ml-PZ for qemu-devel@nongnu.org; Thu, 26 Mar 2015 10:37:09 -0400 Received: by wibgn9 with SMTP id gn9so88291460wib.1 for ; Thu, 26 Mar 2015 07:37:08 -0700 (PDT) Date: Thu, 26 Mar 2015 15:37:05 +0100 From: Eduardo Otubo Message-ID: <20150326143705.GA24566@vader> References: <1427279169-3213-1-git-send-email-eduardo.otubo@profitbricks.com> <1427279169-3213-2-git-send-email-eduardo.otubo@profitbricks.com> <87oanfx4i8.fsf@neno.neno> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7JfCtLOvnd9MIVvH" Content-Disposition: inline In-Reply-To: <87oanfx4i8.fsf@neno.neno> Subject: Re: [Qemu-devel] [PULL for v2.3 01/01] seccomp: update libseccomp version and remove arch restriction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: pmoore@redhat.com, peter.maydell@linaro.org, qemu-devel@nongnu.org --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 26, 2015 at 02=3D38=3D55PM +0100, Juan Quintela wrote: > Eduardo Otubo wrote: > > Libseccomp version updated to 2.2.0 and arch restriction to x86/x86_64 > > is now removed. It's supposed to work on armv7l as well. > > > > Related bug: https://bugs.launchpad.net/qemu/+bug/1363641 > > > > Signed-off-by: Eduardo Otubo >=20 > This prevent compliation on x86_64 on Fedora 21. >=20 > (migration/next)$ make -j5 -C /scratch/tmp/next/all/ > make: Entering directory '/scratch/tmp/next/all' > config-host.mak is out-of-date, running configure >=20 > ERROR: User requested feature libseccomp > configure was not able to find it. > Install libseccomp devel >=3D 2.2.0 >=20 > Makefile:30: recipe for target 'config-host.mak' failed > make: *** [config-host.mak] Error 1 > make: Leaving directory '/scratch/tmp/next/all' > (migration/next)$ rpm -qa | grep seccomp > libseccomp-2.1.1-5.fc21.x86_64 > libseccomp-devel-2.1.1-5.fc21.x86_64 > libseccomp-debuginfo-2.1.1-5.fc21.x86_64 > (migration/next)$=20 >=20 > This was compiling correctly until this patch got in. And virt-test > uses seccomp by default. >=20 > Fedora 21 is less than 3 months old. Do we really want to avoid > compilation there? Hello Juan, I completely understand your concern. Perhaps a ping on libseccomp Fedora package maintainer would be a better way to tackle this issue instead of reverting this commit. Libseccomp 2.2.0 is released since Feb 12th and I actually gave it a little time frame for other distros to update their packages so we don't run into issues like this. It's important to remember that this patch is also the proper fix for this bug: https://bugs.launchpad.net/qemu/+bug/1363641 Regards, --=20 Eduardo Otubo ProfitBricks GmbH --7JfCtLOvnd9MIVvH Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJVFBmRAAoJEP0M/1sS+L0vGs8IAJD3DSj/RjAzhIV2zBWHPqnJ 7aoj5gvaZ4JjS5St6ll92daU0hivQXeHgmeo2g0DK2MUBFRof1B96QgiVrA/Hjrd 9jmjdzVqQ0ACvN14cZkwRsvVHLJVm03VkHjLHkbWVJC1hB8dbQI1n/Y3K0a02Iih vJx6UMcZvp30P9Qq7v+dvT8WJGn5xUnGgsbnOCaZ2NZ9MYKBh5nKVe3YlBJBTWnl EpBXc1n/7LBIyM+h3y0cjJXlMCDhazLR80yNpuKNmHQVRvyNA7FhgPIIqHkKJZ4t Il/EGmNIp3j7pKHDkELtwXnGLWtSV81FHqpmBld2hG+fsmVvqgfsVcqBcfijGho= =t/K5 -----END PGP SIGNATURE----- --7JfCtLOvnd9MIVvH--