From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: Trouble with upgrade to emacs 24, loading problem Date: Sat, 07 May 2011 14:39:45 +0200 Message-ID: <4DC53D91.1040807@easy-emacs.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1304772010 31408 80.91.229.12 (7 May 2011 12:40:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 7 May 2011 12:40:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 07 14:40:06 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QIgnm-0005d8-69 for geh-help-gnu-emacs@m.gmane.org; Sat, 07 May 2011 14:40:06 +0200 Original-Received: from localhost ([::1]:59609 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIgnl-0004MQ-GE for geh-help-gnu-emacs@m.gmane.org; Sat, 07 May 2011 08:40:05 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:49973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIgnf-0004MI-Bw for help-gnu-emacs@gnu.org; Sat, 07 May 2011 08:40:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QIgne-0002Pz-MU for help-gnu-emacs@gnu.org; Sat, 07 May 2011 08:39:59 -0400 Original-Received: from moutng.kundenserver.de ([212.227.17.8]:56224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIgne-0002PP-9G for help-gnu-emacs@gnu.org; Sat, 07 May 2011 08:39:58 -0400 Original-Received: from [192.168.178.27] (brln-4dbc6d0e.pool.mediaWays.net [77.188.109.14]) by mrelayeu.kundenserver.de (node=mrbap3) with ESMTP (Nemesis) id 0Lwqoy-1PhRBo1vPE-016MNh; Sat, 07 May 2011 14:39:53 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.17) Gecko/20110414 SUSE/3.1.10 Thunderbird/3.1.10 In-Reply-To: X-Provags-ID: V02:K0:pIID/sjZp5czZhU+BS5x60otkFLVs3lkxlxjuMmo+kJ bpzz5t8SRiSxbtXd+N2ux5WpFVkcjeoOSvJuGrT+EFiUH+URup qDaAeess6hLXJb/2CZYqzwtCuXSTLULCmN5nvu8piB0EizZpfD hgvlgfG3a0XcTL0mTgCjXkakbF+WLKsuTV/qsdbVm1jiDpY6Im kB45Ht6aH+PenlYwEkr8IHupvF0xm5MCQEbSPCPxGQ= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.17.8 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80949 Archived-At: Am 06.05.2011 23:32, schrieb Gabriele Lanaro: > I've checked out the emacs 24 git repository, I have a problem loading some > of my libraries, it triggers this error: > > Wrong type argument: listp, Forgot to expand macro eieio-object-p > > I can trigger it for example with this expression (it comes from > emacs-starter-kit): > > (if (file-exists-p user-specific-dir) > (mapc #'load (directory-files user-specific-dir nil ".*el$"))) > > > What it can be? > Hi, not being an expert, just a kind of woodoo: as it's seems to concern a macro, maybe some macro built earlier is loaded and fails now. Try `make -k bootstrap` instead of a pure `make' when building it. HTH Andreas