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 5F41B13832E for ; Sun, 7 Aug 2016 14:04:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E92D2E0B45; Sun, 7 Aug 2016 14:04:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A8ACE0B45 for ; Sun, 7 Aug 2016 14:04:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35F59340B65 for ; Sun, 7 Aug 2016 14:04:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E8B22424 for ; Sun, 7 Aug 2016 14:04:15 +0000 (UTC) From: "Luca Barbato" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Luca Barbato" Message-ID: <1470578491.ccc9ac6f494435c750ec71d67d09d41739e54c35.lu_zero@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/files/, app-emulation/qemu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/qemu/files/qemu-2.6.0-glib-size_t.patch app-emulation/qemu/qemu-2.6.0.ebuild X-VCS-Directories: app-emulation/qemu/ app-emulation/qemu/files/ X-VCS-Committer: lu_zero X-VCS-Committer-Name: Luca Barbato X-VCS-Revision: ccc9ac6f494435c750ec71d67d09d41739e54c35 X-VCS-Branch: master Date: Sun, 7 Aug 2016 14:04:15 +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-Archives-Salt: 2a141b4e-c76e-4a17-89de-f2fa9196cd88 X-Archives-Hash: 83bffad32d9cbec52e28d3543888da73 commit: ccc9ac6f494435c750ec71d67d09d41739e54c35 Author: Luca Barbato gentoo org> AuthorDate: Sun Aug 7 14:01:31 2016 +0000 Commit: Luca Barbato gentoo org> CommitDate: Sun Aug 7 14:01:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc9ac6f app-emulation/qemu: Drop a -Werror when it could cause a false positive The check code could trigger recent compiler warnings. Package-Manager: portage-2.2.26 app-emulation/qemu/files/qemu-2.6.0-glib-size_t.patch | 11 +++++++++++ app-emulation/qemu/qemu-2.6.0.ebuild | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/app-emulation/qemu/files/qemu-2.6.0-glib-size_t.patch b/app-emulation/qemu/files/qemu-2.6.0-glib-size_t.patch new file mode 100644 index 0000000..5fd678c --- /dev/null +++ b/app-emulation/qemu/files/qemu-2.6.0-glib-size_t.patch @@ -0,0 +1,11 @@ +--- a/configure 2016-08-07 15:50:20.386687733 +0200 ++++ b/configure 2016-08-07 15:53:55.489691690 +0200 +@@ -2967,7 +2967,7 @@ + } + EOF + +-if ! compile_prog "-Werror $CFLAGS" "$LIBS" ; then ++if ! compile_prog "$CFLAGS" "$LIBS" ; then + error_exit "sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T."\ + "You probably need to set PKG_CONFIG_LIBDIR"\ + "to point to the right pkg-config files for your"\ diff --git a/app-emulation/qemu/qemu-2.6.0.ebuild b/app-emulation/qemu/qemu-2.6.0.ebuild index 8f9ff83..e45a5d1 100644 --- a/app-emulation/qemu/qemu-2.6.0.ebuild +++ b/app-emulation/qemu/qemu-2.6.0.ebuild @@ -334,7 +334,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-2.5.0-cflags.patch epatch "${FILESDIR}"/${PN}-2.5.0-sysmacros.patch epatch "${FILESDIR}"/${PN}-2.6.0-crypto-static.patch - + epatch "${FILESDIR}"/${PN}-2.6.0-glib-size_t.patch # Fix ld and objcopy being called directly tc-export AR LD OBJCOPY