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.27
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 »

gyscos commented on 2018-10-30 18:42 (UTC)

This package installs /usr/lib/python3.7/site-packages/tests/, which is unfortunately conflicting with a lot of local tests packages.

Does this package needs to be installed? Could it be omitted?

dos1 commented on 2018-07-28 12:43 (UTC)

python-flask-git installs Flask 1.0.2.r81.g7d9dcfa2-1 which reports itself as 1.1.dev. If this package depends on Flask < 1.0, a new package for Flask should be created on which this package will depend.

zwindl commented on 2018-05-11 02:06 (UTC) (edited on 2018-05-11 02:07 (UTC) by zwindl)

@richli Well, seems like a big issue, I've replaced the python-flask with an aur package python-flask-git which is an older version :P (totally not "gitty"), tha's an temporory patch, I'm going to waiting for the author's new version. Hope this fixing would work.

richli commented on 2018-05-09 22:53 (UTC) (edited on 2018-05-09 22:54 (UTC) by richli)

Although it builds, it fails with an exception:

Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 574, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 892, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 783, in resolve
    raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (Flask 1.0.2 (/usr/lib/python3.6/site-packages), Requirement.parse('Flask<1.0,>=0.12.2'), {'gdbgui'})

It looks like it's not compatible with the recent release of Flask 1.0. The version ceiling was implemented recently: https://github.com/cs01/gdbgui/issues/190

zwindl commented on 2017-12-26 04:14 (UTC)

@MarcinWieczorek Thanks a lot, and merry xmas. Very subtle issue, I didn't even notice that.

MarcinWieczorek commented on 2017-12-24 13:33 (UTC)

Hello. Please rename the tarball to "${pkgname}-${pkgver}.tar.gz". Thank you and merry xmas!

zwindl commented on 2017-12-21 10:04 (UTC)

@Svenstaro Thanks for your advice, fixed. The reason I use -git version is the older version of gdbgui needs python-flask newer than the package in community, and I have to package the -git version my own.

svenstaro commented on 2017-12-20 10:16 (UTC)

Requiring python-flask-git is not a good fix! The package should be patched if there is a problem here. A sed oneliner will be good enough. Please use python-flask instead as it's definitely compatible.

zwindl commented on 2017-08-08 14:42 (UTC)

@muttleyxd OK, I'll change it to flask-git. that makes me confused.

muttleyxd commented on 2017-08-07 16:04 (UTC) (edited on 2017-08-07 16:05 (UTC) by muttleyxd)

@zwindl Using python-flask-git fixes this - package version is equal to 0.13.dev0 and it works currently. For me it seems like an issue with Python (version comparing) or Python-flask (poor versioning scheme).