Comment 5 for bug 747152

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

My comment #3 was wrong and, at some point between 5.5.25 and 5.5.27 the -DENABLE_DTRACE=OFF workaround stopped working:

cmake ../Percona-Server -DENABLE_DTRACE=OFF
...
make
...
[ 16%] Building C object mysys/CMakeFiles/mysys.dir/mf_keycache.c.o
In file included from /home/laurynas/percona/src/percona-server-5.5/Percona-Server/mysys/mf_keycache.c:115:0:
/home/laurynas/percona/src/percona-server-5.5/Percona-Server/include/probes_mysql.h:26:35: fatal error: probes_mysql_nodtrace.h: No such file or directory
compilation terminated.
make[2]: *** [mysys/CMakeFiles/mysys.dir/mf_keycache.c.o] Error 1
make[1]: *** [mysys/CMakeFiles/mysys.dir/all] Error 2
make: *** [all] Error 2

Resetting the triage because it is more severe now.