Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-kmod/
Date: Thu, 22 Nov 2018 22:24:54
Message-Id: 1542925390.48d2e2f850ffc24c79d21ffbb616099c2b899fc9.gyakovlev@gentoo
1 commit: 48d2e2f850ffc24c79d21ffbb616099c2b899fc9
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 14 06:47:54 2018 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 22 22:23:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d2e2f8
7
8 sys-fs/zfs-kmod: version bump to 0.7.12
9
10 compatible with linux-4.19
11
12 Bug: https://bugs.gentoo.org/671226
13 Package-Manager: Portage-2.3.51, Repoman-2.3.12
14 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
15
16 sys-fs/zfs-kmod/Manifest | 1 +
17 sys-fs/zfs-kmod/zfs-kmod-0.7.12.ebuild | 146 +++++++++++++++++++++++++++++++++
18 2 files changed, 147 insertions(+)
19
20 diff --git a/sys-fs/zfs-kmod/Manifest b/sys-fs/zfs-kmod/Manifest
21 index 8be6c68802e..da83a0dcc1f 100644
22 --- a/sys-fs/zfs-kmod/Manifest
23 +++ b/sys-fs/zfs-kmod/Manifest
24 @@ -1,5 +1,6 @@
25 DIST zfs-0.6.5.11.tar.gz 2521959 BLAKE2B 95b145a26620995343df1a468367b882bc71ab3e4812c05839d49d0cd877b756185c91b2609986f91939fbfda322809ddefc8ff9207fe076db03e0038e585ea2 SHA512 877052da2a0cdc78b10cb5041da55e31242db2618c502997f4df9aa46a14482c7f33adce8d21aaf16164a9fe52edc358922ea89c8e109c3247e107bf607d6451
26 DIST zfs-0.7.11.tar.gz 6561125 BLAKE2B ee579aa01272d5565fe78ae6074dc1acdd34c8e9a26838462aea937132c322b0fb915c4dadec230560d586db2b2af129735ed6b5e41def4183c9c7ed456ca7aa SHA512 b53c92de2c2542a1b0189368e4b298e93bea13aec8ba415559e86bfc01a9c7deaf436e694aa047ef8a302c79224f96edd150ea93a57eb88c9e26d054cf7ccd2b
27 +DIST zfs-0.7.12.tar.gz 6565017 BLAKE2B 493df30ecce1f169e02d6c8262ba71cc9e7b01d5b17ce188004f522f0c93943b858434067cba8173ccb3e08cde24a1d3e8a3996b2e852f8bc35251f8c4ab3809 SHA512 278e411eac5fb2a91108671b64521c2bd5c08024d5829e1679d8f243dfc3c6317363ed9c79dabfddecf425acb6b3003eeaf4e7d991513cbcae4d2644f5d30bf2
28 DIST zfs-0.7.8.tar.gz 6514969 BLAKE2B 689d96ad7afeb422cbeca724f248ac56b6fcdc0a7ef215f735180406a7fc0d4d3c9700a41e855186d8044b304c9f0c142c2bdca387299c499974e424965970a4 SHA512 cdeabe10acd2feeeff8a6362987c757b716bfea6ebad42ce022a081106661f774150c113bdaa9e1ac441efdd6da4cf11e6119323ad60ae15ab445a872d952e35
29 DIST zfs-0.7.9-r1-patches.tar.xz 10920 BLAKE2B 50a0b8533061b5eecc103179e6fd51499d87f1c3b331b0629efa29a5a7d405c03448db2245fed9389d149cc83021a2c263bc2f02133a5fdd11b088516c353fff SHA512 a9e8c04bf7449b0a63420202b2f6dd8a6aea96ac57e5925c2ca0223f662210f42316ada25aa6113103909de8c9976945828cdb91a6ff9932f282c01316d7b3ec
30 DIST zfs-0.7.9.tar.gz 6548649 BLAKE2B aa2f1b9d0ba0eda1af7d420c43d65d5d4183169cfe97c693356e1e0b15967ea512c25454f2d77285600f2209d778e4299f420754932e403a390b87b4f488dc94 SHA512 af5d9c320885ee84019fb04250c4b12c7ac3bb3d1037b1961ec4584701a737558374dc22521743e197356efb1d1f0ced9beff675ae9cfcccf3cd8407467f18fa
31
32 diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.7.12.ebuild b/sys-fs/zfs-kmod/zfs-kmod-0.7.12.ebuild
33 new file mode 100644
34 index 00000000000..93b11dfdd16
35 --- /dev/null
36 +++ b/sys-fs/zfs-kmod/zfs-kmod-0.7.12.ebuild
37 @@ -0,0 +1,146 @@
38 +# Copyright 1999-2018 Gentoo Authors
39 +# Distributed under the terms of the GNU General Public License v2
40 +
41 +EAPI="5"
42 +
43 +if [ ${PV} == "9999" ]; then
44 + AUTOTOOLS_AUTORECONF="1"
45 + EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git"
46 + inherit git-r3
47 +else
48 + SRC_URI="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PV}/zfs-${PV}.tar.gz"
49 + S="${WORKDIR}/zfs-${PV}"
50 + KEYWORDS="~amd64"
51 +fi
52 +
53 +inherit flag-o-matic linux-info linux-mod toolchain-funcs autotools-utils
54 +
55 +DESCRIPTION="Linux ZFS kernel module for sys-fs/zfs"
56 +HOMEPAGE="http://zfsonlinux.org/"
57 +
58 +LICENSE="CDDL debug? ( GPL-2+ )"
59 +SLOT="0"
60 +IUSE="custom-cflags debug +rootfs"
61 +RESTRICT="debug? ( strip ) test"
62 +
63 +DEPEND="
64 + =sys-kernel/spl-${PV}*
65 + dev-lang/perl
66 + virtual/awk
67 +"
68 +
69 +RDEPEND="${DEPEND}
70 + !sys-fs/zfs-fuse
71 +"
72 +
73 +AT_M4DIR="config"
74 +AUTOTOOLS_IN_SOURCE_BUILD="1"
75 +
76 +DOCS=( AUTHORS COPYRIGHT DISCLAIMER README.markdown )
77 +
78 +pkg_setup() {
79 + linux-info_pkg_setup
80 + CONFIG_CHECK="
81 + !DEBUG_LOCK_ALLOC
82 + EFI_PARTITION
83 + IOSCHED_NOOP
84 + MODULES
85 + !PAX_KERNEXEC_PLUGIN_METHOD_OR
86 + !TRIM_UNUSED_KSYMS
87 + ZLIB_DEFLATE
88 + ZLIB_INFLATE
89 + "
90 +
91 + use debug && CONFIG_CHECK="${CONFIG_CHECK}
92 + FRAME_POINTER
93 + DEBUG_INFO
94 + !DEBUG_INFO_REDUCED
95 + "
96 +
97 + use rootfs && \
98 + CONFIG_CHECK="${CONFIG_CHECK}
99 + BLK_DEV_INITRD
100 + DEVTMPFS
101 + "
102 +
103 + kernel_is ge 2 6 32 || die "Linux 2.6.32 or newer required"
104 +
105 + [ ${PV} != "9999" ] && \
106 + { kernel_is le 4 19 || die "Linux 4.19 is the latest supported version."; }
107 +
108 + check_extra_config
109 +}
110 +
111 +src_prepare() {
112 + # Remove GPLv2-licensed ZPIOS unless we are debugging
113 + use debug || sed -e 's/^subdir-m += zpios$//' -i "${S}/module/Makefile.in"
114 +
115 + # Set module revision number
116 + [ ${PV} != "9999" ] && \
117 + { sed -i "s/\(Release:\)\(.*\)1/\1\2${PR}-gentoo/" "${S}/META" || die "Could not set Gentoo release"; }
118 +
119 + autotools-utils_src_prepare
120 +}
121 +
122 +src_configure() {
123 + local SPL_PATH="$(basename $(echo "${EROOT}usr/src/spl-"*))"
124 + use custom-cflags || strip-flags
125 + filter-ldflags -Wl,*
126 +
127 + set_arch_to_kernel
128 + local myeconfargs=(${myeconfargs}
129 + --bindir="${EPREFIX}/bin"
130 + --sbindir="${EPREFIX}/sbin"
131 + --with-config=kernel
132 + --with-linux="${KV_DIR}"
133 + --with-linux-obj="${KV_OUT_DIR}"
134 + --with-spl="${EROOT}usr/src/${SPL_PATH}"
135 + --with-spl-obj="${EROOT}usr/src/${SPL_PATH}/${KV_FULL}"
136 + $(use_enable debug)
137 + )
138 +
139 + autotools-utils_src_configure
140 +}
141 +
142 +src_install() {
143 + autotools-utils_src_install INSTALL_MOD_PATH="${INSTALL_MOD_PATH:-$EROOT}"
144 +}
145 +
146 +pkg_postinst() {
147 + linux-mod_pkg_postinst
148 +
149 + # Remove old modules
150 + if [ -d "${EROOT}lib/modules/${KV_FULL}/addon/zfs" ]
151 + then
152 + ewarn "${PN} now installs modules in ${EROOT}lib/modules/${KV_FULL}/extra/zfs"
153 + ewarn "Old modules were detected in ${EROOT}lib/modules/${KV_FULL}/addon/zfs"
154 + ewarn "Automatically removing old modules to avoid problems."
155 + rm -r "${EROOT}lib/modules/${KV_FULL}/addon/zfs" || die "Cannot remove modules"
156 + rmdir --ignore-fail-on-non-empty "${EROOT}lib/modules/${KV_FULL}/addon"
157 + fi
158 +
159 + if use x86 || use arm
160 + then
161 + ewarn "32-bit kernels will likely require increasing vmalloc to"
162 + ewarn "at least 256M and decreasing zfs_arc_max to some value less than that."
163 + fi
164 +
165 + ewarn "This version of ZFSOnLinux includes support for new feature flags"
166 + ewarn "that are incompatible with previous versions. GRUB2 support for"
167 + ewarn "/boot with the new feature flags is not yet available."
168 + ewarn "Do *NOT* upgrade root pools to use the new feature flags."
169 + ewarn "Any new pools will be created with the new feature flags by default"
170 + ewarn "and will not be compatible with older versions of ZFSOnLinux. To"
171 + ewarn "create a newpool that is backward compatible wih GRUB2, use "
172 + ewarn
173 + ewarn "zpool create -d -o feature@async_destroy=enabled "
174 + ewarn " -o feature@empty_bpobj=enabled -o feature@lz4_compress=enabled"
175 + ewarn " -o feature@spacemap_histogram=enabled"
176 + ewarn " -o feature@enabled_txg=enabled "
177 + ewarn " -o feature@extensible_dataset=enabled -o feature@bookmarks=enabled"
178 + ewarn " ..."
179 + ewarn
180 + ewarn "GRUB2 support will be updated as soon as either the GRUB2"
181 + ewarn "developers do a tag or the Gentoo developers find time to backport"
182 + ewarn "support from GRUB2 HEAD."
183 +}