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 0F2D6138359 for ; Sat, 14 Nov 2020 05:20:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B69B5E0827; Sat, 14 Nov 2020 05:20:26 +0000 (UTC) Received: from pmta31.teksavvy.com (pmta31.teksavvy.com [76.10.157.38]) (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 68AB2E0802 for ; Sat, 14 Nov 2020 05:20:26 +0000 (UTC) IronPort-SDR: CXPp4ol8WH+AfZnSCQTVpzj9r2KIHOYcnkvnxuHystLrp8UGxmcDu/Bc/tnsKJ53Zeoq1uT9K+ x9lm/hQ1Tc1Q== X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2F6CQB+aK9f/xoQNJ1igQkHhGZVYYg?= =?us-ascii?q?IaYRQhgmFK5kYCwEBAQEBAQEBARwMDQECBAEBgQWDPwSCIiY4EwIDAQELAQE?= =?us-ascii?q?BBQEBAQEBBgQCAoZODIRagTOBAxxybxODJ4MGrg6BNIQGgVGFCYE4iTWCBII?= =?us-ascii?q?iP4ECP4NuiHuCLASQKYxvmxYKgm2BF4d4hmSLEwIvgxmBKo4WjyCVUplzhnO?= =?us-ascii?q?Be30IgyQJRxkNV41RGokzhREmMDgCBgoBAQMJVwGNEV8BAQ?= X-IPAS-Result: =?us-ascii?q?A2F6CQB+aK9f/xoQNJ1igQkHhGZVYYgIaYRQhgmFK5kYC?= =?us-ascii?q?wEBAQEBAQEBARwMDQECBAEBgQWDPwSCIiY4EwIDAQELAQEBBQEBAQEBBgQCA?= =?us-ascii?q?oZODIRagTOBAxxybxODJ4MGrg6BNIQGgVGFCYE4iTWCBIIiP4ECP4NuiHuCL?= =?us-ascii?q?ASQKYxvmxYKgm2BF4d4hmSLEwIvgxmBKo4WjyCVUplzhnOBe30IgyQJRxkNV?= =?us-ascii?q?41RGokzhREmMDgCBgoBAQMJVwGNEV8BAQ?= X-IronPort-AV: E=Sophos;i="5.77,477,1596513600"; d="scan'208";a="147648473" Received: from 157-52-16-26.cpe.teksavvy.com (HELO waltdnes.org) ([157.52.16.26]) by smtp13.teksavvy.com with SMTP; 14 Nov 2020 00:20:24 -0500 Received: by waltdnes.org (sSMTP sendmail emulation); Sat, 14 Nov 2020 00:20:16 -0500 From: "Walter Dnes" Date: Sat, 14 Nov 2020 00:20:16 -0500 To: Gentoo Users List Subject: [gentoo-user] "emerge --sync" and "gemato" screwed Message-ID: <20201114052016.GA29023@waltdnes.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Archives-Salt: 85f4d3e6-0917-44bf-9f20-8870dfb6cbf4 X-Archives-Hash: 686d1e6ec93195e286db429e60d5f753 Here's tail-end of a recent "emerge --sync" plus an update attempt... ============================================================= Total bytes sent: 334.55K Total bytes received: 51.72M sent 334.55K bytes received 51.72M bytes 343.63K bytes/sec total size is 178.09M speedup is 3.42 !!! Unable to verify: gemato-14.5+ is required Action: sync for repo: gentoo, returned code = 127 [d531][root][~] emerge -pv --changed-use --deep --update @world * Last emerge --sync was 32d 14h 23m 26s ago. These are the packages that would be merged, in order: Calculating dependencies... done! Total: 0 packages, Size of downloads: 0 KiB ============================================================= And before anyone asks, "emerge -pv1 portage" shows rsync-verify is disabled... ============================================================= Calculating dependencies... done! [ebuild R ] sys-apps/portage-3.0.8::gentoo USE="(ipc) native-extensions xattr -apidoc -build -doc -gentoo-dev -rsync-verify (-selinux) -test" PYTHON_TARGETS="python3_7 (-pypy3) -python3_6 -python3_8 (-python3_9)" 0 KiB ============================================================= OK, so I emerged gemato, and a whole bunch of its dependencies, but that doesn't help... ============================================================= [d531][root][~] emerge --sync >>> Syncing repository 'gentoo' into '/var/db/repos/gentoo'... * Using keys from /usr/share/openpgp-keys/gentoo-release.asc Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/portage/util/_async/AsyncFunction.py", line 39, in _run result = self.target(*(self.args or []), **(self.kwargs or {})) File "/usr/lib/python3.7/site-packages/portage/sync/controller.py", line 165, in sync taskmaster.run_tasks(tasks, func, status, options=task_opts) File "/usr/lib/python3.7/site-packages/portage/sync/controller.py", line 65, in run_tasks result = getattr(inst, func)(**kwargs) File "/usr/lib/python3.7/site-packages/portage/sync/syncbase.py", line 338, in sync return self.update() File "/usr/lib/python3.7/site-packages/portage/sync/modules/rsync/rsync.py", line 145, in update with io.open(self.repo.sync_openpgp_key_path, 'rb') as f: FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/openpgp-keys/gentoo-release.asc' Action: sync for repo: gentoo, returned code = 1 =============================================================. Now what??? -- Walter Dnes I don't run "desktop environments"; I run useful applications