Package Details: insight 15.2.r719.f487d9c-3

Git Clone URL: https://aur.archlinux.org/insight.git (read-only, click to copy)
Package Base: insight
Description: Insight is a graphical user interface to GDB, the GNU Debugger written in Tcl/Tk.
Upstream URL: https://sourceware.org/git/?p=insight.git
Keywords: debugger gdb gui
Licenses: GPL3
Provides: insight
Submitter: xiliuya
Maintainer: xiliuya
Last Packager: xiliuya
Votes: 0
Popularity: 0.000000
First Submitted: 2023-09-12 15:16 (UTC)
Last Updated: 2025-01-17 03:41 (UTC)

Latest Comments

xiliuya commented on 2025-01-17 03:43 (UTC)

@micwoj92 Ok,delete it.

micwoj92 commented on 2025-01-16 16:39 (UTC)

Thanks for fix. What is the reason to use build.sh? Contents of this file should just be in PKGBUILD

xiliuya commented on 2025-01-16 01:14 (UTC)

@micwoj92 Now is update.Fix this issuse(python 3.13).

micwoj92 commented on 2025-01-14 20:56 (UTC)

Build fails with:

python/py-gdb-readline.c: In function ‘char* gdbpy_readline_wrapper(FILE*, FILE*, const char*)’:
python/py-gdb-readline.c:59:29: error: ‘_PyOS_ReadlineTState’ was not declared in this scope; did you mean ‘PyOS_Readline’?
   59 |       PyEval_RestoreThread (_PyOS_ReadlineTState);
      |                             ^~~~~~~~~~~~~~~~~~~~
      |                             PyOS_Readline
In file included from ./../gdbsupport/common-defs.h:106,
                 from ./defs.h:28,
                 from python/py-lazy-string.c:20:
./../include/ansidecl.h:342:8: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  342 |   TYPE (const TYPE&) = delete;                  \
      |        ^
./ui-out.h:412:3: note: in expansion of macro ‘DISABLE_COPY_AND_ASSIGN’
  412 |   DISABLE_COPY_AND_ASSIGN (ui_out_emit_type<Type>);
      |   ^~~~~~~~~~~~~~~~~~~~~~~
./../include/ansidecl.h:342:8: note: remove the ‘< >’
  342 |   TYPE (const TYPE&) = delete;                  \
      |        ^
./ui-out.h:412:3: note: in expansion of macro ‘DISABLE_COPY_AND_ASSIGN’
  412 |   DISABLE_COPY_AND_ASSIGN (ui_out_emit_type<Type>);
      |   ^~~~~~~~~~~~~~~~~~~~~~~
  CXX    python/py-objfile.o
make[3]: *** [Makefile:1903: python/py-gdb-readline.o] Error 1
make[3]: *** Waiting for unfinished jobs....