Opened 11 years ago

Closed 11 years ago

#38502 closed defect (fixed)

py32-uritemplate installation problems

Reported by: vishketan@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: py-uritemplate

Description

sudo port install py32-uritemplate                                                                        
Password:
--->  Computing dependencies for py32-uritemplate
--->  Building py32-uritemplate
Error: org.macports.build for port py32-uritemplate returned: command execution failed
Please see the log file for port py32-uritemplate for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-uritemplate/py32-uritemplate/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port py32-uritemplate failed

and the relevant portion from the log file is

notice:build --->  Building py32-uritemplate
:debug:build Executing proc-pre-org.macports.build-build-0
:debug:build Executing org.macports.build (py32-uritemplate)
:debug:build Environment: CPATH='/opt/local/include' CFLAGS='' CXXFLAGS='' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.8' CXX='/usr/bin/clang++' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-uritemplate/py32-uritemplate/work/.CC_PRINT_OPTIONS' F90FLAGS='' LDFLAGS='' FCFLAGS='' OBJC='/usr/bin/clang' OBJCFLAGS='' FFLAGS='' CC_PRINT_OPTIONS='YES' CC='/usr/bin/clang'
:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-uritemplate/py32-uritemplate/work/uritemplate-py-0.5.1" && /opt/local/Library/Frameworks/Python.framework/Versions/3.2/bin/python3.2 setup.py --no-user-cfg build'
:debug:build Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-uritemplate/py32-uritemplate/work/uritemplate-py-0.5.1" && /opt/local/Library/Frameworks/Python.framework/Versions/3.2/bin/python3.2 setup.py --no-user-cfg build
:info:build Traceback (most recent call last):
:info:build   File "setup.py", line 4, in <module>
:info:build     import uritemplate
:info:build   File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-uritemplate/py32-uritemplate/work/uritemplate-py-0.5.1/uritemplate/__init__.py", line 2, in <module>
:info:build     from uritemplate import expand
:info:build ImportError: cannot import name expand
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-uritemplate/py32-uritemplate/work/uritemplate-py-0.5.1" && /opt/local/Library/Frameworks/Python.framework/Versions/3.2/bin/python3.2 setup.py --no-user-cfg build
:info:build Exit code: 1

I think that uritemplate is not compatible with python 3.0.

Change History (2)

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Port: py-uritemplate added
Status: newassigned

comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.