gnucash-devel Digest, Vol 122, Issue 25

Elise Scher elise.scher01 at gmail.com
Sun May 26 12:13:07 EDT 2013


Hi People,
    I am trying to learn some C and get to the point where I can help.

Cheers,
Elise


On Sun, May 26, 2013 at 9:00 AM, <gnucash-devel-request at gnucash.org> wrote:

> Send gnucash-devel mailing list submissions to
>         gnucash-devel at gnucash.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.gnucash.org/mailman/listinfo/gnucash-devel
> or, via email, send a message with subject or body 'help' to
>         gnucash-devel-request at gnucash.org
>
> You can reach the person managing the list at
>         gnucash-devel-owner at gnucash.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of gnucash-devel digest..."
>
>
> Today's Topics:
>
>    1. Re: Make check failure in backend/dbi/test (Geert Janssens)
>    2. Re: Make check failure in backend/dbi/test (Yawar Amin)
>    3. Re: Make check failure in backend/dbi/test (Geert Janssens)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 25 May 2013 18:14:53 +0200
> From: Geert Janssens <janssens-geert at telenet.be>
> To: gnucash-devel at gnucash.org
> Subject: Re: Make check failure in backend/dbi/test
> Message-ID: <2096911.0LFFmALhYd at legolas.kobaltwit.lan>
> Content-Type: text/plain; charset="us-ascii"
>
> It seems I'm no longer the only one running into this failure: Christopher
> Holterman also ran
> into it while verifying an unrelated bug report. He has added a lot more
> details here:
> https://bugzilla.gnome.org/show_bug.cgi?id=640962
>
> He suggests it may actually be a bug in glib's test suite code. If someone
> more
> knowledgable could have a look at it, that would be greatly appreciated.
>
> Geert
>
>
>
> On Friday 03 May 2013 13:59:23 Geert Janssens wrote:
> > With current trunk (being r22938), I run into this make check failure:
> >
> > make[5]: Entering directory
> > `/kobaltnet/janssege/Development/Builds/gnucash-f18-
> > trunk/src/backend/dbi/test'
> > TEST: test-backend-dbi... (pid=5129)
> >   /backend/dbi/store_and_reload/sqlite:
>  FAIL
> > GTester: last random seed: R02Saa95c3c1c5a167a0f1ecba17b003098f
> > /bin/sh: line 1:  5128 Terminated              MALLOC_CHECK_=2
> > MALLOC_PERTURB_=$((${RANDOM:-256} % 256)) gtester --verbose
> > test-backend-dbi
> > make[5]: *** [test-nonrecursive] Error 143
> > make[5]: Leaving directory
> > `/kobaltnet/janssege/Development/Builds/gnucash-f18-
> > trunk/src/backend/dbi/test'
> > make[4]: *** [check-am] Error 2
> > make[4]: Leaving directory
> > `/kobaltnet/janssege/Development/Builds/gnucash-f18-
> > trunk/src/backend/dbi/test'
> > make[3]: *** [check-recursive] Error 1
> > make[3]: Leaving directory
> >
> `/kobaltnet/janssege/Development/Builds/gnucash-f18-trunk/src/backend/dbi'
> > make[2]: *** [check-recursive] Error 1
> > make[2]: Leaving directory
> > `/kobaltnet/janssege/Development/Builds/gnucash-f18-trunk/src/backend'
> > make[1]: *** [check-recursive] Error 1
> > make[1]: Leaving directory
> > `/kobaltnet/janssege/Development/Builds/gnucash-f18-trunk/src' make: ***
> > [check-recursive] Error 1
> >
> > I first thought it was due to some local staged patches, but even on a
> clean
> > tree I get this. No idea when it started. The most recent change in the
> > backend code was about 3 weeks ago by cstim: r22899 "Adding missing
> > GLIB_LIBS to LDFLAGS as needed for newer gcc/libtool"
> >
> > This is my current configure line:
> > configure --prefix=/home/janssege/Development/Installs/gnucash-f18-trunk
> > --enable-debug --enable-ofx -- enable-compiler-warnings --enable-doxygen
> > --enable-python --with-html-engine=webkit --enable-aqbanking
> >
> > Anyone else seeing this ?
> >
> > Geert
> > _______________________________________________
> > gnucash-devel mailing list
> > gnucash-devel at gnucash.org
> > https://lists.gnucash.org/mailman/listinfo/gnucash-devel
>
>
> ------------------------------
>
> Message: 2
> Date: Sat, 25 May 2013 14:36:25 -0400
> From: Yawar Amin <yawar.amin at gmail.com>
> To: Geert Janssens <janssens-geert at telenet.be>
> Cc: gnucash-devel at gnucash.org
> Subject: Re: Make check failure in backend/dbi/test
> Message-ID: <51A104A9.3030009 at gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi Geert,
>
> On 2013-05-03 07:59, Geert Janssens wrote:
> > With current trunk (being r22938), I run into this make check failure:
> >
> > make[5]: Entering directory
> `/kobaltnet/janssege/Development/Builds/gnucash-f18-
> > [...]
> > I first thought it was due to some local staged patches, but even on a
> clean tree I get this. No idea when it
> > started. The most recent change in the backend code was about 3 weeks
> ago by cstim:
> > r22899 "Adding missing GLIB_LIBS to LDFLAGS as needed for newer
> gcc/libtool"
>
> Have you tried doing a git bisect by any chance? If you run:
>
> git bisect bad trunk
> git bisect good <some old commit that passes make check>
> git bisect run make check
>
> Git should be able to pinpoint the exact commit that caused the failure.
>
> HTH,
>
> Yawar
>
>
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 890 bytes
> Desc: OpenPGP digital signature
> URL: <
> http://lists.gnucash.org/pipermail/gnucash-devel/attachments/20130525/a9445e46/attachment-0001.sig
> >
>
> ------------------------------
>
> Message: 3
> Date: Sat, 25 May 2013 21:05:04 +0200
> From: Geert Janssens <janssens-geert at telenet.be>
> To: Yawar Amin <yawar.amin at gmail.com>
> Cc: gnucash-devel at gnucash.org
> Subject: Re: Make check failure in backend/dbi/test
> Message-ID: <23214888.gNPPic76mE at legolas.kobaltwit.lan>
> Content-Type: text/plain; charset="us-ascii"
>
> I considered that, but
> - the last change in that area has been months ago
> - distcheck didn't fail for John when doing the last few releases
> it's more likely not an issue with the gnucash sources directly.
>
> John is looking into it by the way.
>
> Geert
>
> On Saturday 25 May 2013 14:36:25 Yawar Amin wrote:
> > Hi Geert,
> >
> > On 2013-05-03 07:59, Geert Janssens wrote:
> > > With current trunk (being r22938), I run into this make check failure:
> > >
> > > make[5]: Entering directory
> > > `/kobaltnet/janssege/Development/Builds/gnucash-f18- [...]
> > > I first thought it was due to some local staged patches, but even on a
> > > clean tree I get this. No idea when it started. The most recent change
> in
> > > the backend code was about 3 weeks ago by cstim: r22899 "Adding missing
> > > GLIB_LIBS to LDFLAGS as needed for newer gcc/libtool"
> > Have you tried doing a git bisect by any chance? If you run:
> >
> > git bisect bad trunk
> > git bisect good <some old commit that passes make check>
> > git bisect run make check
> >
> > Git should be able to pinpoint the exact commit that caused the failure.
> >
> > HTH,
> >
> > Yawar
>
>
> ------------------------------
>
> _______________________________________________
> gnucash-devel mailing list
> gnucash-devel at gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
>
>
> End of gnucash-devel Digest, Vol 122, Issue 25
> **********************************************
>


More information about the gnucash-devel mailing list