Re: r23186 - gnucash/trunk - Bug 654196 - "make check" fails when built with --enable-dbi

2013-09-21 Thread Geert Janssens
On Friday 20 September 2013 18:41:51 John Ralls wrote: > Author: jralls > Date: 2013-09-20 18:41:50 -0400 (Fri, 20 Sep 2013) > New Revision: 23186 > Trac: http://svn.gnucash.org/trac/changeset/23186 > > Modified: >gnucash/trunk/configure.ac > Log: > Bug 654196 - "make check" fails when built w

Re: r23186 - gnucash/trunk - Bug 654196 - "make check" fails when built with --enable-dbi

2013-09-21 Thread Geert Janssens
On Friday 20 September 2013 18:41:51 John Ralls wrote: > Author: jralls > Date: 2013-09-20 18:41:50 -0400 (Fri, 20 Sep 2013) > New Revision: 23186 > Trac: http://svn.gnucash.org/trac/changeset/23186 > > Modified: >gnucash/trunk/configure.ac > Log: > Bug 654196 - "make check" fails when built w

Re: r23186 - gnucash/trunk - Bug 654196 - "make check" fails when built with --enable-dbi

2013-09-21 Thread John Ralls
On Sep 21, 2013, at 1:10 AM, Geert Janssens wrote: > Would it make sense to also point out the other option here: disable dbi > support again by > dropping the --enable_dbi option ? OK. On Sep 21, 2013, at 2:45 AM, Geert Janssens wrote: > And in addition to my previous comment: this code ac

Re: r23187 - gnucash/trunk - Revert dbi check

2013-09-21 Thread Geert Janssens
Oops, this one slipped through but was intended for local-use only on my machine to be able to continue to work while the new configure issue was being sorted out. I have just pushed a revert-the-revert commit :) Geert On Saturday 21 September 2013 12:12:10 Geert Janssens wrote: > Author: gjan

Re: r23186 - gnucash/trunk - Bug 654196 - "make check" fails when built with --enable-dbi

2013-09-21 Thread Geert Janssens
On Saturday 21 September 2013 08:50:03 John Ralls wrote: > On Sep 21, 2013, at 1:10 AM, Geert Janssens wrote: > > Would it make sense to also point out the other option here: disable > > dbi support again by dropping the --enable_dbi option ? > > OK. > > On Sep 21, 2013, at 2:45 AM, Geert Jansse

Re: r23186 - gnucash/trunk - Bug 654196 - "make check" fails when built with --enable-dbi

2013-09-21 Thread John Ralls
On Sep 21, 2013, at 9:36 AM, Geert Janssens wrote: > > Yet I do have all three libraries installed. If I remove the test, I can > build and run GnuCash just fine using any of the backends. For reference, the > so files are here: > $ ls /usr/lib64/dbd/ > libdbdmysql.solibdbdpgsql.soli

Re: r23186 - gnucash/trunk - Bug 654196 - "make check" fails when built with --enable-dbi

2013-09-21 Thread Herbert Thoma
Am 21.09.2013 19:22, schrieb John Ralls: On Sep 21, 2013, at 9:36 AM, Geert Janssens wrote: Yet I do have all three libraries installed. If I remove the test, I can build and run GnuCash just fine using any of the backends. For reference, the so files are here: $ ls /usr/lib64/dbd/ libdbdm

Re: r23186 - gnucash/trunk - Bug 654196 - "make check" fails when built with --enable-dbi

2013-09-21 Thread Derek Atkins
Hi, On Sat, September 21, 2013 3:43 pm, Herbert Thoma wrote: > Am 21.09.2013 19:22, schrieb John Ralls: >> >> On Sep 21, 2013, at 9:36 AM, Geert Janssens >> wrote: >> >>> >>> Yet I do have all three libraries installed. If I remove the test, I >>> can build and run GnuCash just fine using any of

Re: r23186 - gnucash/trunk - Bug 654196 - "make check" fails when built with --enable-dbi

2013-09-21 Thread Christian Stimming
The new test fails for me as well: Kubuntu 11.10, and config.log says: configure:20323: checking Looking for at least one supported DBD module configure:20343: gcc -o conftest -I/home/cs/usr/include -ldl conftest.c - lpthread >&5 /tmp/ccISRVMn.o: In function `main': conftest.c:(.text+0xf): und

Re: r23186 - gnucash/trunk - Bug 654196 - "make check" fails when built with --enable-dbi

2013-09-21 Thread John Ralls
On Sep 21, 2013, at 2:36 PM, Christian Stimming wrote: > The new test fails for me as well: Kubuntu 11.10, and config.log says: > > configure:20323: checking Looking for at least one supported DBD module > configure:20343: gcc -o conftest -I/home/cs/usr/include -ldl conftest.c - > lpthread >>

Re: r23186 - gnucash/trunk - Bug 654196 - "make check" fails when built with --enable-dbi

2013-09-21 Thread John Ralls
On Sep 21, 2013, at 1:51 PM, Derek Atkins wrote: > Hi, > > On Sat, September 21, 2013 3:43 pm, Herbert Thoma wrote: >> Am 21.09.2013 19:22, schrieb John Ralls: >>> >>> On Sep 21, 2013, at 9:36 AM, Geert Janssens >>> wrote: >>> Yet I do have all three libraries installed. If I remo

Re: r23186 - gnucash/trunk - Bug 654196 - "make check" fails when built with --enable-dbi

2013-09-21 Thread John Ralls
On Sep 21, 2013, at 3:44 PM, John Ralls wrote: > We don't. There are three ways, of which adding --with-dbd-dir to configure's > arguments is the "recommended" one. Sorry, that's --with-dbi-dbd-dir. Regards, John Ralls ___ gnucash-devel mailing lis

Re: r23186 - gnucash/trunk - Bug 654196 - "make check" fails when built with --enable-dbi

2013-09-21 Thread John Ralls
On Sep 21, 2013, at 3:44 PM, John Ralls wrote: > That said, it occurred to me that I can just add /usr/lib/dbd, /usr/lib64/dbd, > and ${libdir}/dbd to LD_LIBRARY_PATH before running the test programs. Commit > coming as soon as I test it. r23190 In an attempt to fix Christian's problem as well