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

Can not build on Ubuntu16.04 #530

Closed
dcy opened this issue Apr 28, 2016 · 3 comments
Closed

Can not build on Ubuntu16.04 #530

dcy opened this issue Apr 28, 2016 · 3 comments

Comments

@dcy
Copy link

dcy commented Apr 28, 2016

==> rel (generate)
ERROR: Unable to generate spec: read file info /usr/lib/erlang/man/man1/x86_64-linux-gnu-gcov-tool.1.gz failed
ERROR: Unexpected error: rebar_abort
ERROR: generate failed while processing /home/dcy/app/emqttd/rel: rebar_abort
Makefile:36: recipe for target 'rel' failed
make: *** [rel] Error 1

@emqplus
Copy link
Contributor

emqplus commented Apr 28, 2016

@dcy, It seems rebar cannot read the man files:

/usr/lib/erlang/man/man1/gcov-tool.1.gz
/usr/lib/erlang/man/man1/x86_64-linux-gnu-gcov-tool.1.gz

@emqplus emqplus added the Task label Apr 28, 2016
@emqplus emqplus changed the title Can not compile in Ubuntu16.04 Can not build on Ubuntu16.04 Apr 28, 2016
@emqplus emqplus added this to the 2.0 milestone Apr 28, 2016
@emqplus emqplus self-assigned this Apr 28, 2016
@tellypath
Copy link

tellypath commented Apr 28, 2016

@dcy I think this can be solved with a workaround by deleting a symlink rm /usr/lib/erlang/man, and rerunning the make command. Don't know if this breaks something else down the line.

@paragasu
Copy link

This solve the issue i have on debian stretch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants