[arch-commits] Commit in aarch64-linux-gnu-gdb/repos/community-x86_64 (4 files)
Anatol Pomozov
anatolik at gemini.archlinux.org
Thu Sep 16 02:07:45 UTC 2021
Date: Thursday, September 16, 2021 @ 02:07:45
Author: anatolik
Revision: 1016131
archrelease: copy trunk to community-x86_64
Added:
aarch64-linux-gnu-gdb/repos/community-x86_64/PKGBUILD
(from rev 1016130, aarch64-linux-gnu-gdb/trunk/PKGBUILD)
aarch64-linux-gnu-gdb/repos/community-x86_64/fix_python37.patch
(from rev 1016130, aarch64-linux-gnu-gdb/trunk/fix_python37.patch)
Deleted:
aarch64-linux-gnu-gdb/repos/community-x86_64/PKGBUILD
aarch64-linux-gnu-gdb/repos/community-x86_64/fix_python37.patch
--------------------+
PKGBUILD | 108 ++++++++++++++++++++---------------------
fix_python37.patch | 132 +++++++++++++++++++++++++--------------------------
2 files changed, 120 insertions(+), 120 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-09-16 02:07:22 UTC (rev 1016130)
+++ PKGBUILD 2021-09-16 02:07:45 UTC (rev 1016131)
@@ -1,54 +0,0 @@
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-
-_target=aarch64-linux-gnu
-pkgname=$_target-gdb
-pkgver=10.2
-pkgrel=1
-pkgdesc='The GNU Debugger for the ARM64 target'
-arch=(x86_64)
-url='https://www.gnu.org/software/gdb/'
-license=(GPL3)
-depends=(xz ncurses expat python guile gdb-common mpfr libelf source-highlight)
-options=(!emptydirs)
-source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
-sha256sums=('aaa1223d534c9b700a8bec952d9748ee1977513f178727e1bee520ee000b4f29'
- 'SKIP')
-validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker <brobecker at adacore.com>
-
-prepare() {
- cd gdb-$pkgver
- sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
-build() {
- cd gdb-$pkgver
-
- mkdir -p build && cd build
- ../configure \
- --target=$_target \
- --prefix=/usr \
- --enable-source-highlight \
- --enable-languages=c,c++ \
- --disable-multilib \
- --enable-interwork \
- --with-system-readline \
- --disable-nls \
- --with-python=/usr/bin/python \
- --with-guile=guile-2.2 \
- --with-system-gdbinit=/etc/gdb/gdbinit
-
- make
-}
-
-package() {
- cd gdb-$pkgver/build
-
- make -C gdb DESTDIR="${pkgdir}" install
-
- # Following files conflict with 'gdb'/'gdb-common' packages
- rm -r "${pkgdir}"/usr/include/gdb/
- rm -r "${pkgdir}"/usr/share/gdb/
- rm -r "${pkgdir}"/usr/share/info/
- rm -r "${pkgdir}"/usr/share/man/man5/
-}
Copied: aarch64-linux-gnu-gdb/repos/community-x86_64/PKGBUILD (from rev 1016130, aarch64-linux-gnu-gdb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-09-16 02:07:45 UTC (rev 1016131)
@@ -0,0 +1,54 @@
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+
+_target=aarch64-linux-gnu
+pkgname=$_target-gdb
+pkgver=11.1
+pkgrel=1
+pkgdesc='The GNU Debugger for the ARM64 target'
+arch=(x86_64)
+url='https://www.gnu.org/software/gdb/'
+license=(GPL3)
+depends=(xz ncurses expat python guile gdb-common mpfr libelf source-highlight)
+options=(!emptydirs)
+source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
+sha256sums=('cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94'
+ 'SKIP')
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker <brobecker at adacore.com>
+
+prepare() {
+ cd gdb-$pkgver
+ sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+ cd gdb-$pkgver
+
+ mkdir -p build && cd build
+ ../configure \
+ --target=$_target \
+ --prefix=/usr \
+ --enable-source-highlight \
+ --enable-languages=c,c++ \
+ --disable-multilib \
+ --enable-interwork \
+ --with-system-readline \
+ --disable-nls \
+ --with-python=/usr/bin/python \
+ --with-guile=guile-2.2 \
+ --with-system-gdbinit=/etc/gdb/gdbinit
+
+ make
+}
+
+package() {
+ cd gdb-$pkgver/build
+
+ make -C gdb DESTDIR="${pkgdir}" install
+
+ # Following files conflict with 'gdb'/'gdb-common' packages
+ rm -r "${pkgdir}"/usr/include/gdb/
+ rm -r "${pkgdir}"/usr/share/gdb/
+ rm -r "${pkgdir}"/usr/share/info/
+ rm -r "${pkgdir}"/usr/share/man/man5/
+}
Deleted: fix_python37.patch
===================================================================
--- fix_python37.patch 2021-09-16 02:07:22 UTC (rev 1016130)
+++ fix_python37.patch 2021-09-16 02:07:45 UTC (rev 1016131)
@@ -1,66 +0,0 @@
-From aeab512851bf6ed623d1c6c4305b6ce05e51a10c Mon Sep 17 00:00:00 2001
-From: Paul Koning <paul_koning at dell.com>
-Date: Fri, 8 Jun 2018 13:26:36 -0400
-Subject: [PATCH] Fix build issue with Python 3.7
-
-Originally reported in
-https://bugzilla.redhat.com/show_bug.cgi?id=1577396 -- gdb build fails
-with Python 3.7 due to references to a Python internal function whose
-declaration changed in 3.7.
-
-gdb/ChangeLog
-2018-06-08 Paul Koning <paul_koning at dell.com>
-
- PR gdb/23252
-
- * python/python.c (do_start_initialization):
- Avoid call to internal Python API.
- (init__gdb_module): New function.
----
- gdb/ChangeLog | 8 ++++++++
- gdb/python/python.c | 18 +++++++++++++++---
- 2 files changed, 23 insertions(+), 3 deletions(-)
-
-diff --git a/gdb/python/python.c b/gdb/python/python.c
-index 1805c906284..20fc674f20a 100644
---- a/gdb/python/python.c
-+++ b/gdb/python/python.c
-@@ -1667,6 +1667,17 @@ finalize_python (void *ignore)
- restore_active_ext_lang (previous_active);
- }
-
-+#ifdef IS_PY3K
-+/* This is called via the PyImport_AppendInittab mechanism called
-+ during initialization, to make the built-in _gdb module known to
-+ Python. */
-+PyMODINIT_FUNC
-+init__gdb_module (void)
-+{
-+ return PyModule_Create (&python_GdbModuleDef);
-+}
-+#endif
-+
- static bool
- do_start_initialization ()
- {
-@@ -1707,6 +1718,9 @@ do_start_initialization ()
- remain alive for the duration of the program's execution, so
- it is not freed after this call. */
- Py_SetProgramName (progname_copy);
-+
-+ /* Define _gdb as a built-in module. */
-+ PyImport_AppendInittab ("_gdb", init__gdb_module);
- #else
- Py_SetProgramName (progname.release ());
- #endif
-@@ -1716,9 +1730,7 @@ do_start_initialization ()
- PyEval_InitThreads ();
-
- #ifdef IS_PY3K
-- gdb_module = PyModule_Create (&python_GdbModuleDef);
-- /* Add _gdb module to the list of known built-in modules. */
-- _PyImport_FixupBuiltin (gdb_module, "_gdb");
-+ gdb_module = PyImport_ImportModule ("_gdb");
- #else
- gdb_module = Py_InitModule ("_gdb", python_GdbMethods);
- #endif
Copied: aarch64-linux-gnu-gdb/repos/community-x86_64/fix_python37.patch (from rev 1016130, aarch64-linux-gnu-gdb/trunk/fix_python37.patch)
===================================================================
--- fix_python37.patch (rev 0)
+++ fix_python37.patch 2021-09-16 02:07:45 UTC (rev 1016131)
@@ -0,0 +1,66 @@
+From aeab512851bf6ed623d1c6c4305b6ce05e51a10c Mon Sep 17 00:00:00 2001
+From: Paul Koning <paul_koning at dell.com>
+Date: Fri, 8 Jun 2018 13:26:36 -0400
+Subject: [PATCH] Fix build issue with Python 3.7
+
+Originally reported in
+https://bugzilla.redhat.com/show_bug.cgi?id=1577396 -- gdb build fails
+with Python 3.7 due to references to a Python internal function whose
+declaration changed in 3.7.
+
+gdb/ChangeLog
+2018-06-08 Paul Koning <paul_koning at dell.com>
+
+ PR gdb/23252
+
+ * python/python.c (do_start_initialization):
+ Avoid call to internal Python API.
+ (init__gdb_module): New function.
+---
+ gdb/ChangeLog | 8 ++++++++
+ gdb/python/python.c | 18 +++++++++++++++---
+ 2 files changed, 23 insertions(+), 3 deletions(-)
+
+diff --git a/gdb/python/python.c b/gdb/python/python.c
+index 1805c906284..20fc674f20a 100644
+--- a/gdb/python/python.c
++++ b/gdb/python/python.c
+@@ -1667,6 +1667,17 @@ finalize_python (void *ignore)
+ restore_active_ext_lang (previous_active);
+ }
+
++#ifdef IS_PY3K
++/* This is called via the PyImport_AppendInittab mechanism called
++ during initialization, to make the built-in _gdb module known to
++ Python. */
++PyMODINIT_FUNC
++init__gdb_module (void)
++{
++ return PyModule_Create (&python_GdbModuleDef);
++}
++#endif
++
+ static bool
+ do_start_initialization ()
+ {
+@@ -1707,6 +1718,9 @@ do_start_initialization ()
+ remain alive for the duration of the program's execution, so
+ it is not freed after this call. */
+ Py_SetProgramName (progname_copy);
++
++ /* Define _gdb as a built-in module. */
++ PyImport_AppendInittab ("_gdb", init__gdb_module);
+ #else
+ Py_SetProgramName (progname.release ());
+ #endif
+@@ -1716,9 +1730,7 @@ do_start_initialization ()
+ PyEval_InitThreads ();
+
+ #ifdef IS_PY3K
+- gdb_module = PyModule_Create (&python_GdbModuleDef);
+- /* Add _gdb module to the list of known built-in modules. */
+- _PyImport_FixupBuiltin (gdb_module, "_gdb");
++ gdb_module = PyImport_ImportModule ("_gdb");
+ #else
+ gdb_module = Py_InitModule ("_gdb", python_GdbMethods);
+ #endif
More information about the arch-commits
mailing list