Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[emerge]openssl-0.9.8g lance des très longs tests [ABANDON]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8723
Location: ~Brussels - Belgique

PostPosted: Tue Oct 23, 2007 7:29 pm    Post subject: [emerge]openssl-0.9.8g lance des très longs tests [ABANDON] Reply with quote

Hello,

Chez moi, openssl-0.9.8g prend des plombes à compiler : il passe des heures à faire des tests malgré que le flag test soit désactivé. Ai-je la berlue 8O ?

EDIT: j'abandonne, j'ai édité l'ebuild à la main pour désactiver la testsuite après la compilation, et tout s'est installé sans problème
_________________
Kind regards,
Xavier Miller


Last edited by xaviermiller on Thu Oct 25, 2007 2:38 pm; edited 1 time in total
Back to top
View user's profile Send private message
nemo13
Veteran
Veteran


Joined: 08 Oct 2004
Posts: 1016
Location: France/Istres

PostPosted: Tue Oct 23, 2007 7:59 pm    Post subject: Re: [emerge]openssl-0.9.8g lance des très longs tests Reply with quote

XavierMiller wrote:
Hello,

Chez moi, openssl-0.9.8g prend des plombes à compiler : il passe des heures à faire des tests malgré que le flag test soit désactivé. Ai-je la berlue 8O ?

Bonsoir Xavier,
sur mon fixe pentium4 en full ~x86
genlop donne
Code:
 Sun Oct 21 20:21:31 2007 >>> dev-libs/openssl-0.9.8g
       merge time: 5 minutes and 25 seconds.
avec les uses suivants:
Quote:
equery uses openssl
[ Searching for packages matching openssl... ]
[ Colour Code : set unset ]
[ Legend : Left column (U) - USE flags from make.conf ]
[ : Right column (I) - USE flags packages was installed with ]
[ Found these USE variables for dev-libs/openssl-0.9.8g ]
U I
- - bindist : Flag to enable or disable options for prebuilt (GRP) packages (eg. due to licensing issues)
- - emacs : Adds support for GNU Emacs
- - gmp : Adds support for dev-libs/gmp (GNU MP library)
- - kerberos : Adds kerberos support
+ + sse2 : faster floating point optimization for SSE2 capable chips
- - test : Workaround to pull in packages needed to run with FEATURES=test. Portage-2.1.2 handles this internally, so don't set it in make.conf/package.use anymore.
+ + zlib : Adds support for zlib (de)compression
nemo13@gentoobscur ~ $

A ton service pour d'autres infos .
A+:jlp
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8723
Location: ~Brussels - Belgique

PostPosted: Wed Oct 24, 2007 6:04 am    Post subject: Reply with quote

ok, je regarde ce soir en comparant mes USE flags
tant en ~x86 (Pentium M) qu'en ~AMD64, il exécute la testsuite. Peut-être un USE qui ne lui plaît pas ?

EDIT: l'ebuild force les tests
Code:
src_compile() {

#[...]

   # force until we get all the gentoo.config kinks worked out
   if ! use test && ! tc-is-cross-compiler ; then
      src_test
   fi
}


Et soit dit en passant, si bc n'est pas installé, ça pètera car bc est une dépendance en cas de test...
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
titoucha
Advocate
Advocate


Joined: 21 Jul 2005
Posts: 2374
Location: Genève

PostPosted: Wed Oct 24, 2007 1:44 pm    Post subject: Reply with quote

As-tu regardé sur bugzilla, car moi j'y ai trouvé un bug si tu compile avec le flag -ftree-vectorize
_________________
Assurez-vous que le titre de votre message soit conforme aux conventions de ce forum (paragraphe 3/3 : Comment poster sur le forum ??)
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8723
Location: ~Brussels - Belgique

PostPosted: Wed Oct 24, 2007 3:21 pm    Post subject: Reply with quote

je ne fais pas de -ftree-vectorize ; des CFLAGS standards ;)

mais je vais voir :)
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8723
Location: ~Brussels - Belgique

PostPosted: Thu Oct 25, 2007 2:39 pm    Post subject: Reply with quote

après édition de l'ebuild, ça passe
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
Mickael
Advocate
Advocate


Joined: 05 Sep 2005
Posts: 2387
Location: ~Belfort! - France - EU

PostPosted: Thu Oct 25, 2007 4:24 pm    Post subject: Reply with quote

hum tu n'aurais pas la variable USE : test, par hasard, parce que je viens de regarder avec eix et il y a ce flag, et vu l'ebuild : if test etcetc, j'ai l'impression que cela vient de cela, et qu'il n'était pas nécessaire d'éditer l'ebuild.

Quote:
eix -e openssl
[I] dev-libs/openssl
Available versions: 0.9.8e-r3 (~)0.9.8e-r4 0.9.8f (~)0.9.8g {bindist emacs gmp kerberos sse2 test zlib}
Installed versions: 0.9.8g(08:19:22 22.10.2007)(emacs kerberos sse2 zlib -bindist -gmp -test)
Homepage: http://www.openssl.org/
Description: Toolkit for SSL v2/v3 and TLS v1


_________________
À LIRE : COMMENT POSTER ET OBTENIR DE L'AIDE ?
Qui suis-je ? Bon j'ai relu, comme d'habitude, je suis bon a rien le vendredi
Qui suis-je ? Je ne serai jamais modo
Back to top
View user's profile Send private message
GentooUser@Clubic
l33t
l33t


Joined: 01 Nov 2004
Posts: 829

PostPosted: Thu Oct 25, 2007 5:51 pm    Post subject: Reply with quote

Non openssl-0.9.8g exécute les tests même sans le flag test.

Et c'est n'est pas plus mal, vu qu'un encfs crée avec une version d'openssl qui "compte mal" sera inutilisable (vécu)
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8723
Location: ~Brussels - Belgique

PostPosted: Thu Oct 25, 2007 5:57 pm    Post subject: Reply with quote

oui, mais la testsuite prend un nombre incalculable d'heures : j'ai abandonné après 3-4 heures.
sinon, la testsuite s'active selon ce que je vois comme un bug dans l'ebuild (dont les lignes citées ont changé, et elles "puent")
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
GentooUser@Clubic
l33t
l33t


Joined: 01 Nov 2004
Posts: 829

PostPosted: Thu Oct 25, 2007 6:44 pm    Post subject: Reply with quote

3 heures ?
Code:
Sun Oct 21 03:54:17 2007 >>> dev-libs/openssl-0.9.8g
merge time: 27 minutes and 3 seconds.

Sur un vieux P4 2200mhz.

Pourtant j'ai bien vu passer les tests.
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8723
Location: ~Brussels - Belgique

PostPosted: Thu Oct 25, 2007 8:13 pm    Post subject: Reply with quote

il y a "sanity checks" et "testsuite"...

les "sanity" sont très rapides, au contraire de la testsuite
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French 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