Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS Sierra Issues with llvm37 #2826

Closed
EtherTyper opened this issue Jul 8, 2016 · 2 comments
Closed

macOS Sierra Issues with llvm37 #2826

EtherTyper opened this issue Jul 8, 2016 · 2 comments

Comments

@EtherTyper
Copy link

Bug reports:

Installing llvm37, I get the following error compiling its libc++ standard C implementation:

../include/string:1938:44: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification 'noexcept(is_nothrow_copy_constructible<allocator_type>::value)'
basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& __a)
                                   ^
../include/string:1326:40: note: previous declaration is here
_LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a)

https://gist.github.com/EtherTyper/f2a9cb636622bb90e2f21cc8abcb94d5

@EtherTyper EtherTyper changed the title macOS Sierra Issues macOS Sierra Issues with llvm37 Jul 8, 2016
@leepa
Copy link
Contributor

leepa commented Jul 8, 2016

Hey,

Unfortunately this is not a bug in Homebrew Core as macOS Sierra isn't currently supported. See https://gist.github.com/EtherTyper/f2a9cb636622bb90e2f21cc8abcb94d5#file-00-doctor-out-L0-L163 where is raises that you should do PRs not Issues for things on this version of macOS. Incidentally there's a load of other warnings in your brew doctor that might want looking at.

The error you're seeing there might be related to bad includes around but more likely an upstream issue with LLVM 3.7 on this version of the OS.

@EtherTyper
Copy link
Author

Yes, I have system/external installations of Node and Python as it points
out. I'll try to fix the exception handling and send a PR, (somehow,) to
LLVM. Sorry for wasting your time, but thanks for pointing me in the right
direction!

On Thu, Jul 7, 2016, 9:44 PM Lee Packham notifications@github.com wrote:

Hey,

Unfortunately this is not a bug in Homebrew Core as macOS Sierra isn't
currently supported. See
https://gist.github.com/EtherTyper/f2a9cb636622bb90e2f21cc8abcb94d5#file-00-doctor-out-L0-L163
where is raises that you should do PRs not Issues for things on this
version of macOS. Incidentally there's a load of other warnings in your
brew doctor that might want looking at.

The error you're seeing there might be related to bad includes around but
more likely an upstream issue with LLVM 3.7 on this version of the OS.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#2826 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/APSD2zEB6heK2s0-3JHVsUEtltlizcnHks5qTf_VgaJpZM4JHsjE
.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants