From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Aur=C3=A9lien_Aptel?= Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Wed, 11 Feb 2015 17:24:51 +0100 Message-ID: References: <87y4t9m76w.fsf@lifelogs.com> <85k31coixa.fsf@stephe-leake.org> <85oapy5kt6.fsf@stephe-leake.org> <83y4oiiw81.fsf@gnu.org> <838ugdf251.fsf@gnu.org> <87bnl1vmqf.fsf@lifelogs.com> <87vbj8tow4.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1423671954 14628 80.91.229.3 (11 Feb 2015 16:25:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Feb 2015 16:25:54 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 11 17:25:45 2015 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 1YLa6j-0004Gt-2s for ged-emacs-devel@m.gmane.org; Wed, 11 Feb 2015 17:25:45 +0100 Original-Received: from localhost ([::1]:45801 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLa6i-00028q-CX for ged-emacs-devel@m.gmane.org; Wed, 11 Feb 2015 11:25:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLa5w-0000ep-MW for emacs-devel@gnu.org; Wed, 11 Feb 2015 11:24:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLa5s-0003CW-C9 for emacs-devel@gnu.org; Wed, 11 Feb 2015 11:24:56 -0500 Original-Received: from mail-ie0-f179.google.com ([209.85.223.179]:38123) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLa5s-0003CN-86 for emacs-devel@gnu.org; Wed, 11 Feb 2015 11:24:52 -0500 Original-Received: by iecrd18 with SMTP id rd18so5128635iec.5 for ; Wed, 11 Feb 2015 08:24:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=uevrq9q8dpJU/2fylvqZSqmn5DgUyjvrAl3RMfJCeTo=; b=EzLZRDuraXwcnPpooUqUqIRpjiMNBfq9JD2hbQUNk/OjyLpcS4IR2K75fRCswrYDzF aKOQvVW8H5N+PIUOIRAN6RW80NPtUn573PRjaaNZt0z2TL3F/mtYuV1OczD2NbtaXR7p gzkbkURBPqT0sYEonucP0zhVhztSlS1BEYI3PNvaRYAoLwY2xhOaeOHUQjUfwhrmxsTB NaN2m4eD3wI+G7E3X/0uMLO02E5nRbrrqHM47nX30SfKbM7OlVGDIs00qEGsR5hNXSOF nlHMb4akVozTxM0lD4fq86Pb7u5+S/FwvUNTVA3hl+v2+itL4VtWpgVngHeUk0/ASrvC 2Mog== X-Received: by 10.43.89.136 with SMTP id be8mr3693256icc.57.1423671891825; Wed, 11 Feb 2015 08:24:51 -0800 (PST) Original-Received: by 10.36.19.71 with HTTP; Wed, 11 Feb 2015 08:24:51 -0800 (PST) In-Reply-To: <87vbj8tow4.fsf@lifelogs.com> X-Google-Sender-Auth: OQMVQTXspp90IO50igmH2Hl8vbQ X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.223.179 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:182903 Archived-At: On Wed, Feb 11, 2015 at 5:05 PM, Ted Zlatanov wrote: > I did "make bootstrap" but now get: > > Symbol's function definition is void: defun I have no idea what is causing that :| Sometimes I also get "Symbol is void: ^?" but it doesn't make the tests fail... > Can you explain how to test? I'm able to build the master branch, then Run ./modules/tests.py. It should work no matter the current working directory. > switched to yours and did "make maintainer-clean; make bootstrap" but > get that error. I didn't get this error when I tested your code last > time, but it seems like something I'm not cleaning up. Sorry if this is > a FAQ. I don't trust the nested polylingual spaghetti monster that is autoconf and usually run ./autogen.sh && ./configure --with-ltdl && make -kj8 after big changes just to make sure. I have a i7 CPU with 8 core at home so it's ok :) (now if I had a SSD...) > I'd like to merge this as soon as possible, even if there are rough > edges, so we can start finding them. I think if I test this and it's OK, > we should coordinate the ChangeLogs and documentation as we clean things > up. It may make sense to squash some of the trivial commits as well. Glad to hear it.