From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#19552: 25.0.50; void-function class-slot-initarg with new EIEIO changes Date: Sat, 10 Jan 2015 13:33:05 +0200 Message-ID: <837fwu7tvy.fsf@gnu.org> References: <8761cfqu7u.fsf@ericabrahamsen.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1420889658 23070 80.91.229.3 (10 Jan 2015 11:34:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Jan 2015 11:34:18 +0000 (UTC) Cc: 19552@debbugs.gnu.org To: Eric Abrahamsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jan 10 12:34:12 2015 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1Y9uIz-0007aU-Df for geb-bug-gnu-emacs@m.gmane.org; Sat, 10 Jan 2015 12:34:09 +0100 Original-Received: from localhost ([::1]:54773 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9uIy-0003ZI-UX for geb-bug-gnu-emacs@m.gmane.org; Sat, 10 Jan 2015 06:34:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34010) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9uIv-0003Vr-CE for bug-gnu-emacs@gnu.org; Sat, 10 Jan 2015 06:34:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y9uIs-0005UR-6C for bug-gnu-emacs@gnu.org; Sat, 10 Jan 2015 06:34:05 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9uIs-0005UN-3k for bug-gnu-emacs@gnu.org; Sat, 10 Jan 2015 06:34:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Y9uIr-0006Us-Rs for bug-gnu-emacs@gnu.org; Sat, 10 Jan 2015 06:34:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 10 Jan 2015 11:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 19552 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 19552-submit@debbugs.gnu.org id=B19552.142088959024910 (code B ref 19552); Sat, 10 Jan 2015 11:34:01 +0000 Original-Received: (at 19552) by debbugs.gnu.org; 10 Jan 2015 11:33:10 +0000 Original-Received: from localhost ([127.0.0.1]:41475 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Y9uI1-0006Ti-Vs for submit@debbugs.gnu.org; Sat, 10 Jan 2015 06:33:10 -0500 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:44903) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Y9uHz-0006TX-Ak for 19552@debbugs.gnu.org; Sat, 10 Jan 2015 06:33:08 -0500 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0NHY00400L4D2J00@a-mtaout23.012.net.il> for 19552@debbugs.gnu.org; Sat, 10 Jan 2015 13:33:06 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NHY003JHLF5ZV40@a-mtaout23.012.net.il>; Sat, 10 Jan 2015 13:33:06 +0200 (IST) In-reply-to: <8761cfqu7u.fsf@ericabrahamsen.net> X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:98165 Archived-At: > From: Eric Abrahamsen > Date: Sat, 10 Jan 2015 09:51:01 +0800 > > > As of a couple of days ago, loading any library that depends on EIEIO > gives an error. I'd originally reported this as a "too many args to > defclass" error. Hoping to get a better backtrace I removed the *elc > files for helm (which was the first library on my load path to produce > the error), and the error is now "void-function class-slot-initarg". > Presumably the actual problem is something else yet again, but clearly > something's wrong! > > Debugger entered--Lisp error: (void-function class-slot-initarg) > (class-slot-initarg class s) > (setq slot (class-slot-initarg class s)) > (while (consp --cl-var--) (setq s (car --cl-var--)) (setq slot (class-slot-initarg class s)) (setq slot-val (slot-value object slot)) (if slot-val (progn (setq --cl-var-- (cons (cons s (if (eq t slot-val) nil slot-val)) --cl-var--)))) (setq --cl-var-- (cdr --cl-var--))) This is related, I think: I cannot run the test suite: $ make file-notify-tests.log make[1]: Entering directory `/d/gnu/git/emacs/trunk/test/automated' Compiling file-notify-tests.el In toplevel form: file-notify-tests.el:40:1:Error: Too many arguments to `defclass' Makefile:62: recipe for target `file-notify-tests.elc' failed make[1]: *** [file-notify-tests.elc] Error 1