From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: Emacs 28.1 doesn't compile on Mac OS 10.7.5 Date: Sat, 16 Apr 2022 07:35:56 +0000 (UTC) Message-ID: <20220416.093556.1218054977410547553.wl@gnu.org> References: <20220415.194023.1931024896284105563.wl@gnu.org> <20220416.071837.1688848337648253277.wl@gnu.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31223"; mail-complaints-to="usenet@ciao.gmane.io" Cc: dports@macports.org, eggert@cs.ucla.edu, fgunbin@fastmail.fm, emacs-devel@gnu.org To: mattiase@acm.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Apr 16 09:37:11 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 1nfczX-0007yb-Aq for ged-emacs-devel@m.gmane-mx.org; Sat, 16 Apr 2022 09:37:11 +0200 Original-Received: from localhost ([::1]:54226 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nfczV-0008Iu-S3 for ged-emacs-devel@m.gmane-mx.org; Sat, 16 Apr 2022 03:37:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46086) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nfcyU-0007XW-9y for emacs-devel@gnu.org; Sat, 16 Apr 2022 03:36:06 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:49377) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nfcyS-00076F-Ct for emacs-devel@gnu.org; Sat, 16 Apr 2022 03:36:06 -0400 Original-Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 86154240109 for ; Sat, 16 Apr 2022 09:36:01 +0200 (CEST) Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4KgQ3h29h7z6tmp; Sat, 16 Apr 2022 09:36:00 +0200 (CEST) In-Reply-To: <20220416.071837.1688848337648253277.wl@gnu.org> Received-SPF: pass client-ip=185.67.36.66; envelope-from=werner.lemberg@posteo.de; helo=mout02.posteo.de X-Spam_score_int: -39 X-Spam_score: -4.0 X-Spam_bar: ---- X-Spam_report: (-4.0 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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:288471 Archived-At: >> Looks like directory configuration issues that I know nothing about. I've now submitted a first PR for MacPorts https://github.com/macports/macports-ports/pull/14594 so that it can eventually be used by admins for triggering builds on older macOS versions (this isn't done automatically AFAIK). Lo and behold, it also reports problems with current git on recent macOS versions (10.15 and 11.0) :-) ``` sysdep.c:4147:41: error: implicit declaration of function 'timeval_to_timespec' is invalid in C99 [-Werror,-Wimplicit-function-declaration] struct timespec t = timespec_add (timeval_to_timespec (rusage->ru_utime), ``` This is from the logfiles for subports 'emacs-devel' and 'emacs-app-devel' based on emacs commit 8259e368001a6e3; the above PR also contains links to the full logs if needed. Werner