From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF50E1382C5 for ; Sat, 16 May 2020 06:43:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CE63E096D; Sat, 16 May 2020 06:43:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78EBEE096D for ; Sat, 16 May 2020 06:43:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BAD7034F09D for ; Sat, 16 May 2020 06:43:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 475D1239 for ; Sat, 16 May 2020 06:43:34 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1589504030.1fa044467282982563c2cf42c9918b8f4d03d58b.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: doc/ X-VCS-Repository: proj/catalyst X-VCS-Files: doc/catalyst-config.5.txt X-VCS-Directories: doc/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 1fa044467282982563c2cf42c9918b8f4d03d58b X-VCS-Branch: master Date: Sat, 16 May 2020 06:43:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f4724665-4c50-47fe-a7f6-1b04887a930c X-Archives-Hash: 307849983cf325c7c9836c2876f89982 commit: 1fa044467282982563c2cf42c9918b8f4d03d58b Author: Matt Turner gentoo org> AuthorDate: Thu May 14 02:10:40 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri May 15 00:53:50 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=1fa04446 doc: Drop pre-EAPI-5 text There are very few EAPI < 5 ebuilds left. Signed-off-by: Matt Turner gentoo.org> doc/catalyst-config.5.txt | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/doc/catalyst-config.5.txt b/doc/catalyst-config.5.txt index 4fe1af8c..f17944b2 100644 --- a/doc/catalyst-config.5.txt +++ b/doc/catalyst-config.5.txt @@ -168,22 +168,7 @@ This section is only important if you are using binary packages to build your stages (by enabling the `pkgcache` option and restarting incomplete builds). -Before EAPI-5 introduced ABI sub-slots, the build-time compatibility -of packages was not recorded. This leads to problems such as binary -GCC packages built against mpc-0.8.2 (which installs libmpc.so.2) -being installed on systems that only have mpc-1.0.1 (which installs -libmpc.so.3), resulting in: - ---------------------------------- -/usr/libexec/gcc/i686-pc-linux-gnu/4.6.3/cc1: - error while loading shared libraries: libmpc.so.2: - cannot open shared object file: No such file or directory ---------------------------------- - -As long as there are packages in your stage that don't use ABI -sub-slots, you may experience errors like this due to untracked ABI -missmatches in binary packages. Packages generated by catalyst builds -are currently namespaced: +Packages generated by catalyst builds are namespaced: If versioned_cache is set: --------------------------------- @@ -194,19 +179,6 @@ Otherwise: .../packages//-/Packages --------------------------------- -so running into these out-of-date packages is unlikely. You may run -into problems if: - -* you enable `update_seed` in your stage1 spec after a previous run - which generated packages linking against out-of-date seed libraries - or -* you update your snapshot and an untracked ABI dependency is bumped - without a similar bump in the dependent package. - -without also bumping any of the package namespace variables in your -spec. If you do make such a change, it's a good idea to clear the -package cache in question and rebuild the packages from scratch. - FILES -----