[MDEV-30811] Build issues on macOS 11.0 Created: 2023-03-08 Updated: 2023-03-16 Resolved: 2023-03-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling |
| Affects Version/s: | 11.0 |
| Fix Version/s: | 11.0.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Weijun Huang | Assignee: | Dmitry Shulga |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
macOS Monterey, 12.5.1, ARM architecture, clang version 15.0.3 |
||
| Description |
|
Failed to compile 11.0 on MacOS. The bug happened after 95d51369c9b1d5b759be630003ab12e9615ea0cc. It was caused by 7a834d6248f42bd2207152071d31e9ecfc5de422 commit. Run the following to compile
Met the error
Debug into it
|
| Comments |
| Comment by Daniel Black [ 2023-03-09 ] | ||||||
|
is an assertion cause followable for the pthread library version from https://opensource.apple.com/source/libpthread/libpthread-454.80.2/src/pthread_tsd.c.auto.html (pthread_self at bottom of page). | ||||||
| Comment by Dmitry Shulga [ 2023-03-16 ] | ||||||
|
The branch for review is bb-11.0- | ||||||
| Comment by Sergei Golubchik [ 2023-03-16 ] | ||||||
|
ok to push. but please make my_symlink.c to look like it was before my fix. That is,
|