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

The project doesn't build #8

Open
mik01aj opened this issue Jun 3, 2019 · 0 comments
Open

The project doesn't build #8

mik01aj opened this issue Jun 3, 2019 · 0 comments

Comments

@mik01aj
Copy link

mik01aj commented Jun 3, 2019

Doing cargo build on current master fails with:

   Compiling clipboard v0.5.0                                                                                                                         
error[E0658]: imports can only refer to extern crate names passed with `--extern` on stable channel (see issue #53130)                                
  --> /usr/local/google/home/mikoda/.cargo/git/checkouts/cursive-2b944efb52182bd6/b722f8a/src/backend/puppet/mod.rs:75:17                             
   |                                                                                                                                                  
12 | use crate::backend;                                                                                                                              
   |     -------------- not an extern crate passed with `--extern`                                                                                    
...                                                                                                                                                   
75 |             use backend::Backend;                                                                                                                
   |                 ^^^^^^^                                                                                                                          
   |                                                                                                                                                  
note: this import refers to the module imported here                                                                                                  
  --> /usr/local/google/home/mikoda/.cargo/git/checkouts/cursive-2b944efb52182bd6/b722f8a/src/backend/puppet/mod.rs:12:5                              
   |                                                                                                                                                  
12 | use crate::backend;                                                                                                                              
   |     ^^^^^^^^^^^^^^                                                                                                                               
                                                                                                                                                      
error: aborting due to previous error                                                                                                                 
                                                                                                                                                      
For more information about this error, try `rustc --explain E0658`.                                                                                   
error: Could not compile `cursive`.                                                                                                                   
warning: build failed, waiting for other jobs to finish...
error: build failed                  

I also tried to look for older working commits on https://travis-ci.org/njskalski/sly-editor, but it says: "You don't have sufficient rights to enable this repo on Travis. Please contact the admin to enable it or to receive admin rights yourself."

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