Gentoo Archives: gentoo-science

From: "François Bissey" <f.r.bissey@×××××××××.nz>
To: Steven Trogdon <strogdon@×××××.edu>
Cc: gentoo-science@l.g.o
Subject: [gentoo-science] Re: python [sage-on-gentoo]
Date: Tue, 02 Mar 2010 19:25:48
Message-Id: 201003030825.25449.f.r.bissey@massey.ac.nz
1 > Hey François,
2 >
3 > I've been slow in getting to this, but I have a problem with the new
4 > python and byte-compiling. The issue is in building sqlalchemy. Here is
5 > the snippet:
6 >
7 > warning: install_lib: byte-compiling is disabled, skipping.
8 > creating build/bdist.linux-x86_64/egg/EGG-INFO
9 > copying lib/SQLAlchemy.egg-info/PKG-INFO ->
10 > build/bdist.linux-x86_64/egg/EGG-INFO
11 > copying lib/SQLAlchemy.egg-info/SOURCES.txt ->
12 > build/bdist.linux-x86_64/egg/EGG-INFO
13 > copying lib/SQLAlchemy.egg-info/dependency_links.txt ->
14 > build/bdist.linux-x86_64/egg/EGG-INFO
15 > copying lib/SQLAlchemy.egg-info/entry_points.txt ->
16 > build/bdist.linux-x86_64/egg/EGG-INFO
17 > copying lib/SQLAlchemy.egg-info/top_level.txt ->
18 > build/bdist.linux-x86_64/egg/EGG-INFO
19 > zip_safe flag not set; analyzing archive contents...
20 > creating dist
21 > creating 'dist/SQLAlchemy-0.4.6-py2.6.egg' and adding
22 > 'build/bdist.linux-x86_64/egg' to it
23 > removing 'build/bdist.linux-x86_64/egg' (and everything under it)
24 > Creating
25 > /var/tmp/portage/sci-mathematics/sage-4.3.3/work/sage-4.3.3/local/lib64/pyt
26 > hon2.6/site-packages/site.py error: byte-compiling is disabled.
27 >
28 Hi Steve,
29
30 that's a real bother, the other guy's problem with sqlalchemy should be solved
31 by this but it give you troubles. There is something not quite right going
32 on...
33 I think I have an idea but it will take me time to get to it. Thanks for the
34 testing.
35
36 Francois