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

Can #19

Open
soreshin opened this issue Mar 13, 2024 · 1 comment
Open

Can #19

soreshin opened this issue Mar 13, 2024 · 1 comment

Comments

@soreshin
Copy link

No description provided.

@soreshin
Copy link
Author

I'm trying to do

brew install tarantool@2.10 --overwrite

And I got an error

==> Fetching tarantool/tap/tarantool@2.10
==> Downloading https://download.tarantool.org/tarantool/src/tarantool-2.10.4.tar.gz
Already downloaded: /Users/s.oreshin/Library/Caches/Homebrew/downloads/1e24197856ba1715e2e7e41042a7e950fc929920e3bfd9d5c2c8912da4115994--tarantool-2.10.4.tar.gz
==> Installing tarantool@2.10 from tarantool/tap
==> cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_MANDIR=/opt/homebrew/Cellar/tarantool@2.10/2.10.4/share/doc/tarantool@2.10 -DCMAKE_INSTALL_SYSCONFDIR=/opt/homebr
==> make install
Last 15 lines from /Users/s.oreshin/Library/Logs/Homebrew/tarantool@2.10/02.make:
[ 22%] Linking CXX executable bloom.test
cd /tmp/tarantoolA2.10-20240313-25112-jxcz3q/tarantool-2.10.4/build/test/unit && /opt/homebrew/Cellar/cmake/3.28.3/bin/cmake -E cmake_link_script CMakeFiles/bloom.test.dir/link.txt --verbose=1
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++  -fexceptions -funwind-tables -fno-common -fopenmp -Wformat -Wformat-security -Werror=format-security -fstack-protector-strong -fPIC -fmacro-prefix-map=/tmp/tarantoolA2.10-20240313-25112-jxcz3q/tarantool-2.10.4=. -std=c++11 -Wall -Wextra -Wno-strict-aliasing -Wno-char-subscripts -Wno-format-truncation -Wno-invalid-offsetof -Wno-gnu-alignof-expression -Wno-cast-function-type -Wno-unused-parameter -Wno-unused -Wno-unused-result -Wno-tautological-compare -O2 -g -DNDEBUG -ggdb -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/bloom.test.dir/bloom.cc.o -o bloom.test  ../../src/lib/salad/libsalad.a
[ 22%] Built target bps_tree_iterator.test
[ 22%] Built target light.test
[ 22%] Built target bloom.test
[ 22%] Linking CXX executable bps_tree.test
cd /tmp/tarantoolA2.10-20240313-25112-jxcz3q/tarantool-2.10.4/build/test/unit && /opt/homebrew/Cellar/cmake/3.28.3/bin/cmake -E cmake_link_script CMakeFiles/bps_tree.test.dir/link.txt --verbose=1
/opt/homebrew/Library/Homebrew/shims/mac/super/clang++  -fexceptions -funwind-tables -fno-common -fopenmp -Wformat -Wformat-security -Werror=format-security -fstack-protector-strong -fPIC -fmacro-prefix-map=/tmp/tarantoolA2.10-20240313-25112-jxcz3q/tarantool-2.10.4=. -std=c++11 -Wall -Wextra -Wno-strict-aliasing -Wno-char-subscripts -Wno-format-truncation -Wno-invalid-offsetof -Wno-gnu-alignof-expression -Wno-cast-function-type -Wno-unused-parameter -Wno-unused -Wno-unused-result -Wno-tautological-compare -O2 -g -DNDEBUG -ggdb -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/bps_tree.test.dir/bps_tree.cc.o -o bps_tree.test  ../../src/lib/small/libsmall.a ../../libmisc.a -lm -lgomp -lpthread
[ 22%] Built target bps_tree.test
[ 22%] Linking C executable msgpack.test
cd /tmp/tarantoolA2.10-20240313-25112-jxcz3q/tarantool-2.10.4/build/test/unit && /opt/homebrew/Cellar/cmake/3.28.3/bin/cmake -E cmake_link_script CMakeFiles/msgpack.test.dir/link.txt --verbose=1
/opt/homebrew/Library/Homebrew/shims/mac/super/clang  -fexceptions -funwind-tables -fno-common -fopenmp -Wformat -Wformat-security -Werror=format-security -fstack-protector-strong -fPIC -fmacro-prefix-map=/tmp/tarantoolA2.10-20240313-25112-jxcz3q/tarantool-2.10.4=. -std=c11 -Wall -Wextra -Wno-strict-aliasing -Wno-char-subscripts -Wno-format-truncation -Wno-gnu-alignof-expression -Wno-cast-function-type -Wno-unused-parameter -Wno-unused -Wno-unused-result -Wno-tautological-compare -O2 -g -DNDEBUG -ggdb -O2 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/msgpack.test.dir/__/__/src/lib/msgpuck/test/msgpuck.c.o CMakeFiles/msgpack.test.dir/__/__/src/lib/msgpuck/test/test.c.o -o msgpack.test  ../../src/lib/msgpuck/libmsgpuck.a
[ 22%] Built target msgpack.test
make: *** [all] Error 2

If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
  https://github.com/tarantool/homebrew-tap/issues

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

1 participant