You are not logged in.

#1 2020-12-04 17:19:42

merlock
Member
Registered: 2018-10-30
Posts: 262

[Solved]What application is responsible for/who to report warnings to?

Interesting new warning seen.

Python:  3.9.0-1
Neomutt:  20201127-1
Qutebrowser:  1.14.0-2

When opening a URL from an email in neomutt (doesn't matter if using the attachment menu (keypress v) or the extract url menu (keypress ^B) the following warning appears:

11:57:07 WARNING: /usr/lib/python3.9/site-packages/packaging/version.py:127: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release
  warnings.warn(

11:57:07 WARNING: /usr/lib/python3.9/site-packages/packaging/version.py:127: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release
  warnings.warn(

11:57:07 INFO: Opening in existing instance
Press any key to continue...

Any ideas on which application is generating this warning, and who to (or should I even) report this?

Last edited by merlock (2020-12-04 19:00:33)


Eenie meenie, chili beanie, the spirits are about to speak -- Bullwinkle J. Moose
It's a big club...and you ain't in it -- George Carlin
Registered Linux user #149839
perl -e 'print$i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10); '

Offline

#2 2020-12-04 17:39:41

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,372

Re: [Solved]What application is responsible for/who to report warnings to?

the file comes from python-packaging .

neomutt itself doesn't seem to use python, but it does list python as on optional dependency for keybase.py .

$ pacman -F keybase.py
community/neomutt 20200925-1
    usr/share/doc/neomutt/keybase/keybase.py
$ 

It seems that neomutt does include python code.
Did you get the warning also with python 3.8.x ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#3 2020-12-04 18:20:33

merlock
Member
Registered: 2018-10-30
Posts: 262

Re: [Solved]What application is responsible for/who to report warnings to?

Lone_Wolf wrote:

Did you get the warning also with python 3.8.x ?

No, I started getting this after a big update (python 3.9, and a lot of rebuilds) earlier this week.


Eenie meenie, chili beanie, the spirits are about to speak -- Bullwinkle J. Moose
It's a big club...and you ain't in it -- George Carlin
Registered Linux user #149839
perl -e 'print$i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10); '

Offline

#4 2020-12-04 18:40:38

progandy
Member
Registered: 2012-05-17
Posts: 5,290

Re: [Solved]What application is responsible for/who to report warnings to?

Just run qutebrowser from the commandline and you'll see that the error comes from there.
I have no idea if that is qutebrowser itself or one of its dependencies.

Last edited by progandy (2020-12-04 18:45:40)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#5 2020-12-04 19:00:02

merlock
Member
Registered: 2018-10-30
Posts: 262

Re: [Solved]What application is responsible for/who to report warnings to?

progandy wrote:

Just run qutebrowser from the commandline and you'll see that the error comes from there.

Indeed.  I'll make a report on qutebrowsers' bug-tracker.


Eenie meenie, chili beanie, the spirits are about to speak -- Bullwinkle J. Moose
It's a big club...and you ain't in it -- George Carlin
Registered Linux user #149839
perl -e 'print$i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10); '

Offline

Board footer

Powered by FluxBB