From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Wed, 11 Feb 2015 16:17:04 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87r3twtagf.fsf@lifelogs.com> 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> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1423689470 26214 80.91.229.3 (11 Feb 2015 21:17:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Feb 2015 21:17:50 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 11 22:17:38 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 1YLefB-0002kz-SZ for ged-emacs-devel@m.gmane.org; Wed, 11 Feb 2015 22:17:38 +0100 Original-Received: from localhost ([::1]:47047 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLefB-0006T4-9Q for ged-emacs-devel@m.gmane.org; Wed, 11 Feb 2015 16:17:37 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLeex-0006Sl-CE for emacs-devel@gnu.org; Wed, 11 Feb 2015 16:17:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLeeu-0007ZA-6Y for emacs-devel@gnu.org; Wed, 11 Feb 2015 16:17:23 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:35175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLeeu-0007Z5-02 for emacs-devel@gnu.org; Wed, 11 Feb 2015 16:17:20 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YLeep-0002ZS-W4 for emacs-devel@gnu.org; Wed, 11 Feb 2015 22:17:16 +0100 Original-Received: from c-98-229-61-72.hsd1.ma.comcast.net ([98.229.61.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Feb 2015 22:17:15 +0100 Original-Received: from tzz by c-98-229-61-72.hsd1.ma.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Feb 2015 22:17:15 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 39 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-98-229-61-72.hsd1.ma.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:90iA45cgTUDHJA6lR9uDDj2WHwQ= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:182918 Archived-At: On Wed, 11 Feb 2015 17:24:51 +0100 Aurélien Aptel wrote: AA> 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 AA> I have no idea what is causing that :| I think it's because --with-ltdl is not the default. It should be, right? Modules are enabled by default? AA> ./autogen.sh && ./configure --with-ltdl && make -kj8 OK, so the problem is that my system (Ubuntu 14.10) has that library but it's not autodetected. What can I do to help you find the problem? AA> Run ./modules/tests.py. It should work no matter the current working directory. I got: % ./modules/tests.py [*] testing module yaml... [*] building module... gcc -ggdb3 -Wall -I../../src -I../../lib `pkg-config yaml-0.1 --cflags` -fPIC -c yaml.c gcc -shared `pkg-config yaml-0.1 --libs` -o yaml.so yaml.o ../../lib-src/make-docfile yaml.c > yaml.doc rm yaml.o [*] 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 [!] yaml tests failed I have libyaml-dev installed, but `pkg-config yaml-0.1 --cflags` returns nothing. That may be expected--I don't see a yaml.pc anywhere. Ted