From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 11 20:32:16 2019 Received: (at submit) by debbugs.gnu.org; 12 Dec 2019 01:32:16 +0000 Received: from localhost ([127.0.0.1]:58866 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ifDKw-0008EC-AG for submit@debbugs.gnu.org; Wed, 11 Dec 2019 20:32:16 -0500 Received: from lists.gnu.org ([209.51.188.17]:52796) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ifDKs-0008Dy-KV for submit@debbugs.gnu.org; Wed, 11 Dec 2019 20:32:12 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52748) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ifDKq-0006C1-2Y for guix-patches@gnu.org; Wed, 11 Dec 2019 20:32:10 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ifDKk-0006bZ-QO for guix-patches@gnu.org; Wed, 11 Dec 2019 20:32:06 -0500 Received: from tobias.gr ([2001:470:7405::1]:50884) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ifDKj-0006VM-9Z for guix-patches@gnu.org; Wed, 11 Dec 2019 20:32:02 -0500 Received: by tobias.gr (OpenSMTPD) with ESMTP id 78a3c40b for ; Thu, 12 Dec 2019 01:31:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to :subject:date:message-id:mime-version:content-transfer-encoding; s=2018; i=me@tobias.gr; bh=G9+b6gqv4XnFowx5UPUhW5kPGI61vEqdHRR0 kQf6rJE=; b=Xc1vyO8IIH2H6EaV4cx/bYRbwCvbbkl6SPp4nLDzWZXdMvelH/Dy LCREXrPURs+ihgSeQwCZqmL7EutE1VhcWQa218hMD+JypqOjh0TI4J6KuQKGL11d yjwgkDCgziAghuv76vld3ESAaLkv6pq7pATHlKAJ/HTQkyQqvx5TjZ7n8PZdmBKh 1mFD9Z6Y9kn8zuJMoxPga0nqZrBSwFJ+X2/jmwa4q5SxftyS1UOyk0ETp2glLF9H TGPO9UOTyHYRgAVLP7Sx6494GaRux6WIzkyoPbDxdCjAf+iaH+rZQffD+d3ipcS2 JTQYIJOrAVOgalvziNYu82UF1yDFlRpCBQ== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id f0fc77b8 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Thu, 12 Dec 2019 01:31:58 +0000 (UTC) From: Tobias Geerinckx-Rice To: guix-patches@gnu.org Subject: [PATCH] gnu: Add jfsutils. Date: Thu, 12 Dec 2019 02:31:49 +0100 Message-Id: <20191212013149.5526-1-me@tobias.gr> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:470:7405::1 X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit 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: -2.4 (--) * gnu/packages/file-systems.scm (jfsutils): New public variable. --- gnu/local.mk | 2 ++ gnu/packages/file-systems.scm | 34 +++++++++++++++++++ .../patches/jfsutils-add-sysmacros.patch | 26 ++++++++++++++ .../patches/jfsutils-include-systypes.patch | 25 ++++++++++++++ 4 files changed, 87 insertions(+) create mode 100644 gnu/packages/patches/jfsutils-add-sysmacros.patch create mode 100644 gnu/packages/patches/jfsutils-include-systypes.patch diff --git a/gnu/local.mk b/gnu/local.mk index df0959fa7e..2be218f59e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1011,6 +1011,8 @@ dist_patch_DATA = \ %D%/packages/patches/java-xerces-build_dont_unzip.patch \ %D%/packages/patches/java-xerces-xjavac_taskdef.patch \ %D%/packages/patches/jbig2dec-ignore-testtest.patch \ + %D%/packages/patches/jfsutils-add-sysmacros.patch \ + %D%/packages/patches/jfsutils-include-systypes.patch \ %D%/packages/patches/kdbusaddons-kinit-file-name.patch \ %D%/packages/patches/libnftnl-dont-check-NFTNL_FLOWTABLE_SIZE.patch \ %D%/packages/patches/libvirt-create-machine-cgroup.patch \ diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 7bd09bce0c..527e915e84 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -167,6 +167,40 @@ files. Since the HTTP protocol itself has no notion of directories, only a single file can be mounted.") (license license:gpl2+))) +(define-public jfsutils + (package + (name "jfsutils") + (version "1.1.15") + (source + (origin + (method url-fetch) + (uri (string-append "http://jfs.sourceforge.net/project/pub/jfsutils-" + version ".tar.gz")) + (sha256 + (base32 "0kbsy2sk1jv4m82rxyl25gwrlkzvl3hzdga9gshkxkhm83v1aji4")) + (patches (search-patches "jfsutils-add-sysmacros.patch" + "jfsutils-include-systypes.patch")))) + (build-system gnu-build-system) + (inputs + `(("util-linux" ,util-linux))) + (home-page "http://jfs.sourceforge.net/home.html") + (synopsis "Utilities for managing JFS file systems") + (description + "The JFSutils are a collection of utilities for managing the @acronym{JFS, +Journaled File System}, a 64-bit journaling file system created by IBM and later +ported to the kernel Linux. The following commands are available: +@enumerate +@item @command{fsck.jfs}: check and repair a JFS file system or replay its +transaction log. +@item @command{logdump}: dump the JFS journal log. +@item @command{logredo}: replay the JFS journal log. +@item @command{mkfs.jfs}: create a new JFS file system. +@item @command{xchklog}: save a JFS fsck log to a file. +@item @command{xchkdmp}: dump the contents of such a log file. +@item @command{xpeek}: a JFS file system editor with a shell-like interface. +@end enumerate\n") + (license license:gpl3+))) ; no explicit version given + (define-public disorderfs (package (name "disorderfs") diff --git a/gnu/packages/patches/jfsutils-add-sysmacros.patch b/gnu/packages/patches/jfsutils-add-sysmacros.patch new file mode 100644 index 0000000000..2349e37c06 --- /dev/null +++ b/gnu/packages/patches/jfsutils-add-sysmacros.patch @@ -0,0 +1,26 @@ +From: Tobias Geerinckx-Rice +Date: Thu, 12 Dec 2019 02:15:37 +0100 +Subject: gnu: jfsutils: Include sys/sysmacros.h. + +Copied verbatim[0] from the Debian package. + +[0]: https://sources.debian.org/patches/jfsutils/1.1.15-4/add_sysmacros.patch + +Description: Include sys/sysmacros.h + Mentioned header needed for major() definition. +Author: Laszlo Boszormenyi (GCS) +Last-Update: 2018-12-11 + +--- + +--- jfsutils-1.1.15.orig/libfs/devices.c ++++ jfsutils-1.1.15/libfs/devices.c +@@ -49,6 +49,8 @@ + #include + #endif + ++#include ++ + #include "jfs_types.h" + #include "jfs_filsys.h" + #include "devices.h" diff --git a/gnu/packages/patches/jfsutils-include-systypes.patch b/gnu/packages/patches/jfsutils-include-systypes.patch new file mode 100644 index 0000000000..ef1515d02c --- /dev/null +++ b/gnu/packages/patches/jfsutils-include-systypes.patch @@ -0,0 +1,25 @@ +From: Tobias Geerinckx-Rice +Date: Thu, 12 Dec 2019 02:15:37 +0100 +Subject: gnu: jfsutils: Include sys/types.h. + +Copied verbatim[0] from the Debian package. + +[0]: https://sources.debian.org/patches/jfsutils/1.1.15-4/missing-includes.diff + +Description: Add missing include to fix FTBFS with eglibc 2.17 +Origin: vendor, http://patches.ubuntu.com/j/jfsutils/jfsutils_1.1.15-2ubuntu1.patch +Bug-Debian: http://bugs.debian.org/701433 +Last-Update: 2013-07-05 + +Index: b/fscklog/extract.c +=================================================================== +--- a/fscklog/extract.c 2006-06-05 19:31:40.000000000 +0000 ++++ b/fscklog/extract.c 2013-04-02 07:13:08.737654963 +0000 +@@ -28,6 +28,7 @@ + #include + #include + #include ++#include + + #include "devices.h" + #include "diskmap.h" -- 2.23.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 19 17:24:07 2019 Received: (at 38572) by debbugs.gnu.org; 19 Dec 2019 22:24:08 +0000 Received: from localhost ([127.0.0.1]:45668 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ii4DH-0005ql-L9 for submit@debbugs.gnu.org; Thu, 19 Dec 2019 17:24:07 -0500 Received: from eggs.gnu.org ([209.51.188.92]:53358) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ii4DF-0005q4-16 for 38572@debbugs.gnu.org; Thu, 19 Dec 2019 17:24:06 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ii4D8-0008OD-70; Thu, 19 Dec 2019 17:23:58 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=36322 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ii4D3-0006Ds-Hb; Thu, 19 Dec 2019 17:23:53 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Tobias Geerinckx-Rice Subject: Re: [bug#38572] [PATCH] gnu: Add jfsutils. References: <20191212013149.5526-1-me@tobias.gr> Date: Thu, 19 Dec 2019 23:23:52 +0100 In-Reply-To: <20191212013149.5526-1-me@tobias.gr> (Tobias Geerinckx-Rice's message of "Thu, 12 Dec 2019 02:31:49 +0100") Message-ID: <87a77okl8n.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 38572 Cc: 38572@debbugs.gnu.org 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: -3.3 (---) Tobias Geerinckx-Rice skribis: > * gnu/packages/file-systems.scm (jfsutils): New public variable. LGTM! :-) From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 30 19:56:41 2019 Received: (at 38572-done) by debbugs.gnu.org; 31 Dec 2019 00:56:42 +0000 Received: from localhost ([127.0.0.1]:33634 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1im5px-00086N-Pb for submit@debbugs.gnu.org; Mon, 30 Dec 2019 19:56:41 -0500 Received: from tobias.gr ([80.241.217.52]:58592) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1im5pv-00086E-HH for 38572-done@debbugs.gnu.org; Mon, 30 Dec 2019 19:56:40 -0500 Received: by tobias.gr (OpenSMTPD) with ESMTP id 013a7f59; Tue, 31 Dec 2019 00:56:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to:cc :subject:references:in-reply-to:date:message-id:mime-version :content-type; s=2018; i=me@tobias.gr; bh=r9NZoyZjcRoSpXML0HyqZR vgLTzLn638wQGXtMkRgog=; b=lO24iVYSzMJTVE2V7isQcTQ+bCdR5tWpn2IqZM w7M0oGqaTxGMVZYD0J2D700l78N4ZV91K7c2Nv05Y0jbNDF1emPB2tk2LIeZixlt xTq1XoXZpVnNX6xJuQh8bYTpf4XIt5NM4V6LBbVtU/F51m5gIf1ex93QEqfEwqx1 r+xX4KWWGu8zTlNWwsS1bq3FzbpPfev1bpHvfFAOIDf3A9AyOTdyKOINMu07jQQt Ix6Mejthpi7Ju6McZ00n2eLO9pY4UL+F6b8gUHgZP2y0cdbxtbBp6K7umA/MA++o EyCfuTqpVv0YHSBNo1b4r6y/6dGW7Qy1IE6naWfA4+6aoFLg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id ab262b82 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 31 Dec 2019 00:56:33 +0000 (UTC) From: Tobias Geerinckx-Rice To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#38572] [PATCH] gnu: Add jfsutils. References: <20191212013149.5526-1-me@tobias.gr> <87a77okl8n.fsf@gnu.org> In-reply-to: <87a77okl8n.fsf@gnu.org> Date: Tue, 31 Dec 2019 01:56:31 +0100 Message-ID: <87y2utuxc0.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 38572-done Cc: 38572-done@debbugs.gnu.org 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: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s =E5=86=99=E9=81=93=EF=BC=9A > Tobias Geerinckx-Rice skribis: > >> * gnu/packages/file-systems.scm (jfsutils): New public=20 >> variable. > > LGTM! :-) Thanks! Pushed as e9e75da6e19437ad1fc4a25a87d2e7456b51b3b1. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfo+u0AlEeO9y5k0W2Imw8BjFSTwFAl4KnL8ACgkQ2Imw8BjF STxSDRAArcxBtwC4ggTnTP1szT3w8zHvAAbos8WHBSmwfzICRvtS2R9ajIEelWo0 5ivwtVGEK1XHQa9iPR32z2I9ZZbEvLjAnEiTZjnWC7UMBCEujk8mj6/ard+gaWJG QLwv4eZP18/0haBUGDPXcJSECcI7Hsh9+XU1hV6fLniVZbSp0nkDZiIyr4OAJA/o MzjyPQMkJxIMJwH+F7ItBBdGpti9RhlCHvhZatQiXniuRlQChobrjNWK1IDkV60B 2Lnj2boWJ90DE1Vh8at7y314KH+XQjljC5eCirmF7ZMIzzYVb7jhG/Bf4vN5OhLg cT1hdJ2Cd4M/xVI164h/UGwbhTejQV5EWYuc2gd5XrZLyWG3CPGLyQHeykAIfWng kRerdNG1N1cgwPs+1ErEMtpU2s+skZx3wjpiWR6T74pq9IjUc6Ltmp8yFhh/IJ/D H+l0uxahFhkJ3aIyxQBR+F4UyBMV97x5pisjX8xWuwCnQdv7hcy20r4NE81fZqC8 vk3qM4tz/CblZorrhIY4i/vnnELr1cZrWZLPfwJCDhbghlBzpHMvt86j/STgJmFZ 5/IN9Zr6GhTAjTm3BN2dtuRDx5EC4r4+7mqiImIupFGUTEuiFsZMeYgIrXVn6ag3 lA7SvD15lrdQ7P4i9YSRjb2IO0/+WnlEboxiWS5vs7wJ/+0xhaM= =DBVd -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Aug 16 21:20:32 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 28 Jan 2020 12:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator