Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel build fails #2

Open
rtsisyk opened this issue Feb 9, 2017 · 1 comment
Open

Parallel build fails #2

rtsisyk opened this issue Feb 9, 2017 · 1 comment
Labels
backlog Issues for upcoming releases (to be done soon) build
Milestone

Comments

@rtsisyk
Copy link
Collaborator

rtsisyk commented Feb 9, 2017

I saw "mysql/mysqld_error.h: No such file or directory" somewhere in the middle of compilation:

[ 73%] Building C object mysys/CMakeFiles/mysys.dir/my_rdtsc.c.o
[ 73%] Building C object mysys/CMakeFiles/mysys.dir/psi_noop.c.o
/data/work/3123/mysql-tnt-replicatord/lib/libslave/Slave.cpp:25:32: fatal error: mysql/mysqld_error.h: No such file or directory
 #include <mysql/mysqld_error.h>
                                ^
compilation terminated.
lib/libslave/CMakeFiles/slave.dir/build.make:65: recipe for target 'lib/libslave/CMakeFiles/slave.dir/Slave.cpp.o' failed
make[2]: *** [lib/libslave/CMakeFiles/slave.dir/Slave.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....

The second run of make finished without problems.

@rtsisyk rtsisyk added the bug Something isn't working label Feb 9, 2017
@rtsisyk rtsisyk added this to the 1.0 milestone Feb 9, 2017
@yolleksandr
Copy link

Try to install libmysqlclient-dev package.
In my case (Debian stable) i have the same error, but after libmysqlclient-dev install all is ok.

Some information about env and problem file.

root@tnt:~# dpkg -L libmysqlclient-dev|grep mysqld_error.h
/usr/include/mysql/mysqld_error.h

@Totktonada Totktonada added 2sp backlog Issues for upcoming releases (to be done soon) build and removed bug Something isn't working labels Dec 20, 2020
@Totktonada Totktonada changed the title mysql/mysqld_error.h: No such file or directory Parallel build fails Dec 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Issues for upcoming releases (to be done soon) build
Projects
None yet
Development

No branches or pull requests

4 participants