MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0014250 | CMake | CMake | public | 2013-06-27 15:33 | 2013-12-02 08:51 |
Reporter | John Ralls | ||||
Assigned To | Brad King | ||||
Priority | normal | Severity | block | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Mac | OS | OSX | OS Version | 10.9 |
Product Version | CMake 2.8.11 | ||||
Target Version | CMake 2.8.11.2 | Fixed in Version | CMake 2.8.11.2 | ||
Summary | 0014250: CMake build fails due to Curl bug 1192 | ||||
Description | The latest llvm headers define strlcat as a macro rather than as a function, producing the following error when building CMake: Scanning dependencies of target cmcurl [ 14%] Building C object Utilities/cmcurl/CMakeFiles/cmcurl.dir/cookie.c.o In file included from /Users/john/Development/gtk-sources/cmake-2.8.11/Utilities/cmcurl/cookie.c:93: /Users/john/Development/gtk-sources/cmake-2.8.11/Utilities/cmcurl/strequal.h:42:8: error: expected parameter declarator size_t strlcat(char *dst, const char *src, size_t siz); ^ /Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' __builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) ^ /Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' #define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_... ^ /Applications/Xcode5-DP.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' # define _USE_FORTIFY_LEVEL 2 ^ | ||||
Steps To Reproduce | |||||
Additional Information | This has already been fixed in curl: http://sourceforge.net/p/curl/bugs/1192/ [^] | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://public.kitware.com/Bug/file/4804/5dd8c014%2B0001-cmcurl-Backport-curl-bug-1192-fix-14250.patch | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-06-27 15:33 | John Ralls | New Issue | |||
2013-06-27 16:51 | Brad King | File Added: 5dd8c014+0001-cmcurl-Backport-curl-bug-1192-fix-14250.patch | |||
2013-06-27 16:51 | Brad King | Note Added: 0033395 | |||
2013-06-28 18:49 | John Ralls | Note Added: 0033405 | |||
2013-06-28 18:56 | Brad King | Note Added: 0033406 | |||
2013-06-28 18:56 | Brad King | Assigned To | => Brad King | ||
2013-06-28 18:56 | Brad King | Status | new => resolved | ||
2013-06-28 18:56 | Brad King | Resolution | open => fixed | ||
2013-06-28 18:56 | Brad King | Fixed in Version | => CMake 2.8.12 | ||
2013-06-28 18:56 | Brad King | Target Version | => CMake 2.8.12 | ||
2013-07-03 15:53 | Robert Maynard | Target Version | CMake 2.8.12 => CMake 2.8.11.2 | ||
2013-07-03 15:56 | Robert Maynard | Fixed in Version | CMake 2.8.12 => CMake 2.8.11.2 | ||
2013-12-02 08:51 | Robert Maynard | Note Added: 0034631 | |||
2013-12-02 08:51 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|