Search Criteria
Package Details: python-gdbgui 0.15.2.0-2
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.030129 |
First Submitted: | 2017-03-01 14:03 (UTC) |
Last Updated: | 2024-03-10 08:13 (UTC) |
Dependencies (17)
- python (python37AUR, python311AUR, python310AUR)
- 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-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
- python-nox (check)
- python-pytest (check)
- python-pytest-cov (check)
Latest Comments
1 2 3 4 5 Next › Last »
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 bypip
whencheck()
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!
Rubo commented on 2023-03-04 10:47 (UTC)
@dreieck done, let me know if it's ok.
dreieck commented on 2023-01-13 16:43 (UTC)
It downloads stuff in
build
.Can you make all download happen in
prepare()
, if it is not possible to fulfill it via dependencies or thesource
array, so thatbuild()
andpackage()
don't require internet connection?Regards!
Score_Under commented on 2022-11-15 12:54 (UTC) (edited on 2022-11-15 12:55 (UTC) by Score_Under)
Seems to require
export NODE_OPTIONS=--openssl-legacy-provider
, otherwise it fails in build:A hasty google search led here: https://towardsdev.com/fixing-err-ossl-evp-unsupported-error-on-nodejs-17-25c21066601c
Apparently the issue is it trying to use a deprecated hash algorithm.
ed: it's out of date anyway, going to mark as such
dreieck commented on 2022-07-27 07:45 (UTC)
When I start
gdbgui
, it fails withpkg_resources.ContextualVersionConflict: (Flask-Compress 1.12 (/usr/lib/python3.10/site-packages), Requirement.parse('Flask-Compress<1.11,>1.10'), {'gdbgui'})
:sachkris commented on 2022-02-09 13:49 (UTC)
@flying-sheep Thanks! Package updated to version 0.15.0.1.
flying-sheep commented on 2022-02-04 11:34 (UTC)
Working PKGBUILD (if you also update python-flask-compress):
1 2 3 4 5 Next › Last »