1 | version:1 |
---|
2 | :debug:main changing euid/egid - current euid: 0 - current egid: 0 |
---|
3 | :debug:main egid changed to: 501 |
---|
4 | :debug:main euid changed to: 502 |
---|
5 | :debug:main Executing org.macports.main (py34-setuptools) |
---|
6 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
7 | :debug:main Skipping completed org.macports.archivefetch (py34-setuptools) |
---|
8 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
9 | :debug:main Skipping completed org.macports.fetch (py34-setuptools) |
---|
10 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
11 | :debug:main Skipping completed org.macports.checksum (py34-setuptools) |
---|
12 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
13 | :debug:main Skipping completed org.macports.extract (py34-setuptools) |
---|
14 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
15 | :debug:main Skipping completed org.macports.patch (py34-setuptools) |
---|
16 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
17 | :debug:main Skipping completed org.macports.configure (py34-setuptools) |
---|
18 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
19 | :debug:main Skipping completed org.macports.build (py34-setuptools) |
---|
20 | :debug:main Privilege de-escalation not attempted as not running as root. |
---|
21 | :debug:destroot destroot phase started at Thu Oct 8 08:10:04 CEST 2015 |
---|
22 | :notice:destroot ---> Staging py34-setuptools into destroot |
---|
23 | :debug:destroot Can't run destroot under sudo without elevated privileges (due to mtree). |
---|
24 | :debug:destroot Run destroot without sudo to avoid root privileges. |
---|
25 | :debug:destroot Going to escalate privileges back to root. |
---|
26 | :debug:destroot euid changed to: 0. egid changed to: 0. |
---|
27 | :info:destroot . missing (directory not created: File exists) |
---|
28 | :info:destroot ./Applications missing (directory not created: File exists) |
---|
29 | :info:destroot ./Developer missing (directory not created: File exists) |
---|
30 | :info:destroot ./Library missing (directory not created: File exists) |
---|
31 | :debug:destroot Executing proc-pre-org.macports.destroot-destroot-0 |
---|
32 | :debug:destroot Executing org.macports.destroot (py34-setuptools) |
---|
33 | :debug:destroot Environment: |
---|
34 | CC_PRINT_OPTIONS='YES' |
---|
35 | CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-setuptools/py34-setuptools/work/.CC_PRINT_OPTIONS' |
---|
36 | CPATH='/opt/local/include' |
---|
37 | LIBRARY_PATH='/opt/local/lib' |
---|
38 | MACOSX_DEPLOYMENT_TARGET='10.11' |
---|
39 | :debug:destroot Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-setuptools/py34-setuptools/work/setuptools-18.3.2" && /opt/local/Library/Frameworks/Python.framework/Versions/3.4/bin/python3.4 setup.py --no-user-cfg install --prefix=/opt/local/Library/Frameworks/Python.framework/Versions/3.4 --root=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-setuptools/py34-setuptools/work/destroot' |
---|
40 | :debug:destroot Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-setuptools/py34-setuptools/work/setuptools-18.3.2" && /opt/local/Library/Frameworks/Python.framework/Versions/3.4/bin/python3.4 setup.py --no-user-cfg install --prefix=/opt/local/Library/Frameworks/Python.framework/Versions/3.4 --root=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-setuptools/py34-setuptools/work/destroot |
---|
41 | :info:destroot running install |
---|
42 | :info:destroot running build |
---|
43 | :info:destroot running build_py |
---|
44 | :info:destroot running install_lib |
---|
45 | :info:destroot running install_egg_info |
---|
46 | :info:destroot running egg_info |
---|
47 | :info:destroot writing entry points to setuptools.egg-info/entry_points.txt |
---|
48 | :info:destroot writing setuptools.egg-info/PKG-INFO |
---|
49 | :info:destroot writing top-level names to setuptools.egg-info/top_level.txt |
---|
50 | :info:destroot writing dependency_links to setuptools.egg-info/dependency_links.txt |
---|
51 | :info:destroot writing requirements to setuptools.egg-info/requires.txt |
---|
52 | :info:destroot Traceback (most recent call last): |
---|
53 | :info:destroot File "setup.py", line 171, in <module> |
---|
54 | :info:destroot dist = setuptools.setup(**setup_params) |
---|
55 | :info:destroot File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/distutils/core.py", line 148, in setup |
---|
56 | :info:destroot dist.run_commands() |
---|
57 | :info:destroot File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/distutils/dist.py", line 955, in run_commands |
---|
58 | :info:destroot self.run_command(cmd) |
---|
59 | :info:destroot File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/distutils/dist.py", line 974, in run_command |
---|
60 | :info:destroot cmd_obj.run() |
---|
61 | :info:destroot File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-setuptools/py34-setuptools/work/setuptools-18.3.2/setuptools/command/install.py", line 61, in run |
---|
62 | :info:destroot return orig.install.run(self) |
---|
63 | :info:destroot File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/distutils/command/install.py", line 551, in run |
---|
64 | :info:destroot self.run_command(cmd_name) |
---|
65 | :info:destroot File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/distutils/cmd.py", line 313, in run_command |
---|
66 | :info:destroot self.distribution.run_command(command) |
---|
67 | :info:destroot File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/distutils/dist.py", line 974, in run_command |
---|
68 | :info:destroot cmd_obj.run() |
---|
69 | :info:destroot File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-setuptools/py34-setuptools/work/setuptools-18.3.2/setuptools/command/install_egg_info.py", line 33, in run |
---|
70 | :info:destroot self.run_command('egg_info') |
---|
71 | :info:destroot File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/distutils/cmd.py", line 313, in run_command |
---|
72 | :info:destroot self.distribution.run_command(command) |
---|
73 | :info:destroot File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/distutils/dist.py", line 974, in run_command |
---|
74 | :info:destroot cmd_obj.run() |
---|
75 | :info:destroot File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-setuptools/py34-setuptools/work/setuptools-18.3.2/setuptools/command/egg_info.py", line 172, in run |
---|
76 | :info:destroot writer = ep.resolve() |
---|
77 | :info:destroot File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-setuptools/py34-setuptools/work/setuptools-18.3.2/pkg_resources/__init__.py", line 2361, in resolve |
---|
78 | :info:destroot module = __import__(self.module_name, fromlist=['__name__'], level=0) |
---|
79 | :info:destroot ImportError: No module named 'pbr.pbr_json' |
---|
80 | :info:destroot Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-setuptools/py34-setuptools/work/setuptools-18.3.2" && /opt/local/Library/Frameworks/Python.framework/Versions/3.4/bin/python3.4 setup.py --no-user-cfg install --prefix=/opt/local/Library/Frameworks/Python.framework/Versions/3.4 --root=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-setuptools/py34-setuptools/work/destroot |
---|
81 | :info:destroot Exit code: 1 |
---|
82 | :error:destroot org.macports.destroot for port py34-setuptools returned: command execution failed |
---|
83 | :debug:destroot Error code: CHILDSTATUS 6600 1 |
---|
84 | :debug:destroot Backtrace: command execution failed |
---|
85 | while executing |
---|
86 | "system -nice 0 $fullcmdstring" |
---|
87 | ("eval" body line 1) |
---|
88 | invoked from within |
---|
89 | "eval system $notty $nice \$fullcmdstring" |
---|
90 | invoked from within |
---|
91 | "command_exec destroot" |
---|
92 | (procedure "portdestroot::destroot_main" line 2) |
---|
93 | invoked from within |
---|
94 | "portdestroot::destroot_main org.macports.destroot" |
---|
95 | ("eval" body line 1) |
---|
96 | invoked from within |
---|
97 | "eval $procedure $targetname" |
---|
98 | :info:destroot Warning: targets not executed for py34-setuptools: org.macports.activate org.macports.destroot org.macports.install |
---|
99 | :error:destroot Failed to install py34-setuptools |
---|
100 | :debug:destroot Registry error: py34-setuptools not registered as installed & active. |
---|
101 | invoked from within |
---|
102 | "registry_active $subport" |
---|
103 | invoked from within |
---|
104 | "$workername eval registry_active \$subport" |
---|
105 | :notice:destroot Please see the log file for port py34-setuptools for details: |
---|
106 | /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-setuptools/py34-setuptools/main.log |
---|