From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Basile Starynkevitch Newsgroups: gmane.emacs.help Subject: Re: Building Emacs out of source tree? Date: Sun, 17 Mar 2024 18:53:59 +0100 Message-ID: <0091d885-6904-475a-8e46-956756cf0057@starynkevitch.net> References: <864jd554ck.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10834"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla Thunderbird Cc: help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Mar 17 18:54:50 2024 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rluif-0002cq-SH for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 17 Mar 2024 18:54:49 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rluiC-00051m-S4; Sun, 17 Mar 2024 13:54:20 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rluiB-00051a-IP for help-gnu-emacs@gnu.org; Sun, 17 Mar 2024 13:54:19 -0400 Original-Received: from relay6-d.mail.gandi.net ([217.70.183.198]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rluhv-0000K6-OE; Sun, 17 Mar 2024 13:54:19 -0400 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 917DDC0002; Sun, 17 Mar 2024 17:53:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=starynkevitch.net; s=gm1; t=1710698039; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=4IP45K3kBGsePG7qwgtfGi04t3q+K6uq7lgSMeIlPvc=; b=okhT7/ArevO43A9wIqKo3qiV+UGmQ06ll8awDYiIY9EN6AGIefq6XXAworyWIpSgqRZGRn sjGRtyYfcWiiVYbzMJ9aKmxUrX94KyO1zDaDpLR2zBcsFx+UHwygQ5rP60EPDVb2oe2LZ0 5IkAKMpMrDP/nvWJDGBntCGYW5hI7IRZGjSKR79sNTMoHShsrYy2VbG5aJntztQGbF74GN /0OSTjelj/NizF3G/azFGAbUMc6JbqoH+iEXgXWgEBUL7h79ECcLUoGn4EhFRJ+qWOCJJo hrQnqWtZFcawN3WLOkukachliAuOeI3q9bbzhNwbZmSbKnqinfd98LCxfgGFig== Content-Language: en-US, fr-FR In-Reply-To: <864jd554ck.fsf@gnu.org> X-GND-Sasl: basile@starynkevitch.net Received-SPF: pass client-ip=217.70.183.198; envelope-from=basile@starynkevitch.net; helo=relay6-d.mail.gandi.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:146111 Archived-At: On 3/17/24 15:18, Eli Zaretskii wrote: > If this is on GNU/Linux, then you shouldn't need to have any > rpl_chmodat anywhere. I just searched my source/build tree on > GNU/Linux, and didn't find rpl_chmodat anywhere. So once again, > please investigate. > > And in any case, this doesn't seem to have anything to do with > out-of-tree builds, does it? > >> Now I'd be willing to gather more details for a bug report if >> there is an interest in keeping out of source tree compiles >> viable; for me those aren't that crucial anymore, with the >> advent of git and of 1TB+ disks. >> >> What do you think? Do we still care for out of source builds? > Of course we do. They are supported and should continue to be > supported. I actually am git pulling and buiding GNU emacs on Linux Debian/x86-64  (inside its source tree) more than twice a week. (Why do you want to build it outside of source tree?) Very often it build and works ok. > rimski.x86_64 % /usr/local/bin/emacs-30.0.50 --version GNU Emacs > 30.0.50 Development version ad3a3ad6e616 on master branch; build date > 2024-03-16. Copyright (C) 2024 Free Software Foundation, Inc. GNU > Emacs comes with ABSOLUTELY NO WARRANTY. You may redistribute copies > of GNU Emacs under the terms of the GNU General Public License. For > more information about these matters, see the file named COPYING. Thanks -- Basile Starynkevitch (only mine opinions / les opinions sont miennes uniquement) 92340 Bourg-la-Reine, France web page: starynkevitch.net/Basile/ See/voir:https://github.com/RefPerSys/RefPerSys