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: Compiling Emacs from source for hacking on it Date: Tue, 31 May 2022 16:43:54 +0300 Message-ID: <83ee09izqd.fsf@gnu.org> References: <875yllucqd.fsf@disroot.org> <83ilplj1hj.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14173"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: akib@disroot.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue May 31 15:44:50 2022 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 1nw2Az-0003Tc-CJ for ged-emacs-devel@m.gmane-mx.org; Tue, 31 May 2022 15:44:49 +0200 Original-Received: from localhost ([::1]:49046 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nw2Ay-0006Gm-9P for ged-emacs-devel@m.gmane-mx.org; Tue, 31 May 2022 09:44:48 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40426) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nw2A1-0004hx-U2 for emacs-devel@gnu.org; Tue, 31 May 2022 09:43:51 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37540) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nw2A1-0005Ih-KW; Tue, 31 May 2022 09:43:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=C4f/n6YZ0vBXQhsv2uIwcwJU00qx6vZJ+fHB+ES47oY=; b=ECLgb0suqJ2j 4rIHzj8xxFp/UVT6OyBqFYFPiPsufw7RmlHTNjVp4BJg6g95VbMi1PkgAkkuWJFy7VGFAmDmFZrCc A+SvGxrKqH++IHNnFLJVO8MHuD7cudC8eFuKdvE71ILNR6+npmBXriIGoIzAkqpNW24Jlh20HG+cm kmEfImqbvGiezR0t+NmbTcdRETTb1LTM739OBKWQYoNMd544HKVfo4tRwG+dYQwkZHSMMcqRQZtl0 zOINK3BONKxVgx/AmWNuZi2+OpiHk8nCp6KHuYksq2JhphrqYUhyJmuvWRQLHFJGBKOsfyv8nWO+l uHrd36NEhQp2RXryiNMMFw==; Original-Received: from [87.69.77.57] (port=2945 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 1nw2A1-00028I-6b; Tue, 31 May 2022 09:43:49 -0400 In-Reply-To: <83ilplj1hj.fsf@gnu.org> (message from Eli Zaretskii on Tue, 31 May 2022 16:06:00 +0300) 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:290405 Archived-At: > Date: Tue, 31 May 2022 16:06:00 +0300 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > With the current master branch, I cannot reproduce this. But: > > . I cloned the repository normally (i.e. not a "shallow" clone) > . I built Emacs in the source tree, not in a separate build/ > sub-directory; > . I invoked Emacs as ./src/emacs -Q And now I've built in a build/ subdirectory, like you did, and I still cannot reproduce the problem. So I hope using -Q will solve it for you.