From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12DCA138334 for ; Sat, 2 Mar 2019 09:57:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F10D8E07DF; Sat, 2 Mar 2019 09:57:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C693DE07DF for ; Sat, 2 Mar 2019 09:57:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D339B335C16 for ; Sat, 2 Mar 2019 09:57:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42864326 for ; Sat, 2 Mar 2019 09:57:18 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1551520625.75a2b2b36067e3dc0dbd999f6a886d4999884072.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/criu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/criu/criu-3.6.ebuild X-VCS-Directories: sys-process/criu/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 75a2b2b36067e3dc0dbd999f6a886d4999884072 X-VCS-Branch: master Date: Sat, 2 Mar 2019 09:57:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 85672c42-0161-4c23-b032-868f65867285 X-Archives-Hash: c8708b33fff311a9889c41d34eb3756b commit: 75a2b2b36067e3dc0dbd999f6a886d4999884072 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Mar 2 09:56:48 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Mar 2 09:57:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a2b2b3 sys-process/criu: disable -Werror, bug #679140 gcc-8 detected new warnings and broke the build: compel/include/uapi/compel/asm/fpu.h:89:1: error: alignment 1 of ‘struct xsave_struct_ia32’ is less than 16 [-Werror=packed-not-aligned] The change disables -Werror as we do in unstable ebuilds. Reported-by: Thomas Beutin Closes: https://bugs.gentoo.org/679140 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich gentoo.org> sys-process/criu/criu-3.6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-process/criu/criu-3.6.ebuild b/sys-process/criu/criu-3.6.ebuild index 92f3e863605..5e41c3a8155 100644 --- a/sys-process/criu/criu-3.6.ebuild +++ b/sys-process/criu/criu-3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -97,6 +97,7 @@ src_install() { LOGROTATEDIR="${EPREFIX}"/etc/logrotate.d \ DESTDIR="${D}" \ LIBDIR="${EPREFIX}/usr/$(get_libdir)" \ + WERROR=0 \ install dodoc CREDITS README.md