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

make error on Centos7 #791

Closed
ParkChur opened this issue Aug 9, 2022 · 0 comments · Fixed by #834
Closed

make error on Centos7 #791

ParkChur opened this issue Aug 9, 2022 · 0 comments · Fixed by #834

Comments

@ParkChur
Copy link

ParkChur commented Aug 9, 2022

I try to make mydumper-0.12.3-2 on Cent7, but I meet this error.
I did "rm -rf docs/html/_static/* ", but it's same
what should i do?

[ 91%] Building C object CMakeFiles/myloader.dir/src/myloader_restore_job.c.o
[ 94%] Building C object CMakeFiles/myloader.dir/src/myloader_control_job.c.o
Linking C executable myloader
[ 94%] Built target myloader
[ 94%] Built target doc_sources
[ 97%] Building HTML documentation with Sphinx
Making output directory...

Exception occurred:
File "/usr/lib64/python2.7/shutil.py", line 69, in copyfile
raise Error("%s and %s are the same file" % (src, dst))
Error: /mydumper-0.12.3-2/docs/html/_static/pygments.css and /mydumper-0.12.3-2/docs/html/_static/pygments.css are the same file
The full traceback has been saved in /tmp/sphinx-err-jsylx8.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
Either send bugs to the mailing list at http://groups.google.com/group/sphinx-dev/,
or report them in the tracker at http://bitbucket.org/birkenfeld/sphinx/issues/. Thanks!
make[2]: *** [docs/CMakeFiles/doc_html] Error 1
make[1]: *** [docs/CMakeFiles/doc_html.dir/all] Error 2

make: *** [all] Error 2
[root@localhost mydumper-0.12.3-2]#

@ParkChur ParkChur added the bug label Aug 9, 2022
@davidducos davidducos added this to the Release 1.0.1-1 milestone Aug 9, 2022
@davidducos davidducos linked a pull request Sep 21, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants