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 D6084139083 for ; Thu, 21 Dec 2017 21:46:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C7B2E0E3A; Thu, 21 Dec 2017 21:46:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CBDECE0E3A for ; Thu, 21 Dec 2017 21:46:57 +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 7366C33C1EB for ; Thu, 21 Dec 2017 21:46:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 910A5A6AE for ; Thu, 21 Dec 2017 21:46:54 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1513892792.2ec5d27e3a98b1e308c902bcc7e6998b4a80dbef.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rasdaemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/rasdaemon/Manifest app-admin/rasdaemon/metadata.xml app-admin/rasdaemon/rasdaemon-0.6.0.ebuild X-VCS-Directories: app-admin/rasdaemon/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 2ec5d27e3a98b1e308c902bcc7e6998b4a80dbef X-VCS-Branch: master Date: Thu, 21 Dec 2017 21:46:54 +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: 31016378-591f-492e-82da-201ee57b97d8 X-Archives-Hash: 8a2ce42912676be728f13813a9cbf6ee commit: 2ec5d27e3a98b1e308c902bcc7e6998b4a80dbef Author: Matthew Thode gentoo org> AuthorDate: Thu Dec 21 21:46:05 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Thu Dec 21 21:46:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec5d27e app-admin/rasdaemon: 0.6.0 added as a replacement for mcelog Package-Manager: Portage-2.3.14, Repoman-2.3.6 app-admin/rasdaemon/Manifest | 1 + app-admin/rasdaemon/metadata.xml | 18 ++++++++++++++ app-admin/rasdaemon/rasdaemon-0.6.0.ebuild | 39 ++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+) diff --git a/app-admin/rasdaemon/Manifest b/app-admin/rasdaemon/Manifest new file mode 100644 index 00000000000..93bbf015df3 --- /dev/null +++ b/app-admin/rasdaemon/Manifest @@ -0,0 +1 @@ +DIST rasdaemon-0.6.0.tar.bz2 361721 BLAKE2B af992c810024df4f553727b4aff4f4f1d41cb3f7e458ac91916ccbac6815b6ade697f0c49bf1e072205c7f872cfc9c2f7223fe0d3f090064ffaa0bab002d4f67 SHA512 cb363ee9968dab10951077edea6558adc235c2ba1a57294ccf2d483c49af3366bcec0a5857fe2b475a5407de850f706c44bfe4d8a80bcfb53b1c7e2d101ba72f diff --git a/app-admin/rasdaemon/metadata.xml b/app-admin/rasdaemon/metadata.xml new file mode 100644 index 00000000000..2e59b91513a --- /dev/null +++ b/app-admin/rasdaemon/metadata.xml @@ -0,0 +1,18 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + + Rasdaemon is a RAS (Reliability, Availability and Serviceability) logging tool. +It currently records memory errors, using the EDAC tracing events. +EDAC is drivers in the Linux kernel that handle detection of ECC errors +from memory controllers for most chipsets on i386 and x86_64 architectures. +EDAC drivers for other architectures like arm also exists. +This userspace component consists of an init script which makes sure +EDAC drivers and DIMM labels are loaded at system startup, as well as +an utility for reporting current error counts from the EDAC sysfs files. + + diff --git a/app-admin/rasdaemon/rasdaemon-0.6.0.ebuild b/app-admin/rasdaemon/rasdaemon-0.6.0.ebuild new file mode 100644 index 00000000000..7bb3e34c6e7 --- /dev/null +++ b/app-admin/rasdaemon/rasdaemon-0.6.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit systemd + +DESCRIPTION="Reliability, Availability and Serviceability logging tool" +HOMEPAGE="http://www.infradead.org/~mchehab/rasdaemon/" +SRC_URI="http://www.infradead.org/~mchehab/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND=" + ${DEPEND} + sys-devel/gettext + dev-db/sqlite + sys-apps/dmidecode +" + +src_configure() { + econf --enable-mce \ + --enable-aer \ + --enable-sqlite3 \ + --enable-extlog \ + --enable-abrt-report \ + --enable-non-standard \ + --enable-hisi-ns-decode \ + --enable-arm +} + +src_install() { + default + systemd_dounit misc/*.service +}