Ticket #36269: py27-httplib2-main.log

File py27-httplib2-main.log, 7.2 KB (added by watsodw, 12 years ago)
Line 
1version:1
2:msg:clean --->  Computing dependencies for py27-httplib2:info:clean .:debug:clean py27-httplib2 has no conflicts
3:debug:clean Searching for dependency: python27
4:debug:clean Found Dependency: receipt exists for python27
5:msg:clean
6:debug:main Executing org.macports.main (py27-httplib2)
7:debug:main changing euid/egid - current euid: 0 - current egid: 0
8:debug:main egid changed to: 504
9:debug:main euid changed to: 63920313
10:debug:main Skipping completed org.macports.archivefetch (py27-httplib2)
11:debug:main Privilege de-escalation not attempted as not running as root.
12:debug:main Skipping completed org.macports.fetch (py27-httplib2)
13:debug:main Privilege de-escalation not attempted as not running as root.
14:debug:main Skipping completed org.macports.checksum (py27-httplib2)
15:debug:main Privilege de-escalation not attempted as not running as root.
16:debug:main Skipping completed org.macports.extract (py27-httplib2)
17:debug:main Privilege de-escalation not attempted as not running as root.
18:debug:main Skipping completed org.macports.patch (py27-httplib2)
19:debug:main Privilege de-escalation not attempted as not running as root.
20:debug:main Skipping completed org.macports.configure (py27-httplib2)
21:debug:main Privilege de-escalation not attempted as not running as root.
22:debug:build build phase started at Fri Sep 21 07:32:18 CDT 2012
23:notice:build --->  Building py27-httplib2
24:debug:build Executing proc-pre-org.macports.build-build-0
25:debug:build Executing org.macports.build (py27-httplib2)
26:debug:build Environment: CFLAGS='-arch x86_64 -arch i386' CXXFLAGS='-arch x86_64 -arch i386' CPATH='/opt/macports/include' MACOSX_DEPLOYMENT_TARGET='10.6' LIBRARY_PATH='/opt/macports/lib' CXX='/usr/bin/g++-4.2' CC_PRINT_OPTIONS_FILE='/opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-httplib2/py27-httplib2/work/.CC_PRINT_OPTIONS' LDFLAGS='-arch x86_64 -arch i386' OBJC='/usr/bin/gcc-4.2' OBJCFLAGS='-arch x86_64 -arch i386' CC_PRINT_OPTIONS='YES' CC='/usr/bin/gcc-4.2'
27:debug:build Assembled command: 'cd "/opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-httplib2/py27-httplib2/work/httplib2-0.7.6" && /opt/macports/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build'
28:debug:build Executing command line:  cd "/opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-httplib2/py27-httplib2/work/httplib2-0.7.6" && /opt/macports/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build
29:info:build Traceback (most recent call last):
30:info:build   File "setup.py", line 2, in <module>
31:info:build     from setuptools import setup
32:info:build   File "/opt/macports/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools/__init__.py", line 2, in <module>
33:info:build     from setuptools.extension import Extension, Library
34:info:build   File "/opt/macports/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools/extension.py", line 5, in <module>
35:info:build     from setuptools.dist import _get_unpatched
36:info:build   File "/opt/macports/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools/dist.py", line 6, in <module>
37:info:build     from setuptools.command.install import install
38:info:build   File "/opt/macports/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools/command/__init__.py", line 8, in <module>
39:info:build     from setuptools.command import install_scripts
40:info:build   File "/opt/macports/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools/command/install_scripts.py", line 3, in <module>
41:info:build     from pkg_resources import Distribution, PathMetadata, ensure_directory
42:info:build   File "/opt/macports/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources.py", line 2835, in <module>
43:info:build     add_activation_listener(lambda dist: dist.activate())
44:info:build   File "/opt/macports/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources.py", line 704, in subscribe
45:info:build     callback(dist)
46:info:build   File "/opt/macports/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources.py", line 2835, in <lambda>
47:info:build     add_activation_listener(lambda dist: dist.activate())
48:info:build   File "/opt/macports/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources.py", line 2259, in activate
49:info:build     self.insert_on(path)
50:info:build   File "/opt/macports/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources.py", line 2366, in insert_on
51:info:build     self.check_version_conflict()
52:info:build   File "/opt/macports/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources.py", line 2405, in check_version_conflict
53:info:build     for modname in self._get_metadata('top_level.txt'):
54:info:build   File "/opt/macports/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources.py", line 2253, in _get_metadata
55:info:build     for line in self.get_metadata_lines(name):
56:info:build   File "/opt/macports/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources.py", line 1213, in get_metadata_lines
57:info:build     return yield_lines(self.get_metadata(name))
58:info:build   File "/opt/macports/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources.py", line 1205, in get_metadata
59:info:build     return self._get(self._fn(self.egg_info,name))
60:info:build   File "/opt/macports/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pkg_resources.py", line 1320, in _get
61:info:build     stream = open(path, 'rb')
62:info:build IOError: [Errno 13] Permission denied: '/opt/macports/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/httplib2-0.7.6-py2.7.egg-info/top_level.txt'
63:info:build Command failed:  cd "/opt/macports/var/macports/build/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-httplib2/py27-httplib2/work/httplib2-0.7.6" && /opt/macports/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build
64:info:build Exit code: 1
65:error:build org.macports.build for port py27-httplib2 returned: command execution failed
66:debug:build Error code: CHILDSTATUS 21337 1
67:debug:build Backtrace: command execution failed
68    while executing
69"system -nice 0 $fullcmdstring"
70    ("eval" body line 1)
71    invoked from within
72"eval system $notty $nice \$fullcmdstring"
73    invoked from within
74"command_exec build"
75    (procedure "portbuild::build_main" line 8)
76    invoked from within
77"$procedure $targetname"
78:info:build Warning: targets not executed for py27-httplib2: org.macports.install org.macports.build org.macports.destroot
79:notice:build Please see the log file for port py27-httplib2 for details:
80    /opt/macports/var/macports/logs/_opt_macports_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-httplib2/py27-httplib2/main.log