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 during build #3

Closed
kalpetros opened this issue Dec 24, 2020 · 2 comments
Closed

Error during build #3

kalpetros opened this issue Dec 24, 2020 · 2 comments

Comments

@kalpetros
Copy link
Contributor

When I'm running cargo build I get the following:

error: linking with `cc` failed: exit code: 1                                                                                                                                                                    = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L"
= note: /usr/bin/ld: cannot find -lxcb-render                                                                                                                                                                    
            /usr/bin/ld: cannot find -lxcb-shape                                                                                                                                                                     
            /usr/bin/ld: cannot find -lxcb-xfixes                                                                                                                                                                    
            collect2: error: ld returned 1 exit status                                                                                                                                                               
error: aborting due to previous error                                                                                                                                                                              
error: could not compile `rustyvault`                                                                                                                                                                                                              

Running Ubuntu 20.04 LTS

@andcri
Copy link
Owner

andcri commented Dec 25, 2020

Seems like you are missing some libraries, have you tried installing the ones listed in this issue?
orhun/kmon#2

@kalpetros
Copy link
Contributor Author

Turns out it needed libxcb-xfixes0-dev.

@andcri andcri closed this as completed Dec 25, 2020
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

2 participants