Package Details: python-gdbgui 0.15.3.0-3

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.000214
First Submitted: 2017-03-01 14:03 (UTC)
Last Updated: 2025-06-30 09:44 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

bwidawsk commented on 2020-07-16 16:26 (UTC) (edited on 2020-07-16 16:31 (UTC) by bwidawsk)

I just flagged this as out of date because 13.2.1 is out, but regardless I had dependency problems with gevent. I just created a PKGBUILD with pypi2pkgbuild and that worked for me (and downgrading werkzeug)

SonnyC commented on 2020-03-30 19:23 (UTC)

I just install this package and had an issue because of python-flask12 dependancy of python-werkzeug, but prior version 1.0. (see https://stackoverflow.com/questions/60131900/weird-is-xhr-error-when-deploying-flask-app-to-heroku)

I resolved this by installing version 0.16 of werkzeug : pacman -U https://archive.archlinux.org/packages/p/python-werkzeug/python-werkzeug-0.16.1-1-any.pkg.tar.zst

I think it's a python-flask12 issue actually.

zwindl commented on 2019-08-15 12:18 (UTC)

@ChrisTX Oh, right, forgot this, thanks a lot! :D

ChrisTX commented on 2019-08-14 21:12 (UTC)

@zwindl The package is now missing a makedepends on yarn.

zwindl commented on 2019-08-14 16:01 (UTC)

@marenz OK, I see, I though it was some path typo in source code, now I see it's my problem. New patch pushed, it should be fixed now.

marenz commented on 2019-08-12 14:00 (UTC)

cs01, the developer of this app said on the github issue:

That build file used to included in gdbgui’s source code. Going forward the AUR package maintainer will need to build that file themselves before publishing the AUR package.

zwindl commented on 2019-08-12 12:54 (UTC)

@marenz I also got that problem, a little busy these days so I haven't dive deeper, thank you for the help.

marenz commented on 2019-08-12 12:20 (UTC)

not sure if my issue is because of the packaging or because of the upstream software, but installing this doesn't work for me (getting 404s). Details here:

https://github.com/cs01/gdbgui/issues/288

zwindl commented on 2019-08-07 13:26 (UTC)

Seems new version doesn't work correctly on my machine.

zwindl commented on 2018-11-03 00:29 (UTC)

@gyscos Sorry, I don't know, I'm not very familiar with python. But you could ask the author whether it could be omitted or not.