Ticket #50225: main.log

File main.log, 7.6 KB (added by davideproment@…, 8 years ago)

main.log file

Line 
1version: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 (py27-matplotlib)
6:debug:main Privilege de-escalation not attempted as not running as root.
7:debug:main Skipping completed org.macports.archivefetch (py27-matplotlib)
8:debug:main Privilege de-escalation not attempted as not running as root.
9:debug:main Skipping completed org.macports.fetch (py27-matplotlib)
10:debug:main Privilege de-escalation not attempted as not running as root.
11:debug:main Skipping completed org.macports.checksum (py27-matplotlib)
12:debug:main Privilege de-escalation not attempted as not running as root.
13:debug:main Skipping completed org.macports.extract (py27-matplotlib)
14:debug:main Privilege de-escalation not attempted as not running as root.
15:debug:main Skipping completed org.macports.patch (py27-matplotlib)
16:debug:main Privilege de-escalation not attempted as not running as root.
17:debug:main Skipping completed org.macports.configure (py27-matplotlib)
18:debug:main Privilege de-escalation not attempted as not running as root.
19:debug:build build phase started at Tue Jan  5 14:06:52 CET 2016
20:notice:build --->  Building py27-matplotlib
21:debug:build Executing proc-pre-org.macports.build-build-0
22:debug:build Executing org.macports.build (py27-matplotlib)
23:debug:build Environment:
24CC='/usr/bin/clang'
25CC_PRINT_OPTIONS='YES'
26CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-matplotlib/py27-matplotlib/work/.CC_PRINT_OPTIONS'
27CFLAGS='-arch x86_64'
28CPATH='/opt/local/include'
29CXX='/usr/bin/clang++'
30CXXFLAGS='-arch x86_64'
31F90FLAGS='-m64'
32FCFLAGS='-m64'
33FFLAGS='-m64'
34LDFLAGS='-arch x86_64'
35LIBRARY_PATH='/opt/local/lib'
36MACOSX_DEPLOYMENT_TARGET='10.10'
37OBJC='/usr/bin/clang'
38OBJCFLAGS='-arch x86_64'
39PKG_CONFIG_PATH='/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig'
40:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-matplotlib/py27-matplotlib/work/matplotlib-1.5.0" && /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build'
41:debug:build Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-matplotlib/py27-matplotlib/work/matplotlib-1.5.0" && /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build
42:info:build Traceback (most recent call last):
43:info:build   File "setup.py", line 10, in <module>
44:info:build     use_setuptools()
45:info:build   File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-matplotlib/py27-matplotlib/work/matplotlib-1.5.0/distribute_setup.py", line 147, in use_setuptools
46:info:build     import pkg_resources
47:info:build   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3138, in <module>
48:info:build     @_call_aside
49:info:build   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3124, in _call_aside
50:info:build     f(*args, **kwargs)
51:info:build   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3151, in _initialize_master_working_set
52:info:build     working_set = WorkingSet._build_master()
53:info:build   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/__init__.py", line 652, in _build_master
54:info:build     ws = cls()
55:info:build   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/__init__.py", line 645, in __init__
56:info:build     self.add_entry(entry)
57:info:build   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/__init__.py", line 701, in add_entry
58:info:build     for dist in find_distributions(entry, True):
59:info:build   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2139, in find_on_path
60:info:build     path_item, entry, metadata, precedence=DEVELOP_DIST
61:info:build   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2521, in from_location
62:info:build     py_version=py_version, platform=platform, **kw
63:info:build   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2835, in _reload_version
64:info:build     md_version = _version_from_file(self._get_metadata(self.PKG_INFO))
65:info:build   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2486, in _version_from_file
66:info:build     line = next(iter(version_lines), '')
67:info:build   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2654, in _get_metadata
68:info:build     for line in self.get_metadata_lines(name):
69:info:build   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1643, in get_metadata_lines
70:info:build     return yield_lines(self.get_metadata(name))
71:info:build   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1635, in get_metadata
72:info:build     return self._get(self._fn(self.egg_info, name))
73:info:build   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1746, in _get
74:info:build     with open(path, 'rb') as stream:
75:info:build IOError: [Errno 13] Permission denied: '/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpydoc-0.5-py2.7.egg-info/PKG-INFO'
76:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-matplotlib/py27-matplotlib/work/matplotlib-1.5.0" && /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build
77:info:build Exit code: 1
78:error:build org.macports.build for port py27-matplotlib returned: command execution failed
79:debug:build Error code: CHILDSTATUS 75534 1
80:debug:build Backtrace: command execution failed
81    while executing
82"system -nice 0 $fullcmdstring"
83    ("eval" body line 1)
84    invoked from within
85"eval system $notty $nice \$fullcmdstring"
86    invoked from within
87"command_exec build"
88    (procedure "portbuild::build_main" line 8)
89    invoked from within
90"portbuild::build_main org.macports.build"
91    ("eval" body line 1)
92    invoked from within
93"eval $procedure $targetname"
94:info:build Warning: targets not executed for py27-matplotlib: org.macports.activate org.macports.build org.macports.destroot org.macports.install
95:error:build Failed to install py27-matplotlib
96:debug:build Registry error: py27-matplotlib not registered as installed & active.
97    invoked from within
98"registry_active $subport"
99    invoked from within
100"$workername eval registry_active \$subport"
101:notice:build Please see the log file for port py27-matplotlib for details:
102    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-matplotlib/py27-matplotlib/main.log