Gentoo Archives: gentoo-user-es

From: Freddy Taborda <terracenter@×××××.com>
To: gentoo-user-es@l.g.o
Subject: Re: [gentoo-user-es] Como Instalar OpenERP en Gentoo
Date: Wed, 07 Oct 2009 12:02:45
Message-Id: a725fe160910070502r73f56d4cr86db97ec290f29dd@mail.gmail.com
In Reply to: Re: [gentoo-user-es] Como Instalar OpenERP en Gentoo by Isern Palaus
1 El 6 de octubre de 2009 09:02, Isern Palaus <isern.palaus@×××××.com>escribió:
2
3 > Hola Freddy,
4 >
5 > ¿Has probado a hacer un #emerge simplejson a ver que te dice?
6 >
7 > Un saludo,
8 >
9 > El 6 de octubre de 2009 15:08, Freddy Taborda <terracenter@×××××.com>
10 > escribió:
11 > >
12 > > Hola
13 > >
14 > > Estoy tratando de hacer un COMO de la instalación de OpenERP en Gentoo,
15 > siguiendo las siguientes fuentes; [1], ya pude instalar el servidor y el
16 > cliente local, pero no así el cliente web, ya que necesito la duplicación
17 > turbogers, y me presenta una falla con pyhton 2.6.
18 > >
19 > >
20 > http://terracenter.blogspot.com/2009/10/como-instalar-openerp-en-gentoo.html
21 > (Segunda parte) ;) al final esta el error.
22 > >
23 > >
24 > > Desde ya muchas gracias por todos sus comentarios.
25 > >
26 > >
27 > >
28 > >
29 > >
30 > > [1] Fuentes
31 > >
32 > > http://openerp.com.ve/content/instalando-openerp
33 > >
34 > > http://www.aulaerp.com/
35 > >
36 > > Instalación OpenERP Ubuntu
37 > >
38 > >
39 > >
40 > > --
41 > >
42 > > Freddy Taborda
43 > > Valencia - Venezuela
44 > > Debian GNU/Linux
45 > > Gentoo GNU/Linux
46 > > Linux user #283478
47 > >
48 > > "Those that can, do. Those that can’t, complain."
49 > > Linus Torvalds
50 >
51 >
52 >
53 > --
54 > Isern Palaus
55 >
56 >
57 Gracias por la ayuda, te copio el error:
58
59 # emerge -tav simplejson
60
61 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
62 * Use eselect news to read news items.
63
64
65 These are the packages that would be merged, in reverse order:
66
67 Calculating dependencies... done!
68 [ebuild N ] dev-python/simplejson-2.0.9 USE="-doc -test" 0 kB
69
70 Total: 1 package (1 new), Size of downloads: 0 kB
71
72 Would you like to merge these packages? [Yes/No]
73
74 >>> Verifying ebuild manifests
75
76 >>> Emerging (1 of 1) dev-python/simplejson-2.0.9
77 * simplejson-2.0.9.tar.gz RMD160 SHA1 SHA256 size ;-)
78 ...
79 [ ok ]
80 * checking ebuild checksums ;-)
81 ...
82 [ ok ]
83 * checking auxfile checksums ;-)
84 ...
85 [ ok ]
86 * checking miscfile checksums ;-)
87 ...
88 [ ok ]
89 >>> Unpacking source...
90 >>> Unpacking simplejson-2.0.9.tar.gz to
91 /var/tmp/portage/dev-python/simplejson-2.0.9/work
92 >>> Source unpacked in /var/tmp/portage/dev-python/simplejson-2.0.9/work
93 >>> Compiling source in
94 /var/tmp/portage/dev-python/simplejson-2.0.9/work/simplejson-2.0.9 ...
95 python setup.py build
96 /usr/lib/python2.6/site-packages/Pyrex/Compiler/Errors.py:17:
97 DeprecationWarning: BaseException.message has been deprecated as of Python
98 2.6
99 self.message = message
100 Traceback (most recent call last):
101 File "setup.py", line 108, in <module>
102 run_setup(True)
103 File "setup.py", line 104, in run_setup
104 cmdclass={'build_ext': ve_build_ext},
105 File "/usr/lib/python2.6/distutils/core.py", line 113, in setup
106 _setup_distribution = dist = klass(attrs)
107 File "/usr/lib/python2.6/site-packages/setuptools/dist.py", line 220, in
108 __init__
109 for ep in pkg_resources.iter_entry_points('distutils.setup_keywords'):
110 File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 430, in
111 iter_entry_points
112 entries = dist.get_entry_map(group)
113 File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2186, in
114 get_entry_map
115 self._get_metadata('entry_points.txt'), self
116 File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 1995, in
117 parse_map
118 raise ValueError("Entry points must be listed in groups")
119 ValueError: Entry points must be listed in groups
120 *
121 * ERROR: dev-python/simplejson-2.0.9 failed.
122 * Call stack:
123 * ebuild.sh, line 49: Called src_compile
124 * environment, line 2976: Called distutils_src_compile
125 * environment, line 716: Called die
126 * The specific snippet of code:
127 * ${python} setup.py "${DISTUTILS_GLOBAL_OPTIONS[@]}" build "$@"
128 || die "Building failed";
129 * The die message:
130 * Building failed
131 *
132 * If you need support, post the topmost build error, and the call stack if
133 relevant.
134 * A complete build log is located at
135 '/var/tmp/portage/dev-python/simplejson-2.0.9/temp/build.log'.
136 * The ebuild environment file is located at
137 '/var/tmp/portage/dev-python/simplejson-2.0.9/temp/environment'.
138 *
139
140 >>> Failed to emerge dev-python/simplejson-2.0.9, Log file:
141
142 >>> '/var/tmp/portage/dev-python/simplejson-2.0.9/temp/build.log'
143
144 * Messages for package dev-python/simplejson-2.0.9:
145
146 *
147 * ERROR: dev-python/simplejson-2.0.9 failed.
148 * Call stack:
149 * ebuild.sh, line 49: Called src_compile
150 * environment, line 2976: Called distutils_src_compile
151 * environment, line 716: Called die
152 * The specific snippet of code:
153 * ${python} setup.py "${DISTUTILS_GLOBAL_OPTIONS[@]}" build "$@"
154 || die "Building failed";
155 * The die message:
156 * Building failed
157 *
158 * If you need support, post the topmost build error, and the call stack if
159 relevant.
160 * A complete build log is located at
161 '/var/tmp/portage/dev-python/simplejson-2.0.9/temp/build.log'.
162 * The ebuild environment file is located at
163 '/var/tmp/portage/dev-python/simplejson-2.0.9/temp/environment'.
164
165 Alguna idea.
166
167 Gracias
168
169
170 --
171
172 Freddy Taborda
173 Valencia - Venezuela
174 Debian GNU/Linux
175 Gentoo GNU/Linux
176 Linux user #283478
177
178 "Those that can, do. Those that can’t, complain."
179 Linus Torvalds