Search Criteria
Package Details: gdb-common-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-common |
Provides: | gdb-common |
Submitter: | stativ |
Maintainer: | haawda |
Last Packager: | haawda |
Votes: | 4 |
Popularity: | 0.000031 |
First Submitted: | 2013-12-31 12:32 (UTC) |
Last Updated: | 2023-04-12 20:08 (UTC) |
Dependencies (4)
- guile (guile-git)
- python-pygments
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- source-highlight (make)
Required by (15)
- aarch64-none-elf-gdb (requires gdb-common)
- arm-frc-linux-gnueabi-gdb (requires gdb-common)
- arm-linux-gnueabihf-gdb (requires gdb-common)
- gdb-debug-git (requires gdb-common)
- gdb-git
- gdb-multiarch (requires gdb-common)
- gdb-twili-git (requires gdb-common)
- mips64-elf-gdb (requires gdb-common)
- mips64-linux-gnu-gdb (requires gdb-common)
- mips64-ultra-elf-gdb (requires gdb-common)
- mips64el-linux-gnu-gdb (requires gdb-common)
- msp430-elf-gdb (requires gdb-common)
- powerpc-wrs-vxworks-gdb (requires gdb-common)
- powerpc64-linux-gnu-gdb (requires gdb-common)
- riscv-sifive-elf-gdb (requires gdb-common)
Latest Comments
1 2 Next › Last »
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-git
depends ongdb-common-git
(i.e. the matching version, not "any"gdb-common
), then I suggesto to add the restriction=${pkgver}
to thegdb-common-git
depends entry in the packagegdb-git
(andgdb-common-git
can then maybe even changed togdb-common
, if theprovides
-entry ofgdb-common-git
has=${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.c
does replaceDATE
with the current date, that is what I have thus also done inpkgver()
, so that$pkgver
matchesgdb --version
).Then, you can also add
=${pkgver}
to theprovides
entries.Regards!
(
make
smashkode 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 directory
Looks like
source-highlight
should be added as required dependency.Hi-Angel commented on 2021-02-14 17:06 (UTC)
Please, replace
python2
withpython3
in PKGBUILD.python2
nowadays is not even supported anymore.hcorion commented on 2018-03-02 23:00 (UTC)
This should be modified so it doesn't conflict with gdb-common.
stativ commented on 2015-12-25 23:00 (UTC)
syusui commented on 2015-12-25 02:13 (UTC)
syusui commented on 2015-12-25 01:40 (UTC)
1 2 Next › Last »