Erros @world. [RESOLVIDO]

1. Erros @world. [RESOLVIDO]

carlos reis
slblxs

(usa Funtoo)

Enviado em 01/01/2018 - 16:30h


Estava muito bem no meu Funtoo, atualizei o meu perfil no portage e quando este comando;

emerge --ask --newuse --deep --with-bdeps=y @world 


Aparece esta mensagem;

  * Messages for package dev-lang/python-2.7.13:

* ERROR: dev-lang/python-2.7.13::python-kit failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=dev-lang/python-2.7.13::python-kit'`,
* the complete build log and the output of `emerge -pqv '=dev-lang/python-2.7.13::python-kit'`.
* The complete build log is located at '/var/tmp/portage/dev-lang/python-2.7.13/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-lang/python-2.7.13/temp/environment'.
* Working directory: '/var/tmp/portage/dev-lang/python-2.7.13/work/x86_64-pc-linux-gnu'
* S: '/var/tmp/portage/dev-lang/python-2.7.13/work/Python-2.7.13'


Alguém sabe como resolver? Obrigado.


  


2. MELHOR RESPOSTA

Luiz Santos
luiztux

(usa Gentoo)

Enviado em 02/01/2018 - 10:48h

Hmmm... que coisa, primeiro foi a versão 2.7.13 que apresentou erros, agora foi a 3.4.6(?)... Isto que você mandou é o log completo (/var/tmp/portage/dev-lang/python-3.4.6/temp/build.log) ?

Sincroniza o Portage e tenta novamente.

Quais flags estão ativas para estas versões do Python? Você tem o openssl ou libressl instalado? Se sim, qual versão está instalada? Estes pacotes estão em teste (~)?

Já vi casos parecidos antes em que o erro era com o openssl...mas enfim. Se tiver o openssl-1.1.0 instalado, faz downgrade e tenta novamente. Se não tiver, veja qual versão o Portage puxa (se é que puxa alguma...deveria...). Também não seria nada demais setar -bindist para o openssl e ver como a compilação se comporta.

Acho que você pode fazer uns testes:


emerge --ask --verbose --changed-use --deep --with-bdeps=y =dev-lang/python-3.4.6 =dev-lang/python-2.7.13 # ou com o newuse

# ou testa -bindist no openssl
USE="-bindist" emerge --ask --verbose =dev-libs/openssl-1.0.2n #por exemplo...

# ou, se nada acima funcionar, tenta

emerge --ask --verbose --changed-use --deep --with-bdeps=y =dev-lang/python-3.4.6 =dev-lang/python-2.7.13 --exclude=openssl # não custa tentar...


O importante é ir testando, 90% de certeza que é o openssl. De qualquer forma, posta os logs completos. Pode utilizar o hastebin/pastebin pra isto.

-----------------------------------''----------------------------------

Larry, The Cow, uses Gentoo GNU/Linux

^__^
(oo)
(__)

"If it moves, compile it."



3. Re: Erros @world. [RESOLVIDO]

Luiz Santos
luiztux

(usa Gentoo)

Enviado em 01/01/2018 - 19:44h

Poderia postar o log completo? Pode ser link externo...

-----------------------------------''----------------------------------

Larry, The Cow, uses Gentoo GNU/Linux

^__^
(oo)
(__)

"If it moves, compile it."




4. Re: Erros @world. [RESOLVIDO]

carlos reis
slblxs

(usa Funtoo)

Enviado em 02/01/2018 - 09:06h


Não sei se vai ficar tudo, depois de mudar o portage fiz isto;

  sl slb # emerge --ask --newuse --deep --with-bdeps=y @world

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild rR ] dev-lang/python-3.4.6 [3.4.6]
[ebuild R ] dev-lang/python-2.7.13 [2.7.13] USE="tk*"
[ebuild rR ] app-arch/libarchive-3.3.1
[ebuild rR ] net-libs/serf-1.3.9
[ebuild rR ] net-misc/wget-1.19.2-r1
[ebuild rR ] dev-python/m2crypto-0.25.1-r2
[ebuild rR ] net-wireless/wpa_supplicant-2.6-r3
[ebuild rR ] dev-python/cryptography-1.7.2
[ebuild R ] media-libs/mesa-17.2.7 USE="bindist*"
[ebuild rR ] www-client/w3m-0.5.3-r9
[ebuild rR ] dev-vcs/git-2.11.1-r1
[ebuild rR ] x11-base/xorg-server-1.19.3-r1
[ebuild rR ] media-sound/pulseaudio-11.1
[ebuild R ] net-misc/openssh-7.5_p1-r1 USE="bindist*"

Would you like to merge these packages? [Yes/No]


  ython-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/socketmodule.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/socketmodule.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/socketmodule.o -L. -L/usr/local/lib64 -lpython3.4m -o build/lib.linux-x86_64-3.4/_socket.cpython-34m.so
building '_ssl' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.o
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c: In function '_create_tuple_for_X509_NAME':
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:694:35: error: dereferencing pointer to incomplete type 'X509_NAME_ENTRY {aka struct X509_name_entry_st}'
if (rdn_level != entry->set) {
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c: In function '_get_peer_alt_names':
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:814:16: error: dereferencing pointer to incomplete type 'X509_EXTENSION {aka struct X509_extension_st}'
p = ext->value->data;
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:886:57: warning: implicit declaration of function 'ASN1_STRING_data' [-Wimplicit-function-declaration]
v = PyUnicode_FromStringAndSize((char *)ASN1_STRING_data(as),
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:886:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
v = PyUnicode_FromStringAndSize((char *)ASN1_STRING_data(as),
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c: In function '_get_crl_dp':
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:1041:22: error: dereferencing pointer to incomplete type 'X509 {aka struct x509_st}'
dps = certificate->crldp;
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c: In function '_decode_certificate':
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:1164:17: warning: implicit declaration of function 'X509_get_notBefore' [-Wimplicit-function-declaration]
notBefore = X509_get_notBefore(certificate);
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:1164:15: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
notBefore = X509_get_notBefore(certificate);
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:1181:16: warning: implicit declaration of function 'X509_get_notAfter' [-Wimplicit-function-declaration]
notAfter = X509_get_notAfter(certificate);
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:1181:14: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
notAfter = X509_get_notAfter(certificate);
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c: In function 'PySSL_compression':
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:1430:43: error: dereferencing pointer to incomplete type 'COMP_METHOD {aka const struct comp_method_st}'
if (comp_method == NULL || comp_method->type == NID_undef)
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c: In function 'context_new':
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:1991:27: warning: implicit declaration of function 'TLSv1_method' [-Wimplicit-function-declaration]
ctx = SSL_CTX_new(TLSv1_method());
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:1991:27: warning: passing argument 1 of 'SSL_CTX_new' makes pointer from integer without a cast [-Wint-conversion]
In file included from /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:64:0:
/usr/include/openssl/ssl.h:1333:17: note: expected 'const SSL_METHOD * {aka const struct ssl_method_st *}' but argument is of type 'int'
__owur SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:1994:27: warning: implicit declaration of function 'TLSv1_1_method' [-Wimplicit-function-declaration]
ctx = SSL_CTX_new(TLSv1_1_method());
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:1994:27: warning: passing argument 1 of 'SSL_CTX_new' makes pointer from integer without a cast [-Wint-conversion]
In file included from /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:64:0:
/usr/include/openssl/ssl.h:1333:17: note: expected 'const SSL_METHOD * {aka const struct ssl_method_st *}' but argument is of type 'int'
__owur SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:1996:27: warning: implicit declaration of function 'TLSv1_2_method' [-Wimplicit-function-declaration]
ctx = SSL_CTX_new(TLSv1_2_method());
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:1996:27: warning: passing argument 1 of 'SSL_CTX_new' makes pointer from integer without a cast [-Wint-conversion]
In file included from /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:64:0:
/usr/include/openssl/ssl.h:1333:17: note: expected 'const SSL_METHOD * {aka const struct ssl_method_st *}' but argument is of type 'int'
__owur SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:2004:27: warning: implicit declaration of function 'SSLv2_method' [-Wimplicit-function-declaration]
ctx = SSL_CTX_new(SSLv2_method());
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:2004:27: warning: passing argument 1 of 'SSL_CTX_new' makes pointer from integer without a cast [-Wint-conversion]
In file included from /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:64:0:
/usr/include/openssl/ssl.h:1333:17: note: expected 'const SSL_METHOD * {aka const struct ssl_method_st *}' but argument is of type 'int'
__owur SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c: In function 'get_verify_flags':
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:2265:46: error: dereferencing pointer to incomplete type 'X509_STORE {aka struct x509_store_st}'
flags = X509_VERIFY_PARAM_get_flags(store->param);
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c: In function 'load_cert_chain':
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:2458:48: error: dereferencing pointer to incomplete type 'SSL_CTX {aka struct ssl_ctx_st}'
pem_password_cb *orig_passwd_cb = self->ctx->default_passwd_callback;
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c: In function 'load_dh_params':
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:2776:5: warning: implicit declaration of function 'DH_free' [-Wimplicit-function-declaration]
DH_free(dh);
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c: In function 'cert_store_stats':
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:3045:20: error: dereferencing pointer to incomplete type 'X509_OBJECT {aka struct x509_object_st}'
switch (obj->type) {
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:3055:18: error: 'X509_LU_PKEY' undeclared (first use in this function)
case X509_LU_PKEY:
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:3055:18: note: each undeclared identifier is reported only once for each function it appears in
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c: In function 'PySSL_RAND':
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:3265:14: warning: implicit declaration of function 'RAND_pseudo_bytes' [-Wimplicit-function-declaration]
ok = RAND_pseudo_bytes((unsigned char*)PyBytes_AS_STRING(bytes), len);
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c: At top level:
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:3789:24: error: unknown type name 'CRYPTO_THREADID'
_ssl_threadid_callback(CRYPTO_THREADID *id)
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c: In function '_ssl_thread_locking_function':
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:3822:16: error: 'CRYPTO_LOCK' undeclared (first use in this function)
if (mode & CRYPTO_LOCK) {
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c: In function '_setup_ssl_threads':
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:3834:28: warning: implicit declaration of function 'CRYPTO_num_locks' [-Wimplicit-function-declaration]
_ssl_locks_count = CRYPTO_num_locks();
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:3853:9: warning: implicit declaration of function 'CRYPTO_set_locking_callback' [-Wimplicit-function-declaration]
CRYPTO_set_locking_callback(_ssl_thread_locking_function);
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:3855:9: warning: implicit declaration of function 'CRYPTO_THREADID_set_callback' [-Wimplicit-function-declaration]
CRYPTO_THREADID_set_callback(_ssl_threadid_callback);
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:3855:38: error: '_ssl_threadid_callback' undeclared (first use in this function)
CRYPTO_THREADID_set_callback(_ssl_threadid_callback);
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c: In function 'PyInit__ssl':
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:3927:5: warning: implicit declaration of function 'SSL_load_error_strings' [-Wimplicit-function-declaration]
SSL_load_error_strings();
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:3928:5: warning: implicit declaration of function 'SSL_library_init' [-Wimplicit-function-declaration]
SSL_library_init();
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:3935:5: warning: implicit declaration of function 'OpenSSL_add_all_algorithms' [-Wimplicit-function-declaration]
OpenSSL_add_all_algorithms();
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:4189:14: warning: implicit declaration of function 'SSLeay' [-Wimplicit-function-declaration]
libver = SSLeay();
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:4199:30: warning: implicit declaration of function 'SSLeay_version' [-Wimplicit-function-declaration]
r = PyUnicode_FromString(SSLeay_version(SSLEAY_VERSION));
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ssl.c:4199:45: error: 'SSLEAY_VERSION' undeclared (first use in this function)
r = PyUnicode_FromString(SSLeay_version(SSLEAY_VERSION));
^
building '_hashlib' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_hashopenssl.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_hashopenssl.o
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_hashopenssl.c:42:26: error: field 'ctx' has incomplete type
EVP_MD_CTX ctx; /* OpenSSL message digest context */
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_hashopenssl.c: In function 'EVP_dealloc':
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_hashopenssl.c:109:5: warning: implicit declaration of function 'EVP_MD_CTX_cleanup' [-Wimplicit-function-declaration]
EVP_MD_CTX_cleanup(&self->ctx);
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_hashopenssl.c: In function 'EVP_digest':
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_hashopenssl.c:145:16: error: storage size of 'temp_ctx' isn't known
EVP_MD_CTX temp_ctx;
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_hashopenssl.c: In function 'EVP_hexdigest':
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_hashopenssl.c:165:16: error: storage size of 'temp_ctx' isn't known
EVP_MD_CTX temp_ctx;
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_hashopenssl.c: In function 'PKCS5_PBKDF2_HMAC_fast':
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_hashopenssl.c:497:14: error: storage size of 'hctx_tpl' isn't known
HMAC_CTX hctx_tpl, hctx;
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_hashopenssl.c:497:24: error: storage size of 'hctx' isn't known
HMAC_CTX hctx_tpl, hctx;
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_hashopenssl.c:503:5: warning: implicit declaration of function 'HMAC_CTX_init' [-Wimplicit-function-declaration]
HMAC_CTX_init(&hctx_tpl);
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_hashopenssl.c:508:9: warning: implicit declaration of function 'HMAC_CTX_cleanup' [-Wimplicit-function-declaration]
HMAC_CTX_cleanup(&hctx_tpl);
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_hashopenssl.c: In function 'PyInit__hashlib':
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_hashopenssl.c:848:5: warning: implicit declaration of function 'OpenSSL_add_all_digests' [-Wimplicit-function-declaration]
OpenSSL_add_all_digests();
^
/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_hashopenssl.c:849:5: warning: implicit declaration of function 'ERR_load_crypto_strings' [-Wimplicit-function-declaration]
ERR_load_crypto_strings();
^
building '_sha256' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/sha256module.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/sha256module.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/sha256module.o -L. -L/usr/local/lib64 -lpython3.4m -o build/lib.linux-x86_64-3.4/_sha256.cpython-34m.so
building '_sha512' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/sha512module.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/sha512module.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/sha512module.o -L. -L/usr/local/lib64 -lpython3.4m -o build/lib.linux-x86_64-3.4/_sha512.cpython-34m.so
building '_md5' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/md5module.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/md5module.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/md5module.o -L. -L/usr/local/lib64 -lpython3.4m -o build/lib.linux-x86_64-3.4/_md5.cpython-34m.so
building '_sha1' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/sha1module.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/sha1module.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/sha1module.o -L. -L/usr/local/lib64 -lpython3.4m -o build/lib.linux-x86_64-3.4/_sha1.cpython-34m.so
building '_sqlite3' extension
creating build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/cache.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/cache.o
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/connection.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/connection.o
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/cursor.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/cursor.o
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/microprotocols.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/microprotocols.o
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/module.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/module.o
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/prepare_protocol.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/prepare_protocol.o
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/row.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/row.o
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/statement.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/statement.o
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/util.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/util.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/cache.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/connection.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/cursor.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/microprotocols.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/module.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/prepare_protocol.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/row.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/statement.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_sqlite/util.o -L. -L/usr/local/lib64 -lsqlite3 -lpython3.4m -o build/lib.linux-x86_64-3.4/_sqlite3.cpython-34m.so
building '_dbm' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DHAVE_GDBM_NDBM_H -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_dbmmodule.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_dbmmodule.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_dbmmodule.o -L. -L/usr/local/lib64 -lgdbm -lgdbm_compat -lpython3.4m -o build/lib.linux-x86_64-3.4/_dbm.cpython-34m.so
building '_gdbm' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_gdbmmodule.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_gdbmmodule.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_gdbmmodule.o -L. -L/usr/local/lib64 -lgdbm -lpython3.4m -o build/lib.linux-x86_64-3.4/_gdbm.cpython-34m.so
building 'termios' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/termios.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/termios.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/termios.o -L. -L/usr/local/lib64 -lpython3.4m -o build/lib.linux-x86_64-3.4/termios.cpython-34m.so
building 'resource' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/resource.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/resource.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/resource.o -L. -L/usr/local/lib64 -lpython3.4m -o build/lib.linux-x86_64-3.4/resource.cpython-34m.so
building 'nis' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/nismodule.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/nismodule.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/nismodule.o -L. -L/usr/local/lib64 -lnsl -lpython3.4m -o build/lib.linux-x86_64-3.4/nis.cpython-34m.so
building '_curses' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_cursesmodule.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_cursesmodule.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_cursesmodule.o -L. -L/usr/local/lib64 -lncursesw -lpython3.4m -o build/lib.linux-x86_64-3.4/_curses.cpython-34m.so
building '_curses_panel' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_curses_panel.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_curses_panel.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_curses_panel.o -L. -L/usr/local/lib64 -lpanelw -lncursesw -lpython3.4m -o build/lib.linux-x86_64-3.4/_curses_panel.cpython-34m.so
building 'zlib' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/zlibmodule.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/zlibmodule.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/zlibmodule.o -L. -L/usr/local/lib64 -lz -lpython3.4m -o build/lib.linux-x86_64-3.4/zlib.cpython-34m.so
building 'binascii' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/binascii.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/binascii.o -DUSE_ZLIB_CRC32
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/binascii.o -L. -L/usr/local/lib64 -lz -lpython3.4m -o build/lib.linux-x86_64-3.4/binascii.cpython-34m.so
building '_bz2' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_bz2module.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_bz2module.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_bz2module.o -L. -L/usr/local/lib64 -lbz2 -lpython3.4m -o build/lib.linux-x86_64-3.4/_bz2.cpython-34m.so
building '_lzma' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_lzmamodule.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_lzmamodule.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_lzmamodule.o -L. -L/usr/local/lib64 -llzma -lpython3.4m -o build/lib.linux-x86_64-3.4/_lzma.cpython-34m.so
building 'pyexpat' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/pyexpat.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/pyexpat.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/pyexpat.o -L. -L/usr/local/lib64 -lexpat -lpython3.4m -o build/lib.linux-x86_64-3.4/pyexpat.cpython-34m.so
building '_elementtree' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DUSE_PYEXPAT_CAPI -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_elementtree.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_elementtree.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_elementtree.o -L. -L/usr/local/lib64 -lexpat -lpython3.4m -o build/lib.linux-x86_64-3.4/_elementtree.cpython-34m.so
building '_multibytecodec' extension
creating build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/cjkcodecs
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/cjkcodecs/multibytecodec.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/cjkcodecs/multibytecodec.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/cjkcodecs/multibytecodec.o -L. -L/usr/local/lib64 -lpython3.4m -o build/lib.linux-x86_64-3.4/_multibytecodec.cpython-34m.so
building '_codecs_kr' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/cjkcodecs/_codecs_kr.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/cjkcodecs/_codecs_kr.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/cjkcodecs/_codecs_kr.o -L. -L/usr/local/lib64 -lpython3.4m -o build/lib.linux-x86_64-3.4/_codecs_kr.cpython-34m.so
building '_codecs_jp' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/cjkcodecs/_codecs_jp.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/cjkcodecs/_codecs_jp.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/cjkcodecs/_codecs_jp.o -L. -L/usr/local/lib64 -lpython3.4m -o build/lib.linux-x86_64-3.4/_codecs_jp.cpython-34m.so
building '_codecs_cn' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/cjkcodecs/_codecs_cn.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/cjkcodecs/_codecs_cn.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/cjkcodecs/_codecs_cn.o -L. -L/usr/local/lib64 -lpython3.4m -o build/lib.linux-x86_64-3.4/_codecs_cn.cpython-34m.so
building '_codecs_tw' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/cjkcodecs/_codecs_tw.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/cjkcodecs/_codecs_tw.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/cjkcodecs/_codecs_tw.o -L. -L/usr/local/lib64 -lpython3.4m -o build/lib.linux-x86_64-3.4/_codecs_tw.cpython-34m.so
building '_codecs_hk' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/cjkcodecs/_codecs_hk.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/cjkcodecs/_codecs_hk.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/cjkcodecs/_codecs_hk.o -L. -L/usr/local/lib64 -lpython3.4m -o build/lib.linux-x86_64-3.4/_codecs_hk.cpython-34m.so
building '_codecs_iso2022' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/cjkcodecs/_codecs_iso2022.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/cjkcodecs/_codecs_iso2022.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/cjkcodecs/_codecs_iso2022.o -L. -L/usr/local/lib64 -lpython3.4m -o build/lib.linux-x86_64-3.4/_codecs_iso2022.cpython-34m.so
building '_decimal' extension
creating build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal
creating build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/_decimal.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/_decimal.o -Wextra -Wno-missing-field-initializers
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/basearith.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/basearith.o -Wextra -Wno-missing-field-initializers
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/constants.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/constants.o -Wextra -Wno-missing-field-initializers
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/context.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/context.o -Wextra -Wno-missing-field-initializers
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/convolute.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/convolute.o -Wextra -Wno-missing-field-initializers
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/crt.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/crt.o -Wextra -Wno-missing-field-initializers
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/difradix2.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/difradix2.o -Wextra -Wno-missing-field-initializers
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/fnt.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/fnt.o -Wextra -Wno-missing-field-initializers
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/fourstep.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/fourstep.o -Wextra -Wno-missing-field-initializers
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/io.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/io.o -Wextra -Wno-missing-field-initializers
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/memory.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/memory.o -Wextra -Wno-missing-field-initializers
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/mpdecimal.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/mpdecimal.o -Wextra -Wno-missing-field-initializers
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/numbertheory.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/numbertheory.o -Wextra -Wno-missing-field-initializers
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/sixstep.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/sixstep.o -Wextra -Wno-missing-field-initializers
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DCONFIG_64=1 -DASM=1 -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/transpose.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/transpose.o -Wextra -Wno-missing-field-initializers
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/_decimal.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/basearith.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/constants.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/context.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/convolute.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/crt.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/difradix2.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/fnt.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/fourstep.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/io.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/memory.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/mpdecimal.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/numbertheory.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/sixstep.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_decimal/libmpdec/transpose.o -L. -L/usr/local/lib64 -lpython3.4m -o build/lib.linux-x86_64-3.4/_decimal.cpython-34m.so
building '_multiprocessing' extension
creating build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_multiprocessing
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -IModules/_multiprocessing -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_multiprocessing/multiprocessing.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_multiprocessing/multiprocessing.o
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -IModules/_multiprocessing -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_multiprocessing/semaphore.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_multiprocessing/semaphore.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_multiprocessing/multiprocessing.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_multiprocessing/semaphore.o -L. -L/usr/local/lib64 -lpython3.4m -o build/lib.linux-x86_64-3.4/_multiprocessing.cpython-34m.so
building 'ossaudiodev' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/ossaudiodev.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/ossaudiodev.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/ossaudiodev.o -L. -L/usr/local/lib64 -lpython3.4m -o build/lib.linux-x86_64-3.4/ossaudiodev.cpython-34m.so
building 'xxlimited' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -DPy_LIMITED_API=0x03040000 -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/xxlimited.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/xxlimited.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/xxlimited.o -L. -L/usr/local/lib64 -lpython3.4m -o build/lib.linux-x86_64-3.4/xxlimited.cpython-34m.so
building '_ctypes' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I/usr/lib64/libffi-3.2.1/include -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ctypes/_ctypes.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ctypes/_ctypes.o
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I/usr/lib64/libffi-3.2.1/include -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ctypes/callbacks.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ctypes/callbacks.o
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I/usr/lib64/libffi-3.2.1/include -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ctypes/callproc.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ctypes/callproc.o
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I/usr/lib64/libffi-3.2.1/include -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ctypes/stgdict.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ctypes/stgdict.o
x86_64-pc-linux-gnu-gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv -Werror=declaration-after-statement -I/usr/lib64/libffi-3.2.1/include -I. -I/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Include -I/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu -c /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ctypes/cfield.c -o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ctypes/cfield.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -L. -Wno-unused-result -DNDEBUG -march=sandybridge -O2 -pipe -fwrapv build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ctypes/_ctypes.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ctypes/callbacks.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ctypes/callproc.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ctypes/stgdict.o build/temp.linux-x86_64-3.4/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Modules/_ctypes/cfield.o -L. -L/usr/local/lib64 -lffi -lpython3.4m -o build/lib.linux-x86_64-3.4/_ctypes.cpython-34m.so

Failed to build these modules:
_hashlib _ssl

running build_scripts
creating build/scripts-3.4
copying and adjusting /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Tools/scripts/pydoc3 -> build/scripts-3.4
copying and adjusting /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Tools/scripts/idle3 -> build/scripts-3.4
copying and adjusting /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Tools/scripts/2to3 -> build/scripts-3.4
copying and adjusting /var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6/Tools/scripts/pyvenv -> build/scripts-3.4
changing mode of build/scripts-3.4/pydoc3 from 644 to 755
changing mode of build/scripts-3.4/idle3 from 644 to 755
changing mode of build/scripts-3.4/2to3 from 644 to 755
changing mode of build/scripts-3.4/pyvenv from 644 to 755
renaming build/scripts-3.4/pydoc3 to build/scripts-3.4/pydoc3.4
renaming build/scripts-3.4/idle3 to build/scripts-3.4/idle3.4
renaming build/scripts-3.4/2to3 to build/scripts-3.4/2to3-3.4
renaming build/scripts-3.4/pyvenv to build/scripts-3.4/pyvenv-3.4
Makefile:582: recipe for target 'sharedmods' failed
make: *** [sharedmods] Error 1
* ERROR: dev-lang/python-3.4.6::python-kit failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=dev-lang/python-3.4.6::python-kit'`,
* the complete build log and the output of `emerge -pqv '=dev-lang/python-3.4.6::python-kit'`.
* The complete build log is located at '/var/tmp/portage/dev-lang/python-3.4.6/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-lang/python-3.4.6/temp/environment'.
* Working directory: '/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu'
* S: '/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6'

* Messages for package media-sound/pulseaudio-11.1:

* A preallocated buffer-size of 2048 (kB) or higher is recommended for the HD-audio driver!
* CONFIG_SND_HDA_PREALLOC_SIZE=64

* Messages for package dev-lang/python-3.4.6:

* ERROR: dev-lang/python-3.4.6::python-kit failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=dev-lang/python-3.4.6::python-kit'`,
* the complete build log and the output of `emerge -pqv '=dev-lang/python-3.4.6::python-kit'`.
* The complete build log is located at '/var/tmp/portage/dev-lang/python-3.4.6/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-lang/python-3.4.6/temp/environment'.
* Working directory: '/var/tmp/portage/dev-lang/python-3.4.6/work/x86_64-pc-linux-gnu'
* S: '/var/tmp/portage/dev-lang/python-3.4.6/work/Python-3.4.6'
sl slb #


Mas não fica


5. Re: Erros @world.

carlos reis
slblxs

(usa Funtoo)

Enviado em 02/01/2018 - 11:43h

Tenho o make.conf assim;

 CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=sandybridge -O2 -pipe"
MAKEOPTS="-j5"
CPU_FLAGS_X86="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"
ACCEPT_KEYWORDS="~amd64"
LINGUAS="pt pt-PT"
L10N="pt pt-PT pt_PT"
CXXFLAGS="${CFLAGS}"
VIDEO_CARDS="intel nouveau"
EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --quiet-build=y"
INPUT_DEVICES="evdev synaptics mouse keyboard"
USE="pulseaudio unicode nls -cups -systemd -qt4 -qt5 bindist -gnome -kde"


  slb@sl ~ $ USE="-bindist" emerge --ask --verbose =dev-libs/openssl-1.0.2n
This action requires superuser access...
Would you like to add --pretend to options? [Yes/No] yes

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild UD ] dev-libs/openssl-1.0.2n:0/0::core-kit [1.1.0g-r2:0/1.1::core-kit] USE="asm sslv3%* tls-heartbeat* zlib -bindist* -gmp% -kerberos% -rfc3779 -sctp -sslv2% -static-libs {-test} -vanilla" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="(sse2)" 0 KiB

Total: 1 package (1 downgrade), Size of downloads: 0 KiB

Oops! Conflicts have been encountered:

>>> dev-lang/python-3.4.6:3.4/3.4m::gentoo, installed, wants dev-libs/openssl:0/0=
>>> app-arch/libarchive-3.3.1:0/13::core-kit, installed, wants dev-libs/openssl:0/0=
>>> net-misc/openssh-7.5_p1-r1:0/0::core-kit, installed, wants >=dev-libs/openssl-1.0.1:0=[bindist=]
>>> net-misc/wget-1.19.2-r1:0/0::core-kit, installed, wants dev-libs/openssl:0/0=
>>> dev-vcs/git-2.11.1-r1:0/0::core-kit, installed, wants dev-libs/openssl:0/0=
>>> www-client/w3m-0.5.3-r9:0/0::net-kit, installed, wants dev-libs/openssl:0/0=
>>> dev-python/cryptography-1.7.2:0/0::python-kit, installed, wants dev-libs/openssl:0/0=
>>> net-libs/serf-1.3.9:1/1::net-kit, installed, wants dev-libs/openssl:0/0=
>>> net-misc/openssh-7.5_p1-r1:0/0::core-kit, installed, wants dev-libs/openssl:0/0=
>>> =dev-libs/openssl-1.0.2n, wants =dev-libs/openssl-1.0.2n
>>> x11-base/xorg-server-1.19.3-r1:0/1.19.3::xorg-kit, installed, wants dev-libs/openssl:0/0=
>>> media-sound/pulseaudio-11.1:0/0::media-kit, installed, wants dev-libs/openssl:0/0=
>>> dev-lang/python-2.7.13:2.7/2.7::gentoo, installed, wants dev-libs/openssl:0/0=
>>> net-misc/openssh-7.5_p1-r1:0/0::core-kit, installed, wants dev-libs/openssl:0/0=
>>> net-wireless/wpa_supplicant-2.6-r3:0/0::core-kit, installed, wants dev-libs/openssl:0/0=
>>> dev-python/m2crypto-0.25.1-r2:0/0::python-kit, installed, wants dev-libs/openssl:0/0=
>>> net-misc/curl-7.54.0:0/0::core-kit, installed, wants dev-libs/openssl:0/1.1=
>>> dev-perl/Net-SSLeay-1.800.0:0/0::perl-kit, installed, wants dev-libs/openssl:0/1.1=

My candidates are:

>>> dev-libs/openssl-1.0.2n:0/0::core-kit, ebuild scheduled for merge has SLOT 0/0
>>> dev-libs/openssl-1.1.0g-r2:0/1.1::core-kit, installed has SLOT 0/1.1


We hope this informational output has been useful in identifying the
problem. We are continually working to reduce conflicts. Do not
hesitate to report a bug at https://bugs.funtoo.org. Thank you! :)


Agora desinstalei alguns pacotes e aparece o comando preserve@rebuild mas, continua a não funcionar, pacotes desinstalados;

slb@sl ~ $ sudo emerge --unmerge openssl
* This action can remove important packages! In order to be safer, use
* `emerge -pv --depclean <atom>` to check for reverse dependencies before
* removing packages.

dev-libs/openssl
selected: 1.1.0g-r2
protected: none
omitted: none

All selected packages: =dev-libs/openssl-1.1.0g-r2

>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.

>>> Waiting 5 seconds before starting...
>>> (Control-C to abort)...
>>> Unmerging in: 5 4 3 2 1
>>> Unmerging (1 of 1) dev-libs/openssl-1.1.0g-r2...

* GNU info directory index is up-to-date.

!!! existing preserved libs:
>>> package: dev-libs/openssl-1.1.0g-r2
* - /usr/lib64/libcrypto.so.1.1
* used by /bin/ping6 (net-misc/iputils-20121221-r2)
* used by /usr/lib64/libcurl.so.4.4.0 (net-misc/curl-7.54.0)
* used by /usr/lib64/perl5/vendor_perl/5.24.0/x86_64-linux/auto/Net/SSLeay/SSLeay.so (dev-perl/Net-SSLeay-1.800.0)
* - /usr/lib64/libssl.so.1.1
* used by /usr/lib64/libcurl.so.4.4.0 (net-misc/curl-7.54.0)
* used by /usr/lib64/perl5/vendor_perl/5.24.0/x86_64-linux/auto/Net/SSLeay/SSLeay.so (dev-perl/Net-SSLeay-1.800.0)
* - /usr/lib64/libcrypto.so.1.0.0
* used by /usr/bin/Xorg (x11-base/xorg-server-1.19.3-r1)
* used by /usr/bin/idevicebackup (app-pda/libimobiledevice-1.2.0)
* used by /usr/bin/idevicepair (app-pda/libimobiledevice-1.2.0)
* used by 22 other files
* - /usr/lib64/libssl.so.1.0.0
* used by /usr/bin/lynx (www-client/lynx-2.8.9_pre16)
* used by /usr/bin/w3m (www-client/w3m-0.5.3-r9)
* used by /usr/bin/wget (net-misc/wget-1.19.2-r1)
* used by 13 other files
>>> package: dev-lang/python-3.4.6
* - /usr/lib64/libpython3.4m.so.1.0
* used by /usr/lib64/libboost_python-3.4.so.1.63.0 (dev-libs/boost-1.63.0)
* used by /usr/lib64/python3.4/site-packages/Crypto/Cipher/_AES.cpython-34m.so (dev-python/pycrypto-2.6.1-r2)
* used by /usr/lib64/python3.4/site-packages/Crypto/Cipher/_ARC2.cpython-34m.so (dev-python/pycrypto-2.6.1-r2)
* used by 66 other files
Use emerge @preserved-rebuild to rebuild packages using these libraries



6. Re: Erros @world. [RESOLVIDO]

Luiz Santos
luiztux

(usa Gentoo)

Enviado em 02/01/2018 - 12:28h

Ok, first things first...

Sugestão 1: remova o ~amd64 do teu make.conf, deixe apenas para pacotes estáveis, a menos que você tenha uma boa razão para isto, se assim for, deixe como está. Caso contrário, utilize o package.accept_keywords para "desmascarar" pacotes em teste.

No caso do openssl, acredito que bastava deixar com a flag bindist e fazer o downgrade.

Sugestão 2: já que vai atualizar o world, sugiro que faça conforme instruí acima, tente instalar a versão estável do openssl (1.0.2n) e verifique o que o Portage informa, se tudo correr bem, recompile os pacotes (ou o world) que usam o openssl. O @preserved-rebuild está buscando a versão instável do openssl, assim, por enquanto não rode ele.

Para desencargo, roda isto e posta a saída aqui (caso tenha algo relacionado):

grep -r openssl /etc/portage/package* 


-----------------------------------''----------------------------------

Larry, The Cow, uses Gentoo GNU/Linux

^__^
(oo)
(__)

"If it moves, compile it."




7. Re: Erros @world. [RESOLVIDO]

carlos reis
slblxs

(usa Funtoo)

Enviado em 02/01/2018 - 14:24h


Obrigado, mas nao resolveu. Vou ter que instalar tudo outra vez, pelo que pesquisei no Funtoo, existe um bug no python 3.4, que causa estes erros.


8. Re: Erros @world. [RESOLVIDO]

Luiz Santos
luiztux

(usa Gentoo)

Enviado em 02/01/2018 - 14:31h

slblxs escreveu:


Obrigado, mas nao resolveu. Vou ter que instalar tudo outra vez, pelo que pesquisei no Funtoo, existe um bug no python 3.4, que causa estes erros.


Legal...rsrsrsr

Mas não acho justo ter melhor resposta... não resolvemos :/ pelo menos por enquanto.

Por que terá que instalar tudo novamente? Você não tem outras versões do Python instalada? Verifique com o eselect/ego... imagino que basta apenas verificar se algum pacote depende desta versão do Python, se tiver, recompila este pacote para outra versão estável do Python. Depois você a remove.

-----------------------------------''----------------------------------

Larry, The Cow, uses Gentoo GNU/Linux

^__^
(oo)
(__)

"If it moves, compile it."




9. Re: Erros @world. [RESOLVIDO]

carlos reis
slblxs

(usa Funtoo)

Enviado em 02/01/2018 - 14:41h


O problema é que agora, nem dá para sincronizar com o repositório nao existe.


10. Re: Erros @world. [RESOLVIDO]

Luiz Santos
luiztux

(usa Gentoo)

Enviado em 02/01/2018 - 14:47h

Opa.. calma aí.. não precisa zerar tudo.

Você não tem mais o /etc/portage/repos.conf? Não tem crise... adicione-o novamente. Também não tem problema se não tiver mais os diretórios locais dos ebuilds. Fazendo uma nova sincronização volta tudo...

-----------------------------------''----------------------------------

Larry, The Cow, uses Gentoo GNU/Linux

^__^
(oo)
(__)

"If it moves, compile it."




11. Re: Erros @world. [RESOLVIDO]

carlos reis
slblxs

(usa Funtoo)

Enviado em 02/01/2018 - 14:53h


Está vazio, por isso tanto o ego sync como o eix-sync, aparecem assim;

  slb@sl ~ $ sudo ego sync
slb@sl ~ $ sudo eix-sync
* Running ego sync
* ego sync failed
* Time statistics:
0 seconds total
slb@sl ~ $



12. Re: Erros @world. [RESOLVIDO]

Luiz Santos
luiztux

(usa Gentoo)

Enviado em 02/01/2018 - 15:03h

slblxs escreveu:


Então você não tem mais o repos.conf? É isto?

Enfim, se o diretório/arquivo está vazio (ou não tem o diretório/arquivo repos.conf), crie-o novamente. Você deve ter um arquivo local de configuração default em /usr/share/portage/config/repos.conf. Basta criar o arquivo[1]. Se você estava com o meta-repo[2][3].



[1] - https://www.funtoo.org/Repository_Configuration
[2] - https://www.funtoo.org/News:New_Ports-2017_tree_and_Kits
[3] - https://github.com/funtoo/meta-repo


-----------------------------------''----------------------------------

Larry, The Cow, uses Gentoo GNU/Linux

^__^
(oo)
(__)

"If it moves, compile it."





01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts