[
https://issues.apache.org/jira/browse/TS-2030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
bettydramit updated TS-2030:
----------------------------
Attachment: a.patch
fix build error
> 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
> Attachments: a.patch
>
>
> 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