Got rid of the above warnings(by using PRIu64 in printf and sprintf statements). Still there are two warnings.
** Patch added: "original.patch" https://bugs.launchpad.net/drizzle/+bug/1025318/+attachment/3535404/+files/original.patch -- You received this bug notification because you are a member of UBUNTU - AL - BR, which is subscribed to Drizzle. https://bugs.launchpad.net/bugs/1025318 Title: unable to install DBD::drizzle in ubuntu precise Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications: Confirmed Bug description: vjsamuel@codeshack:~/DBD-drizzle-0.304$ sudo make cc -c -I/usr/local/lib/perl/5.14.2/auto/DBI -I/usr/include/libdrizzle-1.0 -DDBD_DRIZZLE_INSERT_ID_IS_GOOD -g -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"0.304\" -DXS_VERSION=\"0.304\" -fPIC "-I/usr/lib/perl/5.14/CORE" dbdimp.c dbdimp.c: In function ‘drizzle_dr_connect’: dbdimp.c:899:5: error: ‘sv_yes’ undeclared (first use in this function) dbdimp.c:899:5: note: each undeclared identifier is reported only once for each function it appears in dbdimp.c: In function ‘dbd_discon_all’: dbdimp.c:1336:8: error: ‘dirty’ undeclared (first use in this function) dbdimp.c:1344:3: error: ‘perl_destruct_level’ undeclared (first use in this function) dbdimp.c: In function ‘drizzle_db_FETCH_attrib’: dbdimp.c:1579:58: error: ‘sv_undef’ undeclared (first use in this function) dbdimp.c: In function ‘drizzle_st_execute’: dbdimp.c:2080:5: warning: conversion lacks type at end of format [-Wformat] dbdimp.c: In function ‘drizzle_st_FETCH_internal’: dbdimp.c:2565:14: error: ‘sv_undef’ undeclared (first use in this function) dbdimp.c: In function ‘drizzle_db_type_info_all’: dbdimp.c:2986:5: error: ‘sv_undef’ undeclared (first use in this function) dbdimp.c: In function ‘drop_schema’: dbdimp.c:3199:14: warning: passing argument 1 of ‘drizzle_dr_error’ from incompatible pointer type [enabled by default] dbdimp.c:785:6: note: expected ‘struct SV *’ but argument is of type ‘struct imp_dbh_t *’ dbdimp.c: In function ‘create_schema’: dbdimp.c:3215:14: warning: passing argument 1 of ‘drizzle_dr_error’ from incompatible pointer type [enabled by default] dbdimp.c:785:6: note: expected ‘struct SV *’ but argument is of type ‘struct imp_dbh_t *’ make: *** [dbdimp.o] Error 1 To manage notifications about this bug go to: https://bugs.launchpad.net/drizzle/+bug/1025318/+subscriptions -- Mailing list: https://launchpad.net/~linux-traipu Post to : [email protected] Unsubscribe : https://launchpad.net/~linux-traipu More help : https://help.launchpad.net/ListHelp

