Search Criteria
Package Details: ugdb 0.1.9-1
Git Clone URL: | https://aur.archlinux.org/ugdb.git (read-only, click to copy) |
---|---|
Package Base: | ugdb |
Description: | An alternative TUI for gdb |
Upstream URL: | https://github.com/ftilde/ugdb |
Licenses: | |
Submitter: | ftilde |
Maintainer: | ftilde |
Last Packager: | ftilde |
Votes: | 1 |
Popularity: | 0.007454 |
First Submitted: | 2019-03-24 18:06 |
Last Updated: | 2020-11-14 18:29 |
Dependencies (4)
- gdb (gdb-git, gdb-ibuclaw-git, gdb-trunk, gdb-mini)
- cargo (cargo-standalone-git, cargo-nightly-bin, cargo-git, rust-bin, rustup-git, rust-nightly-bin, rust-wasm, rust, rustup) (make)
- cmake (cmake-git) (make)
- git (git-git) (make)
Latest Comments
ftilde commented on 2019-03-31 15:07
Should be fixed now.
karlpvoss commented on 2019-03-31 08:35
Package also seems to depend on cmake:
error: failed to run custom build command for
libgit2-sys v0.6.19
process didn't exit successfully:/home/karl/.trizen/ugdb/src/ugdb-0.1.1/target/release/build/libgit2-sys-21f8edd9c04fcf73/build-script-build
(exit code: 101) --- stdout running: "cmake" "/home/karl/.cargo/registry/src/github.com-1ecc6299db9ec823/libgit2-sys-0.6.19/libgit2" "-DBUILD_SHARED_LIBS=OFF" "-DBUILD_CLAR=OFF" "-DCMAKE_INSTALL_PREFIX=/home/karl/.trizen/ugdb/src/ugdb-0.1.1/target/release/build/libgit2-sys-15513741bc8fe1af/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64 -march=x86-64 -mtune=generic -pipe -fno-plt" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64 -march=x86-64 -mtune=generic -pipe -fno-plt" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_BUILD_TYPE=Release"--- stderr thread 'main' panicked at ' failed to execute command: No such file or directory (os error 2) is
cmake
not installed?