From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mario Lang Newsgroups: gmane.emacs.devel Subject: Re: [elpa] excorporate.el:257:23:Error: Wrong type argument: listp, start-exco--fsm Date: Sun, 10 Jul 2016 15:08:32 +0200 Message-ID: <87eg71myi7.fsf@fx.delysid.org> References: <87zipsqtyt.fsf@fx.delysid.org> <577FF235.9040304@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1468156135 23611 80.91.229.3 (10 Jul 2016 13:08:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Jul 2016 13:08:55 +0000 (UTC) Cc: 23920@debbugs.gnu.org, emacs-devel@gnu.org To: Thomas Fitzsimmons Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 10 15:08:46 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bMETV-0005kI-Jt for ged-emacs-devel@m.gmane.org; Sun, 10 Jul 2016 15:08:45 +0200 Original-Received: from localhost ([::1]:55033 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMETU-0001Xw-QK for ged-emacs-devel@m.gmane.org; Sun, 10 Jul 2016 09:08:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMETP-0001Xg-0P for emacs-devel@gnu.org; Sun, 10 Jul 2016 09:08:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMETL-0007Qe-C3 for emacs-devel@gnu.org; Sun, 10 Jul 2016 09:08:38 -0400 Original-Received: from familiekainz.at ([91.121.101.210]:44939 helo=ks354034.kimsufi.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMETL-0007QY-5W for emacs-devel@gnu.org; Sun, 10 Jul 2016 09:08:35 -0400 Original-Received: from fx (unknown [80.109.194.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ks354034.kimsufi.com (Postfix) with ESMTPSA id 7BAF7BF732; Sun, 10 Jul 2016 15:08:33 +0200 (CEST) Original-Received: from mlang by fx with local (Exim 4.87) (envelope-from ) id 1bMETI-00022f-Mc; Sun, 10 Jul 2016 15:08:32 +0200 In-Reply-To: (Thomas Fitzsimmons's message of "Fri, 08 Jul 2016 16:12:16 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 91.121.101.210 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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:205490 Archived-At: Thomas Fitzsimmons writes: > Paul Eggert writes: > >> On 07/08/2016 12:56 PM, Mario Lang wrote: >>> Am I the only one how sees this error when trying to build elpa? >> >> No, I also see it, with a plain 'make' at the top level, using >> emacs-25 Emacs, and compiling the current bleeding-edge ELPA (commit >> a5d157b2e87427184f2c92a9b7bb9c99d6656aa1 dated June 30).That being >> said, I am by no means an ELPA expert (I first tried to build it >> today), and perhaps I am missing something too. > > I see it too. If I build packages/fsm before building > packages/excorporate (by temporarily moving the directory out of > packages/), I don't get the error. That seems to be it. If I add the following line to the top-level GNUMakefile, "make" manages to build excorporate.elc just fine (there are other errors now, particularily with the rudel package). packages/excorporate/excorporate.elc: packages/fsm/fsm.elc So the problem seems to be that compilation order is relevant. If fsm is loaded uncompiled, it fails. I wonder if this is consider a bug in fsm.el, or if we shall add the above quick fix to the GNUMakefile. --=20 CYa, =E2=A1=8D=E2=A0=81=E2=A0=97=E2=A0=8A=E2=A0=95