1 | DEBUG: CC_PRINT_OPTIONS='YES' |
---|
2 | DEBUG: CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_python_py-bcrypt/py310-bcrypt/work/.CC_PRINT_OPTIONS' |
---|
3 | DEBUG: CFLAGS='-isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk' |
---|
4 | DEBUG: CPATH='/opt/local/include' |
---|
5 | DEBUG: CXX='/opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_python_py-bcrypt/py310-bcrypt/work/compwrap/cxx/usr/bin/clang++' |
---|
6 | DEBUG: CXXFLAGS='-isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk' |
---|
7 | DEBUG: DEVELOPER_DIR='/Library/Developer/CommandLineTools' |
---|
8 | DEBUG: LD='/opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_python_py-bcrypt/py310-bcrypt/work/compwrap/ld/usr/bin/clang' |
---|
9 | DEBUG: LIBRARY_PATH='/opt/local/lib' |
---|
10 | DEBUG: MACOSX_DEPLOYMENT_TARGET='13.0' |
---|
11 | DEBUG: OBJCFLAGS='-isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk' |
---|
12 | DEBUG: RUST_BACKTRACE='1' |
---|
13 | DEBUG: SDKROOT='/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk' |
---|
14 | Executing: cd "/opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_python_py-bcrypt/py310-bcrypt/work/bcrypt-4.0.1" && /opt/local/Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10 -m build --no-isolation --wheel --outdir /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_python_py-bcrypt/py310-bcrypt/work |
---|
15 | DEBUG: system: cd "/opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_python_py-bcrypt/py310-bcrypt/work/bcrypt-4.0.1" && /opt/local/Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10 -m build --no-isolation --wheel --outdir /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_python_py-bcrypt/py310-bcrypt/work |
---|
16 | Traceback (most recent call last): |
---|
17 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/runpy.py", line 196, in _run_module_as_main |
---|
18 | return _run_code(code, main_globals, None, |
---|
19 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/runpy.py", line 86, in _run_code |
---|
20 | exec(code, run_globals) |
---|
21 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/build/__main__.py", line 24, in <module> |
---|
22 | from build.env import IsolatedEnvBuilder |
---|
23 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/build/env.py", line 26, in <module> |
---|
24 | import virtualenv |
---|
25 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/virtualenv/__init__.py", line 3, in <module> |
---|
26 | from .run import cli_run, session_via_cli |
---|
27 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/virtualenv/run/__init__.py", line 15, in <module> |
---|
28 | from .plugin.creators import CreatorSelector |
---|
29 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/virtualenv/run/plugin/creators.py", line 6, in <module> |
---|
30 | from virtualenv.create.via_global_ref.builtin.builtin_way import VirtualenvBuiltin |
---|
31 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/virtualenv/create/via_global_ref/builtin/builtin_way.py", line 5, in <module> |
---|
32 | from virtualenv.create.creator import Creator |
---|
33 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/virtualenv/create/creator.py", line 13, in <module> |
---|
34 | from virtualenv.discovery.cached_py_info import LogCmd |
---|
35 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/virtualenv/discovery/cached_py_info.py", line 25, in <module> |
---|
36 | _CACHE[Path(sys.executable)] = PythonInfo() |
---|
37 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/virtualenv/discovery/py_info.py", line 100, in __init__ |
---|
38 | self.distutils_install = self._distutils_install().copy() |
---|
39 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/virtualenv/discovery/py_info.py", line 183, in _distutils_install |
---|
40 | d = dist.Distribution({"script_args": "--no-user-cfg"}) # conf files not parsed so they do not hijack paths |
---|
41 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/setuptools/dist.py", line 496, in __init__ |
---|
42 | _Distribution.__init__( |
---|
43 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 283, in __init__ |
---|
44 | self.finalize_options() |
---|
45 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/setuptools/dist.py", line 934, in finalize_options |
---|
46 | for ep in sorted(loaded, key=by_order): |
---|
47 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/setuptools/dist.py", line 933, in <lambda> |
---|
48 | loaded = map(lambda e: e.load(), filtered) |
---|
49 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/metadata/__init__.py", line 171, in load |
---|
50 | module = import_module(match.group('module')) |
---|
51 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__init__.py", line 126, in import_module |
---|
52 | return _bootstrap._gcd_import(name[level:], package, level) |
---|
53 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/py2app/__init__.py", line 30, in <module> |
---|
54 | import pkg_resources |
---|
55 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pkg_resources/__init__.py", line 3327, in <module> |
---|
56 | def _initialize_master_working_set(): |
---|
57 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pkg_resources/__init__.py", line 3301, in _call_aside |
---|
58 | f(*args, **kwargs) |
---|
59 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pkg_resources/__init__.py", line 3339, in _initialize_master_working_set |
---|
60 | working_set = WorkingSet._build_master() |
---|
61 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pkg_resources/__init__.py", line 620, in _build_master |
---|
62 | ws = cls() |
---|
63 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pkg_resources/__init__.py", line 613, in __init__ |
---|
64 | self.add_entry(entry) |
---|
65 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pkg_resources/__init__.py", line 669, in add_entry |
---|
66 | for dist in find_distributions(entry, True): |
---|
67 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pkg_resources/__init__.py", line 2133, in find_on_path |
---|
68 | for dist in factory(fullpath): |
---|
69 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pkg_resources/__init__.py", line 2198, in distributions_from_metadata |
---|
70 | yield Distribution.from_location( |
---|
71 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pkg_resources/__init__.py", line 2672, in from_location |
---|
72 | )._reload_version() |
---|
73 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pkg_resources/__init__.py", line 3080, in _reload_version |
---|
74 | md_version = self._get_version() |
---|
75 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pkg_resources/__init__.py", line 2857, in _get_version |
---|
76 | version = _version_from_file(lines) |
---|
77 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pkg_resources/__init__.py", line 2623, in _version_from_file |
---|
78 | line = next(iter(version_lines), '') |
---|
79 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pkg_resources/__init__.py", line 2852, in _get_metadata |
---|
80 | for line in self.get_metadata_lines(name): |
---|
81 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1527, in get_metadata_lines |
---|
82 | return yield_lines(self.get_metadata(name)) |
---|
83 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1517, in get_metadata |
---|
84 | value = self._get(path) |
---|
85 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1726, in _get |
---|
86 | with open(path, 'rb') as stream: |
---|
87 | PermissionError: [Errno 13] Permission denied: '/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/absl_py-1.4.0-py3.10.egg-info/PKG-INFO' |
---|
88 | Command failed: cd "/opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_python_py-bcrypt/py310-bcrypt/work/bcrypt-4.0.1" && /opt/local/Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10 -m build --no-isolation --wheel --outdir /opt/local/var/macports/build/_Users_davidevans_macports_sources_github.com_macports_macports-ports_python_py-bcrypt/py310-bcrypt/work |
---|
89 | Exit code: 1 |
---|
90 | Error: Failed to build py310-bcrypt: command execution failed |
---|
91 | DEBUG: Error code: CHILDSTATUS 4321 1 |
---|
92 | DEBUG: Backtrace: command execution failed |
---|
93 | DEBUG: while executing |
---|
94 | DEBUG: "system {*}$notty {*}$callback {*}$nice $fullcmdstring" |
---|
95 | DEBUG: invoked from within |
---|
96 | DEBUG: "command_exec -callback portprogress::target_progress_callback build" |
---|
97 | DEBUG: (procedure "portbuild::build_main" line 8) |
---|
98 | DEBUG: invoked from within |
---|
99 | DEBUG: "$procedure $targetname" |
---|
100 | Error: See /opt/local/var/macports/logs/_Users_davidevans_macports_sources_github.com_macports_macports-ports_python_py-bcrypt/py310-bcrypt/main.log for details. |
---|