Search Criteria
Package Details: gdb-git 1:14.0.50.r114330.4bbb4dfbed1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gdb-git.git (read-only, click to copy) |
|---|---|
| Package Base: | gdb-git |
| Description: | The GNU Debugger from git |
| Upstream URL: | http://www.gnu.org/software/gdb/ |
| Licenses: | GPL3 |
| Conflicts: | gdb |
| Provides: | gdb |
| Submitter: | stativ |
| Maintainer: | None |
| Last Packager: | haawda |
| Votes: | 4 |
| Popularity: | 0.000000 |
| First Submitted: | 2013-12-31 12:32 (UTC) |
| Last Updated: | 2023-04-12 20:08 (UTC) |
Dependencies (12)
- expat (expat-gitAUR)
- gdb-common-gitAUR
- guile (guile-gitAUR)
- libelf (elfutils-gitAUR)
- mpfr (mpfr-gitAUR)
- ncurses (ncurses-gitAUR)
- python
- source-highlight
- xxhash (xxhash-gitAUR)
- xz (xz-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- source-highlight (make)
Required by (152)
- afl-utils-git (requires gdb) (optional)
- afltriage-git (requires gdb)
- aimtux-git (requires gdb)
- alacritty-git (requires gdb) (make)
- alacritty-graphics (requires gdb) (make)
- alacritty-sixel-git (requires gdb) (make)
- alacritty-smooth-cursor-git (requires gdb) (make)
- arx-libertatis (requires gdb) (optional)
- arx-libertatis-bin (requires gdb) (optional)
- arx-libertatis-git (requires gdb) (optional)
- casr (requires gdb)
- cgdb-git (requires gdb)
- clion (requires gdb) (optional)
- clion-eap (requires gdb) (optional)
- codelite (requires gdb) (optional)
- codelite-bin (requires gdb) (optional)
- codelite-git (requires gdb) (optional)
- codelite-unstable (requires gdb) (optional)
- cuda-10.2 (requires gdb) (optional)
- cuda-11.1 (requires gdb) (optional)
- Show 132 more...
Latest Comments
1 2 Next › Last »
bigmcnuggets commented on 2024-07-15 07:13 (UTC)
Im also getting the source-highlight error even though I do have it installed.
"configure: error: source-highlight in your system could not be used"
is there something I need to do in terms of modifying my source-highlight or makepkg.conf to make this work properly?
I was able to get the pkg to build by changing the source-highlight flag to disable, but Id prefer not to have to do that every time.
thank you
eksitnl commented on 2024-01-01 17:58 (UTC)
thanks @Peter0x44, that seems to work. I also just went ahead and compiled from source (https://sourceware.org/pub/gdb/releases/?C=M;O=D) which went without any problems.
Peter0x44 commented on 2024-01-01 17:33 (UTC) (edited on 2024-01-01 17:33 (UTC) by Peter0x44)
@eksitnl I solved this by changing
--enable-source-highlightto--disable-source-highlight.Later the build failed due to -Werror so I also needed to add
--disable-werroras an argument to the configure script.The build succeeded after that.
The latter is definitely some upstream bug/problem though.
eksitnl commented on 2024-01-01 17:24 (UTC) (edited on 2024-01-01 17:24 (UTC) by eksitnl)
Im also getting an error on source-hightlight library.
i have the following version:
Peter0x44 commented on 2023-12-27 16:22 (UTC)
Currently getting the following error:
I have this version of source-highlight installed:
haawda commented on 2023-04-12 15:57 (UTC)
dreieck, I followed your hint to look into version.in file to compute the pkgver, but including the compile date with $(date +%Y%m%d) makes no sense, even if upstream thinks differently.
Regarding the split package: enforcing the same version number to be equal is not the goal. Also the package in the repos is a split one, and the reason is that you can easier cross-compile.
dreieck commented on 2023-04-12 13:18 (UTC) (edited on 2023-04-12 13:19 (UTC) by dreieck)
When it is really needed that
gdb-gitdepends ongdb-common-git(i.e. the matching version, not "any"gdb-common), then I suggesto to add the restriction=${pkgver}to thegdb-common-gitdepends entry in the packagegdb-git(andgdb-common-gitcan then maybe even changed togdb-common, if theprovides-entry ofgdb-common-githas=${pkgver}specified). Otherwise, it is still possible to update the one but not the other.dreieck commented on 2023-04-12 13:14 (UTC)
Ahoj,
thanks for the package.
Upstream provides an "official" version number, which can be retrieved from
gdb/version.in. It needs some parsing.Can you update
pkgver()to use the official version number in the first place?An example of a
pkgver()that does it is given below (make version.cdoes replaceDATEwith the current date, that is what I have thus also done inpkgver(), so that$pkgvermatchesgdb --version).Then, you can also add
=${pkgver}to theprovidesentries.Regards!
(
makesmashkode commented on 2022-11-16 07:01 (UTC)
Please replace dependency guile3 with guile
sausix commented on 2021-07-31 15:00 (UTC)
gdb: error while loading shared libraries: libsource-highlight.so.4: cannot open shared object file: No such file or directoryLooks like
source-highlightshould be added as required dependency.1 2 Next › Last »