View previous topic :: View next topic |
Author |
Message |
Trevoke Advocate
Joined: 04 Sep 2004 Posts: 4099 Location: NY, NY
|
Posted: Sat Jan 10, 2009 11:51 pm Post subject: [EMERGE] Ruby - Probleme de LDFLAGS? (resolu) |
|
|
Quand j'essaye d'installer Ruby, j'obtiens l'erreur suivante:
Quote: | openssl_missing.h:123: error: conflicting types for 'BN_rand_range'
/usr/include/openssl/bn.h:411: error: previous declaration of 'BN_rand_range' was here
openssl_missing.h:124: error: conflicting types for 'BN_pseudo_rand_range'
/usr/include/openssl/bn.h:412: error: previous declaration of 'BN_pseudo_rand_range' was here
make[1]: *** [openssl_missing.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-lang/ruby-1.8.6_p287-r1/work/ruby-1.8.6-p287/ext/openssl'
make: *** [all] Error 1
*
* ERROR: dev-lang/ruby-1.8.6_p287-r1 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 3104: Called die
* The specific snippet of code:
* emake EXTLDFLAGS="${LDFLAGS}" || die "emake failed"
* The die message:
* emake failed
|
Je n'ai pas trouve comment resoudre ca, quelqu'un a une idee? _________________ Votre moment detente
What is the nature of conflict?
Last edited by Trevoke on Sun Jan 11, 2009 7:46 pm; edited 1 time in total |
|
Back to top |
|
|
netfab Veteran
Joined: 03 Mar 2005 Posts: 1963 Location: 127.0.0.1
|
Posted: Sun Jan 11, 2009 1:31 am Post subject: |
|
|
Hello,
bug #254307. Quelque chose a changé dans le header de la dernière version d'openssl (0.9.8j), et çà ne plait pas à la version actuelle de ruby.
Quote: | 1.8.7 seems to be able to build fine against this particular OpenSSL version.
Will do some investigation later this evening.
|
Edit : je m'etais trompé de numéro de bug. |
|
Back to top |
|
|
Trevoke Advocate
Joined: 04 Sep 2004 Posts: 4099 Location: NY, NY
|
Posted: Sun Jan 11, 2009 7:46 pm Post subject: |
|
|
Hah.. Merci! Je ne sais pas pourquoi je ne l'ai pas trouve, j'ai pas du chercher correctement. _________________ Votre moment detente
What is the nature of conflict? |
|
Back to top |
|
|
|