Gentoo Archives: gentoo-user-es

From: d2clon <d2clon@×××××××××××××××.org>
To: gentooUserEs <gentoo-user-es@l.g.o>
Subject: [gentoo-user-es] mailx imposible unmerge
Date: Sat, 01 Jul 2006 15:10:34
Message-Id: 44A68EF2.7000506@desarrolladores.org
1 hola gente:
2
3 hay un paquete que se está intentando actualizar todo el rato pero al
4 desemerger la versión anterior siempre me peta.
5
6 este problema hace que todas los intentos de emerger otros paquetes me
7 peten.
8
9 el paquete en sí es: mail-client/mailx
10
11 aquí [1] tenemos por ejemplo un intento de instalar la última versión
12 del portage.. vemos como me peta esta acción porque el emerge intenta
13 actualizar el mailx.
14
15 he intentado desemerger el mailx: [2], pero el error es el mismo y
16 además es como si estuvieran las dos versiones instaladas.. la que
17 intenta desemerger todo el rato y la nueva
18
19 como el error parece de que el fichero esté corrupto:
20 /var/db/pkg/mail-client/mailx-8.1.2.20021129-r2/mailx-8.1.2.20021129-r2.ebuild:
21 line 43: unexpected EOF while looking for matching `"'
22 /var/db/pkg/mail-client/mailx-8.1.2.20021129-r2/mailx-8.1.2.20021129-r2.ebuild:
23 line 73: syntax error: unexpected end of file
24
25 he intentado bajarme el ebuild: http://gentoo-portage.com/mail-client/mailx
26 pero no encuentro esta versión del ebuild..
27
28 he hecho un: emerge sync pero el error sigue apareciendo..
29
30 sugerencias?
31
32 gracias
33
34 d2clon
35
36
37
38 [1]-------------------------------
39 biit ~ # emerge -n '>=sys-apps/portage-2.0.51'
40
41 !!! Your current profile is deprecated and not supported anymore.
42 !!! Please upgrade to the following profile if possible:
43 default-linux/x86/2006.0
44
45 To upgrade do the following steps:
46 # Gentoo has switched to 2.6 as the defaults for headers/kernels. If
47 you wish
48 # to use 2.4 headers/kernels, then you should do the following to upgrade:
49 # emerge -n '>=sys-apps/portage-2.0.51'
50 # cd /etc/
51 # rm make.profile
52 # ln -s ../usr/portage/profiles/default-linux/x86/no-nptl/2.4 make.profile
53
54 # If you wish to use the default 2.6 kernel, do the following:
55 # emerge -n '>=sys-apps/portage-2.0.51'
56 # cd /etc/
57 # rm make.profile
58 # ln -s ../usr/portage/profiles/default-linux/x86/2006.0 make.profile
59
60 # More information can be found at the following URLs:
61 # http://www.gentoo.org/doc/en/gentoo-upgrading.xml
62 # http://www.gentoo.org/doc/en/migration-to-2.6.xml
63
64 # This profile will be removed after June 30th, 2006.
65
66
67 Calculating dependencies... done!
68 >>> Auto-cleaning packages...
69
70 mail-client/mailx
71 selected: 8.1.2.20021129-r2
72 protected: 8.1.2.20040524-r1
73 omitted: none
74
75 >>> 'Selected' packages are slated for removal.
76 >>> 'Protected' and 'omitted' packages will not be removed.
77
78 >>> Waiting 5 seconds before starting...
79 >>> (Control-C to abort)...
80 >>> Unmerging in: 5 4 3 2 1
81 >>> Unmerging mail-client/mailx-8.1.2.20021129-r2...
82 No package files given... Grabbing a set.
83
84 QA Notice: ECLASS 'ccc' inherited illegally in
85 mail-client/mailx-8.1.2.20021129-r2
86
87
88 QA Notice: ECLASS 'flag-o-matic' inherited illegally in
89 mail-client/mailx-8.1.2.20021129-r2
90
91
92 QA Notice: ECLASS 'eutils' inherited illegally in
93 mail-client/mailx-8.1.2.20021129-r2
94
95
96 QA Notice: ECLASS 'multilib' inherited illegally in
97 mail-client/mailx-8.1.2.20021129-r2
98
99
100 QA Notice: ECLASS 'portability' inherited illegally in
101 mail-client/mailx-8.1.2.20021129-r2
102
103
104 QA Notice: ECLASS 'toolchain-funcs' inherited illegally in
105 mail-client/mailx-8.1.2.20021129-r2
106
107 /var/db/pkg/mail-client/mailx-8.1.2.20021129-r2/mailx-8.1.2.20021129-r2.ebuild:
108 line 43: unexpected EOF while looking for matching `"'
109 /var/db/pkg/mail-client/mailx-8.1.2.20021129-r2/mailx-8.1.2.20021129-r2.ebuild:
110 line 73: syntax error: unexpected end of file
111
112 !!! ERROR: mail-client/mailx-8.1.2.20021129-r2 failed.
113 Call stack:
114 ebuild.sh, line 1447: Called die
115
116 !!! error sourcing ebuild
117 !!! If you need support, post the topmost build error, and the call
118 stack if relevant.
119
120 !!! FAILED prerm: 1
121
122
123 [2]------------------------------------------
124 biit ~ # emerge --unmerge mailx
125
126 !!! Your current profile is deprecated and not supported anymore.
127 !!! Please upgrade to the following profile if possible:
128 default-linux/x86/2006.0
129
130 To upgrade do the following steps:
131 # Gentoo has switched to 2.6 as the defaults for headers/kernels. If
132 you wish
133 # to use 2.4 headers/kernels, then you should do the following to upgrade:
134 # emerge -n '>=sys-apps/portage-2.0.51'
135 # cd /etc/
136 # rm make.profile
137 # ln -s ../usr/portage/profiles/default-linux/x86/no-nptl/2.4 make.profile
138
139 # If you wish to use the default 2.6 kernel, do the following:
140 # emerge -n '>=sys-apps/portage-2.0.51'
141 # cd /etc/
142 # rm make.profile
143 # ln -s ../usr/portage/profiles/default-linux/x86/2006.0 make.profile
144
145 # More information can be found at the following URLs:
146 # http://www.gentoo.org/doc/en/gentoo-upgrading.xml
147 # http://www.gentoo.org/doc/en/migration-to-2.6.xml
148
149 # This profile will be removed after June 30th, 2006.
150
151
152
153 mail-client/mailx
154 selected: 8.1.2.20021129-r2 8.1.2.20040524-r1
155 protected: none
156 omitted: none
157
158 >>> 'Selected' packages are slated for removal.
159 >>> 'Protected' and 'omitted' packages will not be removed.
160
161 >>> Waiting 5 seconds before starting...
162 >>> (Control-C to abort)...
163 >>> Unmerging in: 5 4 3 2 1
164 >>> Unmerging mail-client/mailx-8.1.2.20021129-r2...
165 No package files given... Grabbing a set.
166
167 QA Notice: ECLASS 'ccc' inherited illegally in
168 mail-client/mailx-8.1.2.20021129-r2
169
170
171 QA Notice: ECLASS 'flag-o-matic' inherited illegally in
172 mail-client/mailx-8.1.2.20021129-r2
173
174
175 QA Notice: ECLASS 'eutils' inherited illegally in
176 mail-client/mailx-8.1.2.20021129-r2
177
178
179 QA Notice: ECLASS 'multilib' inherited illegally in
180 mail-client/mailx-8.1.2.20021129-r2
181
182
183 QA Notice: ECLASS 'portability' inherited illegally in
184 mail-client/mailx-8.1.2.20021129-r2
185
186
187 QA Notice: ECLASS 'toolchain-funcs' inherited illegally in
188 mail-client/mailx-8.1.2.20021129-r2
189
190 /var/db/pkg/mail-client/mailx-8.1.2.20021129-r2/mailx-8.1.2.20021129-r2.ebuild:
191 line 43: unexpected EOF while looking for matching `"'
192 /var/db/pkg/mail-client/mailx-8.1.2.20021129-r2/mailx-8.1.2.20021129-r2.ebuild:
193 line 73: syntax error: unexpected end of file
194
195 !!! ERROR: mail-client/mailx-8.1.2.20021129-r2 failed.
196 Call stack:
197 ebuild.sh, line 1447: Called die
198
199 !!! error sourcing ebuild
200 !!! If you need support, post the topmost build error, and the call
201 stack if relevant.
202
203 !!! FAILED prerm: 1
204
205
206 --
207 http://www.flickr.com/photos/d2clon/
208 http://enamsterdam.blogspot.com/
209
210
211
212
213 --
214 gentoo-user-es@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-es] mailx imposible unmerge Juan Villa <juan64@×××××.com>