Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 317653 - app-office/gnucash-2.3.12 version bump
Summary: app-office/gnucash-2.3.12 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Torsten Veller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-28 17:36 UTC by Peter Volkov (RETIRED)
Modified: 2010-05-19 14:27 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gnucash-2.3.12.ebuild.diff (gnucash-2.3.12.ebuild.diff,422 bytes, patch)
2010-04-28 17:38 UTC, Peter Volkov (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Volkov (RETIRED) gentoo-dev 2010-04-28 17:36:31 UTC
\subj
Comment 1 Peter Volkov (RETIRED) gentoo-dev 2010-04-28 17:38:03 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
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2010-04-29 09:45:30 UTC
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
Comment 3 Torsten Veller (RETIRED) gentoo-dev 2010-05-19 14:27:17 UTC
In the tree now. I broke the tests myself.