Mathieu Lirzin writes:
> ‘hammer’ and ‘spanner’ are not found when running ‘make distcheck’
> because they are not ditributed in the tarball. Those scripts are
> declared in the DEJATOOL special variable. So I am wondering if the
> contents of this variable should be automatically distributed o
Hello,
Those test failures are/were happening because IIUC Solaris
header declares malloc, free, exit only in the std namespace [1].
"dcla...@blastwave.org" writes:
> /opt/solarisstudio12.4/bin/CC -DPACKAGE_NAME=\"yacc-cxx\"
> -DPACKAGE_TARNAME=\"yacc-cxx\" -DPACKAGE_VERSION=\"1.0\"
> -DPACK
On 19/01/18 07:25 AM, Mathieu Lirzin wrote:
Hello,
Those test failures are/were happening because IIUC Solaris
header declares malloc, free, exit only in the std namespace [1].
"dcla...@blastwave.org" writes:
Good day and thank you for looking at this.
I am going to get around to testing
The test suite fails for “t/txinfo-many-output-formats.sh” and
“t/txinfo-many-output-formats-vpath.sh”.
$ make check \
TESTS="t/txinfo-many-output-formats.sh
t/txinfo-many-output-formats-vpath.sh"
test-suite.log
Description: Binary data
The following patch makes the tests pass.
diff