From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: MinGW Sources, was: Windows Binaries Release Date: Tue, 09 Nov 2021 14:25:10 +0200 Message-ID: <83sfw55xeh.fsf@gnu.org> References: <83lf3dgbl3.fsf@gnu.org> <87tuhz1kqt.fsf@russet.org.uk> <87v92cipan.fsf@russet.org.uk> <867dedx8kp.fsf@duenenhof-wilhelm.de> <875ytrafdq.fsf@russet.org.uk> <864k92uunu.fsf@duenenhof-wilhelm.de> <87v91iqir0.fsf@russet.org.uk> <878ry7fuwq.fsf@telefonica.net> <874k8ufwsf.fsf@telefonica.net> <87zgqme5qu.fsf@telefonica.net> <87y25yuvud.fsf@russet.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27922"; mail-complaints-to="usenet@ciao.gmane.io" Cc: dieter@duenenhof-wilhelm.de, ofv@wanadoo.es, emacs-devel@gnu.org To: Phillip Lord Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Nov 09 13:30:52 2021 Return-path: Envelope-to: ged-emacs-devel@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 1mkQH6-00076k-8D for ged-emacs-devel@m.gmane-mx.org; Tue, 09 Nov 2021 13:30:52 +0100 Original-Received: from localhost ([::1]:55088 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mkQH5-0002jq-5E for ged-emacs-devel@m.gmane-mx.org; Tue, 09 Nov 2021 07:30:51 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:39342) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mkQBo-0008L3-Ek for emacs-devel@gnu.org; Tue, 09 Nov 2021 07:25:25 -0500 Original-Received: from [2001:470:142:3::e] (port=36000 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mkQBl-0007Sf-GA; Tue, 09 Nov 2021 07:25:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=QHpv/ZEHaVKqmKsZ2NptsTJi0G2OtGZ5U30Gs66RN0o=; b=QgXADtMfhXtwgrVMxE7f Ve2oLyKNlgP+gUhCpy0vM+brtKbCUFJqE+Pc1GfW9JaktZ2rUfu+7xgiRBCZyvI6f8Gb2DZ2Q7vei 2EfXu7wnI1CfZa73++2jbRzQ+hUlJ/zBB+I8T1rPAKv8HJvP2mxDrRVP5xRh3zht4qStZZtdTATxe i7Cskq1tJAmXrjqTRv5N2a4S/cxVV8JVVqeT6DzcXNarCqHGT0dXQDUJNXOPr/H7e8umutvNT7sTk fKoN0lusubbIAH1X6ZRPSAFM3Lcs0kE0oEie7Utt99D81kUH9z+FnexXCyrxsvSY1xx+FlhTyvrgs o3Cg3ohsGz4IcQ==; Original-Received: from [87.69.77.57] (port=1906 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mkQBi-0005eJ-Ff; Tue, 09 Nov 2021 07:25:21 -0500 In-Reply-To: <87y25yuvud.fsf@russet.org.uk> (message from Phillip Lord on Mon, 08 Nov 2021 22:27:22 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:279093 Archived-At: > From: Phillip Lord > Date: Mon, 08 Nov 2021 22:27:22 +0000 > Cc: Óscar Fuentes , emacs-devel@gnu.org > > The problem is that because we are making a build from a completely > unbuilt branch at this point we do a de novo build of everything, > including all the el->elc byte compilation (and some elc->eln for the > preloads). It takes time -- about 4-5 hours for a 64 and 32 bit build > (IIRC, we have ditched the i686 build now, but still). Unless the VM where you build this is extremely slow and/or resource-depleted, it should take much less than several hours. I'd expect less than 30 minutes, probably even 15 or 20, assuming you use "make -j8" or more.