Search Criteria
Package Details: ugdb 0.1.11-1
Package Actions
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: | MIT |
Submitter: | ftilde |
Maintainer: | ftilde |
Last Packager: | ftilde |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-03-24 18:06 (UTC) |
Last Updated: | 2022-01-14 17:03 (UTC) |
Dependencies (3)
- gdb (gdb-gitAUR, gdb-debug-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- cmake (cmake-gitAUR) (make)
Latest Comments
helloitisme commented on 2022-10-12 13:18 (UTC)
@ftilde thank you for the reply! I just tried to reinstall this package and it worked perfectly. So I think the issue must have vanished for me somewhere in the past 8 months, which I don't mind!
Thank you for your help regardless :)
ftilde commented on 2022-10-12 11:59 (UTC)
@helloitisme Yes, normally
.cargo
should be in the users $HOME I think. Did it get unset somehow? Anyway, I don't think I am doing anything special in the PKGBUILD here, so to narrow down the problem you could try to buildripgrep
from community and see if the problem is present there as well (indicating a configuration problem at your end) or if the error is specific to ugdb.helloitisme commented on 2022-02-01 22:01 (UTC) (edited on 2022-02-01 22:01 (UTC) by helloitisme)
Can't build this at the moment. Isn't .cargo meant to be in the user dir?
ftilde commented on 2019-03-31 15:07 (UTC)
Should be fixed now.
karlpvoss commented on 2019-03-31 08:35 (UTC)
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?