dog icon indicating copy to clipboard operation
dog copied to clipboard

Compilation failed

Open blub4747 opened this issue 3 years ago • 0 comments

If dog fails to compile, or if there is a problem during the build process, then please include the following information in your report: Hello community,

I am trying to built dog for my '20.04.2 LTS' system and followed these instructions

https://linoxide.com/dog-command-line-dns-client-for-dns-lookup/ Where the person who wrote this guide, missed on the part, that I had manually install the package 'rustc' via apt.

When I came to the actual building part I encountered the following error msgs. ``blub@ubuntu-focal:~/dog-0.1.0$ sudo cargo build Compiling dog v0.1.0 (/home/blub/dog-0.1.0) Compiling rand v0.7.3 error: failed to run custom build command for dog v0.1.0 (/home/blub/dog-0.1.0)

Caused by: process didn't exit successfully: /home/blub/dog-0.1.0/target/debug/build/dog-2364b372a2f276d6/build-script-build (exit code: 101) --- stderr thread 'main' panicked at 'called Result::unwrap() on an Err value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', build.rs:73:23 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace warning: build failed, waiting for other jobs to finish... error: build failed blub@ubuntu-focal:~/dog-0.1.0$

Can you please assist me with build problem? thx,blub4747

  • The exact dog commit you are building (git rev-parse --short HEAD)
  • The version of rustc you are compiling it with (rustc --version)
  • Your operating system and hardware platform
  • The Rust build target (the exact output of rustc --print cfg)

If you are seeing compilation errors, please include the output of the build process.


blub4747 avatar Aug 11 '21 09:08 blub4747