From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: make check fails? (emacs-26.1 w/modules) Date: Mon, 03 Sep 2018 18:13:06 +0300 Message-ID: <83efeazkal.fsf@gnu.org> References: <16923.1535985554@minshall-apollo.minshall.org> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1535987529 31864 195.159.176.226 (3 Sep 2018 15:12:09 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 3 Sep 2018 15:12:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Greg Minshall Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 03 17:12:05 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fwqWL-0008Bz-FG for ged-emacs-devel@m.gmane.org; Mon, 03 Sep 2018 17:12:05 +0200 Original-Received: from localhost ([::1]:45713 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fwqYR-0001NV-Dr for ged-emacs-devel@m.gmane.org; Mon, 03 Sep 2018 11:14:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fwqXV-0001MU-OZ for emacs-devel@gnu.org; Mon, 03 Sep 2018 11:13:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fwqXS-0006xo-JN for emacs-devel@gnu.org; Mon, 03 Sep 2018 11:13:17 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:45958) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fwqXS-0006xi-FZ; Mon, 03 Sep 2018 11:13:14 -0400 Original-Received: from [176.228.60.248] (port=4360 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fwqXS-0005S6-2J; Mon, 03 Sep 2018 11:13:14 -0400 In-reply-to: <16923.1535985554@minshall-apollo.minshall.org> (message from Greg Minshall on Mon, 03 Sep 2018 17:39:14 +0300) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:229208 Archived-At: > From: Greg Minshall > Date: Mon, 03 Sep 2018 17:39:14 +0300 > > hi. from git://git.sv.gnu.org/emacs.git i've checked out emacs-26.1. What exactly do you mean by "checked out emacs-26.1"? Is this the tip of the emacs-26 branch, or is that something else? > i configure with modules, to wit: > : ./configure --with-xwidgets --with-modules --without-dbus > > "make" works, but "make check" fails: > > ---- > CCLD data/emacs-module/mod-test.so > ELC src/emacs-module-tests.elc > > In toplevel form: > src/emacs-module-tests.el:32:1:Error: Loading file /home/minshall/src/import/emacs/git/emacs/lisp/emacs-lisp/ert.elc failed to provide feature `mod-test' > Makefile:148: recipe for target 'src/emacs-module-tests.elc' failed > make[3]: *** [src/emacs-module-tests.elc] Error 1 > make[3]: Target 'src/emacs-module-tests.log' not remade because of errors. Doesn't happen here with the current tip of the emacs-26 branch.