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

brew install osx / arm (but using arch -x86_64) error #6

Open
kmicinski opened this issue Aug 23, 2021 · 1 comment
Open

brew install osx / arm (but using arch -x86_64) error #6

kmicinski opened this issue Aug 23, 2021 · 1 comment

Comments

@kmicinski
Copy link

...
==> Pouring mcpp--2.7.2.big_sur.bottle.1.tar.gz
🍺  /usr/local/Cellar/mcpp/2.7.2: 19 files, 1.1MB
==> Installing souffle-lang/souffle/souffle --HEAD
==> git fetch --tags
==> cmake -B build -S .
==> cmake --build build --target install
Last 15 lines from /Users/kmicinski/Library/Logs/Homebrew/souffle/03.cmake:
    container.insert(container.end(), std::begin(range), std::end(range));
              ^
/tmp/souffle-20210823-23822-1q1d0at/src/ast/Aggregator.cpp:67:5: note: in instantiation of function template specialization 'souffle::append<std::__1::vector<const souffle::ast::Node *>, souffle::range<souffle::TransformIterator<std::__1::__wrap_iter<const std::__1::unique_ptr<souffle::ast::Literal> *>, const (lambda at /tmp/souffle-20210823-23822-1q1d0at/src/include/souffle/utility/Iteration.h:372:38)>>>' requested here
    append(res, makePtrRange(body));
    ^
/tmp/souffle-20210823-23822-1q1d0at/src/include/souffle/utility/Iteration.h:164:7: note: copy assignment operator of 'TransformIterator<std::__1::__wrap_iter<const std::__1::unique_ptr<souffle::ast::Literal> *>, const (lambda at /tmp/souffle-20210823-23822-1q1d0at/src/include/souffle/utility/Iteration.h:372:38)>' is implicitly deleted because field 'fun' has no copy assignment operator
    F fun;
      ^
1 error generated.
make[2]: *** [src/CMakeFiles/libsouffle.dir/ast/Aggregator.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/CMakeFiles/libsouffle.dir/all] Error 2
[  7%] Linking CXX executable souffleprof
[  7%] Built target souffleprof
make: *** [all] Error 2

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
  https://github.com/souffle-lang/homebrew-souffle/issues
@b-scholz
Copy link
Member

May I ask which clang++ / G++ version you are using on your system?

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

No branches or pull requests

2 participants