mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-kernel/genkernel: update for newer boost
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://bugs.gentoo.org/854480
This commit is contained in:
@@ -3,6 +3,7 @@ DIST LVM2.2.02.188.tgz 2421550 BLAKE2B bed90c8454cd4b20fdeec6dcbf5a9f97c9310671a
|
||||
DIST bcache-tools-1.0.8_p20141204.tar.gz 22158 BLAKE2B dd36102c5668cab3072ea635a5a30128df6cd75b75e7f8bba17ad0a830746ff2f75a46b56d4211aeb4657453d3bbeb98b8b794c53ff724b3fbf0874068d70dc9 SHA512 53d6e764d6d42c4367b0bd98199cae3c18054d5707a7880af3a422f9db332b44941015eaed7e1cd170b3546307ed54a2f99558a68d98c76b7bb6234d29206b54
|
||||
DIST boost_1_73_0.tar.bz2 109247910 BLAKE2B 5995ff6ca21f45988b187b94bf743795cca97531baa8355f488be0987b9426289dd85d6ce25b7eb03ccd690109f05ba56252a95bca50505ad9cd66f4e0e234e8 SHA512 86c296511c0766145097625a62bf099c3d155284d250ad6e528e788bc90b2945838498dfe473c6c6c78d1694b6fba8e19f7dee0d064a043841e6231603fff668
|
||||
DIST boost_1_76_0.tar.bz2 110073117 BLAKE2B 45445e6a9725cb99131e0b831b2fac0840d083692c13887b41adeac5cb8b3732026db3641d6be20591a676b78a87fcf363eb9b1508f87ed26039bba6a1ced533 SHA512 5d68bed98c57e03b4cb2420d9b856e5f0669561a6142a4b0c9c8a58dc5b6b28e16ccbb16ac559c3a3198c45769a246bf996b96cb7b6a019dd15f05c2270e9429
|
||||
DIST boost_1_79_0.tar.bz2 113456811 BLAKE2B 61f47ca022e60745868e6bdd3b5c75603dd68d878e126dcbb73de5b40fc03c0eec8eede3ec304ece58050435ef2fc1ed7eb763773c20673f85e32bbf4d5f978a SHA512 70909e0561c213d10a1fdd692f9ae7b293d3cdc63e925bdc207da9e9bba6e86474341100e7ee5de6d94f9561196b1a3a1597055a7b7382babf8931131170a312
|
||||
DIST btrfs-progs-v5.12.1.tar.xz 2220424 BLAKE2B 1e6120609feb37dd2ced04b27d8cba9a28c3b962add6f037927dcb05bdcd46a229f981f7f68231ee58e7e36a65fae4e6041e92c0db11dba56fe63b09bca30cc7 SHA512 a4044ad7e40e232442601f102ea1c64a65aa4d9765be303813d2547a5b730c5f2f84c9b9c652a4218ab16821fdd049dd8573a1f7f6cc27974c2c4389243e20f5
|
||||
DIST btrfs-progs-v5.15.tar.xz 2275480 BLAKE2B 45fa1e20d14bdd92b1a7761771c7b6c2795d885f91fb44c9c5cf9c735c0c6c0f319e701ca2f6bf19191c50552459287042b56d4308fcc2da5bd566e63c755941 SHA512 5fc182c490733cbe7f2cdb8e131e0c79e5cc374ae32427d5f9ee2251e00e6e1d8ba0fdbbe31d50230f2bded08a9b9c652a4288998a427643a2d738f57ce72f90
|
||||
DIST btrfs-progs-v5.6.1.tar.xz 2117064 BLAKE2B 9183300e7c086cb8f03ac14139d3d2a424461f4c5afc0e7b9bb588f4c0ddd2c41d7cefe91787b1cabe6397f8abeb6e958900e7742a80d3519382e98c3b197c9d SHA512 8f523249a5c2bfe1c0d52b0dc5d31d52b330b1c616d3ec423fa1fb4a845441bfeaa32abbe42a444a4fc84016a482c8102a3eb451ac423b542e332e9c26e76dc6
|
||||
|
||||
23
sys-kernel/genkernel/files/genkernel-4.2.6-boost-optim.patch
Normal file
23
sys-kernel/genkernel/files/genkernel-4.2.6-boost-optim.patch
Normal file
@@ -0,0 +1,23 @@
|
||||
commit 8b7422293dcf9cc62518dcbc49239b6e637b6b74
|
||||
Author: Robin H. Johnson <robbat2@gentoo.org>
|
||||
Date: Sun Jul 3 21:46:21 2022 -0700
|
||||
|
||||
gkbuilds/boost-build.gkbuild: upstream boost flags changed
|
||||
|
||||
Upstream boost changed the flags to use 'off' instead of 'none'.
|
||||
|
||||
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
||||
Closes: https://bugs.gentoo.org/854480
|
||||
|
||||
diff --git gkbuilds/boost-build.gkbuild gkbuilds/boost-build.gkbuild
|
||||
index 03d1f88..0e06ba7 100644
|
||||
--- gkbuilds/boost-build.gkbuild
|
||||
+++ gkbuilds/boost-build.gkbuild
|
||||
@@ -53,6 +53,6 @@ src_install() {
|
||||
find "${D}/usr/share/boost-build" -iname "*.py" -delete \
|
||||
|| die "Failed to remove python files"
|
||||
|
||||
- echo 'variant gentoorelease : release : <optimization>none <debug-symbols>none <runtime-link>shared ;' > "${D}/usr/share/boost-build/site-config.jam" \
|
||||
+ echo 'variant gentoorelease : release : <optimization>off <debug-symbols>off <runtime-link>shared ;' > "${D}/usr/share/boost-build/site-config.jam" \
|
||||
|| die "Failed to create '${D}/usr/share/boost-build/site-config.jam'!"
|
||||
}
|
||||
320
sys-kernel/genkernel/genkernel-4.2.6-r4.ebuild
Normal file
320
sys-kernel/genkernel/genkernel-4.2.6-r4.ebuild
Normal file
@@ -0,0 +1,320 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# genkernel-9999 -> latest Git branch "master"
|
||||
# genkernel-VERSION -> normal genkernel release
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..10} )
|
||||
|
||||
inherit bash-completion-r1 python-single-r1
|
||||
|
||||
# Whenever you bump a GKPKG, check if you have to move
|
||||
# or add new patches!
|
||||
VERSION_BCACHE_TOOLS="1.0.8_p20141204"
|
||||
VERSION_BOOST="1.79.0"
|
||||
VERSION_BTRFS_PROGS="5.15"
|
||||
VERSION_BUSYBOX="1.34.1"
|
||||
VERSION_COREUTILS="8.32"
|
||||
VERSION_CRYPTSETUP="2.4.1"
|
||||
VERSION_DMRAID="1.0.0.rc16-3"
|
||||
VERSION_DROPBEAR="2020.81"
|
||||
VERSION_EUDEV="3.2.10"
|
||||
VERSION_EXPAT="2.4.1"
|
||||
VERSION_E2FSPROGS="1.46.4"
|
||||
VERSION_FUSE="2.9.9"
|
||||
VERSION_GPG="1.4.23"
|
||||
VERSION_HWIDS="20210613"
|
||||
VERSION_ISCSI="2.0.878"
|
||||
VERSION_JSON_C="0.13.1"
|
||||
VERSION_KMOD="29"
|
||||
VERSION_LIBAIO="0.3.112"
|
||||
VERSION_LIBGCRYPT="1.9.4"
|
||||
VERSION_LIBGPGERROR="1.43"
|
||||
VERSION_LIBXCRYPT="4.4.26"
|
||||
VERSION_LVM="2.02.188"
|
||||
VERSION_LZO="2.10"
|
||||
VERSION_MDADM="4.1"
|
||||
VERSION_POPT="1.18"
|
||||
VERSION_STRACE="5.14"
|
||||
VERSION_THIN_PROVISIONING_TOOLS="0.9.0"
|
||||
VERSION_UNIONFS_FUSE="2.0"
|
||||
VERSION_UTIL_LINUX="2.37.2"
|
||||
VERSION_XFSPROGS="5.13.0"
|
||||
VERSION_XZ="5.2.5"
|
||||
VERSION_ZLIB="1.2.11"
|
||||
VERSION_ZSTD="1.5.0"
|
||||
|
||||
COMMON_URI="
|
||||
https://github.com/g2p/bcache-tools/archive/399021549984ad27bf4a13ae85e458833fe003d7.tar.gz -> bcache-tools-${VERSION_BCACHE_TOOLS}.tar.gz
|
||||
https://boostorg.jfrog.io/artifactory/main/release/${VERSION_BOOST}/source/boost_${VERSION_BOOST//./_}.tar.bz2
|
||||
https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v${VERSION_BTRFS_PROGS}.tar.xz
|
||||
https://www.busybox.net/downloads/busybox-${VERSION_BUSYBOX}.tar.bz2
|
||||
mirror://gnu/coreutils/coreutils-${VERSION_COREUTILS}.tar.xz
|
||||
https://www.kernel.org/pub/linux/utils/cryptsetup/v$(ver_cut 1-2 ${VERSION_CRYPTSETUP})/cryptsetup-${VERSION_CRYPTSETUP}.tar.xz
|
||||
https://people.redhat.com/~heinzm/sw/dmraid/src/dmraid-${VERSION_DMRAID}.tar.bz2
|
||||
https://matt.ucc.asn.au/dropbear/releases/dropbear-${VERSION_DROPBEAR}.tar.bz2
|
||||
https://dev.gentoo.org/~blueness/eudev/eudev-${VERSION_EUDEV}.tar.gz
|
||||
https://github.com/libexpat/libexpat/releases/download/R_${VERSION_EXPAT//\./_}/expat-${VERSION_EXPAT}.tar.xz
|
||||
https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v${VERSION_E2FSPROGS}/e2fsprogs-${VERSION_E2FSPROGS}.tar.xz
|
||||
https://github.com/libfuse/libfuse/releases/download/fuse-${VERSION_FUSE}/fuse-${VERSION_FUSE}.tar.gz
|
||||
mirror://gnupg/gnupg/gnupg-${VERSION_GPG}.tar.bz2
|
||||
https://github.com/gentoo/hwids/archive/hwids-${VERSION_HWIDS}.tar.gz
|
||||
https://github.com/open-iscsi/open-iscsi/archive/${VERSION_ISCSI}.tar.gz -> open-iscsi-${VERSION_ISCSI}.tar.gz
|
||||
https://s3.amazonaws.com/json-c_releases/releases/json-c-${VERSION_JSON_C}.tar.gz
|
||||
https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-${VERSION_KMOD}.tar.xz
|
||||
https://releases.pagure.org/libaio/libaio-${VERSION_LIBAIO}.tar.gz
|
||||
mirror://gnupg/libgcrypt/libgcrypt-${VERSION_LIBGCRYPT}.tar.bz2
|
||||
mirror://gnupg/libgpg-error/libgpg-error-${VERSION_LIBGPGERROR}.tar.bz2
|
||||
https://github.com/besser82/libxcrypt/archive/v${VERSION_LIBXCRYPT}.tar.gz -> libxcrypt-${VERSION_LIBXCRYPT}.tar.gz
|
||||
https://mirrors.kernel.org/sourceware/lvm2/LVM2.${VERSION_LVM}.tgz
|
||||
https://www.oberhumer.com/opensource/lzo/download/lzo-${VERSION_LZO}.tar.gz
|
||||
https://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-${VERSION_MDADM}.tar.xz
|
||||
http://ftp.rpm.org/popt/releases/popt-1.x/popt-${VERSION_POPT}.tar.gz
|
||||
https://github.com/strace/strace/releases/download/v${VERSION_STRACE}/strace-${VERSION_STRACE}.tar.xz
|
||||
https://github.com/jthornber/thin-provisioning-tools/archive/v${VERSION_THIN_PROVISIONING_TOOLS}.tar.gz -> thin-provisioning-tools-${VERSION_THIN_PROVISIONING_TOOLS}.tar.gz
|
||||
https://github.com/rpodgorny/unionfs-fuse/archive/v${VERSION_UNIONFS_FUSE}.tar.gz -> unionfs-fuse-${VERSION_UNIONFS_FUSE}.tar.gz
|
||||
https://www.kernel.org/pub/linux/utils/util-linux/v${VERSION_UTIL_LINUX:0:4}/util-linux-${VERSION_UTIL_LINUX}.tar.xz
|
||||
https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-${VERSION_XFSPROGS}.tar.xz
|
||||
https://tukaani.org/xz/xz-${VERSION_XZ}.tar.gz
|
||||
https://zlib.net/zlib-${VERSION_ZLIB}.tar.gz
|
||||
https://github.com/facebook/zstd/archive/v${VERSION_ZSTD}.tar.gz -> zstd-${VERSION_ZSTD}.tar.gz
|
||||
"
|
||||
|
||||
if [[ ${PV} == 9999* ]] ; then
|
||||
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git"
|
||||
inherit git-r3
|
||||
S="${WORKDIR}/${P}"
|
||||
SRC_URI="${COMMON_URI}"
|
||||
else
|
||||
SRC_URI="https://dev.gentoo.org/~whissi/dist/genkernel/${P}.tar.xz
|
||||
${COMMON_URI}"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Gentoo automatic kernel building scripts"
|
||||
HOMEPAGE="https://wiki.gentoo.org/wiki/Genkernel https://gitweb.gentoo.org/proj/genkernel.git/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
RESTRICT=""
|
||||
IUSE="ibm +firmware"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
# Note:
|
||||
# We need sys-devel/* deps like autoconf or automake at _runtime_
|
||||
# because genkernel will usually build things like LVM2, cryptsetup,
|
||||
# mdadm... during initramfs generation which will require these
|
||||
# things.
|
||||
DEPEND=""
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
app-arch/cpio
|
||||
>=app-misc/pax-utils-1.2.2
|
||||
app-portage/elt-patches
|
||||
dev-util/gperf
|
||||
sys-apps/sandbox
|
||||
sys-devel/autoconf
|
||||
sys-devel/autoconf-archive
|
||||
sys-devel/automake
|
||||
sys-devel/libtool
|
||||
virtual/pkgconfig
|
||||
elibc_glibc? ( sys-libs/glibc[static-libs(+)] )
|
||||
firmware? ( sys-kernel/linux-firmware )"
|
||||
|
||||
if [[ ${PV} == 9999* ]]; then
|
||||
DEPEND="${DEPEND} app-text/asciidoc"
|
||||
fi
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-devicemanager.patch
|
||||
"${FILESDIR}"/${P}-fix-btrfs-progs-deps.patch
|
||||
"${FILESDIR}"/${P}-fuse-glibc-2.34.patch
|
||||
"${FILESDIR}"/${P}-gcc-12-boost-1.79.patch
|
||||
)
|
||||
|
||||
src_unpack() {
|
||||
if [[ ${PV} == 9999* ]]; then
|
||||
git-r3_src_unpack
|
||||
else
|
||||
local gk_src_file
|
||||
for gk_src_file in ${A} ; do
|
||||
if [[ ${gk_src_file} == genkernel-* ]] ; then
|
||||
unpack "${gk_src_file}"
|
||||
fi
|
||||
done
|
||||
fi
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
if [[ ${PV} == 9999* ]] ; then
|
||||
einfo "Updating version tag"
|
||||
GK_V="$(git describe --tags | sed 's:^v::')-git"
|
||||
sed "/^GK_V/s,=.*,='${GK_V}',g" -i "${S}"/genkernel
|
||||
einfo "Producing ChangeLog from Git history..."
|
||||
pushd "${S}/.git" >/dev/null || die
|
||||
git log > "${S}"/ChangeLog || die
|
||||
popd >/dev/null || die
|
||||
fi
|
||||
|
||||
# Update software.sh
|
||||
sed -i \
|
||||
-e "s:VERSION_BCACHE_TOOLS:${VERSION_BCACHE_TOOLS}:"\
|
||||
-e "s:VERSION_BOOST:${VERSION_BOOST}:"\
|
||||
-e "s:VERSION_BTRFS_PROGS:${VERSION_BTRFS_PROGS}:"\
|
||||
-e "s:VERSION_BUSYBOX:${VERSION_BUSYBOX}:"\
|
||||
-e "s:VERSION_COREUTILS:${VERSION_COREUTILS}:"\
|
||||
-e "s:VERSION_CRYPTSETUP:${VERSION_CRYPTSETUP}:"\
|
||||
-e "s:VERSION_DMRAID:${VERSION_DMRAID}:"\
|
||||
-e "s:VERSION_DROPBEAR:${VERSION_DROPBEAR}:"\
|
||||
-e "s:VERSION_EUDEV:${VERSION_EUDEV}:"\
|
||||
-e "s:VERSION_EXPAT:${VERSION_EXPAT}:"\
|
||||
-e "s:VERSION_E2FSPROGS:${VERSION_E2FSPROGS}:"\
|
||||
-e "s:VERSION_FUSE:${VERSION_FUSE}:"\
|
||||
-e "s:VERSION_GPG:${VERSION_GPG}:"\
|
||||
-e "s:VERSION_HWIDS:${VERSION_HWIDS}:"\
|
||||
-e "s:VERSION_ISCSI:${VERSION_ISCSI}:"\
|
||||
-e "s:VERSION_JSON_C:${VERSION_JSON_C}:"\
|
||||
-e "s:VERSION_KMOD:${VERSION_KMOD}:"\
|
||||
-e "s:VERSION_LIBAIO:${VERSION_LIBAIO}:"\
|
||||
-e "s:VERSION_LIBGCRYPT:${VERSION_LIBGCRYPT}:"\
|
||||
-e "s:VERSION_LIBGPGERROR:${VERSION_LIBGPGERROR}:"\
|
||||
-e "s:VERSION_LIBXCRYPT:${VERSION_LIBXCRYPT}:"\
|
||||
-e "s:VERSION_LVM:${VERSION_LVM}:"\
|
||||
-e "s:VERSION_LZO:${VERSION_LZO}:"\
|
||||
-e "s:VERSION_MDADM:${VERSION_MDADM}:"\
|
||||
-e "s:VERSION_MULTIPATH_TOOLS:${VERSION_MULTIPATH_TOOLS}:"\
|
||||
-e "s:VERSION_POPT:${VERSION_POPT}:"\
|
||||
-e "s:VERSION_STRACE:${VERSION_STRACE}:"\
|
||||
-e "s:VERSION_THIN_PROVISIONING_TOOLS:${VERSION_THIN_PROVISIONING_TOOLS}:"\
|
||||
-e "s:VERSION_UNIONFS_FUSE:${VERSION_UNIONFS_FUSE}:"\
|
||||
-e "s:VERSION_USERSPACE_RCU:${VERSION_USERSPACE_RCU}:"\
|
||||
-e "s:VERSION_UTIL_LINUX:${VERSION_UTIL_LINUX}:"\
|
||||
-e "s:VERSION_XFSPROGS:${VERSION_XFSPROGS}:"\
|
||||
-e "s:VERSION_XZ:${VERSION_XZ}:"\
|
||||
-e "s:VERSION_ZLIB:${VERSION_ZLIB}:"\
|
||||
-e "s:VERSION_ZSTD:${VERSION_ZSTD}:"\
|
||||
"${S}"/defaults/software.sh \
|
||||
|| die "Could not adjust versions"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
if [[ ${PV} == 9999* ]] ; then
|
||||
emake
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /etc
|
||||
doins "${S}"/genkernel.conf
|
||||
|
||||
doman genkernel.8
|
||||
dodoc AUTHORS ChangeLog README TODO
|
||||
dobin genkernel
|
||||
rm -f genkernel genkernel.8 AUTHORS ChangeLog README TODO genkernel.conf
|
||||
|
||||
if use ibm ; then
|
||||
cp "${S}"/arch/ppc64/kernel-2.6{-pSeries,} || die
|
||||
else
|
||||
cp "${S}"/arch/ppc64/kernel-2.6{.g5,} || die
|
||||
fi
|
||||
|
||||
insinto /usr/share/genkernel
|
||||
doins -r "${S}"/*
|
||||
|
||||
fperms +x /usr/share/genkernel/gen_worker.sh
|
||||
fperms +x /usr/share/genkernel/path_expander.py
|
||||
|
||||
python_fix_shebang "${ED}"/usr/share/genkernel/path_expander.py
|
||||
|
||||
newbashcomp "${FILESDIR}"/genkernel-4.bash "${PN}"
|
||||
insinto /etc
|
||||
doins "${FILESDIR}"/initramfs.mounts
|
||||
|
||||
pushd "${DISTDIR}" &>/dev/null || die
|
||||
insinto /usr/share/genkernel/distfiles
|
||||
doins ${A/${P}.tar.xz/}
|
||||
popd &>/dev/null || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
# Wiki is out of date
|
||||
#echo
|
||||
#elog 'Documentation is available in the genkernel manual page'
|
||||
#elog 'as well as the following URL:'
|
||||
#echo
|
||||
#elog 'https://wiki.gentoo.org/wiki/Genkernel'
|
||||
#echo
|
||||
|
||||
local replacing_version
|
||||
for replacing_version in ${REPLACING_VERSIONS} ; do
|
||||
if ver_test "${replacing_version}" -lt 4 ; then
|
||||
# This is an upgrade which requires user review
|
||||
|
||||
ewarn ""
|
||||
ewarn "Genkernel v4.x is a new major release which touches"
|
||||
ewarn "nearly everything. Be careful, read updated manpage"
|
||||
ewarn "and pay special attention to program output regarding"
|
||||
ewarn "changed kernel command-line parameters!"
|
||||
|
||||
# Show this elog only once
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
||||
if [[ $(find /boot -name 'kernel-genkernel-*' 2>/dev/null | wc -l) -gt 0 ]] ; then
|
||||
ewarn ''
|
||||
ewarn 'Default kernel filename was changed from "kernel-genkernel-<ARCH>-<KV>"'
|
||||
ewarn 'to "vmlinuz-<KV>". Please be aware that due to lexical ordering the'
|
||||
ewarn '*default* boot entry in your boot manager could still point to last kernel'
|
||||
ewarn 'built with genkernel before that name change, resulting in booting old'
|
||||
ewarn 'kernel when not paying attention on boot.'
|
||||
fi
|
||||
|
||||
# Show special warning for users depending on remote unlock capabilities
|
||||
local gk_config="${EROOT}/etc/genkernel.conf"
|
||||
if [[ -f "${gk_config}" ]] ; then
|
||||
if grep -q -E "^SSH=[\"\']?yes" "${gk_config}" 2>/dev/null ; then
|
||||
if ! grep -q dosshd /proc/cmdline 2>/dev/null ; then
|
||||
ewarn ""
|
||||
ewarn "IMPORTANT: SSH is currently enabled in your genkernel config"
|
||||
ewarn "file (${gk_config}). However, 'dosshd' is missing from current"
|
||||
ewarn "kernel command-line. You MUST add 'dosshd' to keep sshd enabled"
|
||||
ewarn "in genkernel v4+ initramfs!"
|
||||
fi
|
||||
fi
|
||||
|
||||
if grep -q -E "^CMD_CALLBACK=.*emerge.*@module-rebuild" "${gk_config}" 2>/dev/null ; then
|
||||
elog ""
|
||||
elog "Please remove 'emerge @module-rebuild' from genkernel config"
|
||||
elog "file (${gk_config}) and make use of new MODULEREBUILD option"
|
||||
elog "instead."
|
||||
fi
|
||||
fi
|
||||
|
||||
local n_root_args=$(grep -o -- '\<root=' /proc/cmdline 2>/dev/null | wc -l)
|
||||
if [[ ${n_root_args} -gt 1 ]] ; then
|
||||
ewarn "WARNING: Multiple root arguments (root=) on kernel command-line detected!"
|
||||
ewarn "If you are appending non-persistent device names to kernel command-line,"
|
||||
ewarn "next reboot could fail in case running system and initramfs do not agree"
|
||||
ewarn "on detected root device name!"
|
||||
fi
|
||||
|
||||
if [[ -d /run ]] ; then
|
||||
local permission_run_expected="drwxr-xr-x"
|
||||
local permission_run=$(stat -c "%A" /run)
|
||||
if [[ "${permission_run}" != "${permission_run_expected}" ]] ; then
|
||||
ewarn "Found the following problematic permissions:"
|
||||
ewarn ""
|
||||
ewarn " ${permission_run} /run"
|
||||
ewarn ""
|
||||
ewarn "Expected:"
|
||||
ewarn ""
|
||||
ewarn " ${permission_run_expected} /run"
|
||||
ewarn ""
|
||||
ewarn "This is known to be causing problems for any UDEV-enabled service."
|
||||
fi
|
||||
fi
|
||||
}
|
||||
@@ -13,7 +13,7 @@ inherit bash-completion-r1 python-single-r1
|
||||
# Whenever you bump a GKPKG, check if you have to move
|
||||
# or add new patches!
|
||||
VERSION_BCACHE_TOOLS="1.0.8_p20141204"
|
||||
VERSION_BOOST="1.76.0"
|
||||
VERSION_BOOST="1.79.0"
|
||||
VERSION_BTRFS_PROGS="5.15"
|
||||
VERSION_BUSYBOX="1.34.1"
|
||||
VERSION_COREUTILS="8.32"
|
||||
@@ -128,6 +128,9 @@ if [[ ${PV} == 9999* ]]; then
|
||||
DEPEND="${DEPEND} app-text/asciidoc"
|
||||
fi
|
||||
|
||||
PATCHES=(
|
||||
)
|
||||
|
||||
src_unpack() {
|
||||
if [[ ${PV} == 9999* ]]; then
|
||||
git-r3_src_unpack
|
||||
|
||||
Reference in New Issue
Block a user