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

error: failed to run custom build command for ncurses v5.98.0 #2630

Closed
DinoStray opened this issue Feb 26, 2019 · 1 comment
Closed

error: failed to run custom build command for ncurses v5.98.0 #2630

DinoStray opened this issue Feb 26, 2019 · 1 comment

Comments

@DinoStray
Copy link

Describe the bug
error: failed to run custom build command for ncurses v5.98.0

To Reproduce
Steps to reproduce the behavior:

  1. Ubuntu 16.04.5 LT
  2. apt install clang
    libclang-dev
    llvm-dev
    libncurses5
    libncursesw5
    cmake
    git
  3. cargo build --release
  4. See error

Relevant Information
apt install libncurses5
Reading package lists... Done
Building dependency tree
Reading state information... Done
libncurses5 is already the newest version (6.0+20160213-1ubuntu1).

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Ubuntu 16.04.5 LT
  • Version 16.04.5 LT
@DinoStray
Copy link
Author

Done with:
"libncurses5-dev libncursesw5-dev" instead of " libncurses5 libncursesw5"
But I wonder why in /etc/Dockerfile use "libncurses5 libncursesw5", and compile successfully.

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

No branches or pull requests

1 participant