Search Criteria
Package Details: python-gdbgui 0.15.3.0-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-gdbgui.git (read-only, click to copy) |
|---|---|
| Package Base: | python-gdbgui |
| Description: | Browser-based frontend to gdb. Debug C, C++, Go, or Rust. |
| Upstream URL: | https://www.gdbgui.com |
| Keywords: | debugger debugging gdb python |
| Licenses: | GPL |
| Submitter: | zwindl |
| Maintainer: | Rubo |
| Last Packager: | Rubo |
| Votes: | 27 |
| Popularity: | 0.37 |
| First Submitted: | 2017-03-01 14:03 (UTC) |
| Last Updated: | 2025-06-30 09:44 (UTC) |
Dependencies (18)
- python
- python-brotli (python-brotli-gitAUR)
- python-flask
- python-flask-compress
- python-flask-socketio
- python-gevent (python-gevent-gitAUR)
- python-gevent-websocket
- python-pygdbmi
- python-pygments
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- yarn (yarn-berryAUR, yarn-corepackAUR) (make)
- python-greenlet (check)
- python-nox (check)
- python-pytest (check)
- python-pytest-cov (check)
Latest Comments
1 2 3 4 5 6 Next › Last »
Rubo commented on 2025-06-30 09:49 (UTC) (edited on 2025-06-30 09:50 (UTC) by Rubo)
With the new version 0.15.3.0, gdbgui is compatible with python 3.13, so the problem with greenlet should not come up anymore.
abend commented on 2025-05-24 01:29 (UTC) (edited on 2025-05-24 01:34 (UTC) by abend)
Thanks @Rubo, the check() step is now fixed. For those struggling with this package, currently it is not fully compatible with python 3.13: https://github.com/cs01/gdbgui/issues/494
As workaround I was able to run everything properly forcing Python 3.12 using uv/uvx:
Obviously this approach is not using this AUR package, but I preferred this options since the alternative is tweaking the codebase in order to use a different greenlet version before installing.
Rubo commented on 2025-05-23 16:09 (UTC) (edited on 2025-05-23 16:10 (UTC) by Rubo)
@abend @dreieck @jaapcrezee now the problem with greenlet should be fixed. Please let me know.
jaapcrezee commented on 2025-05-21 15:56 (UTC)
When the build fails with the error mentioned below (check/test and gcc), edit the PKGBUILD file and remove the check() function.
abend commented on 2025-04-04 04:12 (UTC)
Some dependencies that I needed in order to run this properly:
Missing libncurses.so.5 library: https://aur.archlinux.org/packages/ncurses5-compat-libs Missing libpython2.7.so.1.0 library: https://aur.archlinux.org/packages/python2
abend commented on 2025-04-03 23:32 (UTC) (edited on 2025-04-03 23:33 (UTC) by abend)
Almost two years later, the same test is still failing
dreieck commented on 2023-05-05 18:07 (UTC)
Thanks, @Rubo, commenting out the one line in
check()makes the rest work.Rubo commented on 2023-05-04 14:43 (UTC) (edited on 2023-05-04 14:49 (UTC) by Rubo)
@dreieck first request done, second request i have to investigate how to resolve it, because the C API changed with the latest update to Python 3.11 (for example, see here for the now unknown type 'CFrame') and it's a problem of
greenlet-1.1.2, which is downloaded bypipwhencheck()is called. In the meantime you can comment line 42 (nox -s python_tests) and it will build successfully.dreieck commented on 2023-05-04 14:00 (UTC)
I currently get the following errors in
check():And subsequently the install fails.
dreieck commented on 2023-05-04 13:50 (UTC)
Since this package installs
/usr/bin/gdbgui, can you addprovides=("gdbgui=${pkgver}")andconflicts=('gdbgui')?Thanks for maintaining!
1 2 3 4 5 6 Next › Last »