Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 832993 - www-client/firefox-97.0: pip check failure
Summary: www-client/firefox-97.0: pip check failure
Status: RESOLVED DUPLICATE of bug 832975
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-09 16:19 UTC by Andrey Grozin
Modified: 2022-02-09 17:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Grozin gentoo-dev 2022-02-09 16:19:42 UTC
ipywidgets 7.6.5 requires jupyterlab-widgets, which is not installed.
twisted 22.1.0 has requirement attrs>=19.2.0, but you have attrs 19.1.0.
pytest 7.0.0 has requirement attrs>=19.2.0, but you have attrs 19.1.0.
pkgcheck 0.10.9 has requirement tree-sitter~=0.19.0, but you have tree-sitter 0.20.0.
hypothesis 6.36.1 has requirement attrs>=19.2.0, but you have attrs 19.1.0.
eyed3 0.9.6 has requirement coverage[toml]==5.*,>=5.3.1, but you have coverage 6.3.1.
black 22.1.0 has requirement click>=8.0.0, but you have click 7.1.2.
automat 20.2.0 has requirement attrs>=19.2.0, but you have attrs 19.1.0.


Error running mach:

    ['configure']

The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.
You can invoke |./mach busted| to check if this issue is already on file. If it
isn't, please use |./mach busted file configure| to report it. If |./mach busted| is
misbehaving, you can also inspect the dependencies of bug 1543241.

If filing a bug, please include the full output of mach, including this error
message.

The details of the failure are as follows:

Exception: According to "pip check", the current Python environment has package-compatibility issues.

  File "/var/tmp/portage/www-client/firefox-97.0/work/firefox-97.0/python/mozbuild/mozbuild/build_commands.py", line 254, in configure
    return driver.configure(
  File "/var/tmp/portage/www-client/firefox-97.0/work/firefox-97.0/python/mozbuild/mozbuild/controller/building.py", line 1668, in configure
    build_site.ensure()
  File "/var/tmp/portage/www-client/firefox-97.0/work/firefox-97.0/python/mach/mach/site.py", line 513, in ensure
    if not self._up_to_date():
  File "/var/tmp/portage/www-client/firefox-97.0/work/firefox-97.0/python/mach/mach/site.py", line 669, in _up_to_date
    _assert_pip_check(self._topsrcdir, pthfile_lines, self._site_name)
  File "/var/tmp/portage/www-client/firefox-97.0/work/firefox-97.0/python/mach/mach/site.py", line 1002, in _assert_pip_check
    raise Exception(
 * ERROR: www-client/firefox-97.0::gentoo failed (configure phase):
 *   (no error message)
Comment 1 Andrey Grozin gentoo-dev 2022-02-09 16:21:01 UTC
bilbo ~ # pip check
ipywidgets 7.6.5 requires jupyterlab-widgets, which is not installed.
pkgcheck 0.10.9 has requirement tree-sitter~=0.19.0, but you have tree-sitter 0.20.0.
eyed3 0.9.6 has requirement coverage[toml]==5.*,>=5.3.1, but you have coverage 6.3.1.
bilbo ~ #
Comment 2 Michael Cook 2022-02-09 16:44:30 UTC
Having this issue too, some of the errors seems to be using bundled stuff with system stuff (twisted for example since system attrs meets that requirement but firefox uses the bundled attrs -.-)
Comment 3 Joonas Niilola gentoo-dev 2022-02-09 17:00:44 UTC
I really need a way to reproduce this, please see #832975 - I can see what's happening, just don't know why.

*** This bug has been marked as a duplicate of bug 832975 ***