From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: John Newsgroups: gmane.emacs.devel Subject: Falling to build Date: Wed, 1 Jan 2020 16:34:05 +0000 Message-ID: <9118-Wed01Jan2020163405+0000-jpff@codemist.co.uk> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="58073"; mail-complaints-to="usenet@blaine.gmane.org" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 01 18:04:36 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1imhQC-000EyZ-PS for ged-emacs-devel@m.gmane.org; Wed, 01 Jan 2020 18:04:36 +0100 Original-Received: from localhost ([::1]:60218 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1imhQB-00051v-NZ for ged-emacs-devel@m.gmane.org; Wed, 01 Jan 2020 12:04:35 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47638) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1imhOa-0002qL-Dn for emacs-devel@gnu.org; Wed, 01 Jan 2020 12:02:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1imhOZ-0005zJ-AR for emacs-devel@gnu.org; Wed, 01 Jan 2020 12:02:56 -0500 Original-Received: from [217.155.197.248] (port=39954 helo=codemist.co.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1imhOZ-0004UP-4R for emacs-devel@gnu.org; Wed, 01 Jan 2020 12:02:55 -0500 Original-Received: from [172.16.4.16] (helo=xenakis.codemist.co.uk) by codemist.co.uk with esmtp (Exim 4.92.3) (envelope-from ) id 1imgx4-00018d-Su; Wed, 01 Jan 2020 16:34:31 +0000 Original-Received: from jpff by xenakis.codemist.co.uk with local (Exim 4.93) (envelope-from ) id 1imgwf-0003Hl-IB; Wed, 01 Jan 2020 16:34:05 +0000 X-Mailer: emacs 28.0.50 (via feedmail 11-beta-1 I) X-ACL-Warn: No reverse lookup X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.155.197.248 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:243843 Archived-At: This morning all OK in building on openSuSe x86_64 until this happens CC xfns.o xfns.c: In function ‘Fx_display_monitor_attributes_list’: xfns.c:5072:30: warning: implicit declaration of function ‘x_get_net_workarea’; did you mean ‘x_set_undecorated’? [-Wimplicit-function-declaration] if (i == primary_monitor && x_get_net_workarea (dpyinfo, &workarea_r)) ^~~~~~~~~~~~~~~~~~ x_set_undecorated xfns.c:5072:30: warning: nested extern declaration of ‘x_get_net_workarea’ [-Wnested-externs] make -C ../admin/charsets all make[2]: Entering directory '/home/jpff/GNU/emacs/admin/charsets' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/jpff/GNU/emacs/admin/charsets' make -C ../admin/unidata charscript.el make[2]: Entering directory '/home/jpff/GNU/emacs/admin/unidata' make[2]: Nothing to be done for 'charscript.el'. make[2]: Leaving directory '/home/jpff/GNU/emacs/admin/unidata' CCLD temacs /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: xfns.o: in function `Fx_display_monitor_attributes_list': /home/jpff/GNU/emacs/src/xfns.c:5072: undefined reference to `x_get_net_workarea' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:651: temacs] Error 1 Should I try a make bootstrap or what? ==John ffitch