From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A0BED1381F3 for ; Sat, 22 Dec 2012 16:35:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71A46E05B4; Sat, 22 Dec 2012 16:34:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E878FE05B4 for ; Sat, 22 Dec 2012 16:34:58 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC2F933DA0B for ; Sat, 22 Dec 2012 16:34:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5A51CE543C for ; Sat, 22 Dec 2012 16:34:55 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1356194050.8e92ee4ec2af8b1ce76bdc658f1e9bccf61420b6.alexxy@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/lustre/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/lustre/ChangeLog sys-cluster/lustre/lustre-9999.ebuild X-VCS-Directories: sys-cluster/lustre/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 8e92ee4ec2af8b1ce76bdc658f1e9bccf61420b6 X-VCS-Branch: master Date: Sat, 22 Dec 2012 16:34:55 +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: 4ea9965d-d941-4fb5-851e-d1af7f7bd0bc X-Archives-Hash: 923e89e54a7acec873ab839504e6fd6c commit: 8e92ee4ec2af8b1ce76bdc658f1e9bccf61420b6 Author: Alexey Shvetsov gentoo org> AuthorDate: Sat Dec 22 16:34:10 2012 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sat Dec 22 16:34:10 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8e92ee4e [sys-cluster/lustre] Disable Werror Package-Manager: portage-2.2.0_alpha149 --- sys-cluster/lustre/ChangeLog | 3 +++ sys-cluster/lustre/lustre-9999.ebuild | 7 +++++++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/sys-cluster/lustre/ChangeLog b/sys-cluster/lustre/ChangeLog index 12202c8..d2f66cb 100644 --- a/sys-cluster/lustre/ChangeLog +++ b/sys-cluster/lustre/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 22 Dec 2012; Alexey Shvetsov lustre-9999.ebuild: + [sys-cluster/lustre] Disable Werror + 22 Dec 2012; Alexey Shvetsov -files/2.4/0001-LU-1337-vfs-kernel-3.1-renames-lock-manager-ops.patch, -files/2.4/0002-LU-1337-vfs-kernel-3.1-kills-inode-i_alloc_sem.patch, diff --git a/sys-cluster/lustre/lustre-9999.ebuild b/sys-cluster/lustre/lustre-9999.ebuild index c07531e..c5e0f64 100644 --- a/sys-cluster/lustre/lustre-9999.ebuild +++ b/sys-cluster/lustre/lustre-9999.ebuild @@ -33,6 +33,13 @@ pkg_setup() { src_prepare() { apply_user_patches + sed -e 's:-Werror::g' \ + -i build/autoconf/lustre-build-linux.m4 \ + -i ldiskfs/build/autoconf/lustre-build-linux.m4 \ + -i libcfs/autoconf/lustre-libcfs.m4 \ + -i libsysio/configure.in \ + -i lnet/autoconf/lustre-lnet.m4 \ + lustre/autoconf/lustre-core.m4 || die "Disabling Werror failed" sh ./autogen.sh }