Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 467050 - dev-python/cx_Freeze-4.3.1 incompatible with python3 ?
Summary: dev-python/cx_Freeze-4.3.1 incompatible with python3 ?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-24 07:19 UTC by Patrick Lauer
Modified: 2013-05-09 07:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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