Gentoo Archives: gentoo-user-es

From: Freddy Taborda <terracenter@×××××.com>
To: gentoo-user-es@l.g.o
Subject: Re: [gentoo-user-es] ERROR: dev-util/boost-build-1.55.0::gentoo failed
Date: Fri, 19 Dec 2014 18:18:29
Message-Id: CAKD8bA17hEcAKJV7oVorypXjKWd_xYdxtHBvP7OEWW7vd_tBeg@mail.gmail.com
In Reply to: Re: [gentoo-user-es] ERROR: dev-util/boost-build-1.55.0::gentoo failed by KyD
1 Esrtimado KyD
2
3 Funciono sin problemas, ahora se esta compilando el LVM2, pero tengo una
4 duda yo tome el la configuracon iki.gentoo.org/wiki/Safe_CFLAGS
5 Core i3/i5/i7 & Xeon E3/E5/E7 *V1 y hasta el momento todos los paquetes
6 estaban compilando sin problema, y tu me estas pasando la configuracion
7 Pentium y el paquete dev-util/boost-build-1.55.0::gentoo compilo sin
8 problema y al momento de estar eascribiendo esto se esta
9 compilando el resto de los que se necesita para LMV2, a manera de
10 aprendisaje como llegaste a esa conclucion, que parte de la informacion que
11 postee te sirvio?
12
13 Saludos y muchas gracias por la ayuda e informacion
14
15
16
17
18
19
20 2014-12-19 12:33 GMT-04:30 KyD <kyd.is.back@×××××.com>:
21
22 > Prueba lo siguiente :
23 >
24 > 1 ) export CFLAGS="-march=core-avx-i -mno-avx -mno-aes -mno-rdrnd -O2
25 > -pipe"
26 >
27 > 2 ) emerge --info | grep -i cflags (Esto es a modo de chequeo para ver que
28 > se seteo bien CFLAGS)
29 >
30 > Si quedo bien seteada :
31 >
32 > 3) emerge -v dev-util/boost-build
33 >
34 > 2014-12-19 13:53 GMT-03:00 Freddy Taborda <terracenter@×××××.com>:
35 >
36 >> cat /proc/cpuinfo
37 >> processor : 0
38 >> vendor_id : GenuineIntel
39 >> cpu family : 6
40 >> model : 58
41 >> model name : Intel(R) Pentium(R) CPU 2020M @ 2.40GHz
42 >> stepping : 9
43 >> microcode : 0x19
44 >> cpu MHz : 2400.000
45 >> cache size : 2048 KB
46 >> physical id : 0
47 >> siblings : 2
48 >> core id : 0
49 >> cpu cores : 2
50 >> apicid : 0
51 >> initial apicid : 0
52 >> fpu : yes
53 >> fpu_exception : yes
54 >> cpuid level : 13
55 >> wp : yes
56 >> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
57 >> mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall
58 >> nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
59 >> nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est
60 >> tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt
61 >> tsc_deadline_timer xsave lahf_lm arat epb xsaveopt pln pts dtherm
62 >> tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
63 >> bogomips : 4789.09
64 >> clflush size : 64
65 >> cache_alignment : 64
66 >> address sizes : 36 bits physical, 48 bits virtual
67 >> power management:
68 >>
69 >> processor : 1
70 >> vendor_id : GenuineIntel
71 >> cpu family : 6
72 >> model : 58
73 >> model name : Intel(R) Pentium(R) CPU 2020M @ 2.40GHz
74 >> stepping : 9
75 >> microcode : 0x19
76 >> cpu MHz : 2400.000
77 >> cache size : 2048 KB
78 >> physical id : 0
79 >> siblings : 2
80 >> core id : 1
81 >> cpu cores : 2
82 >> apicid : 2
83 >> initial apicid : 2
84 >> fpu : yes
85 >> fpu_exception : yes
86 >> cpuid level : 13
87 >> wp : yes
88 >> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
89 >> mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall
90 >> nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
91 >> nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est
92 >> tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt
93 >> tsc_deadline_timer xsave lahf_lm arat epb xsaveopt pln pts dtherm
94 >> tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
95 >> bogomips : 4789.09
96 >> clflush size : 64
97 >> cache_alignment : 64
98 >> address sizes : 36 bits physical, 48 bits virtual
99 >> power management:
100 >>
101 >>
102 >> Saludos
103 >>
104 >> 2014-12-19 12:13 GMT-04:30 KyD <kyd.is.back@×××××.com>:
105 >>
106 >> Ok ,
107 >>>
108 >>> ¿ que procesador tienes ?
109 >>>
110 >>> 2014-12-19 13:12 GMT-03:00 Freddy Taborda <terracenter@×××××.com>:
111 >>>
112 >>>>
113 >>>> Gracias KyD
114 >>>>
115 >>>> # cat /etc/portage/make.conf
116 >>>> # These settings were set by the catalyst build script that
117 >>>> automatically
118 >>>> # built this stage.
119 >>>> # Please consult /usr/share/portage/config/make.conf.example for a more
120 >>>> # detailed example.
121 >>>> CFLAGS="-march=core-avx-i -O2 -pipe"
122 >>>> #CFLAGS="-O2 -pipe"
123 >>>> CXXFLAGS="${CFLAGS}"
124 >>>> # WARNING: Changing your CHOST is not something that should be done
125 >>>> lightly.
126 >>>> # Please consult http://www.gentoo.org/doc/en/change-chost.xml before
127 >>>> changing.
128 >>>> CHOST="x86_64-pc-linux-gnu"
129 >>>> # These are the USE flags that were used in addition to what is
130 >>>> provided by the
131 >>>> # profile used for building.
132 >>>> USE="bindist mmx multiuser openrc sse sse2 symlink -systemd"
133 >>>> PORTDIR="/usr/portage"
134 >>>> DISTDIR="${PORTDIR}/distfiles"
135 >>>> PKGDIR="${PORTDIR}/packages"
136 >>>> MAKEOPTS="-j1"
137 >>>> LINGUAS="es"
138 >>>> ACCEPT_LICENSE="*"
139 >>>> VIDEO_CARDS="intel"
140 >>>> ALSA_CARDS="intel"
141 >>>> INPUT_DEVICES="keyboard mouse evdev synaptics"
142 >>>>
143 >>>>
144 >>>> GENTOO_MIRRORS="rsync://gentoo.c3sl.ufpr.br/gentoo/
145 >>>> http://gentoo.c3sl.ufpr.br/ ftp://gentoo.c3sl.ufpr.br/gentoo/
146 >>>> http://www.las.ic.unicamp.br/pub/gentoo/
147 >>>> ftp://ftp.las.ic.unicamp.br/pub/gentoo/"
148 >>>>
149 >>>> SYNC="rsync://rsync1.br.gentoo.org/gentoo-portage"
150 >>>>
151 >>>>
152 >>>> Si necesitan algo mas de informacion por favor me avisan.
153 >>>>
154 >>>>
155 >>>> Saludos
156 >>>>
157 >>>> 2014-12-19 11:19 GMT-04:30 KyD <kyd.is.back@×××××.com>:
158 >>>>
159 >>>> cat make.conf
160 >>>>>
161 >>>>> 2014-12-19 12:32 GMT-03:00 Freddy Taborda <terracenter@×××××.com>:
162 >>>>>
163 >>>>>> Santiago gracias por tus comentarios.
164 >>>>>>
165 >>>>>> Igual con el mismo problema.
166 >>>>>>
167 >>>>>> http://pastebin.com/AquYw1GA
168 >>>>>>
169 >>>>>> Alguna idea mas.
170 >>>>>>
171 >>>>>> Saludos
172 >>>>>>
173 >>>>>> 2014-12-19 9:25 GMT-04:30 Santiago López Denazis <sldenazis@×××××.com
174 >>>>>> >:
175 >>>>>>
176 >>>>>> On 12/18/2014 11:45 PM, Freddy Taborda wrote:
177 >>>>>>> > Hola, hace mucho que no usaba Linux y mucho menos Gentoo, ya que
178 >>>>>>> no tenia
179 >>>>>>> > equipo, ahora estoy haciendo una nueva instalacion
180 >>>>>>> >
181 >>>>>>> http://terracenter.blogspot.com/2014/12/instalacion-de-gentoo-en-una-laptop.html
182 >>>>>>> > (le falta mucho a este tuto para dejarlo decente), pero al momento
183 >>>>>>> de
184 >>>>>>> > instalar lvm2 la compilacion me da estos errores
185 >>>>>>> >
186 >>>>>>>
187 >>>>>>> Buenos días Freddy, si no es un problema para lo que necesitás,
188 >>>>>>> intenta compilarlo con -python:
189 >>>>>>>
190 >>>>>>> echo dev-util/boost-build -python >> /etc/portage/package.use
191 >>>>>>>
192 >>>>>>> Saludos,
193 >>>>>>>
194 >>>>>>> >
195 >>>>>>> >
196 >>>>>>> > # emerge -pv lvm2
197 >>>>>>> >
198 >>>>>>> > * IMPORTANT: 5 config files in '/etc/portage' need updating.
199 >>>>>>> > * See the CONFIGURATION FILES section of the emerge
200 >>>>>>> > * man page to learn how to update config files.
201 >>>>>>> >
202 >>>>>>> > These are the packages that would be merged, in order:
203 >>>>>>> >
204 >>>>>>> > Calculating dependencies... done!
205 >>>>>>> > [ebuild N ] dev-util/boost-build-1.55.0 USE="python -examples
206 >>>>>>> {-test}" 0
207 >>>>>>> > KiB
208 >>>>>>> > [ebuild N ] virtual/libudev-215-r1:0/1 USE="systemd -static-libs"
209 >>>>>>> > ABI_X86="(64) (-32) (-x32)" 0 KiB
210 >>>>>>> > [ebuild N ] dev-libs/boost-1.55.0-r2:0/1.55.0 USE="nls python
211 >>>>>>> threads
212 >>>>>>> > -context -debug -doc -icu -mpi -static-libs -tools"
213 >>>>>>> > ABI_X86="(64) (-32) (-x32)" PYTHON_TARGETS="python2_7 python3_3
214 >>>>>>> -python3_4"
215 >>>>>>> > 0 KiB
216 >>>>>>> > [ebuild N ] sys-block/thin-provisioning-tools-0.3.2-r1
217 >>>>>>> USE="{-test}" 0 KiB
218 >>>>>>> > [ebuild N ] sys-fs/lvm2-2.02.109 USE="readline systemd thin udev
219 >>>>>>> (-clvm)
220 >>>>>>> > (-cman) -device-mapper-only -lvm1 -lvm2create_ini
221 >>>>>>> > trd (-selinux) -static -static-libs" 0 KiB
222 >>>>>>> >
223 >>>>>>> >
224 >>>>>>> >
225 >>>>>>> > * ERROR: dev-util/boost-build-1.55.0::gentoo failed (compile
226 >>>>>>> phase):
227 >>>>>>> > * building bjam failed
228 >>>>>>> > *
229 >>>>>>> > * Call stack:
230 >>>>>>> > * ebuild.sh, line 93: Called src_compile
231 >>>>>>> > * environment, line 4955: Called die
232 >>>>>>> > * The specific snippet of code:
233 >>>>>>> > * CC=$(tc-getCC) ./build.sh ${toolset} -d+2 $(use_with python
234 >>>>>>> python
235 >>>>>>> > "${EROOT}"/usr) || die "building bjam failed"
236 >>>>>>> > *
237 >>>>>>> > * If you need support, post the output of `emerge --info
238 >>>>>>> > '=dev-util/boost-build-1.55.0::gentoo'`,
239 >>>>>>> > * the complete build log and the output of `emerge -pqv
240 >>>>>>> > '=dev-util/boost-build-1.55.0::gentoo'`.
241 >>>>>>> > * The complete build log is located at
242 >>>>>>> > '/var/tmp/portage/dev-util/boost-build-1.55.0/temp/build.log'.
243 >>>>>>> > * The ebuild environment file is located at
244 >>>>>>> > '/var/tmp/portage/dev-util/boost-build-1.55.0/temp/environment'.
245 >>>>>>> > * Working directory:
246 >>>>>>> >
247 >>>>>>> '/var/tmp/portage/dev-util/boost-build-1.55.0/work/boost_1_55_0/tools/build/v2/engine'
248 >>>>>>> > * S:
249 >>>>>>> >
250 >>>>>>> '/var/tmp/portage/dev-util/boost-build-1.55.0/work/boost_1_55_0/tools/build/v2'
251 >>>>>>> >
252 >>>>>>> >>>> Failed to emerge dev-util/boost-build-1.55.0, Log file:
253 >>>>>>> >
254 >>>>>>> >>>> '/var/tmp/portage/dev-util/boost-build-1.55.0/temp/build.log'
255 >>>>>>> >
256 >>>>>>> > * Messages for package dev-util/boost-build-1.55.0:
257 >>>>>>> >
258 >>>>>>> > * ERROR: dev-util/boost-build-1.55.0::gentoo failed (compile
259 >>>>>>> phase):
260 >>>>>>> > * building bjam failed
261 >>>>>>> > *
262 >>>>>>> > * Call stack:
263 >>>>>>> > * ebuild.sh, line 93: Called src_compile
264 >>>>>>> > * environment, line 4955: Called die
265 >>>>>>> > * The specific snippet of code:
266 >>>>>>> > * CC=$(tc-getCC) ./build.sh ${toolset} -d+2 $(use_with python
267 >>>>>>> python
268 >>>>>>> > "${EROOT}"/usr) || die "building bjam failed"
269 >>>>>>> > *
270 >>>>>>> > * If you need support, post the output of `emerge --info
271 >>>>>>> > '=dev-util/boost-build-1.55.0::gentoo'`,
272 >>>>>>> > * the complete build log and the output of `emerge -pqv
273 >>>>>>> > '=dev-util/boost-build-1.55.0::gentoo'`.
274 >>>>>>> > * The complete build log is located at
275 >>>>>>> > '/var/tmp/portage/dev-util/boost-build-1.55.0/temp/build.log'.
276 >>>>>>> > * The ebuild environment file is located at
277 >>>>>>> > '/var/tmp/portage/dev-util/boost-build-1.55.0/temp/environment'.
278 >>>>>>> > * Working directory:
279 >>>>>>> >
280 >>>>>>> '/var/tmp/portage/dev-util/boost-build-1.55.0/work/boost_1_55_0/tools/build/v2/engine'
281 >>>>>>> > * S:
282 >>>>>>> >
283 >>>>>>> '/var/tmp/portage/dev-util/boost-build-1.55.0/work/boost_1_55_0/tools/build/v2'
284 >>>>>>> > livecd / #
285 >>>>>>> >
286 >>>>>>> > # emerge --info '=dev-libs/boost-1.55.0::gentoo'
287 >>>>>>> > Portage 2.2.14 (python 2.7.7-final-0, default/linux/amd64/13.0,
288 >>>>>>> gcc-4.8.3,
289 >>>>>>> > glibc-2.19-r1, 3.16.5-gentoo x86_64)
290 >>>>>>> > =================================================================
291 >>>>>>> > System Settings
292 >>>>>>> > =================================================================
293 >>>>>>> > System uname:
294 >>>>>>> Linux-3.16.5-gentoo-x86_64-Intel-R-_Pentium-R-_CPU_2020M_@
295 >>>>>>> > _2.40GHz-with-gentoo-2.2
296 >>>>>>> > KiB Mem: 3927272 total, 81700 free
297 >>>>>>> > KiB Swap: 2097148 total, 2096904 free
298 >>>>>>> > Timestamp of tree: Thu, 18 Dec 2014 17:15:01 +0000
299 >>>>>>> > ld GNU ld (Gentoo 2.24 p1.4) 2.24
300 >>>>>>> > app-shells/bash: 4.2_p53
301 >>>>>>> > dev-lang/perl: 5.18.2-r2
302 >>>>>>> > dev-lang/python: 2.7.7, 3.3.5-r1
303 >>>>>>> > dev-util/pkgconfig: 0.28-r1
304 >>>>>>> > sys-apps/baselayout: 2.2
305 >>>>>>> > sys-apps/openrc: 0.12.4
306 >>>>>>> > sys-apps/sandbox: 2.6-r1
307 >>>>>>> > sys-devel/autoconf: 2.69
308 >>>>>>> > sys-devel/automake: 1.13.4
309 >>>>>>> > sys-devel/binutils: 2.24-r3
310 >>>>>>> > sys-devel/gcc: 4.8.3
311 >>>>>>> > sys-devel/gcc-config: 1.7.3
312 >>>>>>> > sys-devel/libtool: 2.4.2-r1
313 >>>>>>> > sys-devel/make: 4.0-r1
314 >>>>>>> > sys-kernel/linux-headers: 3.16 (virtual/os-headers)
315 >>>>>>> > Repositories: gentoo
316 >>>>>>> > ACCEPT_LICENSE="*"
317 >>>>>>> > CBUILD="x86_64-pc-linux-gnu"
318 >>>>>>> > CFLAGS="-march=core-avx-i -O2 -pipe"
319 >>>>>>> > CHOST="x86_64-pc-linux-gnu"
320 >>>>>>> > CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
321 >>>>>>> > CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d
322 >>>>>>> /etc/gconf
323 >>>>>>> > /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc
324 >>>>>>> > /terminfo"
325 >>>>>>> > CXXFLAGS="-march=core-avx-i -O2 -pipe"
326 >>>>>>> > DISTDIR="/usr/portage/distfiles"
327 >>>>>>> > FCFLAGS="-O2 -pipe"
328 >>>>>>> > FEATURES="assume-digests binpkg-logs config-protect-if-modified
329 >>>>>>> distlocks
330 >>>>>>> > ebuild-locks fixlafiles merge-sync news parallel-fetch
331 >>>>>>> > preserve-libs protect-owned sandbox sfperms strict
332 >>>>>>> unknown-features-warn
333 >>>>>>> > unmerge-logs unmerge-orphans userfetch userpriv usersa
334 >>>>>>> > ndbox usersync"
335 >>>>>>> > FFLAGS="-O2 -pipe"
336 >>>>>>> > GENTOO_MIRRORS="rsync://gentoo.c3sl.ufpr.br/gentoo/
337 >>>>>>> > http://gentoo.c3sl.ufpr.br/ ftp://gentoo.c3sl.ufpr.br/gentoo/
338 >>>>>>> http://www.las
339 >>>>>>> >
340 >>>>>>> > .ic.unicamp.br/pub/gentoo/ ftp://ftp.las.ic.unicamp.br/pub/gentoo/
341 >>>>>>> "
342 >>>>>>> > LANG="es_VE.utf8"
343 >>>>>>> > LDFLAGS="-Wl,-O1 -Wl,--as-needed"
344 >>>>>>> > MAKEOPTS="-j1"
345 >>>>>>> > PKGDIR="/usr/portage/packages"
346 >>>>>>> > PORTAGE_CONFIGROOT="/"
347 >>>>>>> > PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms
348 >>>>>>> --times
349 >>>>>>> > --omit-dir-times --compress --force --whole-file --delete -
350 >>>>>>> > -stats --human-readable --timeout=180 --exclude=/distfiles
351 >>>>>>> --exclude=/local
352 >>>>>>> > --exclude=/packages"
353 >>>>>>> > PORTAGE_TMPDIR="/var/tmp"
354 >>>>>>> > PORTDIR="/usr/portage"
355 >>>>>>> > PORTDIR_OVERLAY=""
356 >>>>>>> > SYNC="rsync://rsync1.br.gentoo.org/gentoo-portage"
357 >>>>>>> > USE="acl amd64 berkdb bindist bzip2 cli cracklib crypt cxx dri
358 >>>>>>> fortran gdbm
359 >>>>>>> > iconv ipv6 mmx modules multilib multiuser ncurses nl
360 >>>>>>> > s nptl openmp pam pcre python readline session sse sse2 ssl
361 >>>>>>> systemd tcpd
362 >>>>>>> > unicode zlib" ABI_X86="64" ALSA_CARDS="intel" APACHE2_M
363 >>>>>>> > ODULES="authn_core authz_core socache_shmcb unixd actions alias
364 >>>>>>> auth_basic
365 >>>>>>> > authn_alias authn_anon authn_dbm authn_default authn_
366 >>>>>>> > file authz_dbm authz_default authz_groupfile authz_host authz_owner
367 >>>>>>> > authz_user autoindex cache cgi cgid dav dav_fs dav_lock defl
368 >>>>>>> > ate dir disk_cache env expires ext_filter file_cache filter
369 >>>>>>> headers include
370 >>>>>>> > info log_config logio mem_cache mime mime_magic nego
371 >>>>>>> > tiation rewrite setenvif speling status unique_id userdir usertrack
372 >>>>>>> > vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets
373 >>>>>>> > stage tables krita karbon braindump author" CAMERAS="ptp2"
374 >>>>>>> > COLLECTD_PLUGINS="df interface irq load memory rrdtool swap
375 >>>>>>> syslog" E
376 >>>>>>> > LIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18
377 >>>>>>> garmin
378 >>>>>>> > garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oce
379 >>>>>>> > anserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2
380 >>>>>>> timing tsip
381 >>>>>>> > tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse e
382 >>>>>>> > vdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz
383 >>>>>>> cfontz633 glk
384 >>>>>>> > hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_E
385 >>>>>>> > XTENSIONS="presenter-console presenter-minimizer" LINGUAS="es"
386 >>>>>>> > OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_S
387 >>>>>>> > INGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3"
388 >>>>>>> > RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="intel" XT
389 >>>>>>> > ABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset
390 >>>>>>> ipp2p iface
391 >>>>>>> > geoip fuzzy condition tee tarpit sysrq steal rawnat
392 >>>>>>> > logmark ipmark dhcpmac delude chaos account"
393 >>>>>>> > Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK,
394 >>>>>>> LC_ALL,
395 >>>>>>> > PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRES
396 >>>>>>> > S_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
397 >>>>>>> >
398 >>>>>>> >
399 >>>>>>> >
400 >>>>>>> >
401 >>>>>>> > Muchas gracias por la ayuda que me puedan dar, ya que no he
402 >>>>>>> encontrado
403 >>>>>>> > referencia a esa version, trate de montar la r1, pero tambien me
404 >>>>>>> sale
405 >>>>>>> > error.
406 >>>>>>> >
407 >>>>>>> >
408 >>>>>>>
409 >>>>>>>
410 >>>>>>> --
411 >>>>>>> Santiago López Denazis
412 >>>>>>> GNU/Linux SysAdmin
413 >>>>>>> sldenazis@×××××.com
414 >>>>>>> Free your source, free your mind.
415 >>>>>>> ----
416 >>>>>>> Por favor, no utilice formatos de archivo privativos para el
417 >>>>>>> intercambio
418 >>>>>>> de documentos, como DOC y XLS, sino HTML, PDF, TXT, CSV o cualquier
419 >>>>>>> otro
420 >>>>>>> que no obligue a utilizar un programa de un fabricante concreto. Vea
421 >>>>>>> http://www.gnu.org/philosophy/no-word-attachments.es.html
422 >>>>>>> --
423 >>>>>>>
424 >>>>>>>
425 >>>>>>
426 >>>>>>
427 >>>>>> --
428 >>>>>>
429 >>>>>> Freddy Taborda
430 >>>>>> Consultor Técnico
431 >>>>>> Valencia - Venezuela
432 >>>>>> GNU/Linux user #283478
433 >>>>>> ECE #208825114
434 >>>>>>
435 >>>>>>
436 >>>>>> What gets us into trouble is not what we don't know. It's what we
437 >>>>>> know for sure that just ain't so.
438 >>>>>>
439 >>>>>> Mark Twain
440 >>>>>>
441 >>>>>> "Those that can, do. Those that can’t, complain."
442 >>>>>> Linus Torvalds
443 >>>>>>
444 >>>>>
445 >>>>
446 >>>>
447 >>>> --
448 >>>>
449 >>>> Freddy Taborda
450 >>>> Consultor Técnico
451 >>>> Valencia - Venezuela
452 >>>> GNU/Linux user #283478
453 >>>> ECE #208825114
454 >>>>
455 >>>>
456 >>>> What gets us into trouble is not what we don't know. It's what we know
457 >>>> for sure that just ain't so.
458 >>>>
459 >>>> Mark Twain
460 >>>>
461 >>>> "Those that can, do. Those that can’t, complain."
462 >>>> Linus Torvalds
463 >>>>
464 >>>
465 >>
466 >>
467 >> --
468 >>
469 >> Freddy Taborda
470 >> Consultor Técnico
471 >> Valencia - Venezuela
472 >> GNU/Linux user #283478
473 >> ECE #208825114
474 >>
475 >>
476 >> What gets us into trouble is not what we don't know. It's what we know
477 >> for sure that just ain't so.
478 >>
479 >> Mark Twain
480 >>
481 >> "Those that can, do. Those that can’t, complain."
482 >> Linus Torvalds
483 >>
484 >
485
486
487 --
488
489 Freddy Taborda
490 Consultor Técnico
491 Valencia - Venezuela
492 GNU/Linux user #283478
493 ECE #208825114
494
495
496 What gets us into trouble is not what we don't know. It's what we know for
497 sure that just ain't so.
498
499 Mark Twain
500
501 "Those that can, do. Those that can’t, complain."
502 Linus Torvalds

Replies

Subject Author
Re: [gentoo-user-es] ERROR: dev-util/boost-build-1.55.0::gentoo failed KyD <kyd.is.back@×××××.com>