Bug 611936 and the 2.4.0 release
Mike Evans
mikee at saxicola.idps.co.uk
Thu Aug 12 06:08:56 EDT 2010
On Wednesday August 11 2010 22:17:24 Geert Janssens wrote:
> I just finished building GC trunk on Fedora 13, 32-bit.
>
> Like for Alex, F13 gives me libdbi-dbd-sqlite-0.8.3-5.fc12.i686, although
> for me it's the 32bit version. With this setup, the bug is still present
> on my system.
>
> I'll dig a bit further later.
>
> Geert
Fedora12
Ran yum remove libdbi to get rid of all relevant libs in /usr/lib/...
Obtained libdbi-0.8.3-3.fc12.src.rpm and libdbi-drivers-0.8.3-5.fc12.src.rpm
Extracted both using rpmbuild --rebuild --nodeps libdbi...
Build both using ./configure --disable-docs and make clean;make
Result: No numerical data in transactions.
Build again using make clean;make debug;
Result: All data present and correct.
There are obviously differences in the CFLAGS per build and source, from
configure.in,
Fedora:
DEBUG="-g -Wall -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char -std=gnu99"
CFLAGS="-ffast-math -D_REENTRANT -fsigned-char -std=gnu99 $RPM_OPT_FLAGS"
PROFILE="-pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char -std=gnu99";;
libdbi source:
DEBUG="-g -Wall -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char -std=gnu99"
CFLAGS="-O20 -ffast-math -D_REENTRANT -fsigned-char -std=gnu99"
PROFILE="-pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char -std=gnu99";;
MikeE
--
GPG Key: 1024D/050895C2
Keyserver: http://pgp.mit.edu/
Search String: 0x050895C2
More information about the gnucash-devel
mailing list