You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "bettydramit (JIRA)" <ji...@apache.org> on 2013/07/15 12:04:48 UTC

[jira] [Created] (TS-2030) build error when enable --enable-interim-cache on fedora19 x86_64

bettydramit created TS-2030:
-------------------------------

             Summary: build error when enable --enable-interim-cache on fedora19 x86_64
                 Key: TS-2030
                 URL: https://issues.apache.org/jira/browse/TS-2030
             Project: Traffic Server
          Issue Type: Bug
          Components: Cache
            Reporter: bettydramit


CacheWrite.cc: In member function 'int InterimCacheVol::aggWriteDone(int, void*)':
CacheWrite.cc:1936:307: error: format '%lu' expects argument of type 'long unsigned int', but argument 9 has type 'long long int' [-Werror=format=]
      Debug("cache_disk_error", "Write error on disk %s\n \
                                                                                                                                                                                                                                                                                                                   ^
CacheWrite.cc:1936:307: error: format '%lu' expects argument of type 'long unsigned int', but argument 10 has type 'long long unsigned int' [-Werror=format=]
CacheWrite.cc:1936:307: error: format '%lu' expects argument of type 'long unsigned int', but argument 11 has type 'long long int' [-Werror=format=]
CacheWrite.cc:1936:307: error: format '%lu' expects argument of type 'long unsigned int', but argument 12 has type 'long long unsigned int' [-Werror=format=]
cc1plus: all warnings being treated as errors
make[2]: *** [CacheWrite.o] Error 1
make[2]: *** Waiting for unfinished jobs....

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira