Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 467050

Summary: dev-python/cx_Freeze-4.3.1 incompatible with python3 ?
Product: Gentoo Linux Reporter: Patrick Lauer <patrick>
Component: New packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Patrick Lauer gentoo-dev 2013-04-24 07:19:29 UTC
* Messages for package dev-python/cx_Freeze-4.3.1:

 * Syntax errors / warnings in Python modules for CPython 3.2:
 *     *** Error compiling '/usr/lib64/python3.2/site-packages/cx_Freeze/initscripts/Console.py'...
 *     File "/usr/lib64/python3.2/site-packages/cx_Freeze/initscripts/Console.py", line 27
 *     exec code in m.__dict__
 *     ^
 *     SyntaxError: invalid syntax
 *     
 *     *** Error compiling '/usr/lib64/python3.2/site-packages/cx_Freeze/initscripts/ConsoleKeepPath.py'...
 *     File "/usr/lib64/python3.2/site-packages/cx_Freeze/initscripts/ConsoleKeepPath.py", line 13
 *     exec code in m.__dict__
 *     ^
 *     SyntaxError: invalid syntax
 *     
 *     *** Error compiling '/usr/lib64/python3.2/site-packages/cx_Freeze/initscripts/ConsoleSetLibPath.py'...
 *     File "/usr/lib64/python3.2/site-packages/cx_Freeze/initscripts/ConsoleSetLibPath.py", line 32
 *     exec code in m.__dict__
 *     ^
 *     SyntaxError: invalid syntax
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2013-05-09 07:01:30 UTC
~/cvsPortage/gentoo-x86/dev-python/cx_Freeze $ ebuild cx_Freeze-4.3.1-r1.ebuild clean merge


 * python2_7: running distutils-r1_run_phase distutils-r1_python_install_all
>>> Completed installing cx_Freeze-4.3.1-r1 into /mnt/gen2/TmpDir/portage/dev-python/cx_Freeze-4.3.1-r1/image/

~/cvsPortage/gentoo-x86/dev-python/cx_Freeze $ python3.2 -c "import cx_Freeze"

~/cvsPortage/gentoo-x86/dev-python/cx_Freeze $ python3.3 -c "import cx_Freeze"

nice refreshing blanks. success.

  09 May 2013; Ian Delaney <idella4@gentoo.org> +cx_Freeze-4.3.1-r1.ebuild:
  migrate -> distutils-r1, fixes Bug #46705