Make fails

Alex Aycinena alex.aycinena at gmail.com
Thu Dec 3 14:41:32 EST 2015


On Wed, Dec 2, 2015 at 5:27 PM, John Ralls <jralls at ceridwen.us> wrote:

>
> Alex,
>
> Of course it’s supposed to work! Now it does, though I’m not comfortable
> with the fix. Moving the include of kvp_frame.hpp to the top of the list
> implies that there’s something about one of the other headers that confuses
> gcc. More research required, but at least now make check passes on Linux 64.
>
> Regards,
> John Ralls
>
>
John,

Well, what I meant was whether you had intended for that particular commit
to fix this problem as well as the make failure.

In any case, the commit you made a few minutes ago changed the failure in
make clean from what I had previously reported to a new one:

PASS: test-xml-commodity
/home/gnucash-dev/gitcheckouts/gnucash/test-driver: line 107:  7622
Segmentation fault      (core dumped) "$@" > $log_file 2>&1
FAIL: test-xml-pricedb
PASS: test-xml-transaction
PASS: test-xml2-is-file
============================================================================
Testsuite summary for GnuCash 2.6.99
============================================================================
# TOTAL: 13
# PASS:  12
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See src/backend/xml/test/test-suite.log
Please report to gnucash-devel at gnucash.org
============================================================================
Makefile:1811: recipe for target 'test-suite.log' failed
make[7]: *** [test-suite.log] Error 1
make[7]: Leaving directory
'/home/gnucash-dev/gitcheckouts/gnucash-build/src/backend/xml/test'

The test-xml-pricedb.log file only says:

FAIL test-xml-pricedb (exit status: 139)

The /test-suite.log says pretty much the same:

=========================================================
   GnuCash 2.6.99: src/backend/xml/test/test-suite.log
=========================================================

# TOTAL: 13
# PASS:  12
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: test-xml-pricedb
======================

FAIL test-xml-pricedb (exit status: 139)


I couldn't find the core dump it says it put in a log file (" (core dumped)
"$@" > $log_file 2>&1").

Regards,

Alex


More information about the gnucash-devel mailing list