Package Details: python-gdbgui 0.15.2.0-2

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.005126
First Submitted: 2017-03-01 14:03 (UTC)
Last Updated: 2024-03-10 08:13 (UTC)

Latest Comments

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

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).

zwindl commented on 2017-08-07 09:07 (UTC)

@muttleyxd What? ... ok, I don't know much about python, and I'm going to wait for the author's reply.

muttleyxd commented on 2017-08-07 08:59 (UTC)

@zwindl Editing this file makes it work: /usr/lib/python3.6/site-packages/gdbgui-0.7.9.1-py3.6.egg-info/requires.txt I just changed required version to >=0.11 and it runs - seems like 0.12.2.dev0 seems smaller than 0.12 to Python's version comparing method.

zwindl commented on 2017-08-07 03:11 (UTC)

@potatoe thanks for that comment, license will update when I fixed @muttleyxd's issue. @muttleyxd I don't know what happend either, I'm opening new issue at https://github.com/cs01/gdbgui/issues

muttleyxd commented on 2017-08-06 19:18 (UTC)

pkg_resources.ContextualVersionConflict: (Flask 0.12.2.dev0 (/usr/lib/python3.6/site-packages), Requirement.parse('Flask>=0.12.2'), {'gdbgui'}) pkg_resources.DistributionNotFound: The 'Flask>=0.12.2' distribution was not found and is required by gdbgui [muttley@muttley-pc:~]$ pacman -Q python-flask python-flask 0.12.2-2 [muttley@muttley-pc:~]$ sudo pip install flask Requirement already satisfied: flask in /usr/lib/python3.6/site-packages Requirement already satisfied: Werkzeug>=0.7 in /usr/lib/python3.6/site-packages (from flask) Requirement already satisfied: Jinja2>=2.4 in /usr/lib/python3.6/site-packages (from flask) Requirement already satisfied: itsdangerous>=0.21 in /usr/lib/python3.6/site-packages (from flask) Requirement already satisfied: click>=2.0 in /usr/lib/python3.6/site-packages (from flask) Requirement already satisfied: MarkupSafe>=0.23 in /usr/lib/python3.6/site-packages (from Jinja2>=2.4->flask) Seems like there is a missing dependency, but I'm not exactly sure what is happening.

potatoe commented on 2017-08-05 16:31 (UTC)

The author seems to have changed the license to GPLv3: https://github.com/cs01/gdbgui/commit/a1e179e69a5032e72ad51a53522cbc26e21b52c1

zwindl commented on 2017-07-30 15:25 (UTC)

@greyltc The python-flask package in community match the version, and it's no problem on my laptop.