linuxmint / mint20-beta

BETA Bug Squah Rush
20 stars 8 forks source link

Some errors during packages installation #129

Closed thegreatyellow67 closed 4 years ago

thegreatyellow67 commented 4 years ago

I would like to point out a couple of errors that I've found installing some packages from the repositories.

For example:

Preparing to unpack .../bleachbit_3.9.0-1_all.deb ... Unpacking bleachbit (3.9.0-1) ... Setting up bleachbit (3.9.0-1) ... /usr/share/bleachbit/bleachbit/init.py:260: SyntaxWarning: "is not" with a literal. Did you mean "!="? if msgctxt is not None and msgctxt is not "": Processing triggers for mime-support (3.64ubuntu1) ... Processing triggers for gnome-menus (3.36.0-1ubuntu1) ... Processing triggers for man-db (2.9.1-1) ... Processing triggers for desktop-file-utils (0.24+linuxmint1) ...

or: Setting up python3-pycryptodome (3.6.1-2build4) ... /usr/lib/python3/dist-packages/Cryptodome/SelfTest/Random/test_random.py:103: SyntaxWarning: "is" with a literal. Did you mean "=="?

term.log

I've attached the complete log file relating to the installation of the apt packages. Thanks.

clefebvre commented 4 years ago

they're just warning, also it's upstream from us: https://github.com/bleachbit/bleachbit/issues/902

thegreatyellow67 commented 4 years ago

Ok, thanks.