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

Build error: sha256sum not found on FreeBSD #566

Closed
igalic opened this issue May 6, 2019 · 0 comments · Fixed by #568
Closed

Build error: sha256sum not found on FreeBSD #566

igalic opened this issue May 6, 2019 · 0 comments · Fixed by #568
Labels
Build The building, or installation process of Plume C: Bug Something isn't working

Comments

@igalic
Copy link
Contributor

igalic commented May 6, 2019

error: failed to compile `plume v0.3.0 (/usr/local/src/Plume)`, intermediate artifacts can be found at `/usr/local/src/Plume/target`                                         
                                                                                                                                                                              
Caused by:                                                                                                                                                                   
  failed to run custom build command for `plume v0.3.0 (/usr/local/src/Plume)`                                                                                               
process didn't exit successfully: `/usr/local/src/Plume/target/release/build/plume-e42edb5ba3415496/build-script-build` (exit code: 101)                                     
--- stdout                                                                                                                                                                   
cargo:rerun-if-changed=/usr/local/src/Plume/templates                                                                                                                        
cargo:rerun-if-changed=/usr/local/src/Plume/templates/blogs                                                                                                                  
…etc…
cargo:rerun-if-changed=/usr/local/src/Plume/templates/partials/instance_description.rs.html                                                                                  
cargo:rerun-if-changed=/usr/local/src/Plume/templates/base.rs.html                                                                                                           
cargo:rerun-if-changed=static/css                                                                                                                                            
                                                                                                                                                                             
--- stderr                                                                                                                                                                   
thread 'main' panicked at 'failed sha256sum command: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:999:5stat: illegal option --
 -                                                                                                                                                                           
                                                                                                                                                                             
usage: stat [-FLnq] [-f format | -l | -r | -s | -x] [-t timefmt] [file|handle ...]                                                                                           
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.                                                                                               
                                                                                                                                                                             

Since our build already depends on openssl-dev, consider using openssl dgst sha256sum.

@igalic igalic added the C: Bug Something isn't working label May 6, 2019
@marek-lach marek-lach added the Build The building, or installation process of Plume label May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build The building, or installation process of Plume C: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants