Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solucionado] failed (compile phase): emake failed
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
Fitap
Guru
Guru


Joined: 13 Mar 2011
Posts: 437
Location: Rosario, Argentina

PostPosted: Wed Jun 08, 2016 12:42 am    Post subject: [Solucionado] failed (compile phase): emake failed Reply with quote

Quise usar qt en las USE y ahora en una actualizacion me sale este error.

Code:

unittest sparsetable_unittest.o   
x86_64-pc-linux-gnu-g++ -pthread -Wall -W -Wwrite-strings -Woverloaded-virtual -Wshadow -march=westmere -O2 -pipe -pthread -Wl,-O1 -Wl,--as-needed -o time_hash_map time_hash_map-time_hash_map.o    -ltcmalloc -lpthread
/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: no se puede encontrar -ltcmalloc
collect2: error: ld devolvió el estado de salida 1
Makefile:545: fallo en las instrucciones para el objetivo 'time_hash_map'
make[1]: *** [time_hash_map] Error 1
make[1]: *** Se espera a que terminen otras tareas....
make[1]: se sale del directorio '/var/tmp/portage/dev-cpp/sparsehash-2.0.2/work/sparsehash-2.0.2'
Makefile:437: fallo en las instrucciones para el objetivo 'all'
make: *** [all] Error 2
 * ERROR: dev-cpp/sparsehash-2.0.2::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=dev-cpp/sparsehash-2.0.2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-cpp/sparsehash-2.0.2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-cpp/sparsehash-2.0.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-cpp/sparsehash-2.0.2/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-cpp/sparsehash-2.0.2/work/sparsehash-2.0.2'
 * S: '/var/tmp/portage/dev-cpp/sparsehash-2.0.2/work/sparsehash-2.0.2'


>>> Failed to emerge dev-cpp/sparsehash-2.0.2, Log file:

>>>  '/var/tmp/portage/dev-cpp/sparsehash-2.0.2/temp/build.log'

 * Messages for package dev-cpp/sparsehash-2.0.2:

 * ERROR: dev-cpp/sparsehash-2.0.2::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=dev-cpp/sparsehash-2.0.2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-cpp/sparsehash-2.0.2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-cpp/sparsehash-2.0.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-cpp/sparsehash-2.0.2/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-cpp/sparsehash-2.0.2/work/sparsehash-2.0.2'
 * S: '/var/tmp/portage/dev-cpp/sparsehash-2.0.2/work/sparsehash-2



Me ayudan?

Saludos.


Last edited by Fitap on Wed Jun 08, 2016 10:46 pm; edited 1 time in total
Back to top
View user's profile Send private message
quilosaq
Veteran
Veteran


Joined: 22 Dec 2009
Posts: 1522

PostPosted: Wed Jun 08, 2016 2:46 pm    Post subject: Reply with quote

Code:
...
/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: no se puede encontrar -ltcmalloc
...
tcmalloc es proporcionada por google-perftools. Instala ese paquete.
También (quizás) podrías reconfigurar el paquete que da el error para que no use tcmalloc sino malloc que es el estandar.
Back to top
View user's profile Send private message
Fitap
Guru
Guru


Joined: 13 Mar 2011
Posts: 437
Location: Rosario, Argentina

PostPosted: Wed Jun 08, 2016 10:45 pm    Post subject: Reply with quote

Muchas gracias quilosaq por responder, pude solucionarlo tomando tu consejo pero haciendo lo siguiente.

Tenia instalado google-perftools, lo reinstale y me seguia dando el mismo error, lo desinstale, y ejecute un emerge para preservar dependencias segun me indicaba al finalizar la desintalacion. Quizas me faltaba hacer ese paso, no lo se ahora.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum