[MDEV-13973] link failure extra/mariabackup/mbstream Created: 2017-10-01 Updated: 2017-11-30 Resolved: 2017-11-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Backup, Compiling |
| Affects Version/s: | 10.2.9 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Bernard Spil | Assignee: | Andrii Nikitin (Inactive) |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | None | ||
| Environment: |
FreeBSD 11.1-RELEASE-p1 amd64 |
||
| Attachments: |
|
| Description |
|
If I enable all storage engines, I get a linker failure when linking `extra/mariabackup/mbstream`. Linking succeeds when I add `mysys/CMakeFiles/mysys.dir/my_rdtsc.c.o` to the linker command
|
| Comments |
| Comment by Bernard Spil [ 2017-10-01 ] | |
|
cmake arguments
| |
| Comment by Bernard Spil [ 2017-10-01 ] | |
|
Looks like I had a borked build environment (or it is clang 4.0) creating this issue. | |
| Comment by Sergei Golubchik [ 2017-10-03 ] | |
|
Rather strange rpath you have, is that expected? |