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: Question on updating to 29.1 Date: Mon, 23 Oct 2023 18:41:31 +0200 Message-ID: References: <7434968f-40b1-ac55-c692-56a9b1c6a547@magnaspesmeretrix.org> <87wmw1e1k4.fsf@thinkpad.home> <878r8hdm4x.fsf@dataswamp.org> <87lecfe2dt.fsf@penguin> 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="5299"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla Thunderbird To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Oct 23 18:42:21 2023 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 1quy0S-00018K-8y for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 23 Oct 2023 18:42:20 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1quxzq-0006Nb-5a; Mon, 23 Oct 2023 12:41:42 -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 1quxzn-0006N8-8h for help-gnu-emacs@gnu.org; Mon, 23 Oct 2023 12:41:39 -0400 Original-Received: from relay1-d.mail.gandi.net ([217.70.183.193]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1quxzj-0007Qv-7k for help-gnu-emacs@gnu.org; Mon, 23 Oct 2023 12:41:39 -0400 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 1BE64240002 for ; Mon, 23 Oct 2023 16:41:31 +0000 (UTC) Content-Language: en-US In-Reply-To: <87lecfe2dt.fsf@penguin> X-GND-Sasl: basile@starynkevitch.net Received-SPF: pass client-ip=217.70.183.193; envelope-from=basile@starynkevitch.net; helo=relay1-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:145361 Archived-At: On 10/7/23 01:51, Byung-Hee HWANG wrote: >>> Like me, you do contact to Ubuntu team with Emacs update. >> What do you mean? > I think that manaual building is not easy. Maybe there is a package > for emacs 29.1 of Ubuntu? I am building the latest GNU emacs snapshot everyt day on my Ubuntu desktop using the following script. My /usr/src/Editors/emacs contain a git clone of GNU emacs. I did install the dependencies (they don't change often) e.g. with aptitude build-dep emacs > #! /bin/bash -x > export PATH=/usr/bin:/bin > sync > cd /usr/src/Editors/emacs > rm -f etc/DOC* > git  pull > git  log -3 | cat > sync > rm -rf /tmp/emacsinst/ > time nice make -j  -l 9 || exit 1 > time make  install DESTDIR=/tmp/emacsinst || exit 1 > sudo cp -v -r -p /tmp/emacsinst/usr/local/. /usr/local/. > sync& -- Basile Starynkevitch (only mine opinions / les opinions sont miennes uniquement) 92340 Bourg-la-Reine, France web page: starynkevitch.net/Basile/