Upgraded to potato 2.2r4 -- assertion failures

Eric Hanchrow offby1@blarg.net
09 Nov 2001 22:05:51 -0800


>>>>> "Me" == Eric Hanchrow <offby1@blarg.net> writes:

    Me> I upgraded my Debian 2.2 system to r4 (it had been r3
    Me> previously).  Now when I start gnucash, I see

    Me>         ** CRITICAL **: file gnome-font-face.c: line 142
    Me>         (gnome_font_face_new): assertion `fontmap != NULL'
    Me>         failed.

I'm able to get my work done: I rebuilt from the 1.6.4 distribution.
I had to make this patch, however:

    cd /usr/local/src/gnucash/gnucash-1.6.4/src/engine/
    diff -wu /usr/local/src/gnucash/gnucash-1.6.4/src/engine/Makefile.am\~ /usr/local/src/gnucash/gnucash-1.6.4/src/engine/Makefile.am
    --- /usr/local/src/gnucash/gnucash-1.6.4/src/engine/Makefile.am~	Thu Aug  9 17:00:15 2001
    +++ /usr/local/src/gnucash/gnucash-1.6.4/src/engine/Makefile.am	Fri Nov  9 21:44:41 2001
    @@ -117,7 +117,7 @@
       extensions.txt \
       kvp_doc.txt

    -CFLAGS = @CFLAGS@ ${GLIB_CFLAGS} ${GNOME_XML_CFLAGS} ${GHTTP_CFLAGS}
    +CFLAGS = @CFLAGS@ ${GLIB_CFLAGS} ${GNOME_XML_CFLAGS} ${GHTTP_CFLAGS} ${GNOME_PRINT_CFLAGS}

     LDADD = ${GNOME_XML_LIB} ${GLIB_LIBS} ${DL_LIB}


    Diff finished at Fri Nov  9 22:02:06

... and I had to use automake 1.4, and autoconf 2.13, instead of
automake 1.5 and autoconf 2.5.2 (the latter tools found much to
complain about; the former didn't).
 
-- 
PGP Fingerprint: 3E7B A3F3 96CA 8958 ACC5  C8BD 6337 0041 C01C 5276