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 7CA571382C5 for ; Mon, 4 Jan 2021 12:29:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E0C0E0971; Mon, 4 Jan 2021 12:29:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1685AE0971 for ; Mon, 4 Jan 2021 12:29:27 +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 09B2C34117F for ; Mon, 4 Jan 2021 12:29:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41DBBCC for ; Mon, 4 Jan 2021 12:29:24 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1609763306.573a1115080c15caea73944aaafb333e2a2ae3d3.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 573a1115080c15caea73944aaafb333e2a2ae3d3 X-VCS-Branch: master Date: Mon, 4 Jan 2021 12:29:24 +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: 3e6cb59d-3e2f-4484-ae56-1a4ddc3a8eb9 X-Archives-Hash: 9261bd15c2a898cf71b897567fd628cf commit: 573a1115080c15caea73944aaafb333e2a2ae3d3 Author: Fabian Groffen gentoo org> AuthorDate: Mon Jan 4 12:28:26 2021 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Jan 4 12:28:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=573a1115 scripts/bootstrap-prefix: ensure status doesn't seem to be stuck emerge doesn't update the window title in stage3, so ensure it doesn't wrongly say it's updating the tree Signed-off-by: Fabian Groffen gentoo.org> scripts/bootstrap-prefix.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 7927faf1bb..9a8d0bf459 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -2113,11 +2113,13 @@ bootstrap_stage3() { # still with an old llvm that may not understand the system headers # very well on Darwin (-DGNUSTEP_BASE_VERSION hack) einfo "running emerge -u system" + estatus "stage3: emerge -u system" CPPFLAGS="-DGNUSTEP_BASE_VERSION" \ CFLAGS= CXXFLAGS= emerge --color n -u system || return 1 # remove anything that we don't need (compilers most likely) einfo "running emerge --depclean" + estatus "stage3: emerge --depclean" emerge --color n --depclean # "wipe" mtimedb such that the resume list is proper after this stage