[cfe-dev] Mac OS X - Mavericks - make check-all error

Nico Weber thakis at chromium.org
Fri Jan 3 13:47:58 PST 2014


On Fri, Jan 3, 2014 at 11:42 AM, Dawie Joubert <joubertdj at gmail.com> wrote:

> Hi,
>
> That worked! Thanks for the response!
>
> However. The final result of the check-all is as follows:
>
> ********************
> Testing Time: 591.24s
> ********************
> Failing Tests (3):
>     AddressSanitizer32 :: TestCases/stack-use-after-return.cc
>     AddressSanitizer64 :: TestCases/stack-use-after-return.cc
>     Clang :: Headers/cxx11.cpp
>
>   Expected Passes    : 16803
>   Expected Failures  : 75
>   Unsupported Tests  : 212
>   Unexpected Failures: 3
> make[3]: *** [CMakeFiles/check-all] Error 1
> make[2]: *** [CMakeFiles/check-all.dir/all] Error 2
> make[1]: *** [CMakeFiles/check-all.dir/rule] Error 2
> make: *** [check-all] Error 2
>
> Is it part of the same “problem”?
>

I think this is a different bug. If you look at test/Headers/cxx11.cpp,
you'll see a comment saying "FIXME: fails on 10.9, figure out what to do"
with a link to http://llvm.org/bugs/show_bug.cgi?id=18322
It's not clear what to do with that test yet, so for now it's failing :-/


>
> Best regards,
>
> Dawie
>
> On 03 Jan 2014, at 9:33 PM, Joubert, Dawie <Dawie.Joubert at rhdhv.com>
> wrote:
>
>
> Hi,
>
> This was it! Thanks!
>
> A pity that the information is not updated on the site!
>
> Thanks for the response!
>
> Dawie
>
>
> -----Original Message-----
> From: thakis at google.com on behalf of Nico Weber
> Sent: Thu 2014/01/02 09:00 PM
> To: Dawie Joubert
> Cc: cfe-dev at cs.uiuc.edu Developers; Bob Wilson
> Subject: Re: [cfe-dev] Mac OS X - Mavericks - make check-all error
>
> Hi,
>
> you need to check out libcxx into projects, see
> http://llvm.org/bugs/show_bug.cgi?id=17821 and the discussion on
> https://www.mail-archive.com/cfe-commits@cs.uiuc.edu/msg84027.html (I
> suggested that this should be mentioned on
> http://clang.llvm.org/get_started.html but didn't get a reply.
>
> Nico
>
>
> On Thu, Jan 2, 2014 at 10:45 AM, Dawie Joubert <joubertdj at gmail.com>
> wrote:
>
> > Dear all,
> >
> > The "make" command executes successfully on Mac OS X Mavericks . but when
> > I want to test it before I use it .. with "make check-all" . the
> following
> > error occurs:
> >
> > In file included from
> >
> /Users/dawiejoubert/Source/Clang/llvm/projects/compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cc:21:
> >
> */Users/dawiejoubert/Source/Clang/llvm/utils/unittest/googletest/include/gtest/gtest.h:54:10:
> > **fatal error: *
> > *      'limits' file not found*
> > #include <limits>
> > *         ^*
> > 1 error generated.
> > make[3]: ***
> >
> [projects/compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cc.x86_64.o]
> > Error 1
> > make[2]: ***
> >
> [projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/Sanitizer-x86_64-Test.dir/all]
> > Error 2
> > make[1]: *** [CMakeFiles/check-all.dir/rule] Error 2
> > make: *** [check-all] Error 2
> >
> > "Limits" should be standard c++ stuff shouldn't it be?
> >
> > PS. I recently switched from a PC to a Mac so please be not too hard on
> > ID10T errors . ;)
> >
> > Best regards,
> >
> > Dawie
> >
> >
> > _______________________________________________
> > cfe-dev mailing list
> > cfe-dev at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
> >
> >
> This email and any attachments are intended solely for the use of the
> addressee(s); disclosure or copying by others than the intended person(s)
> is strictly prohibited. If you have received this email in error, please
> treat this email as confidential, notify the sender and delete all copies
> of the email immediately.
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140103/a0cf1c23/attachment.html>


More information about the cfe-dev mailing list