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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E1CA158086 for ; Fri, 19 Nov 2021 13:33:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74520E07D0; Fri, 19 Nov 2021 13:33:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5ABD5E07D0 for ; Fri, 19 Nov 2021 13:33:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24752342CBD for ; Fri, 19 Nov 2021 13:33:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B566D1C8 for ; Fri, 19 Nov 2021 13:33:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1637328798.61d84484156aca4c9f0613ce15a75b8e925ba11d.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 61d84484156aca4c9f0613ce15a75b8e925ba11d X-VCS-Branch: master Date: Fri, 19 Nov 2021 13:33:55 +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: 9185f7ae-866a-4924-8c8a-dc6ac97882e3 X-Archives-Hash: 6db93f8bcbaba51fffafed9fa9e01c72 commit: 61d84484156aca4c9f0613ce15a75b8e925ba11d Author: Sam James gentoo org> AuthorDate: Fri Nov 19 13:33:18 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 19 13:33:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=61d84484 scripts/bootstrap-prefix.sh: don't use --ask in emerge ... @system call Reported-by: Guilherme Amadio gentoo.org> Signed-off-by: Sam James gentoo.org> scripts/bootstrap-prefix.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 65f56ab99b..1c6c42dad6 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -2168,10 +2168,10 @@ bootstrap_stage3() { # Avoid glib compiling for Cocoa libs if it finds them, since we're # still with an old llvm that may not understand the system headers # very well on Darwin (-DGNUSTEP_BASE_VERSION hack) - einfo "running emerge -uDNav system" - estatus "stage3: emerge -uDNav system" + einfo "running emerge -uDNv system" + estatus "stage3: emerge -uDNv system" CPPFLAGS="-DGNUSTEP_BASE_VERSION" \ - CFLAGS= CXXFLAGS= emerge --color n -uDNav system || return 1 + CFLAGS= CXXFLAGS= emerge --color n -uDNv system || return 1 # remove anything that we don't need (compilers most likely) einfo "running emerge --depclean"