Date: Sun, 22 Mar 2015 10:21:27 -0700 From: Manfred Antar <null@pozo.com> To: Michael Butler <imb@protected-networks.net>, ports@FreeBSD.org Subject: Re: firefox 36.0.4 fails to build Message-ID: <201503221721.t2MHLd5e044212@pozo.com>
next in thread | raw e-mail | index | archive | help
At 09:53 AM 3/22/2015, Michael Butler wrote: >firefox fails to compile with the following apparent missed dependency. >What's missing? > >loading cache ./config.cache >checking host system type... x86_64-portbld-freebsd11.0 >checking target system type... x86_64-portbld-freebsd11.0 >checking build system type... x86_64-portbld-freebsd11.0 >checking for mawk... no >checking for gawk... gawk >Using Python from environment variable $PYTHON >Creating Python environment >New python executable in >/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-portbld-freebsd11.0/_virtualenv/bin/python2.7 >Not overwriting existing python script >/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-portbld-freebsd11.0/_virtualenv/bin/python >(you must use >/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-portbld-freebsd11.0/_virtualenv/bin/python2.7) >Installing setuptools, pip... > Complete output from command >/usr/ports/www/firef...ualenv/bin/python2.7 -c "import sys, pip; >sys...d\"] + sys.argv[1:]))" setuptools pip: > Traceback (most recent call last): > File "<string>", line 1, in <module> > File >"/usr/ports/www/firefox/work/mozilla-release/python/virtualenv/virtualenv_support/pip-1.5.4-py2.py3-none-any.whl/pip/__init__.py", >line 10, in <module> > File >"/usr/ports/www/firefox/work/mozilla-release/python/virtualenv/virtualenv_support/pip-1.5.4-py2.py3-none-any.whl/pip/util.py", >line 18, in <module> > File >"/usr/ports/www/firefox/work/mozilla-release/python/virtualenv/virtualenv_support/pip-1.5.4-py2.py3-none-any.whl/pip/_vendor/distlib/version.py", >line 14, in <module> > File >"/usr/ports/www/firefox/work/mozilla-release/python/virtualenv/virtualenv_support/pip-1.5.4-py2.py3-none-any.whl/pip/_vendor/distlib/compat.py", >line 31, in <module> >ImportError: cannot import name HTTPSHandler >---------------------------------------- >...Installing setuptools, pip...done. >Traceback (most recent call last): > File >"/usr/ports/www/firefox/work/mozilla-release/python/virtualenv/virtualenv.py", >line 2338, in <module> > main() > File >"/usr/ports/www/firefox/work/mozilla-release/python/virtualenv/virtualenv.py", >line 824, in main > symlink=options.symlink) > File >"/usr/ports/www/firefox/work/mozilla-release/python/virtualenv/virtualenv.py", >line 992, in create_environment > install_wheel(to_install, py_executable, search_dirs) > File >"/usr/ports/www/firefox/work/mozilla-release/python/virtualenv/virtualenv.py", >line 960, in install_wheel > 'PIP_NO_INDEX': '1' > File >"/usr/ports/www/firefox/work/mozilla-release/python/virtualenv/virtualenv.py", >line 902, in call_subprocess > % (cmd_desc, proc.returncode)) >OSError: Command /usr/ports/www/firef...ualenv/bin/python2.7 -c "import >sys, pip; sys...d\"] + sys.argv[1:]))" setuptools pip failed with error >code 1 >Traceback (most recent call last): > File >"/usr/ports/www/firefox/work/mozilla-release/python/mozbuild/mozbuild/virtualenv.py", >line 473, in <module> > manager.ensure() > File >"/usr/ports/www/firefox/work/mozilla-release/python/mozbuild/mozbuild/virtualenv.py", >line 128, in ensure > return self.build() > File >"/usr/ports/www/firefox/work/mozilla-release/python/mozbuild/mozbuild/virtualenv.py", >line 371, in build > self.create() > File >"/usr/ports/www/firefox/work/mozilla-release/python/mozbuild/mozbuild/virtualenv.py", >line 147, in create > raise Exception('Error creating virtualenv.') >Exception: Error creating virtualenv. > > imb > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503221721.t2MHLd5e044212>