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 210741382C5 for ; Fri, 15 May 2020 06:10:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E464FE0BA8; Fri, 15 May 2020 06:10:21 +0000 (UTC) Received: from mail-pj1-f51.google.com (mail-pj1-f51.google.com [209.85.216.51]) (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 DDD05E0BA8 for ; Fri, 15 May 2020 06:10:21 +0000 (UTC) Received: by mail-pj1-f51.google.com with SMTP id q9so517405pjm.2 for ; Thu, 14 May 2020 23:10:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Vw95H9ECgt7Ge2hHY5EzCf3XHRtt7bpumBCBU5EjMsQ=; b=KRLaf2KsdNOEw0lI17TgYAnlPgwzRHV4vlHuPpeztEgvDbkSA/mdMk0mJAAqJ2X8+0 QbCNLsYckGO+tAcZ46uQipxvit9Qgh4qrx3zRZVwWY1aSiKQO3TZ/tQpJLqWhnTf606k vPkJN0VtDMD2RdRu3te5BfxmQnmy4oJwwSzdcqzGJCh2qUU24p+V/loYLsuH1uSYa03n 65XlNsbFLU3rb93zMiZlsL7eMYKgy0SapIrPUtQVOAviJVQAAljMSeb1Cey8aNMUw8O4 0qNXTw+fyB0IkYpXvaWXXrgSEl6gZjt7rRBKA6nYUp5HkD/mv4EXGOwDgchUQQ0SKFP9 IgOQ== X-Gm-Message-State: AOAM530Ta1Sjg7BWni2fBj22DpKaV2zZCoOpQtbKyeS95jg4jNEZEUkP wEhl+N/qJZkhRnakEllhIvZ8n21b X-Google-Smtp-Source: ABdhPJwV4U3gDBJ49ogo1Q+xjtAqaK/Uqs0A16n0RE3f640v9X9salKsSDxvwTu4CbR5QSzdQvM8PA== X-Received: by 2002:a17:90a:22d0:: with SMTP id s74mr1691710pjc.200.1589523020218; Thu, 14 May 2020 23:10:20 -0700 (PDT) Received: from localhost ([134.134.139.83]) by smtp.gmail.com with ESMTPSA id d205sm735609pfd.90.2020.05.14.23.10.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 May 2020 23:10:19 -0700 (PDT) From: Matt Turner To: gentoo-catalyst@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-catalyst] [PATCH 2/8] doc: Drop pre-EAPI-5 text Date: Thu, 14 May 2020 23:09:55 -0700 Message-Id: <20200515061001.2581484-2-mattst88@gentoo.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200515061001.2581484-1-mattst88@gentoo.org> References: <20200515061001.2581484-1-mattst88@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: f1170ff3-7cb5-4276-bd2b-88c0e9017bd7 X-Archives-Hash: 44be6d392f962c3c02a48fac020ff01b There are very few EAPI < 5 ebuilds left. Signed-off-by: Matt Turner --- 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 ----- -- 2.26.2