GNU bug report logs -
#30106
Loading file /sources/emacs/lisp/emacs-lisp/ert.elc failed to provide feature `mod-test'
Previous Next
Full log
View this message in rfc822 format
Dear Eli,
See below:
On Mon, Jan 15, 2018 at 03:14:57PM +0200, Eli Zaretskii wrote:
> > Output of grep MODULES src/config.h:
> >
> > #define EMACS_CONFIG_FEATURES "XAW3D XPM JPEG TIFF GIF PNG RSVG SOUND GPM DBUS GSETTINGS NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE XFT ZLIB TOOLKIT_SCROLL_BARS LUCID X11 MODULES LCMS2"
> > #define HAVE_MODULES 1
> > #define MODULES_SUFFIX ".so"
> >
> > > And does src/Makefile have this line:
> > >
> > > MODULES_OBJ = dynlib.o emacs-module.o
> >
> > Output of grep MODULES Makefile:
> >
> > LIBMODULES = -ldl
> > MODULES_OBJ = dynlib.o emacs-module.o
> > eval.o floatfns.o fns.o font.o print.o lread.o $(MODULES_OBJ) \
> > $(NOTIFY_LIBS) $(LIB_MATH) $(LIBZ) $(LIBMODULES) $(LIBSYSTEMD_LIBS) \
>
> This means your build does have support for modules.
>
> Returning to the original error:
>
> ELC src/emacs-module-tests.elc
On my side that file is located in:
/sources/emacs/test/src
> In toplevel form:
> src/emacs-module-tests.el:32:1:Error: Loading file /sources/emacs/lisp/emacs-lisp/ert.elc failed to provide feature `mod-test'
>
> line 32 of emacs-module-test.el is this:
>
> (require 'mod-test mod-test-file)
That is same so here.
> So one problem could be that mod-test-file is somehow not calculated
> correctly:
>
> (eval-and-compile
> (defconst mod-test-file
> (substitute-in-file-name
> "$EMACS_TEST_DIRECTORY/data/emacs-module/mod-test")
> "File name of the module test file."))
>
> So maybe EMACS_TEST_DIRECTORY is incorrect, you your Emacs tree
> doesn't have the test/data/emacs-module/mod-test directory, or there's
> no mod-test.so file in that directory?
There exist no directory:
test/data/emacs-module/mod-test/
There is directory:
test/data/emacs-module/
inside of which are following files:
total 76
-rw-r--r-- 1 root root 9915 Jan 3 08:19 mod-test.c
-rwxr-xr-x 1 root root 62008 Jan 14 20:56 mod-test.so
Let me know if I can help anything more.
Jean
This bug report was last modified 6 years and 34 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.