| Summary: | app-office/gnucash-2.3.12 version bump | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Peter Volkov (RETIRED) <pva> |
| Component: | New packages | Assignee: | Torsten Veller (RETIRED) <tove> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | gnome-office+disabled |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | gnucash-2.3.12.ebuild.diff | ||
|
Description
Peter Volkov (RETIRED)
2010-04-28 17:36:31 UTC
Created attachment 229551 [details, diff]
gnucash-2.3.12.ebuild.diff
This patch was required to avoid failure with the following error:
checking dbi/dbi.h usability... no
checking dbi/dbi.h presence... no
checking for dbi/dbi.h... no
configure: error: Unable to find dbi/dbi.h
I didn't bump it because its test fails: USE="chipcard doc hbci mysql quotes webkit -debug -ofx -postgres -sqlite" make[6]: Entering directory `/var/tmp/portage/app-office/gnucash-2.3.12/work/gnucash-2.3.12/src/backend/dbi/test' /bin/sh ../../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -DG_LOG_DOMAIN=\"gnc.backend.dbi\" -I../../../../lib/libc -I../../../../src -I../../../../src/core-utils -I../../../../src/gnc-module -I../../../../src/test-core -I../../../../src/engine -I../../../../src/engine/test-core -I../../../../src/backend/qsf -I../../../../src/libqof/qof -DTEST_MYSQL_URL=\"\" -DTEST_PGSQL_URL=\"\" -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wdeclaration-after-statement -pipe -march=native -Wall -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wno-unused -MT test-dbi-stuff.lo -MD -MP -MF .deps/test-dbi-stuff.Tpo -c -o test-dbi-stuff.lo test-dbi-stuff.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../.. -DG_LOG_DOMAIN=\"gnc.backend.dbi\" -I../../../../lib/libc -I../../../../src -I../../../../src/core-utils -I../../../../src/gnc-module -I../../../../src/test-core -I../../../../src/engine -I../../../../src/engine/test-core -I../../../../src/backend/qsf -I../../../../src/libqof/qof -DTEST_MYSQL_URL=\"\" -DTEST_PGSQL_URL=\"\" -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wdeclaration-after-statement -pipe -march=native -Wall -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wno-unused -MT test-dbi-stuff.lo -MD -MP -MF .deps/test-dbi-stuff.Tpo -c test-dbi-stuff.c -fPIC -DPIC -o .libs/test-dbi-stuff.o test-dbi-stuff.c:41: warning: no previous prototype for ‘do_compare’ test-dbi-stuff.c: In function ‘do_compare’: test-dbi-stuff.c:44: error: ‘CompareInfoStruct’ undeclared (first use in this function) test-dbi-stuff.c:44: error: (Each undeclared identifier is reported only once test-dbi-stuff.c:44: error: for each function it appears in.) test-dbi-stuff.c:44: error: expected ‘;’ before ‘info’ test-dbi-stuff.c:47: error: ‘info’ undeclared (first use in this function) test-dbi-stuff.c: In function ‘compare_single_tx’: test-dbi-stuff.c:76: error: ‘CompareInfoStruct’ undeclared (first use in this function) test-dbi-stuff.c:76: error: ‘info’ undeclared (first use in this function) test-dbi-stuff.c:76: error: expected expression before ‘)’ token test-dbi-stuff.c:77: warning: ISO C90 forbids mixed declarations and code make[6]: *** [test-dbi-stuff.lo] Error 1 In the tree now. I broke the tests myself. |