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 1009A198005 for ; Thu, 14 Mar 2013 14:16:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2017E0618; Thu, 14 Mar 2013 14:16:55 +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 61EACE0618 for ; Thu, 14 Mar 2013 14:16:55 +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 7959033D3DA for ; Thu, 14 Mar 2013 14:16:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 446C4E4079 for ; Thu, 14 Mar 2013 14:16:52 +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: <1363270593.0dcaaf71cd12e2ce58b88d5ef512c7201485f40f.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: 0dcaaf71cd12e2ce58b88d5ef512c7201485f40f X-VCS-Branch: master Date: Thu, 14 Mar 2013 14:16:52 +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: 2f93fb93-4ccc-43e7-be4a-43bd8460986d X-Archives-Hash: dcfa0937b9abc749897e6ae7ae13ba74 commit: 0dcaaf71cd12e2ce58b88d5ef512c7201485f40f Author: Alexey Shvetsov gentoo org> AuthorDate: Thu Mar 14 14:16:33 2013 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Thu Mar 14 14:16:33 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0dcaaf71 Drop Werror hack Package-Manager: portage-2.2.0_alpha166 RepoMan-Options: --force --- sys-cluster/lustre/ChangeLog | 3 +++ sys-cluster/lustre/lustre-9999.ebuild | 6 ------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/sys-cluster/lustre/ChangeLog b/sys-cluster/lustre/ChangeLog index a7ad425..784ab87 100644 --- a/sys-cluster/lustre/ChangeLog +++ b/sys-cluster/lustre/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 14 Mar 2013; Alexey Shvetsov lustre-9999.ebuild: + Drop Werror hack + 14 Mar 2013; Alexey Shvetsov files/0001-LU-2850-build-check-header-files-in-generated-uapi-d.patch, files/0002-LU-2850-kernel-3.7-kernel-posix-acl-needs-userns.patch, diff --git a/sys-cluster/lustre/lustre-9999.ebuild b/sys-cluster/lustre/lustre-9999.ebuild index 9ede34b..dc4aed8 100644 --- a/sys-cluster/lustre/lustre-9999.ebuild +++ b/sys-cluster/lustre/lustre-9999.ebuild @@ -42,12 +42,6 @@ pkg_setup() { src_prepare() { epatch ${PATCHES[@]} - # disable Werror - sed -e 's:-Werror::g' \ - -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" # fix libzfs lib name we have it as libzfs.so.1 sed -e 's:libzfs.so:libzfs.so.1:g' \ -e 's:libnvpair.so:libnvpair.so.1:g' \