-------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for firefox-58.0.2,1 (cd /construction/xports/www/firefox/work/firefox-58.0.2 && /usr/local/bin/autoconf-2.13) (cd /construction/xports/www/firefox/work/firefox-58.0.2/js/src/ && /usr/local/bin/autoconf-2.13) ===> FreeBSD 10 autotools fix applied to /construction/xports/www/firefox/work/firefox-58.0.2/toolkit/crashreporter/google-breakpad/m4/libtool.m4 Creating Python environment New python executable in /construction/xports/www/firefox/work/.build/_virtualenv/bin/python2.7 Also creating executable in /construction/xports/www/firefox/work/.build/_virtualenv/bin/python Installing setuptools, pip, wheel...done. running build_ext building 'psutil._psutil_bsd' extension creating build/temp.freebsd-11.1-SYNTH-amd64-2.7 creating build/temp.freebsd-11.1-SYNTH-amd64-2.7/psutil creating build/temp.freebsd-11.1-SYNTH-amd64-2.7/psutil/arch creating build/temp.freebsd-11.1-SYNTH-amd64-2.7/psutil/arch/bsd cc -fno-strict-aliasing -O2 -pipe -fno-omit-frame-pointer -I/usr/include -fstack-protector -fno-strict-aliasing -DNDEBUG -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 -D_DECLARE_C99_LDBL_MATH -DLIBICONV_PLUG -isystem /usr/local/include -fPIC -DPSUTIL_VERSION=311 -I/usr/local/include/python2.7 -c psutil/_psutil_bsd.c -o build/temp.freebsd-11.1-SYNTH-amd64-2.7/psutil/_psutil_bsd.o cc -fno-strict-aliasing -O2 -pipe -fno-omit-frame-pointer -I/usr/include -fstack-protector -fno-strict-aliasing -DNDEBUG -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 -D_DECLARE_C99_LDBL_MATH -DLIBICONV_PLUG -isystem /usr/local/include -fPIC -DPSUTIL_VERSION=311 -I/usr/local/include/python2.7 -c psutil/_psutil_common.c -o build/temp.freebsd-11.1-SYNTH-amd64-2.7/psutil/_psutil_common.o cc -fno-strict-aliasing -O2 -pipe -fno-omit-frame-pointer -I/usr/include -fstack-protector -fno-strict-aliasing -DNDEBUG -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 -D_DECLARE_C99_LDBL_MATH -DLIBICONV_PLUG -isystem /usr/local/include -fPIC -DPSUTIL_VERSION=311 -I/usr/local/include/python2.7 -c psutil/arch/bsd/process_info.c -o build/temp.freebsd-11.1-SYNTH-amd64-2.7/psutil/arch/bsd/process_info.o creating build/lib.freebsd-11.1-SYNTH-amd64-2.7 creating build/lib.freebsd-11.1-SYNTH-amd64-2.7/psutil cc -shared -lpthread -L/usr/local/lib -fstack-protector -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 -D_DECLARE_C99_LDBL_MATH -DLIBICONV_PLUG -isystem /usr/local/include build/temp.freebsd-11.1-SYNTH-amd64-2.7/psutil/_psutil_bsd.o build/temp.freebsd-11.1-SYNTH-amd64-2.7/psutil/_psutil_common.o build/temp.freebsd-11.1-SYNTH-amd64-2.7/psutil/arch/bsd/process_info.o -L/usr/local/lib -ldevstat -lpython2.7 -o build/lib.freebsd-11.1-SYNTH-amd64-2.7/psutil/_psutil_bsd.so building 'psutil._psutil_posix' extension cc -fno-strict-aliasing -O2 -pipe -fno-omit-frame-pointer -I/usr/include -fstack-protector -fno-strict-aliasing -DNDEBUG -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 -D_DECLARE_C99_LDBL_MATH -DLIBICONV_PLUG -isystem /usr/local/include -fPIC -I/usr/local/include/python2.7 -c psutil/_psutil_posix.c -o build/temp.freebsd-11.1-SYNTH-amd64-2.7/psutil/_psutil_posix.o cc -shared -lpthread -L/usr/local/lib -fstack-protector -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 -D_DECLARE_C99_LDBL_MATH -DLIBICONV_PLUG -isystem /usr/local/include build/temp.freebsd-11.1-SYNTH-amd64-2.7/psutil/_psutil_posix.o -L/usr/local/lib -lpython2.7 -o build/lib.freebsd-11.1-SYNTH-amd64-2.7/psutil/_psutil_posix.so copying build/lib.freebsd-11.1-SYNTH-amd64-2.7/psutil/_psutil_bsd.so -> psutil copying build/lib.freebsd-11.1-SYNTH-amd64-2.7/psutil/_psutil_posix.so -> psutil Error processing command. Ignoring because optional. (optional:packages.txt:comm/build/virtualenv_packages.txt) Reexecuting in the virtualenv Creating Python environment New python executable in /construction/xports/www/firefox/work/.build/_virtualenv/bin/python2.7 Traceback (most recent call last): File "/construction/xports/www/firefox/work/firefox-58.0.2/third_party/python/virtualenv/virtualenv.py", line 2325, in main() File "/construction/xports/www/firefox/work/firefox-58.0.2/third_party/python/virtualenv/virtualenv.py", line 711, in main symlink=options.symlink and hasattr(os, 'symlink')) # MOZ: Make sure we don't use symlink when we don't have it File "/construction/xports/www/firefox/work/firefox-58.0.2/third_party/python/virtualenv/virtualenv.py", line 924, in create_environment site_packages=site_packages, clear=clear, symlink=symlink)) File "/construction/xports/www/firefox/work/firefox-58.0.2/third_party/python/virtualenv/virtualenv.py", line 1223, in install_python shutil.copyfile(executable, py_executable) File "/usr/local/lib/python2.7/shutil.py", line 97, in copyfile with open(dst, 'wb') as fdst: IOError: [Errno 26] Text file busy: '/construction/xports/www/firefox/work/.build/_virtualenv/bin/python2.7' Traceback (most recent call last): File "/construction/xports/www/firefox/work/firefox-58.0.2/configure.py", line 127, in sys.exit(main(sys.argv)) File "/construction/xports/www/firefox/work/firefox-58.0.2/configure.py", line 29, in main sandbox.run(os.path.join(os.path.dirname(__file__), 'moz.configure')) File "/construction/xports/www/firefox/work/firefox-58.0.2/python/mozbuild/mozbuild/configure/__init__.py", line 399, in run self.include_file(path) File "/construction/xports/www/firefox/work/firefox-58.0.2/python/mozbuild/mozbuild/configure/__init__.py", line 390, in include_file exec_(code, self) File "/construction/xports/www/firefox/work/firefox-58.0.2/python/mozbuild/mozbuild/util.py", line 59, in exec_ exec(object, globals, locals) File "/construction/xports/www/firefox/work/firefox-58.0.2/moz.configure", line 7, in include('build/moz.configure/init.configure') File "/construction/xports/www/firefox/work/firefox-58.0.2/python/mozbuild/mozbuild/configure/__init__.py", line 694, in include_impl self.include_file(what) File "/construction/xports/www/firefox/work/firefox-58.0.2/python/mozbuild/mozbuild/configure/__init__.py", line 390, in include_file exec_(code, self) File "/construction/xports/www/firefox/work/firefox-58.0.2/python/mozbuild/mozbuild/util.py", line 59, in exec_ exec(object, globals, locals) File "/construction/xports/www/firefox/work/firefox-58.0.2/build/moz.configure/init.configure", line 208, in @imports('distutils.sysconfig') File "/construction/xports/www/firefox/work/firefox-58.0.2/python/mozbuild/mozbuild/configure/__init__.py", line 677, in decorator depends = DependsFunction(self, func, dependencies, when=when) File "/construction/xports/www/firefox/work/firefox-58.0.2/python/mozbuild/mozbuild/configure/__init__.py", line 96, in __init__ sandbox._value_for(self) File "/construction/xports/www/firefox/work/firefox-58.0.2/python/mozbuild/mozbuild/configure/__init__.py", line 474, in _value_for return self._value_for_depends(obj, need_help_dependency) File "/construction/xports/www/firefox/work/firefox-58.0.2/python/mozbuild/mozbuild/util.py", line 944, in method_call cache[args] = self.func(instance, *args) File "/construction/xports/www/firefox/work/firefox-58.0.2/python/mozbuild/mozbuild/configure/__init__.py", line 483, in _value_for_depends return obj.result(need_help_dependency) File "/construction/xports/www/firefox/work/firefox-58.0.2/python/mozbuild/mozbuild/util.py", line 944, in method_call cache[args] = self.func(instance, *args) File "/construction/xports/www/firefox/work/firefox-58.0.2/python/mozbuild/mozbuild/configure/__init__.py", line 123, in result return self._func(*resolved_args) File "/construction/xports/www/firefox/work/firefox-58.0.2/python/mozbuild/mozbuild/configure/__init__.py", line 1003, in wrapped return new_func(*args, **kwargs) File "/construction/xports/www/firefox/work/firefox-58.0.2/build/moz.configure/init.configure", line 262, in virtualenv_python manager.build(python) File "/construction/xports/www/firefox/work/firefox-58.0.2/python/mozbuild/mozbuild/virtualenv.py", line 439, in build self.create(python) File "/construction/xports/www/firefox/work/firefox-58.0.2/python/mozbuild/mozbuild/virtualenv.py", line 203, in create 'Failed to create virtualenv: %s' % self.virtualenv_root) Exception: Failed to create virtualenv: /construction/xports/www/firefox/work/.build/_virtualenv ===> Script "configure" failed unexpectedly. Please report the problem to gecko@FreeBSD.org [maintainer] and attach the "/construction/xports/www/firefox/work/.build/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. make: stopped in /xports/www/firefox -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Friday, 2 MAR 2018 at 02:18:44 UTC Duration: 00:08:53