From unknown Sun Aug 17 10:19:18 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#31798] [PATCH] gnu: Add iozone. Resent-From: Ricardo Wurmus Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 12 Jun 2018 11:25:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 31798 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 31798@debbugs.gnu.org Cc: Ricardo Wurmus X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.152880264231359 (code B ref -1); Tue, 12 Jun 2018 11:25:01 +0000 Received: (at submit) by debbugs.gnu.org; 12 Jun 2018 11:24:02 +0000 Received: from localhost ([127.0.0.1]:44129 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fShP8-00089Z-C1 for submit@debbugs.gnu.org; Tue, 12 Jun 2018 07:24:02 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36697) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fShP4-000899-Qd for submit@debbugs.gnu.org; Tue, 12 Jun 2018 07:23:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fShOy-0004Uj-Jv for submit@debbugs.gnu.org; Tue, 12 Jun 2018 07:23:53 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:39411) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fShOy-0004Uf-GU for submit@debbugs.gnu.org; Tue, 12 Jun 2018 07:23:52 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fShOw-000764-OK for guix-patches@gnu.org; Tue, 12 Jun 2018 07:23:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fShOt-0004Sv-Jt for guix-patches@gnu.org; Tue, 12 Jun 2018 07:23:50 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21056) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fShOs-0004QG-NZ for guix-patches@gnu.org; Tue, 12 Jun 2018 07:23:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1528802609; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:To:Cc:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; l=2437; bh=3nAu7Ezzgvk7geMra49cj2fmUDTjJ7IJTV7qM2k/olM=; b=cQBhKgzYI8NqRWDauy49hu57c/E8JLr6hMGIKsQHzGlxmVHeeUXyEQp4e4eeGY49 2s1r9PGG7qLcRZpM+F83QdI3Uf9g0wdcKeS17t62yX1cAjQTTGPQtVcldrivSUQsiWY ovx+o2jx+koeRt63oQikhnRFpoapLjKQX5ZscawQ= Received: from localhost (141.80.245.254 [141.80.245.254]) by mx.zohomail.com with SMTPS id 1528802609040149.99930862926578; Tue, 12 Jun 2018 04:23:29 -0700 (PDT) From: Ricardo Wurmus Date: Tue, 12 Jun 2018 13:23:25 +0200 X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Message-ID: <20180612112325.21668-1-rekado@elephly.net> X-ZohoMailClient: External X-ZohoMail: Z_26063301 SPT_1 Z_26062608 SPT_0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) * gnu/packages/profiling.scm (iozone): New variable. --- gnu/packages/profiling.scm | 47 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/gnu/packages/profiling.scm b/gnu/packages/profiling.scm index b2def45cc..b248af0b3 100644 --- a/gnu/packages/profiling.scm +++ b/gnu/packages/profiling.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright =C2=A9 2017 Dave Love ;;; Copyright =C2=A9 2018 Tobias Geerinckx-Rice +;;; Copyright =C2=A9 2018 Ricardo Wurmus ;;; ;;; This file is part of GNU Guix. ;;; @@ -399,3 +400,49 @@ high-performance computing (HPC) applications.") (license license:cpl1.0))) =20 (define-public scorep-openmpi (make-scorep openmpi)) + +(define-public iozone + (package + (name "iozone") + (version "3.482") + (source (origin + (method url-fetch) + (uri (string-append "http://www.iozone.org/src/current/" + "iozone" + (string-map (lambda (c) + (if (char=3D? c #\.) #\_ c= )) + version) + ".tar")) + (sha256 + (base32 + "0c5fyfr3iqfb8my7dcjlhm6kkmcl4a7r6gcgqrvp3xwn7jvgwcr7")))) + (build-system gnu-build-system) + (arguments + `(#:make-flags (list "linux" "CC=3Dgcc") + #:tests? #f ; none included + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'chdir + (lambda _ (chdir "src/current/"))) + (delete 'configure) + (replace 'install + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (bin (string-append out "/bin")) + (man1 (string-append out "/share/man/man1"))) + (for-each (lambda (file) + (install-file file bin)) + '("iozone" "fileop" "pit_server")) + (install-file "../../docs/iozone.1" man1)) + #t))))) + (home-page "http://www.iozone.org") + (synopsis "Filesystem benchmark tool") + (description "IOzone is a filesystem benchmark tool. The benchmark +generates and measures a variety of file operations. Iozone is useful for +performing a broad filesystem analysis of a vendor=E2=80=99s computer plat= form. The +benchmark tests file I/O performance for the following operations: Read, +write, re-read, re-write, read backwards, read strided, @code{fread}, +@code{fwrite}, random read, @code{pread}, @code{mmap}, @code{aio_read}, +@code{aio_write}.") + (license (license:non-copyleft + "http://www.iozone.org/docs/Iozone_License.txt")))) --=20 2.17.1 From unknown Sun Aug 17 10:19:18 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#31798] [PATCH] gnu: Add iozone. Resent-From: Leo Famulari Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 12 Jun 2018 18:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31798 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ricardo Wurmus Cc: 31798@debbugs.gnu.org Received: via spool by 31798-submit@debbugs.gnu.org id=B31798.152882921229751 (code B ref 31798); Tue, 12 Jun 2018 18:47:02 +0000 Received: (at 31798) by debbugs.gnu.org; 12 Jun 2018 18:46:52 +0000 Received: from localhost ([127.0.0.1]:45340 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSoJg-0007jn-An for submit@debbugs.gnu.org; Tue, 12 Jun 2018 14:46:52 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:40215) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSoJf-0007jf-5J for 31798@debbugs.gnu.org; Tue, 12 Jun 2018 14:46:51 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 9F8C421D1C; Tue, 12 Jun 2018 14:46:50 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Tue, 12 Jun 2018 14:46:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=X1YmZaSRhmVk1ZZBkpdnvds/8zmM8Py/YNkhvQ+lu9Q=; b=r4+oJ a0V4Dl1azHzVYRurZ5UkvkwoTBqJJJd4Ui6W96h8hWmehQem9cNm3Up9nSbag7Rn BVwt+x++GLJCLlHdrm8He/FSiJAg0aU9ZlwMLsNECN1zp/Ttz7jlcrgnK3XTDohb SLC7UWTVqIxqG/iwkYejwt7PXG0VYXzJZDl6zE= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=X1YmZaSRhmVk1ZZBkpdnvds/8zmM8 Py/YNkhvQ+lu9Q=; b=HqkErX/7HBgmygct1GpVGa0ndnMuPGbz+hO1PS9gDVgbs SFsJoQJmXLUmXxEyzHXsya4YaEVz4DFLwQb2725Op0cMScqJl+9cEvflUssjxQ9b H2yGLhnYAjCGcdG8B0KuBOWEgrOPWKSLtSIKwUCfXai36Ntn3e5SJpi+R5RGysou Ji+k4RmZLdYre6BYnYhneBeaoRYyINsy+nGXYNrT0MJejcm4HGtoAcaRoTqtl4Kp 3KCt4+6VCJzlyyGA/CzWeDHOQwVHvZgn4VvMwwPa733+htV6RJza0y/apAKP+SY1 fGo7Fli5KOkptXWs4P6zI0iWCz9dNh4aKU3dva7VA== X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: from localhost (70-89-54-154-philadelphia.hfc.comcastbusiness.net [70.89.54.154]) by mail.messagingengine.com (Postfix) with ESMTPA id 38E0910266; Tue, 12 Jun 2018 14:46:50 -0400 (EDT) Date: Tue, 12 Jun 2018 14:46:47 -0400 From: Leo Famulari Message-ID: <20180612184647.GA20407@jasmine.lan> References: <20180612112325.21668-1-rekado@elephly.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline In-Reply-To: <20180612112325.21668-1-rekado@elephly.net> User-Agent: Mutt/1.10.0 (2018-05-17) X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jun 12, 2018 at 01:23:25PM +0200, Ricardo Wurmus wrote: > * gnu/packages/profiling.scm (iozone): New variable. Overall the package LGTM... > + (license (license:non-copyleft > + "http://www.iozone.org/docs/Iozone_License.txt")))) The licensing is a little complicated: http://metadata.ftp-master.debian.org/changelogs/non-free/i/iozone3/iozone3_429-3_copyright --MGYHOYXEY6WxJCY8 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlsgFRQACgkQJkb6MLrK fwijCw/+Jf4GhaNpTcU79QsZowD322Uv+QbNablaQ8/UqKY4WSLZTs5VIJENDKp+ qxuWx+zET9j6bnBzkpBV3Mvhh5Vu4TfdSEOMCRE13FIkK7zkvMzaTa74tFqOBbAx vw34Vh1VJxObYnr6rmrM2LFxk3zXieBcDuMARvztHmF6jt0X8IZ/K/TMKen+RTnD TB3REry+lPW4Cg87mM9fm6KG/szQy98yyxE4/mAA1MANsgSKeW7PSVdhvCBvJfa7 e9lLh6q6QTkzK0lcXLYBm+rxZUShZ8X+9kqR8FvZwi/k3J1gpSq4BdYCYHADHJAI cCAKO33ajPmqVFxQP49SwBDunpAmerP0Oj1YLuAjujmcUX7P+armZAl/vTkPymXB +h0foFzia2kBdxnzNVNaKbn0pC1kAZP2Wv1BlvDkslxVA8nKjlgbxH6gEbBJs+2H d2Ui/bhdCZARrOY2E07vlVnOaYNFPWbm2h7xRcpyqeeprmtkj/t1ncj+cj93Fy8c Ja6VRNzUtXT4KJ/nJVvDpsrbU/vc4EoGqcObtsDc7ctT8/cRyZFNIyboOmghGHe+ nuHuIWMETJNa4/0Mg7OYds8NmFwUSgVZZ2pMqKrFB7P0fIK3TBiOIufft8N9LYKR PTwUVn7f59aJxJPPadwNo8CA37O6lsIDGI/LW9sZdv1c4eppFLo= =MMXp -----END PGP SIGNATURE----- --MGYHOYXEY6WxJCY8-- From unknown Sun Aug 17 10:19:18 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#31798] [PATCH] gnu: Add iozone. Resent-From: Ricardo Wurmus Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 14 Jun 2018 12:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31798 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Leo Famulari Cc: 31798@debbugs.gnu.org Received: via spool by 31798-submit@debbugs.gnu.org id=B31798.1528979606704 (code B ref 31798); Thu, 14 Jun 2018 12:34:01 +0000 Received: (at 31798) by debbugs.gnu.org; 14 Jun 2018 12:33:26 +0000 Received: from localhost ([127.0.0.1]:47396 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fTRRO-0000BI-4p for submit@debbugs.gnu.org; Thu, 14 Jun 2018 08:33:26 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21101) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fTRRM-0000BA-K9 for 31798@debbugs.gnu.org; Thu, 14 Jun 2018 08:33:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1528979579; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; l=2854; bh=xUa1G05s/UwUSIdfsxFL8+XqRmc7RIv2dgW6eI8fyq8=; b=ikdYYDr7GNcAGjskzXXemQsDfM0/ZhEA3woXguUk3d6yboz8/KQqlahlgQmUvAmT bvIz5iSAXqzAgqhdgqloqNky0DqUtltXCZWBuiHeVeUeLvMlr3uq2gG8/UtDhLZa4ZT Gw3e6yVjOQJnVPnsSQSO2mFrcXK8vaHYCIeo8yO0= Received: from localhost (141.80.245.154 [141.80.245.154]) by mx.zohomail.com with SMTPS id 1528979579893411.20179448857255; Thu, 14 Jun 2018 05:32:59 -0700 (PDT) References: <20180612112325.21668-1-rekado@elephly.net> <20180612184647.GA20407@jasmine.lan> User-agent: mu4e 1.0; emacs 26.1 From: Ricardo Wurmus In-reply-to: <20180612184647.GA20407@jasmine.lan> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Thu, 14 Jun 2018 14:32:57 +0200 Message-ID: <87a7rxblae.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Leo, > On Tue, Jun 12, 2018 at 01:23:25PM +0200, Ricardo Wurmus wrote: >> * gnu/packages/profiling.scm (iozone): New variable. > > Overall the package LGTM... > >> + (license (license:non-copyleft >> + "http://www.iozone.org/docs/Iozone_License.txt")))) > > The licensing is a little complicated: > > http://metadata.ftp-master.debian.org/changelogs/non-free/i/iozone3/iozon= e3_429-3_copyright Oh, I must have misunderstood the license text: --8<---------------cut here---------------start------------->8--- License to freely use and distribute this software is hereby granted by the author, subject to the condition that this copyright notice remains intact. The author retains the exclusive right to publish derivative works based on this work, including, but not limited to, revised versions of this work. --8<---------------cut here---------------end--------------->8--- Does =E2=80=9Cexclusive right to publish derivative works=E2=80=9D means th= at people other than the author may not distribute modified variants of iozone? So the license only permits use and distribution of unmodified copies? Bummer :( I assumed that this sentence would just be an assertion of the original authors=E2=80=99 right to change the code as they please without having to = abide by the license themselves (in case they are no longer copyright holders), but the word =E2=80=9Cexclusive=E2=80=9D does seem to make this n= on-free. My interpretation seems to be backed by what the author wrote, as quoted in the Debian copyright file: --8<---------------cut here---------------start------------->8--- The last time I spoke with Norcott I asked him about the intent of the license. He indicated that anyone could use it and distribute it for free. The idea of the later sentence was to protect Iozone so that if someone modified it, the original author would still have the right to publish future works that included any additions that anyone might have made. And, that all of the code that is in Iozone could be used by the original author in other projects that may or may not be freeware. Iozone's code is intended to be freely available. It would not be in the spirit of the license for someone to take the code out of Iozone, repackage it into a commercial package, re-license it or patent it, and then prevent the original author of Iozone from using his own code. --8<---------------cut here---------------end--------------->8--- =E2=80=9Crepackage it into a commercial package=E2=80=9D again is a confusi= ng statement, because Free Software can be sold. Would the sale of a medium containing Iozone be considered a violation of the license=E2=80=A6? This is confusing enough to make me want to drop the patch :-/ Thanks for bringing this to our attention! -- Ricardo From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 21 07:44:24 2018 Received: (at control) by debbugs.gnu.org; 21 Jun 2018 11:44:24 +0000 Received: from localhost ([127.0.0.1]:58299 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fVy0l-0004Dh-TM for submit@debbugs.gnu.org; Thu, 21 Jun 2018 07:44:24 -0400 Received: from mail-it0-f43.google.com ([209.85.214.43]:35019) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fVy0i-0004DS-Ri for control@debbugs.gnu.org; Thu, 21 Jun 2018 07:44:21 -0400 Received: by mail-it0-f43.google.com with SMTP id a3-v6so4321569itd.0 for ; Thu, 21 Jun 2018 04:44:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=r29tkPRvcdt1RTlxgzleD32SfiMAKhLZdIOkmxMB+DA=; b=HtJtuSXuvLwc/7BBt9DUG/O3TJeer+0LGqWxabq/nSLWnOcgngr4CFsQD541nrIsGK MDctuj0HCQPQoAijvLGfzpM1lIrBitJGLtV19N71t2TRTO4k0O18NHmhRRV8iCgY71M2 +UNS434pnQXvT1AVymv/+DUySBeZusmPvBjUAGa5xidx1oxOyvGjR7ceyrfLs4hja20v 306DmnS87E2cW9hTep0DUJPnt7ZHjnXegYgsAQgHCH5Ut+1eP9pHGHy3FEDghRIsp8qu 9KIrt1owpyo/z0aEyEoBR/dB/dsODC+MSQLZRyPp6QbIEgumHxaskSfOOTrUdXHPXg03 ZROA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=r29tkPRvcdt1RTlxgzleD32SfiMAKhLZdIOkmxMB+DA=; b=AeQVBiVLzoTR6YCh3BWXRDio27In1cv4K3XuIYpy0xyJ55UKmQVBmcFVrs4rdATqj9 q4JfE+aOSOV6kzjaP5uKp9w0Xc6+Lwl3eh+cURR3Ph/2HPFLJOLTi3e2nYvHwEFA5OjZ uepbHCiPJVlAhShh74IB0d+6gIFbyPUef3pcAt1y/4HsXJGW3ulKAbZU/psogeI0wgu3 IM/1u/OAT8BiAIzW93oW1JUyEQSECa1QhDqXAKNQLNm4C1SYqmIzmoQAVQJ8ds6Of0HG ZQXdENu1tcZVKFJEJL50ABITqXWyFJO29CL+49AFLFy2I5NeRkFlo4f8ccZrv7bG94ue aM7Q== X-Gm-Message-State: APt69E1CnE9/SHwN3O3Duo00sCWuebzz3ItmBlTPqi4YEgPgMnRBQSSq FqaOKaXpnY3qwwu3CNim2LO+XSLbTwBbtBsywaZe X-Google-Smtp-Source: AAOMgpdzNFDRXgG9Wx9da9mRPnr/bKTb5KlNNVEhcE78g+8dt8VzxDp/A3voKzLms3Rhj3g+JwTUIbwPmkha/TexIAQ= X-Received: by 2002:a24:be85:: with SMTP id i127-v6mr4682273itf.131.1529581455307; Thu, 21 Jun 2018 04:44:15 -0700 (PDT) MIME-Version: 1.0 From: =?UTF-8?Q?G=C3=A1bor_Boskovits?= Date: Thu, 21 Jun 2018 13:44:04 +0200 Message-ID: Subject: gnu: Add iozone. Add won't fix. Non-free software. To: control@debbugs.gnu.org Content-Type: multipart/alternative; boundary="0000000000004c7c31056f256f7b" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --0000000000004c7c31056f256f7b Content-Type: text/plain; charset="UTF-8" tags 31798 + wontfix --0000000000004c7c31056f256f7b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
tags 31798=C2=A0+ wontfix
--0000000000004c7c31056f256f7b-- From unknown Sun Aug 17 10:19:18 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Ricardo Wurmus Subject: bug#31798: closed (gnu: Add iozone.) Message-ID: References: <20180612112325.21668-1-rekado@elephly.net> X-Gnu-PR-Message: they-closed 31798 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: wontfix patch Reply-To: 31798@debbugs.gnu.org Date: Tue, 26 Jun 2018 06:12:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1529993522-4348-1" This is a multi-part message in MIME format... ------------=_1529993522-4348-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #31798: [PATCH] gnu: Add iozone. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 31798@debbugs.gnu.org. --=20 31798: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D31798 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1529993522-4348-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 31798-done) by debbugs.gnu.org; 26 Jun 2018 06:11:35 +0000 Received: from localhost ([127.0.0.1]:35553 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fXhCQ-00017L-UL for submit@debbugs.gnu.org; Tue, 26 Jun 2018 02:11:35 -0400 Received: from mail-it0-f42.google.com ([209.85.214.42]:39442) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fXhCP-000177-F9 for 31798-done@debbugs.gnu.org; Tue, 26 Jun 2018 02:11:33 -0400 Received: by mail-it0-f42.google.com with SMTP id p185-v6so586019itp.4 for <31798-done@debbugs.gnu.org>; Mon, 25 Jun 2018 23:11:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=teP8eCv9bRx3NBKhrBI/vKS5d4fHxOcXlHKbHHA4n+4=; b=GT9RflsR1Lppp37ELruq0sa+uTsurcz5RLW5yZ6ML2nlpO7gB5FomShfcyXW/Q2t44 E2bfZSyU5vvOLsae3pBm0DenpYPzv/hmr0iEEvxrsMXQrce5LNty7A61PMJeTNjlhNJF mJY8LNMPeVG50WMxzHQxpIS6/nYt4/CQCHkQwigxszWrQLU8D+lnCfEv+QhSGBwJlfio QgKtdmexBO6coYo2yK/TZGpKLZi6bQH2RImQB7yeFYWLVuKEYv2Op+eWh6bthb9cIbW6 arvvBjWnG9eN/99jGNEvXTAeZY2fyKrXi/EyRTtbNvHh8TXH0wMUui5wee+oGM/Q35Y0 uWHA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=teP8eCv9bRx3NBKhrBI/vKS5d4fHxOcXlHKbHHA4n+4=; b=SYs1RBcrQb53aRqL9M7fbW3GHwPTiPKZAQnvTKHnBswhqsfCIYJWb6cA9ZsEAhzK99 7OTWnVxbh5KTiy+uUXI1mLU1Zj05Y+MBUAyEhg1mX59zYkl18a/9lgdk5jHSvGicYxfW +0+KnTJu1snleqHL/oxX6bzsqYdtLaKa9IdhL6SEEwJnmkX5STy0tLPG3tFbFaNnT2oZ onisE5RTI+I6E/HFus9J2vTUbXEiY23IdJBx+YXG2xB+rqUEtMD85OJK6SmC3kEvlaJT /YGEKYD/F2Z60kZACiQpZG7BiWbJcbJfF++WMoT00fSMozljT1nnn6OizhA/rDepE1+1 Abmg== X-Gm-Message-State: APt69E2JJ/2LTMxAq37DE9wXbwCcMzeIq0ohJv8dD6B8Au64UFvybdgp pT7dYHp/tebcnPdFjlMZ72tgW5qCP2UkLTjfnY10 X-Google-Smtp-Source: AAOMgpcw5AbL62wEKSCO7pOyLmxPy/9ZhB/DUUEyxLoqL7fmGZK/GJsM9Oy9HovbDCG64sv06Sg2BsLVtnoAxg8KOPI= X-Received: by 2002:a24:50d1:: with SMTP id m200-v6mr358925itb.11.1529993487539; Mon, 25 Jun 2018 23:11:27 -0700 (PDT) MIME-Version: 1.0 From: =?UTF-8?Q?G=C3=A1bor_Boskovits?= Date: Tue, 26 Jun 2018 08:11:16 +0200 Message-ID: Subject: gnu: Add iozone. To: 31798-done@debbugs.gnu.org Content-Type: multipart/alternative; boundary="000000000000556151056f855e3f" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 31798-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --000000000000556151056f855e3f Content-Type: text/plain; charset="UTF-8" After negative response from upstream regarding the licensing issue, I'm closing this. --000000000000556151056f855e3f Content-Type: text/html; charset="UTF-8"
After negative response from upstream regarding the licensing issue, I'm closing this.
--000000000000556151056f855e3f-- ------------=_1529993522-4348-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 12 Jun 2018 11:24:02 +0000 Received: from localhost ([127.0.0.1]:44129 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fShP8-00089Z-C1 for submit@debbugs.gnu.org; Tue, 12 Jun 2018 07:24:02 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36697) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fShP4-000899-Qd for submit@debbugs.gnu.org; Tue, 12 Jun 2018 07:23:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fShOy-0004Uj-Jv for submit@debbugs.gnu.org; Tue, 12 Jun 2018 07:23:53 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:39411) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fShOy-0004Uf-GU for submit@debbugs.gnu.org; Tue, 12 Jun 2018 07:23:52 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fShOw-000764-OK for guix-patches@gnu.org; Tue, 12 Jun 2018 07:23:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fShOt-0004Sv-Jt for guix-patches@gnu.org; Tue, 12 Jun 2018 07:23:50 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21056) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fShOs-0004QG-NZ for guix-patches@gnu.org; Tue, 12 Jun 2018 07:23:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1528802609; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:To:Cc:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; l=2437; bh=3nAu7Ezzgvk7geMra49cj2fmUDTjJ7IJTV7qM2k/olM=; b=cQBhKgzYI8NqRWDauy49hu57c/E8JLr6hMGIKsQHzGlxmVHeeUXyEQp4e4eeGY49 2s1r9PGG7qLcRZpM+F83QdI3Uf9g0wdcKeS17t62yX1cAjQTTGPQtVcldrivSUQsiWY ovx+o2jx+koeRt63oQikhnRFpoapLjKQX5ZscawQ= Received: from localhost (141.80.245.254 [141.80.245.254]) by mx.zohomail.com with SMTPS id 1528802609040149.99930862926578; Tue, 12 Jun 2018 04:23:29 -0700 (PDT) From: Ricardo Wurmus To: guix-patches@gnu.org Subject: [PATCH] gnu: Add iozone. Date: Tue, 12 Jun 2018 13:23:25 +0200 X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Message-ID: <20180612112325.21668-1-rekado@elephly.net> X-ZohoMailClient: External X-ZohoMail: Z_26063301 SPT_1 Z_26062608 SPT_0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit Cc: Ricardo Wurmus X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) * gnu/packages/profiling.scm (iozone): New variable. --- gnu/packages/profiling.scm | 47 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/gnu/packages/profiling.scm b/gnu/packages/profiling.scm index b2def45cc..b248af0b3 100644 --- a/gnu/packages/profiling.scm +++ b/gnu/packages/profiling.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright =C2=A9 2017 Dave Love ;;; Copyright =C2=A9 2018 Tobias Geerinckx-Rice +;;; Copyright =C2=A9 2018 Ricardo Wurmus ;;; ;;; This file is part of GNU Guix. ;;; @@ -399,3 +400,49 @@ high-performance computing (HPC) applications.") (license license:cpl1.0))) =20 (define-public scorep-openmpi (make-scorep openmpi)) + +(define-public iozone + (package + (name "iozone") + (version "3.482") + (source (origin + (method url-fetch) + (uri (string-append "http://www.iozone.org/src/current/" + "iozone" + (string-map (lambda (c) + (if (char=3D? c #\.) #\_ c= )) + version) + ".tar")) + (sha256 + (base32 + "0c5fyfr3iqfb8my7dcjlhm6kkmcl4a7r6gcgqrvp3xwn7jvgwcr7")))) + (build-system gnu-build-system) + (arguments + `(#:make-flags (list "linux" "CC=3Dgcc") + #:tests? #f ; none included + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'chdir + (lambda _ (chdir "src/current/"))) + (delete 'configure) + (replace 'install + (lambda* (#:key outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (bin (string-append out "/bin")) + (man1 (string-append out "/share/man/man1"))) + (for-each (lambda (file) + (install-file file bin)) + '("iozone" "fileop" "pit_server")) + (install-file "../../docs/iozone.1" man1)) + #t))))) + (home-page "http://www.iozone.org") + (synopsis "Filesystem benchmark tool") + (description "IOzone is a filesystem benchmark tool. The benchmark +generates and measures a variety of file operations. Iozone is useful for +performing a broad filesystem analysis of a vendor=E2=80=99s computer plat= form. The +benchmark tests file I/O performance for the following operations: Read, +write, re-read, re-write, read backwards, read strided, @code{fread}, +@code{fwrite}, random read, @code{pread}, @code{mmap}, @code{aio_read}, +@code{aio_write}.") + (license (license:non-copyleft + "http://www.iozone.org/docs/Iozone_License.txt")))) --=20 2.17.1 ------------=_1529993522-4348-1--