Bug Tracker item #2809206, was opened at 2009-06-19 19:33 Message generated for change (Comment added) made by hmonteiro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1126467&aid=2809206&group_id=250683
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: daemon Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Peter (ptard) >Assigned to: Hugo Monteiro (hmonteiro) Summary: mysql driver fails to compile under UCLIBC Initial Comment: I am running in to another issue with 3.9.0 /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-uclibc-gcc -DHAVE_CONFIG_H -DLOGDIR=\"/var/log/dspam\" -DCONFDIR=\"/etc/mail/dspam\" -DCONFIG_DEFAULT=\"/etc/mail/dspam/dspam.conf\" -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I. -I/usr/include/mysql -march=pentium4 -Os -pipe -fomit-frame-pointer -Wall -Wmissing-prototypes -Wmissing-declarations -MT libmysql_drv_la-mysql_drv.lo -MD -MP -MF .deps/libmysql_drv_la-mysql_drv.Tpo -c -o libmysql_drv_la-mysql_drv.lo `test -f 'mysql_drv.c' || echo './'`mysql_drv.c i686-pc-linux-uclibc-gcc -DHAVE_CONFIG_H -DLOGDIR=\"/var/log/dspam\" -DCONFDIR=\"/etc/mail/dspam\" -DCONFIG_DEFAULT=\"/etc/mail/dspam/dspam.conf\" -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I. -I/usr/include/mysql -march=pentium4 -Os -pipe -fomit-frame-pointer -Wall -Wmissing-prototypes -Wmissing-declarations -MT libmysql_drv_la-mysql_drv.lo -MD -MP -MF .deps/libmysql_drv_la-mysql_drv.Tpo -c mysql_drv.c -fPIC -DPIC -o .libs/libmysql_drv_la-mysql_drv.o mysql_drv.c: In function '_ds_getall_spamrecords': mysql_drv.c:682: error: 'ULLONG_MAX' undeclared (first use in this function) mysql_drv.c:682: error: (Each undeclared identifier is reported only once mysql_drv.c:682: error: for each function it appears in.) mysql_drv.c: In function '_ds_get_nexttoken': mysql_drv.c:1855: error: 'ULLONG_MAX' undeclared (first use in this function) make[3]: *** [libmysql_drv_la-mysql_drv.lo] Error 1 make[3]: Leaving directory `/var/tmp/portage/mail-filter/dspam-3.9.0/work/dspam-3.9.0/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/mail-filter/dspam-3.9.0/work/dspam-3.9.0/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/var/tmp/portage/mail-filter/dspam-3.9.0/work/dspam-3.9.0/src' make: *** [all-recursive] Error 1 ---------------------------------------------------------------------- >Comment By: Hugo Monteiro (hmonteiro) Date: 2009-06-19 22:51 Message: Hello Peter, Please try with the latest release, 3.9.0 alpha, from git. There was a recent commit that addressed that issue. I will be closing this bug report. If you still find trouble, please reopen it. Thank you for all the input, Hugo Monteiro. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1126467&aid=2809206&group_id=250683 ------------------------------------------------------------------------------ Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register today! http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org _______________________________________________ Dspam-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspam-devel
