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: Abysmal state of GTK build Date: Wed, 24 Aug 2022 15:01:56 +0300 Message-ID: <83wnax6ea3.fsf@gnu.org> References: <83wnb1bt96.fsf@gnu.org> <87a67vuwmo.fsf@gnus.org> <41a702f1-60fb-65fb-3862-d198c46cd6e6@gmail.com> <87sflnqaub.fsf@gnus.org> <831qt77xmk.fsf@gnu.org> <708f1ee9-a3f4-28a2-835e-5d901e6a5f85@gmail.com> <838rnd7vaw.fsf@gnu.org> 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="35772"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, emacs-devel@gnu.org, luangruo@yahoo.com To: Gerd =?utf-8?Q?M=C3=B6llmann?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Aug 24 14:35:05 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 1oQpb6-00096B-TX for ged-emacs-devel@m.gmane-mx.org; Wed, 24 Aug 2022 14:35:05 +0200 Original-Received: from localhost ([::1]:47434 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oQpb5-0003Gg-K2 for ged-emacs-devel@m.gmane-mx.org; Wed, 24 Aug 2022 08:35:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50558) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oQp51-0006LQ-KJ for emacs-devel@gnu.org; Wed, 24 Aug 2022 08:01:56 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:34730) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oQp51-0008RC-8C; Wed, 24 Aug 2022 08:01:55 -0400 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=ROrdYD3jZyZtxCkbgBN8ZO2oyoFE8m8l3oqlSw2RXvk=; b=aysaO6Xomnr3C+qHsN3L 7bQRu6zxKqkc65Hlz3hQM9ONYEM7JYIfVIHZhSE5ad3l2kn478oQ0WHOB70uAMXwaSjuse2/xexmq eTqDBbugz/kZSra35SBZmKlYLmosud0HS8KHsNuQIiQ7hyqoT0Ids056VOR+/nuB5RjCTnU6rvqOy lHtwNAtZs/b2gsKQzQlsnRC9MLCIR1A7apu6vhCDtQa5TDqc0jO8nqstkPc8Tst6eU1xX6mWqk0ac E1VI4ZmooRx5OTnMjv0Dcgf5ua29gJVkRxDrdd8WJVevav+hhw6nyug81KX4GMQjQWJECAz7oF3qh UlniqRvDwkrzDg==; Original-Received: from [87.69.77.57] (port=3080 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 1oQp4u-0002Qi-3r; Wed, 24 Aug 2022 08:01:52 -0400 In-Reply-To: (message from Gerd =?utf-8?Q?M=C3=B6llmann?= on Wed, 24 Aug 2022 13:51:16 +0200) 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:293997 Archived-At: > Date: Wed, 24 Aug 2022 13:51:16 +0200 > Cc: larsi@gnus.org, emacs-devel@gnu.org, luangruo@yahoo.com > From: Gerd Möllmann > > > It's some kind of bug, but I'm not sure where. I have this from time > > to time on one particular system where I regularly build Emacs, but > > not on others. Usually, a second "make" right after that succeeds. > > > > I always thought that it's because some system-wide snafu unrelated to > > Emacs on that single system. But now I'm not so sure. > > I guess it's indeed a bug. When I > > touch configure > make > > it says > > running CONFIG_SHELL=/bin/sh /bin/sh ./configure --config-cache > --with-native-compilation --no-create --no-recursion > > and fails in the same way as described before. And if you say "make" again, does it still fail? It sounds like this is something macOS-specific, because for me on that single system it fails only rarely, and the next "make" usually succeeds.