On Sat, 15 Feb 2025 16:27:54 -0500, Arjun Ray <ara...@gmail.com>
wrote:

| Testing has turned out to be a problem apparently with the toolset.
| For some reason the integration tests are not building at all.  I'm
| not enough of an Aututools maven to see the problem right away, but I
| suspect it has to do with having built the distro in a separate
| subdirectory so as not to clutter the source files.

Okay, I found the problem, and unfortunately, it's a doozy.

The tests did not build because the configure script couldn't find
Cppunit, despite the package being installed.  This is because it uses
cppunit-config to find things.  But this program no longer exists - it
became obsolete around 2016 or so, and all the system-specific
configuration information was moved to pkg-config.

To fix this, either the file m4/find_cppunit.m4 will have to be
modified - which could be non-trivial as pkg-config is not a drop-in
replacement for cppunit-config - or we can deploy a custom version of
cppunit-config (that basically wraps a call into pkg-config).


Arjun
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@activemq.apache.org
For additional commands, e-mail: dev-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact


Reply via email to