oceanbase / oceanbase/seekdb

Release build fails on macOS due to linker compatibility issues

Open
#336 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

dima
Dominant language
C++
Stars
2.9k
Forks
339
Avg merge
1d 19h
Merged PRs (30d)
52

Description

Environment

Description

A release build on a macOS machine fails due to linker compatibility issues. The precompiled static libraries located in deps/3rd appear to be incompatible with the current macOS arm64 linking environment.

Steps to Reproduce

  1. Clone the master branch of the repository.
  2. Attempt a release build on a macOS arm64 machine.
  3. The build fails during the linking phase.

Impact

Development and testing on macOS arm64 platforms are blocked.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the release build on macOS arm64 and inspect the linking step involving the precompiled static libraries in deps/3rd. Check the libraries' compatibility with the current macOS arm64 environment; done means the release build links successfully on that platform.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
build-system
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.