Search Criteria
Package Details: gdb-multiarch 13.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gdb-multiarch.git (read-only, click to copy) |
---|---|
Package Base: | gdb-multiarch |
Description: | The GNU Debugger for all gdb supported architectures (i386/arm/mips...) |
Upstream URL: | http://www.gnu.org/software/gdb/ |
Licenses: | GPL3 |
Submitter: | aviel |
Maintainer: | aviel |
Last Packager: | aviel |
Votes: | 24 |
Popularity: | 0.36 |
First Submitted: | 2017-11-08 12:09 (UTC) |
Last Updated: | 2023-07-31 10:03 (UTC) |
Dependencies (26)
- expat (expat-gitAUR)
- gcc-libs (gccrs-libs-gitAUR, gcc-libs-gitAUR, gcc11-libsAUR)
- gdb-common (gdb-common-gitAUR, gdb-debug-common-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-widevineAUR)
- guile (guile-gitAUR)
- libelf (elfutils-gitAUR)
- libncursesw.so (arm-linux-gnueabihf-ncursesAUR, ncurses-gitAUR, lib32-ncurses, ncurses)
- libreadline.so (readline-gitAUR, readline)
- mpfr (mpfr-gitAUR)
- ncurses (ncurses-gitAUR)
- python (python32AUR, python37AUR, python310AUR)
- readline (readline-gitAUR)
- source-highlight
- xz (xz-gitAUR)
- boost (boost-gitAUR) (make)
- expat (expat-gitAUR) (make)
- gcc-libs (gccrs-libs-gitAUR, gcc-libs-gitAUR, gcc11-libsAUR) (make)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-widevineAUR) (make)
- guile (guile-gitAUR) (make)
- mpfr (mpfr-gitAUR) (make)
- Show 6 more dependencies...
Latest Comments
1 2 3 4 Next › Last »
Kevinjil commented on 2023-08-28 17:38 (UTC) (edited on 2023-08-28 17:39 (UTC) by Kevinjil)
Can confirm build fails in chroot without
options=(!lto)
aviel commented on 2023-07-31 13:54 (UTC) (edited on 2023-07-31 13:55 (UTC) by aviel)
Hi @VorpalWay! I have never had any issues with the
lto
option, and it seems like you were the only one who ever posted about that. Do you do anything differently?VorpalWay commented on 2023-07-31 11:53 (UTC)
Hi!
options=(!lto)
still seems to be needed, and hasn't been added. I pointed this out almost a year ago in the comments below. I assume you missed it?abend commented on 2023-07-22 22:09 (UTC)
PKGBUILD version from PabloTomsEscobar worked perfectly fine but unlike version 13.1, the new version required
texinfo
installed:https://archlinux.org/packages/core/x86_64/texinfo/
Should it be added as dependency?
PabloTomsEscobar commented on 2023-07-22 20:15 (UTC)
I edited the PKGBUILD with the newer version:
jcelerier commented on 2022-12-28 17:41 (UTC)
Build currently fails:
VorpalWay commented on 2022-11-15 18:44 (UTC)
Hi,
The build fails for me. As the build log is quite long, I have posted it to a pastebin. The relevant lines seem to be:
and
The full build log is at https://0x0.st/oIaV.log
Note: I'm building in a clean chroot using aurutils (analogous to using extra-x86_64-build from devtools). However, building outside a chroot with plain makepkg does not solve the issue.
kovdan01 commented on 2022-11-14 21:28 (UTC) (edited on 2022-11-14 21:32 (UTC) by kovdan01)
Hello @aviel . There are currently several issues with building the package:
current PKGBUILD implies guile library version 2.2, while it was updated to 3.0 recently; just removing that condition seems working nice (also, regular gdb is built in arch without guile version restriction);
there is a compiler error related to the readline library update leading to violating const-correctness rules, it is fixed in regular gdb build with the following patch https://github.com/archlinux/svntogit-packages/blob/packages/gdb/trunk/readline8.patch
I've fixed the issues. See the patch and the fixes description here: https://paste.debian.net/1260718/. Please consider applying the changes.
VorpalWay commented on 2022-09-10 11:21 (UTC)
Unfortunately the build fails if lto is enabled. The output is a bit mangled due to
make -j32
and the parallel subprocesses outputting on top of each other.Adding
!lto
to options solves this. However I suspect this is not the correct solution as the standard gdb is not built with!lto
.1 2 3 4 Next › Last »