[MacPorts] #48399: port install py27-kivy fails
MacPorts
noreply at macports.org
Sun Jul 19 15:15:06 PDT 2015
#48399: port install py27-kivy fails
-----------------------------------------+------------------------
Reporter: michael.francis.corcoran@… | Owner: stromnov@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.3
Resolution: | Keywords:
Port: py-kivy |
-----------------------------------------+------------------------
Changes (by ryandesign@…):
* keywords: kivy =>
* owner: macports-tickets@… => stromnov@…
* port: => py-kivy
Old description:
> I've tried to install y27-kivy on 3 separate macs (macbook pro & 2 iMacs)
> and each time the install fails with the same error. I.e. if I do
>
> % sudo port install py27-kivy
> ---> Computing dependencies for py27-kivy
> ---> Building py27-kivy
> Error: org.macports.build for port py27-kivy returned: command execution
> failed
> Please see the log file for port py27-kivy for details:
> /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports
> .org_release_tarballs_ports_python_py-kivy/py27-kivy/main.log
> To report a bug, follow the instructions in the guide:
> http://guide.macports.org/#project.tickets
> Error: Processing of port py27-kivy failed
> here's the error text from the build log
>
> % more
> /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports
> .org_release_tarballs_ports_python_py-kivy/py27-kivy/main.log
>
> ...stuff deleted...
>
> :info:build creating build/temp.macosx-10.10-x86_64-2.7/kivy
> :info:build creating build/temp.macosx-10.10-x86_64-2.7/kivy/graphics
> :info:build /usr/bin/clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-
> prototypes
> -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
> -c kivy/graphics/texture.c -o
> build/temp.macosx-10.10-x86_64-2.7/kivy/graphics/texture.o
> -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks
> -arch x86_64
> :info:build kivy/graphics/texture.c:1:2: error: Do not use this file, it
> is the result of a failed Cython compilation.
> :info:build #error Do not use this file, it is the result of a failed
> Cython compilation.
> :info:build ^
> :info:build 1 error generated.
> :info:build error: command '/usr/bin/clang' failed with exit status 1
> :info:build Command failed: cd
> "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
> .org_release_tarballs_ports_python_py-kivy/py27-kivy/work/kivy-1.8.0" &&
> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
> setup.py --no-user-cfg build
> :info:build Exit code: 1
> :error:build org.macports.build for port py27-kivy returned: command
> execution failed
> :debug:build Error code: CHILDSTATUS 51033 1
> :debug:build Backtrace: command execution failed
> while executing
> "system -nice 0 $fullcmdstring"
> ("eval" body line 1)
> invoked from within
> "eval system $notty $nice \$fullcmdstring"
> invoked from within
> "command_exec build"
> (procedure "portbuild::build_main" line 8)
> invoked from within
> "portbuild::build_main org.macports.build"
> ("eval" body line 1)
> invoked from within
> "eval $procedure $targetname"
> :info:build Warning: targets not executed for py27-kivy:
> org.macports.activate org.macports.build org.macports.destroot
> org.macports.install
> :notice:build Please see the log file for port py27-kivy for details:
> /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports
> .org_release_tarballs_ports_python_py-kivy/py27-kivy/main.log
New description:
I've tried to install y27-kivy on 3 separate macs (macbook pro & 2 iMacs)
and each time the install fails with the same error. I.e. if I do
{{{
% sudo port install py27-kivy
---> Computing dependencies for py27-kivy
---> Building py27-kivy
Error: org.macports.build for port py27-kivy returned: command execution
failed
Please see the log file for port py27-kivy for details:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports
.org_release_tarballs_ports_python_py-kivy/py27-kivy/main.log
To report a bug, follow the instructions in the guide:
http://guide.macports.org/#project.tickets
Error: Processing of port py27-kivy failed
}}}
here's the error text from the build log
{{{
% more
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports
.org_release_tarballs_ports_python_py-kivy/py27-kivy/main.log
...stuff deleted...
:info:build creating build/temp.macosx-10.10-x86_64-2.7/kivy
:info:build creating build/temp.macosx-10.10-x86_64-2.7/kivy/graphics
:info:build /usr/bin/clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-
prototypes
-I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
-c kivy/graphics/texture.c -o
build/temp.macosx-10.10-x86_64-2.7/kivy/graphics/texture.o
-F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks
-arch x86_64
:info:build kivy/graphics/texture.c:1:2: error: Do not use this file, it
is the result of a failed Cython compilation.
:info:build #error Do not use this file, it is the result of a failed
Cython compilation.
:info:build ^
:info:build 1 error generated.
:info:build error: command '/usr/bin/clang' failed with exit status 1
:info:build Command failed: cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
.org_release_tarballs_ports_python_py-kivy/py27-kivy/work/kivy-1.8.0" &&
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
setup.py --no-user-cfg build
:info:build Exit code: 1
:error:build org.macports.build for port py27-kivy returned: command
execution failed
:debug:build Error code: CHILDSTATUS 51033 1
:debug:build Backtrace: command execution failed
while executing
"system -nice 0 $fullcmdstring"
("eval" body line 1)
invoked from within
"eval system $notty $nice \$fullcmdstring"
invoked from within
"command_exec build"
(procedure "portbuild::build_main" line 8)
invoked from within
"portbuild::build_main org.macports.build"
("eval" body line 1)
invoked from within
"eval $procedure $targetname"
:info:build Warning: targets not executed for py27-kivy:
org.macports.activate org.macports.build org.macports.destroot
org.macports.install
:notice:build Please see the log file for port py27-kivy for details:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports
.org_release_tarballs_ports_python_py-kivy/py27-kivy/main.log
}}}
--
Comment:
Please clean and try again, then attach the entire main.log file.
--
Ticket URL: <https://trac.macports.org/ticket/48399#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list