Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 654988 - www-client/firefox-59.0.2 ABI=x32 - src_configure(): OSError: Command /tmp/portage/www-cli...ualenv/bin/python2.7 - setuptools pip wheel failed with error code 1
Summary: www-client/firefox-59.0.2 ABI=x32 - src_configure(): OSError: Command /tmp/po...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: Other Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-05 17:23 UTC by Paul Bordukov
Modified: 2019-04-01 05:38 UTC (History)
0 users

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


Attachments
emerge info (emerge_info.txt,15.99 KB, text/plain)
2018-05-05 17:23 UTC, Paul Bordukov
Details
build log (build.log,17.51 KB, text/plain)
2018-05-05 17:31 UTC, Paul Bordukov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Bordukov 2018-05-05 17:23:59 UTC
Created attachment 530022 [details]
emerge info

Hello,

My system (Gentoo ~amd64 ABI=X32) cannot compile firefox-59.0.2 (52.7.4 as well). Build fails with error:
 0:00.61 Installing setuptools, pip, wheel...
 0:00.61   Complete output from command /tmp/portage/www-cli...ualenv/bin/python2.7 - setuptools pip wheel:
 0:00.61   Traceback (most recent call last):
 0:00.61   File "<stdin>", line 3, in <module>
 0:00.61 ImportError: No module named pkgutil

I've tried to re-emerge python, python-exec without any luck. System python (2.7.14) knows mention module:

pashgan@light ~ $ python
Python 2.7.14 (default, May  5 2018, 17:25:56) 
[GCC 7.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pkgutil
>>>

The most similar bug I found is: https://bugs.gentoo.org/436274. But I cannot use patches from it, because they are obsolete. Is it something wrong with my python environment, what can I try to do here?
Comment 1 Paul Bordukov 2018-05-05 17:31:23 UTC
Created attachment 530024 [details]
build log
Comment 2 Paul Bordukov 2018-05-12 16:03:26 UTC
firefox-60.0: same issue.
Comment 3 Jory A. Pratt gentoo-dev 2019-03-31 20:06:27 UTC
Please feel free to reopen and update any bug report that can be duplicated with current esr builds, 60.x. If you feel your feature needs to be re looked at in any of these bugs reopen and update, please attach patches when appropriate. Thank you Mozilla Team
Comment 4 Paul Bordukov 2019-04-01 05:38:04 UTC
I've just switched to plain x64 arch, x32 is unusable for me.