all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* make check fails? (emacs-26.1 w/modules)
@ 2018-09-03 14:39 Greg Minshall
  2018-09-03 15:12 ` Greg Minshall
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Greg Minshall @ 2018-09-03 14:39 UTC (permalink / raw)
  To: emacs-devel

hi.  from git://git.sv.gnu.org/emacs.git i've checked out emacs-26.1.  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.
----

(i think, btw, the pointer at ".../ert.elc" is misguided; see
parenthetical a bit below.)

if i do the following:

----
mod-test-file
"/home/minshall/src/import/emacs/git/emacs/test/data/emacs-module/mod-test"

(require 'mod-test mod-test-file)
----

i get an error

----
Debugger entered--Lisp error: (error "Loading file
/usr/local/share/emacs/26.1/lisp/vc/log-edit.elc failed to provide
feature ‘mod-test’")
----

(as noted above, note the seemingly random reference to log-edit.elc.)

the only thing i notice odd is that test/data/emacs-module/mod-test.c,
when (presumably) registering, calls : provide (env, "mod-test"); rather
than some variant of Fprovide().  but, since i don't really know how
modules are expected to behave, i can't really say.

any clues would be gratefully imbibed.

cheers, Greg

ps -- if there's some politer, prettier way to interleave code/results
with e-mail text, i'd be interested to hear.  i find my style a bit hard
to parse.



^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2018-09-12 16:39 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-03 14:39 make check fails? (emacs-26.1 w/modules) Greg Minshall
2018-09-03 15:12 ` Greg Minshall
2018-09-03 15:13 ` Eli Zaretskii
2018-09-03 15:16   ` Greg Minshall
2018-09-03 15:18   ` Greg Minshall
2018-09-04 10:39   ` Greg Minshall
2018-09-05  7:54     ` Paul Eggert
2018-09-05  9:14       ` Greg Minshall
2018-09-05 20:26       ` Greg Minshall
2018-09-05 20:55         ` Paul Eggert
2018-09-06  8:58           ` Robert Pluim
2018-09-06 10:32           ` Greg Minshall
2018-09-12 13:41             ` Robert Pluim
2018-09-12 14:56               ` Paul Eggert
2018-09-12 16:19               ` Greg Minshall
2018-09-12 16:37                 ` Robert Pluim
2018-09-12 16:27               ` Greg Minshall
2018-09-12 16:39                 ` Robert Pluim
2018-09-07  9:10           ` Greg Minshall
2018-09-03 18:27 ` Paul Eggert
2018-09-03 23:46   ` Greg Minshall

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.