Changes between Initial Version and Version 1 of Ticket #29943


Ignore:
Timestamp:
Jun 27, 2011, 10:41:10 PM (13 years ago)
Author:
ci42
Comment:

Replying to schmunk@…:

Please remind to cc the maintainer.

As fresh install on my machine works fine. It seems that you have a outdated python installation (< 2.6) What is the output of ?

python --version

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29943

    • Property Keywords python opencl upgrade removed
    • Property Cc snc@… added
  • Ticket #29943 – Description

    initial v1  
    1 I ran a 'selfupdate' and afterwards 'upgrade outdated', then I got this error on 10.6.8
    2 
    31{{{
    4 version:1
    5 :msg:configure --->  Computing dependencies for py27-pyopencl:info:configure .:debug:configure Searching for dependency: py27-distribute
    6 :debug:configure Found Dependency: receipt exists for py27-distribute
    7 :debug:configure Searching for dependency: py27-numpy
    8 :debug:configure Found Dependency: receipt exists for py27-numpy
    9 :debug:configure Searching for dependency: python27
    10 :debug:configure Found Dependency: receipt exists for python27
    11 :msg:configure
    12 :debug:main Executing org.macports.main (py27-pyopencl)
    13 :debug:main Skipping completed org.macports.fetch (py27-pyopencl)
    14 :debug:main Skipping completed org.macports.checksum (py27-pyopencl)
    15 :debug:main Skipping completed org.macports.extract (py27-pyopencl)
    16 :debug:main Skipping completed org.macports.patch (py27-pyopencl)
    17 :msg:main --->  Configuring py27-pyopencl
    18 :debug:main Using compiler 'Mac OS X gcc 4.2'
    19 :debug:configure configure phase started at Mon Jun 27 13:30:29 CEST 2011
    20 :debug:configure Executing org.macports.configure (py27-pyopencl)
    21 :debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-O2 -arch x86_64' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2 -arch x86_64' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6' CXX='/usr/bin/g++-4.2' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py27-pyopencl/work/.CC_PRINT_OPTIONS' F90FLAGS='-O2 -m64' LDFLAGS='-L/opt/local/lib -arch x86_64' OBJC='/usr/bin/gcc-4.2' FCFLAGS='-O2 -m64' INSTALL='/usr/bin/install -c' OBJCFLAGS='-O2 -arch x86_64' FFLAGS='-O2 -m64' CC_PRINT_OPTIONS='YES' CC='/usr/bin/gcc-4.2'
    222:debug:configure Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py27-pyopencl/work/pyopencl-2011.1.1" && ./configure.py --prefix=/opt/local --cl-enable-gl'
    233:info:configure /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py27-pyopencl/work/pyopencl-2011.1.1/aksetup_helper.py:702: Warning: 'as' will become a reserved keyword in Python 2.6
     
    299:info:configure                     ^
    3010:info:configure SyntaxError: invalid syntax
    31 :info:configure shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py27-pyopencl/work/pyopencl-2011.1.1" && ./configure.py --prefix=/opt/local --cl-enable-gl " returned error 1
    32 :error:configure Target org.macports.configure returned: configure failure: shell command failed (see log for details)
    33 :debug:configure Backtrace: configure failure: shell command failed (see log for details)
    34     while executing
    35 "$procedure $targetname"
    36 :info:configure Warning: the following items did not execute (for py27-pyopencl): org.macports.destroot org.macports.configure org.macports.build
    37 :notice:configure Log for py27-pyopencl is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py27-pyopencl/main.log
    3811}}}
    39 
    40 I've also tried to updated dependencies manually before, but without luck.