Your message dated Wed, 23 Mar 2022 21:56:56 -0400
with message-id
<CAB4XWXyw8xLNWqj=q_v4qcffhtjbmbasraatedpbj60q7cb...@mail.gmail.com>
and subject line Re: Bug#1008188: reportbug is unusable, can't be run without
sudo
has caused the Debian Bug report #1008188,
regarding reportbug is unusable, can't be run without sudo
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1008188: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008188
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: reportbug
Version: 11.4
Severity: grave
Basically reportbug is broken.
Traceback (most recent call last):
File "/usr/bin/reportbug", line 39, in <module>
from reportbug import utils
File "/usr/lib/python3/dist-packages/reportbug/utils.py", line 70, in
<module>
from . import debbugs # noqa: E402
File "/usr/lib/python3/dist-packages/reportbug/debbugs.py", line 33, in
<module>
import debianbts
File "/usr/lib/python3/dist-packages/debianbts/__init__.py", line 1, in
<module>
from debianbts.debianbts import * # noqa
File "/usr/lib/python3/dist-packages/debianbts/debianbts.py", line 21, in
<module>
import pysimplesoap
File "/usr/lib/python3/dist-packages/pysimplesoap/__init__.py", line 16,
in <module>
from . import client, server, simplexml, transport
File "/usr/lib/python3/dist-packages/pysimplesoap/client.py", line 33, in
<module>
from .transport import get_http_wrapper, set_http_wrapper, get_Http
File "/usr/lib/python3/dist-packages/pysimplesoap/transport.py", line 66,
in <module>
import httplib2
File
"/home/jorge/.local/lib/python3.9/site-packages/httplib2/__init__.py", line
52, in <module>
from . import auth
File "/home/jorge/.local/lib/python3.9/site-packages/httplib2/auth.py",
line 20, in <module>
auth_param_name =
token.copy().setName("auth-param-name").addParseAction(pp.downcaseTokens)
AttributeError: module 'pyparsing' has no attribute 'downcaseTokens'
-- Package-specific info:
** Environment settings:
INTERFACE="text"
** /root/.reportbugrc:
reportbug_version "11.4.1"
mode advanced
ui text
realname "jorge"
email "1994jorgesanc...@gmail.com"
no-check-uid
smtphost "smtp.google.com"
smtptls
-- System Information:
Debian Release: bookworm/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.16.0-5-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_DIE
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8), LANGUAGE
not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages reportbug depends on:
ii apt 2.4.2
ii python3 3.9.8-1
ii python3-reportbug 11.4.1
ii sensible-utils 0.0.17
reportbug recommends no packages.
Versions of packages reportbug suggests:
pn claws-mail <none>
ii debconf 1.5.79
pn debsums <none>
pn dlocate <none>
pn emacs-bin-common <none>
ii exim4-daemon-light [mail-transport-agent] 4.95-4+b1
ii file 1:5.41-2
ii gnupg 2.2.27-3
pn python3-urwid <none>
pn reportbug-gtk <none>
ii xdg-utils 1.1.3-4.1
Versions of packages python3-reportbug depends on:
ii apt 2.4.2
ii file 1:5.41-2
ii python3 3.9.8-1
ii python3-apt 2.3.0+b1
ii python3-debian 0.1.43
ii python3-debianbts 3.2.0
ii python3-requests 2.25.1+dfsg-2
ii sensible-utils 0.0.17
python3-reportbug suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Wed, Mar 23, 2022 at 9:21 PM J K sanchez <1994jorgesanc...@gmail.com> wrote:
>
> Package: reportbug
> Version: 11.4
> Severity: grave
>
> Basically reportbug is broken.
that seems unlikely, given you just reported 1008187
>
> Traceback (most recent call last):
> File "/usr/bin/reportbug", line 39, in <module>
> from reportbug import utils
> File "/usr/lib/python3/dist-packages/reportbug/utils.py", line 70, in
> <module>
> from . import debbugs # noqa: E402
> File "/usr/lib/python3/dist-packages/reportbug/debbugs.py", line 33, in
> <module>
> import debianbts
> File "/usr/lib/python3/dist-packages/debianbts/__init__.py", line 1, in
> <module>
> from debianbts.debianbts import * # noqa
> File "/usr/lib/python3/dist-packages/debianbts/debianbts.py", line 21, in
> <module>
> import pysimplesoap
> File "/usr/lib/python3/dist-packages/pysimplesoap/__init__.py", line 16, in
> <module>
> from . import client, server, simplexml, transport
> File "/usr/lib/python3/dist-packages/pysimplesoap/client.py", line 33, in
> <module>
> from .transport import get_http_wrapper, set_http_wrapper, get_Http
> File "/usr/lib/python3/dist-packages/pysimplesoap/transport.py", line 66,
> in <module>
> import httplib2
> File "/home/jorge/.local/lib/python3.9/site-packages/httplib2/__init__.py",
> line 52, in <module>
> from . import auth
> File "/home/jorge/.local/lib/python3.9/site-packages/httplib2/auth.py",
> line 20, in <module>
> auth_param_name =
> token.copy().setName("auth-param-name").addParseAction(pp.downcaseTokens)
> AttributeError: module 'pyparsing' has no attribute 'downcaseTokens'
this traceback originates in other modules used by reportbug, and not
directly reportbug itself. i encourage you to upgrade your system, and
given you chose to use `testing` these breakages are to be expected
using it and nothing new nor to be reported (in particular against the
incorrect package).
closing this report now
--
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
Twitter: https://twitter.com/sandrotosi
--- End Message ---