From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.devel Subject: Weird compilation bug just started appearing Date: Tue, 09 Jul 2019 21:05:51 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="147890"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: Emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 09 21:06:11 2019 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 1hkvRL-000cKa-Gr for ged-emacs-devel@m.gmane.org; Tue, 09 Jul 2019 21:06:11 +0200 Original-Received: from localhost ([::1]:52986 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hkvRK-0008U3-2L for ged-emacs-devel@m.gmane.org; Tue, 09 Jul 2019 15:06:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56959) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hkvR9-0008Ki-Mk for Emacs-devel@gnu.org; Tue, 09 Jul 2019 15:06:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hkvR7-0002Hz-B0 for Emacs-devel@gnu.org; Tue, 09 Jul 2019 15:05:59 -0400 Original-Received: from quimby.gnus.org ([80.91.231.51]:46174) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hkvR7-0002Fc-2n for Emacs-devel@gnu.org; Tue, 09 Jul 2019 15:05:57 -0400 Original-Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=stories) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hkvR1-0008Ol-KB for Emacs-devel@gnu.org; Tue, 09 Jul 2019 21:05:53 +0200 Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAMFBMVEV3AAV3AAh0AAVrAALQ Hg/88gB4AAfssgHmBgbyAAFsAAHUUAb//wCEAAZzAAloAAEl+4QJAAABp0lEQVQ4jW2UPU/CQBjH WfwaDo2rDrKJcXdw7NBQ+Ahu5EIofgtTL8wu6uKgSNqwXRrDsemkMohzBwgxkTT1nudeem35D831 fnd93ts4p7vVuMil1uvmyZ3jOEcO6PvAgDwbE0Kem8uzNE2X6Y8B9wEHDZYpyoCtz6XaZZAFXGtY Ak9mn7OFBbbcUtsCMZycCO/hJpsagBdmENYIVh0D9uDVo4T0KaySfQ3QJU+cTghauVJAmhYgiiJc zhXYaCCM4DJRINaADCTgCwlk1B4dK+NgBMBKvhTuct5FoMJmL5TeqNTMEfzymmYINnWQIHioA7YP 4LMO+CWAeAdYFMB1ffO0ARQjxpIEJZBAdCHGeF0BPbcfQkkmoQHgFSMuALHpIUB3T2VMouAGMCty AYobiclVIkr3OoLq9kOTqy2eF50w8mgU0dBk98+vudstKjgQjRAweELoUwlqWWSq5rVK6S7JqqBT 6kRLUw1uK18yvZv5JVB0uz1QaqT0RPmVC2YG3y0L9gzmq8Kxx/KctzQZVn4AeauHhtV+AdbN4w9C okVagMOvXXr7B+0/a3Np0lS6AAAAAElFTkSuQmCC X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 80.91.231.51 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:238477 Archived-At: I'm getting: make[2]: Entering directory '/home/larsi/src/emacs/trunk/lisp' ELC auth-source.elc In toplevel form: auth-source.el:42:1:Error: Wrong type argument: symbolp, 2.0 Makefile:296: recipe for target 'auth-source.elc' failed make[2]: *** [auth-source.elc] Error 1 make[2]: Leaving directory '/home/larsi/src/emacs/trunk/lisp' Makefile:319: recipe for target 'compile-main' failed make[1]: *** [compile-main] Error 2 make[1]: Leaving directory '/home/larsi/src/emacs/trunk/lisp' Makefile:411: recipe for target 'lisp' failed make: *** [lisp] Error 2 This is after a fresh checkout... but I'm only getting it on one laptop -- the other machine's tree is fine. And both trees are fresh checkouts. Both machines are Debian 9 machines. I must have borked something up somewhere... or is anybody else also seeing this? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no