[Debian-med-packaging] Bug#997209: [Help needed] eegdev: FTBFS: ./doc/examples/library-usage/eegdev_acq.c:214: undefined reference to `rpl_free'

Aaron M. Ucko ucko at debian.org
Tue Nov 2 13:48:47 GMT 2021


Nilesh Patra <nilesh at nileshpatra.info> writes:

> I have no idea why it can not find free() -- looks like something changed with new autotools.
> I don't know much about autotools, and need help to figure out what might be wrong -- would you have any pointers?

These errors look like fallout from a new check:

> checking whether free is known to preserve errno... no

Please try patching doc/examples/Makefile.am to add

  $(top_builddir)/lib/libgnu.la

to both eegdev_acq_LDADD and recinxdf_LDADD.  (libeegdev incorporates
rpl_free and other needed rpl_* functions with hidden visibility, so
purely for its own use.)

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?amu@monk.mit.edu



More information about the Debian-med-packaging mailing list