Build fails if dtrace support found
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona Server moved to https://jira.percona.com/projects/PS |
Triaged
|
High
|
Unassigned | ||
5.1 |
Invalid
|
Undecided
|
Unassigned | ||
5.5 |
Triaged
|
High
|
Unassigned | ||
5.6 |
New
|
Undecided
|
Unassigned |
Bug Description
Steps to reproduce:
make all cmake_debug
cd Percona-
make
...
Linking CXX executable bug25714
../libmysql/
../libmysql/
../libmysql/
../libmysql/
../libmysql/
../libmysql/
../libmysql/
../libmysql/
../libmysql/
../libmysql/
../libmysql/
../libmysql/
collect2: ld returned 1 exit status
make[2]: *** [tests/bug25714] Error 1
make[1]: *** [tests/CMakeFiles/bug25714.dir/all] Error 2
make: *** [all] Error 2
Workaround: add -DENABLE_DTRACE=OFF to cmake options.
Changed in percona-server: | |
status: | New → Confirmed |
Changed in percona-server: | |
importance: | Undecided → High |
importance: | High → Medium |
status: | Confirmed → Triaged |
this happens on current Ubuntu (my desktop) and is in upstream MySQL, not just Percona Server.