From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from zero.zsh.org (zero.zsh.org [IPv6:2a02:898:31:0:48:4558:7a:7368]) by inbox.vuxu.org (Postfix) with ESMTP id B65DC28273 for ; Fri, 2 Feb 2024 07:01:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20210803; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Content-Type:Subject:To:From:Date: References:In-Reply-To:Message-Id:MIME-Version:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=OM4fRGYxZiyBZRLpSiNUMarr37o8fVmv/h2g7fuw/qA=; b=DF0gw9AAAcNfFwayzqs+FPY8gr 3icJ97vFqcWIdYZuQDfLBEiNpM/cyIkW8Jp4FOYhhzS309Y0ytCV//JD4G/ZrixE6Q1mCDDTGfl3I LOTRVrQg9nW9YJ3z6uLKpMtuqTRj/TlVd8J08al24eI3+XgzWOkVmnHF8OXJvW+PE/72F9n4rInWO ns1Cvjc8P9ReHlsqkwEdqLhW13CNQ4/mUdWuv3swhS5uzLg/SDa1VErkATpKn7Pfj6ZmJ0fPRYSM0 MljBr124ewhLZyAO17GEDmOoTvT894Qwh3wGM/sieJdemN2xAvbh7L27YmM1I5mSQ69LsfUy1vFM4 McHYbCPg==; Received: by zero.zsh.org with local id 1rVmbu-000FnQ-R5; Fri, 02 Feb 2024 06:01:10 +0000 Received: by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1rVmb9-000F6Q-6Z; Fri, 02 Feb 2024 06:00:23 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailauth.nyi.internal (Postfix) with ESMTP id F22A627C005B for ; Fri, 2 Feb 2024 01:00:20 -0500 (EST) Received: from imap48 ([10.202.2.98]) by compute2.internal (MEProxy); Fri, 02 Feb 2024 01:00:20 -0500 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvkedrfedufedguddtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefofgggkfgjfhffhffvufgtsehttd ertderreejnecuhfhrohhmpefnrgifrhgvnhgtvgcugggvlhojiihquhgviicuoehlrghr rhihvhesiihshhdrohhrgheqnecuggftrfgrthhtvghrnhepieelveehfefghfffieehtd eigedvgfekffetjefgteeltdeivdeivdetueekgeeknecuvehluhhsthgvrhfuihiivgep tdenucfrrghrrghmpehmrghilhhfrhhomheplhgrrhhrhihvodhmvghsmhhtphgruhhthh hpvghrshhonhgrlhhithihqdduudehudekjeejtdegqdduudelvdejfeekhedqlhgrrhhr hihvpeepiihshhdrohhrghesfhgrshhtmhgrihhlrdgtohhm X-ME-Proxy: Feedback-ID: iaa214773:Fastmail Received: by mailuser.nyi.internal (Postfix, from userid 501) id AAB7731A0065; Fri, 2 Feb 2024 01:00:20 -0500 (EST) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.11.0-alpha0-144-ge5821d614e-fm-20240125.002-ge5821d61 MIME-Version: 1.0 Message-Id: <8924db85-5b87-4e91-b128-f16fd11b2a0b@app.fastmail.com> In-Reply-To: References: Date: Fri, 02 Feb 2024 01:00:00 -0500 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: zsh-users@zsh.org Subject: Re: build from source Content-Type: text/plain X-Seq: 29611 Archived-At: X-Loop: zsh-users@zsh.org Errors-To: zsh-users-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-users-request@zsh.org X-no-archive: yes List-Id: List-Help: , List-Subscribe: , List-Unsubscribe: , List-Post: List-Owner: List-Archive: On Thu, Feb 1, 2024, at 8:36 PM, Ray Andrews wrote: > Question, after getting the help done, next thing is 'make install', > now will that overwrite my existing 5.8? I don't anticipate any issues > with 5.9 but if possible I'd like to keep 5.8 there in reserve, so > prevent any overwrites of, say, the stuff in /usr/share.../ or > wherever else. I'm pretty sure I've done that previously -- kept the > new and the old side by side. But not if it will be any trouble -- 5.9 > isn't going to give me problems I don't think. OTOH, If I'm running > the very latest build there's always that chance and I have to fire up > an older version due to some bug in the very latest. It's not a great idea to make the unstable dev build your primary shell. If you just want to have it around for testing, you can run it directly out of the build directory when needed. (This is what I do.) -- vq