Could not install gnucash 2.0.5......

Derek Atkins warlord at MIT.EDU
Mon Apr 30 17:54:43 EDT 2007


Hi,

You didn't mention what OS/Distro you're using.
You also didn't mention what build commands you used.

The lack of "g-wrapped gw-gnc" seems to imply that src/gnome
didn't build, or isn't in the load-path.  I find it odd in many
ways, but without more knowledge about your particular system
I don't know what to tell you.

-derek

Gopinath Jambulingam <gjambuli at yahoo.com> writes:

> make  check-TESTS
> make[6]: Entering directory `/home/gopi/Desktop/gnucash-2.0.5/src/app-utils/test'
> PASS: test-link-module
> <unnamed port>: In procedure scm-error in expression (scm-error (quote misc-error) #f ...):
> <unnamed port>: no code for module (g-wrapped gw-gnc)
>
> Some deprecated features have been used.  Set the environment
> variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
> program to get more information.  Set it to "no" to suppress
> this message.
> FAIL: test-load-module
> <unnamed port>: In procedure scm-error in expression (scm-error (quote misc-error) #f ...):
> <unnamed port>: no code for module (g-wrapped gw-gnc)
>
> Some deprecated features have been used.  Set the environment
> variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
> program to get more information.  Set it to "no" to suppress
> this message.
> FAIL: test-component-manager
> Running test "null expression" [null expression] = 0.0000 [PASS]
> Running test "empty expression" [] = 0.0000 [PASS]
> Running test "whitespace" [  
> ] = 0.0000 [PASS]
> Running test "bad expression" [\] = 0.0000 [PASS]
> Running test "bad expression" [1 +] = 0.0000 [PASS]
> Running test "bad expression" [1 2] = 0.0000 [PASS]
> Running test "bad expression" [1 ç] = 0.0000 [PASS]
> Running test "bad expression" [ç 1] = 0.0000 [PASS]
> Running test "bad expression" [1 asdf] = 0.0000 [PASS]
> Running test "bad expression" [asdf 1] = 0.0000 [PASS]
> Running test "bad expression" [asdf jkl] = 0.0000 [PASS]
> Running test "bad expression" [  (5 + 23)/   ] = 0.0000 [PASS]
> Running test "bad expression" [  ((((5 + 23)/   ] = 0.0000 [PASS]
> Running test "divide by zero" [  4 / (1 - 1)] = 0.0000 [PASS]
> Running test "zero" [0] = 0.0000 [PASS]
> Running test "zero with whitespace" [
>            0  ] = 0.0000 [PASS]
> Running test "1 + 2" [1 + 2] = 3.0000 [PASS]
> Running test "17.3 - 12.3000" [17.3 - 12.3000] = 5.0000 [PASS]
> Running test "5 * 6" [5 * 6] = 30.0000 [PASS]
> Running test " 34 / (22) " [ 34 / (22) ] = 1.5455 [PASS]
> Running test " (4 + 5 * 2) - 7 / 3" [ (4 + 5 * 2) - 7 / 3] = 11.6667 [PASS]
> Running test "(a = 42) + (b = 12) - a" [(a = 42) + (b = 12) - a] = 12.0000 [PASS]
> Running test "AUD $1.23" [AUD $1.23] = 0.0000 [PASS]
> Running test "AUD $0.0" [AUD $0.0] = 0.0000 [PASS]
> Running test "AUD 1.23" [AUD 1.23] = 0.0000 [PASS]
> Running test "AUD 0.0" [AUD 0.0] = 0.0000 [PASS]
> Running test "AUD 1.2 + CAN 2.3" [AUD 1.2 + CAN 2.3] = 0.0000 [PASS]
> Running test "AUD $1.2 + CAN $2.3" [AUD $1.2 + CAN $2.3] = 0.0000 [PASS]
> Running test "1 + 2 * 3 + 4 + 5 * 6 * 7" [1 + 2 * 3 + 4 + 5 * 6 * 7] = 221.0000 [PASS]
> Running test "1 - 2 * 3 + 4 - 5 * 6 * 7" [1 - 2 * 3 + 4 - 5 * 6 * 7] = -211.0000 [PASS]
> Running test "Conrad's bug" [22.32 * 2 + 16.8 + 34.2 * 2 + 18.81 + 85.44- 42.72 + 13.32 + 15.48 + 23.4 + 115.4] = 358.9700 [PASS]
> Running test "plus(2 : 1)" [plus(2 : 1)] = 3.0000 [PASS]
> Running test "plus(1:2) plus(3:4)" [plus(1:2) plus(3:4)] = 0.0000 [PASS]
> Running test "plus( 1 : 2 ) + 3" [plus( 1 : 2 ) + 3] = 6.0000 [PASS]
> Running test "plus( 1 : 2 ) * 3" [plus( 1 : 2 ) * 3] = 9.0000 [PASS]
> Running test "plus( 1 + 2 : 3 ) * 5" [plus( 1 + 2 : 3 ) * 5] = 30.0000 [PASS]
> Running test "plus( ( 1 + 2 ) * 3 : 4 ) + 5" [plus( ( 1 + 2 ) * 3 : 4 ) + 5] = 18.0000 [PASS]
> Running test "5 + plus( ( 1 + 2 ) * 3 : 4 )" [5 + plus( ( 1 + 2 ) * 3 : 4 )] = 18.0000 [PASS]
> Running test "plus( plus( 1 : 2 ) : 3 )" [plus( plus( 1 : 2 ) : 3 )] = 6.0000 [PASS]
> Running test "plus( 4 : plus( plus( 1 : 2 ) : 3))" [plus( 4 : plus( plus( 1 : 2 ) : 3))] = 10.0000 [PASS]
> Running test "sub( 1 : 2 ) + 4" [sub( 1 : 2 ) + 4] = 3.0000 [PASS]
> Running test "sub( (1 + 2 * 3) : 4 ) + 5" [sub( (1 + 2 * 3) : 4 ) + 5] = 8.0000 [PASS]
> Running test "sub( 1 : 2 ) + sub( 3 : 4 ) + 5" [sub( 1 : 2 ) + sub( 3 : 4 ) + 5] = 3.0000 [PASS]
> Running test "sub( a = 42 : sub( plus( 1 : 2 ) : 6 * 7 )) + a" [sub( a = 42 : sub( plus( 1 : 2 ) : 6 * 7 )) + a] = 123.0000 [PASS]
> Running test "test_str( "one" : 1 )" [test_str( "one" : 1 )] = 2.0000 [PASS]
> Running test "test_str( "two" : 2 )" [test_str( "two" : 2 )] = 4.0000 [PASS]
> Running test "test_str( 3 : "three" )" [test_str( 3 : "three" )] = 0.0000 [PASS]
> Running test "test_str( "asdf" : 1 )" [test_str( "asdf" : 1 )] = 1.0000 [PASS]
> Running test ""asdf" + 0" ["asdf" + 0] = 0.0000 [PASS]
> Running test "blindreturn( 123.1 )" [blindreturn( 123.1 )] = 123.1000 [PASS]
> Running test "blindreturn( 123.01 )" [blindreturn( 123.01 )] = 123.0100 [PASS]
> Running test "blindreturn( 123.001 )" [blindreturn( 123.001 )] = 123.0010 [PASS]
> Executed 54 tests. All tests passed.
> PASS: test-exp-parser
> <unnamed port>: In procedure scm-error in expression (scm-error (quote misc-error) #f ...):
> <unnamed port>: no code for module (g-wrapped gw-gnc)
>
> Some deprecated features have been used.  Set the environment
> variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
> program to get more information.  Set it to "no" to suppress
> this message.
> FAIL: test-scm-query-string
> Executed 5352 tests. All tests passed.
> PASS: test-print-parse-amount
> ==========================================
> 3 of 6 tests failed
> Please report to gnucash-devel at gnucash.org
> ==========================================
> make[6]: *** [check-TESTS] Error 1
> make[6]: Leaving directory `/home/gopi/Desktop/gnucash-2.0.5/src/app-utils/test'
> make[5]: *** [check-am] Error 2
> make[5]: Leaving directory `/home/gopi/Desktop/gnucash-2.0.5/src/app-utils/test'
> make[4]: *** [check-recursive] Error 1
> make[4]: Leaving directory `/home/gopi/Desktop/gnucash-2.0.5/src/app-utils'
> make[3]: *** [check] Error 2
> make[3]: Leaving directory `/home/gopi/Desktop/gnucash-2.0.5/src/app-utils'
> make[2]: *** [check-recursive] Error 1
> make[2]: Leaving directory `/home/gopi/Desktop/gnucash-2.0.5/src'
> make[1]: *** [check-recursive] Error 1
> make[1]: Leaving directory `/home/gopi/Desktop/gnucash-2.0.5'
> make: *** [check] Error 2
> root at gopi-desktop:/home/gopi/Desktop/gnucash-2.0.5# 
> root at gopi-desktop:/home/gopi/Desktop/gnucash-2.0.5# 
>
>
>
>
> Gopi
>        
> ---------------------------------
> Ahhh...imagining that irresistible "new car" smell?
>  Check outnew cars at Yahoo! Autos.
> _______________________________________________
> gnucash-devel mailing list
> gnucash-devel at gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
>
>

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available



More information about the gnucash-devel mailing list