Make check fails in src/import-export
John Ralls
jralls at ceridwen.us
Sun Jan 11 12:16:19 EST 2015
> On Jan 11, 2015, at 8:31 AM, Mike Evans <mikee at saxicola.co.uk> wrote:
>
> With the following output snippet:
>
>
> make[2]: Entering directory `/home/mikee/Projects/gnucash/build/src/import-export/test'
> PASS: test-link
> Backtrace:
> In ../../../src/app-utils/gnucash/app-utils.scm:
> 29: 0* (use-modules (gnucash gettext))
> 29: 1 (eval-case (# # *unspecified*) (else #))
> 29: 2 (begin (process-use-modules (list (list #))) *unspecified*)
> In unknown file:
> ?: 3* [process-use-modules (((gnucash gettext)))]
> ?: 4 (let* ((interfaces #)) (call-with-deferred-observers (lambda () #)))
> ?: 5* [map #<procedure #f (mif-args)> (((gnucash gettext)))]
> ?: 6* [#<procedure #f (mif-args)> ((gnucash gettext))]
> ?: 7* (or (apply resolve-interface mif-args) (error "no such module" mif-args))
> ?: 8* [apply #<procedure resolve-interface (name . args)> ((gnucash gettext))]
> ?: 9 [resolve-interface (gnucash gettext)]
> ...
> ?: 10 (let* (# # # # ...) (and # #) (if # public-i #))
> ?: 11* (and (or (not module) (not public-i)) (error "no code for module" name))
> ?: 12 [error "no code for module" (gnucash gettext)]
> ...
> ?: 13 [scm-error misc-error #f ...]
>
> <unnamed port>: In procedure scm-error in expression (scm-error (quote misc-error) #f ...):
> <unnamed port>: no code for module (gnucash gettext)
> FAIL: test-import-parse
> ==========================================
> 1 of 2 tests failed
> Please report to gnucash-devel at gnucash.org
> ==========================================
> make[2]: *** [check-TESTS] Error 1
> make[2]: Leaving directory `/home/mikee/Projects/gnucash/build/src/import-export/test'
> make[1]: *** [check-am] Error 2
> make[1]: Leaving directory `/home/mikee/Projects/gnucash/build/src/import-export/test'
> make: *** [check-recursive] Error 1
>
>
> Thoughts?
Could be a problem with a cached .go. Try deleting ~/.cache/guile and $PREFIX/share/gnucash/scm/ccache.
Regards,
John Ralls
More information about the gnucash-devel
mailing list