Advertisement
loloof64

Tauri error

Feb 13th, 2021
1,275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.13 KB | None | 0 0
  1. error: failed to run custom build command for `libdbus-sys v0.2.1`
  2.  
  3. Caused by:
  4.   process didn't exit successfully: `/home/laurent-bernabe/Documents/Programmation/ProjetsPersos/Tauri/chess-exercises-organizer/src-tauri/target/debug/build/libdbus-sys-28fdcc3bb2edaeb8/build-script-build` (exit code: 101)
  5.  --- stdout
  6.  cargo:rerun-if-env-changed=DBUS_1_NO_PKG_CONFIG
  7.  cargo:rerun-if-env-changed=PKG_CONFIG
  8.  cargo:rerun-if-env-changed=DBUS_1_STATIC
  9.  cargo:rerun-if-env-changed=DBUS_1_DYNAMIC
  10.  cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
  11.  cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
  12.  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
  13.  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
  14.  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
  15.  cargo:rerun-if-env-changed=PKG_CONFIG_PATH
  16.  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
  17.  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
  18.  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
  19.  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
  20.  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
  21.  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
  22.  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
  23.  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
  24.  
  25.  --- stderr
  26.  thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Failure { command: "\"pkg-config\" \"--libs\" \"--cflags\" \"dbus-1\" \"dbus-1 >= 1.6\"", output: Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "Package dbus-1 was not found in the pkg-config search path.\nPerhaps you should add the directory containing `dbus-1.pc\'\nto the PKG_CONFIG_PATH environment variable\nPackage \'dbus-1\', required by \'virtual:world\', not found\nPackage \'dbus-1\', required by \'virtual:world\', not found\n" } }', /home/laurent-bernabe/.cargo/registry/src/github.com-1ecc6299db9ec823/libdbus-sys-0.2.1/build.rs:6:70
  27.  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
  28. warning: build failed, waiting for other jobs to finish...
  29. error: build failed
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement