2009/1/27 gert <[email protected]>: > > warning stuff :-) > > r...@r12276:~/mod_wsgi# make > /usr/bin/apxs2 -c -I/usr/python/include/python3.0 -DNDEBUG > mod_wsgi.c -Wl,-L/usr/python/lib/python3.0/config -Wl,-lpython3.0 -Wl,- > lpthread -Wl,-ldl -Wl,-lutil -Wl,-lm > /usr/share/apr-1.0/build/libtool --silent --mode=compile --tag=disable- > static i486-linux-gnu-gcc -prefer-pic -DLINUX=2 -D_GNU_SOURCE - > D_LARGEFILE64_SOURCE -D_REENTRANT -I/usr/include/apr-1.0 -I/usr/ > include/mysql -I/usr/include/openssl -I/usr/include/postgresql -I/usr/ > include/xmltok -pthread -I/usr/include/apache2 -I/usr/include/ > apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/postgresql -I/usr/ > include/mysql -I/usr/python/include/python3.0 -DNDEBUG -c -o > mod_wsgi.lo mod_wsgi.c && touch mod_wsgi.slo > mod_wsgi.c: In function 'Input_read': > mod_wsgi.c:1807: warning: format '%d' expects type 'int', but argument > 9 has type 'long int' > mod_wsgi.c:1807: warning: format '%d' expects type 'int', but argument > 10 has type 'apr_off_t' > mod_wsgi.c:1807: warning: format '%d' expects type 'int', but argument > 11 has type 'apr_off_t' > mod_wsgi.c:1857: warning: format '%d' expects type 'int', but argument > 9 has type 'long int' > mod_wsgi.c:1857: warning: format '%d' expects type 'int', but argument > 10 has type 'apr_off_t' > mod_wsgi.c:1857: warning: format '%d' expects type 'int', but argument > 11 has type 'apr_off_t' > mod_wsgi.c:1873: warning: format '%d' expects type 'int', but argument > 9 has type 'long int' > mod_wsgi.c:1873: warning: format '%d' expects type 'int', but argument > 10 has type 'apr_off_t' > mod_wsgi.c:1873: warning: format '%d' expects type 'int', but argument > 11 has type 'apr_off_t' > mod_wsgi.c:1910: warning: format '%d' expects type 'int', but argument > 9 has type 'long int' > mod_wsgi.c:1910: warning: format '%d' expects type 'int', but argument > 10 has type 'apr_off_t' > mod_wsgi.c:1910: warning: format '%d' expects type 'int', but argument > 11 has type 'apr_off_t' > mod_wsgi.c:1916: warning: format '%d' expects type 'int', but argument > 9 has type 'apr_off_t' > mod_wsgi.c:1916: warning: format '%d' expects type 'int', but argument > 10 has type 'apr_off_t' > mod_wsgi.c:1916: warning: too few arguments for format > /usr/share/apr-1.0/build/libtool --silent --mode=link --tag=disable- > static i486-linux-gnu-gcc -o mod_wsgi.la -rpath /usr/lib/apache2/ > modules -module -avoid-version mod_wsgi.lo -Wl,-L/usr/python/lib/ > python3.0/config -Wl,-lpython3.0 -Wl,-lpthread -Wl,-ldl -Wl,-lutil - > Wl,-lm > r...@r12276:~/mod_wsgi#
Change them to %ld then. When that is done and you have generated and captured output to post here, then do an svn update to pick up fix for: http://code.google.com/p/modwsgi/issues/detail?id=126 This is in same area of code, but shouldn't cause problem unless you have a really slow client that is dribbling post content a character at a time. Remember, I still want to see that debug output from error log as I asked before. Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
