From 7d99b4dbddf9d4bd0ae9777e41d0fac82067c6f6 Mon Sep 17 00:00:00 2001 From: David Michael Date: Fri, 25 Jan 2019 18:12:55 +0000 Subject: [PATCH 1/2] catalyst: Temporarily disable update_seed again The Perl update will break SDK bootstrapping during seed update, so disable it again. This can be reverted after bumping the SDK to a version that includes the new Perl. --- build_library/catalyst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_library/catalyst.sh b/build_library/catalyst.sh index 6b3f571966..5df356559e 100644 --- a/build_library/catalyst.sh +++ b/build_library/catalyst.sh @@ -120,7 +120,7 @@ cat < Date: Fri, 25 Jan 2019 21:52:27 +0000 Subject: [PATCH 2/2] check_root: Silence libperl warnings --- build_library/check_root | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_library/check_root b/build_library/check_root index b4d7615706..a0d8359028 100755 --- a/build_library/check_root +++ b/build_library/check_root @@ -29,7 +29,8 @@ IGNORE_MISSING = { SonameAtom("x86_64", "libc.so.6")], # RPATHs and symlinks apparently confuse the perl-5.24 package - "dev-lang/perl": [SonameAtom("x86_64", "libperl.so.5.24.1")], + "dev-lang/perl": [SonameAtom("x86_64", "libperl.so.5.26.2")], + "sys-apps/texinfo": [SonameAtom("x86_64", "libperl.so.5.26")], # https://bugs.gentoo.org/show_bug.cgi?id=554582 "net-firewall/ebtables": [SonameAtom("x86_64", "libebt_802_3.so"),