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: Thu, 12 Feb 2015 22:39:52 +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> <87r3twtagf.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 1423777212 15837 80.91.229.3 (12 Feb 2015 21:40:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Feb 2015 21:40:12 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 12 22:40:11 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 1YM1UY-0005cc-NG for ged-emacs-devel@m.gmane.org; Thu, 12 Feb 2015 22:40:10 +0100 Original-Received: from localhost ([::1]:52245 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YM1UX-0007O1-Um for ged-emacs-devel@m.gmane.org; Thu, 12 Feb 2015 16:40:09 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YM1UI-0007Mk-W8 for emacs-devel@gnu.org; Thu, 12 Feb 2015 16:39:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YM1UH-0005zd-RK for emacs-devel@gnu.org; Thu, 12 Feb 2015 16:39:54 -0500 Original-Received: from mail-ig0-x22c.google.com ([2607:f8b0:4001:c05::22c]:34540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YM1UH-0005zI-N2 for emacs-devel@gnu.org; Thu, 12 Feb 2015 16:39:53 -0500 Original-Received: by mail-ig0-f172.google.com with SMTP id l13so6707172iga.5 for ; Thu, 12 Feb 2015 13:39:53 -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=XAqy448w0BbeIVLqV4+UVLjjFxcwDtIZvtizcIRLHIo=; b=RDl6iqgw8pvv4TgTPTPFzo8bldRu1GoOtoTGkBV51u0vR65L0NqXyN9xh7VwjsmlQg 84G3jxFKYwwjotB8kF84FDzF+M4U3g5zbVttFsd2Uj2hO5e5GLYtV5JowMsWE5HZbTJP xMgK/QCYkWWwZpLAo0Xy8/vCDZQ7weqm9vj8CQ/B/5Y087bcuis4VmiGyYVwyd7iO+PB hkk+P1jdTPXFZSibJ/Uko0FnzOKDnYonp+BzFGLYOX8QRVm/TlWLmFfYpYANrPWo9trH ic8YuxRmavy4kqEbhlpLiTP6fGeJFy4kMsFBv7oaMHAVBhOTE0wsb7vE8q6uvdzy/BMz gdbw== X-Received: by 10.50.114.71 with SMTP id je7mr584053igb.14.1423777192938; Thu, 12 Feb 2015 13:39:52 -0800 (PST) Original-Received: by 10.36.19.71 with HTTP; Thu, 12 Feb 2015 13:39:52 -0800 (PST) In-Reply-To: <87r3twtagf.fsf@lifelogs.com> X-Google-Sender-Auth: NlbR4ibyfxMbYnhUPmPGvYiM6JU X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c05::22c 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:182982 Archived-At: On Wed, Feb 11, 2015 at 10:17 PM, Ted Zlatanov wrote: >>> Symbol's function definition is void: defun > [*] running test.el... > Eager macro-expansion failure: (void-variable ) > Running 5 tests (2015-02-11 16:13:26-0500) > /home/tzz/source/emacs/emacs/src/emacs: symbol lookup error: /home/tzz/source/emacs/emacs/modules/yaml/yaml.so: undefined symbol: yaml_parser_initialize The branch builds fine on my machine (archlinux), both with and without ltdl configure options. There is something wrong the linker/linking parameters for the emacs binary or modules.