Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[XARALX] erreur de compilation
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
Mickael
Advocate
Advocate


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

PostPosted: Mon Sep 25, 2006 11:08 am    Post subject: [XARALX] erreur de compilation Reply with quote

Voici le résultat de emerge -v xaralx :
Code:
wxXtra -DUSE_NATIVE_XLONG -DBUILDSHADOWS -DOLD_MATRIX_TRANSFORMATIONS -DVECTOR_STROKING -DEXCLUDE_FROM_XARALX -DNEW_SHADOW_RENDER -DNO_XARACMS -DNEW_FEATURES -DSHOWPORTNOTE -DDO_EXPORT  -MT libwxOil_a-camview.o -MD -MP -MF ".deps/libwxOil_a-camview.Tpo" -c -o libwxOil_a-camview.o `test -f 'camview.cpp' || echo './'`camview.cpp; \
        then mv -f ".deps/libwxOil_a-camview.Tpo" ".deps/libwxOil_a-camview.Po"; else rm -f ".deps/libwxOil_a-camview.Tpo"; exit 1; fi
make[2]: *** [libwxOil_a-camelot.o] Erreur 1
make[2]: *** Attente des tâches non terminées....
make[2]: quittant le répertoire « /var/tmp/portage/xaralx-0.7_p1760/work/XaraLX-0.7r1760/wxOil »
make[1]: *** [all] Erreur 2
make[1]: quittant le répertoire « /var/tmp/portage/xaralx-0.7_p1760/work/XaraLX-0.7r1760/wxOil »
make: *** [all-recursive] Erreur 1

!!! ERROR: media-gfx/xaralx-0.7_p1760 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  xaralx-0.7_p1760.ebuild, line 53:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.

!!! This ebuild is from an overlay: '/usr/portage/local/layman/sunrise'


Et bie sût j'ai rien trouvé sur bugzilla et les forums, mais j'ai pu passer à travers.
_________________
À 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


Last edited by Mickael on Mon Sep 25, 2006 12:44 pm; edited 1 time in total
Back to top
View user's profile Send private message
netfab
Veteran
Veteran


Joined: 03 Mar 2005
Posts: 1906
Location: 127.0.0.1

PostPosted: Mon Sep 25, 2006 11:20 am    Post subject: Reply with quote

Je suis en train de le compiler, et pour l'instant pas de problème.

A cet endroit, c'est passé pour moi :
Code:

wxXtra -DUSE_NATIVE_XLONG -DBUILDSHADOWS -DOLD_MATRIX_TRANSFORMATIONS -DVECTOR_STROKING -DEXCLUDE_FROM_XARALX -DNEW_SHADOW_RENDER -DNO_XARACMS -DNEW_FEATURES -DSHOWPORTNOTE -DDO_EXPORT  -MT libwxOil_a-camview.o -MD -MP -MF ".deps/libwxOil_a-camview.Tpo" -c -o libwxOil_a-camview.o `test -f 'camview.cpp' || echo './'`camview.cpp; \
   then mv -f ".deps/libwxOil_a-camview.Tpo" ".deps/libwxOil_a-camview.Po"; else rm -f ".deps/libwxOil_a-camview.Tpo"; exit 1; fi
if i686-pc-linux-gnu-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"XaraLX\" -DVERSION=\"0.7\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_VOIDP=4 -DSIZEOF_LONG_LONG=8 -DSIZEOF_LONG=4 -DSIZEOF_INT=4 -DSIZEOF_SHORT=2 -DSIZEOF___INT64=0 -I. -I.    -Wall -Wno-unknown-pragmas -g -fexceptions -O3 -fno-strict-aliasing  -Wstrict-aliasing=2  -O2 -march=penti...

Tu l'avais déjà compilé ce logiciel auparavant ? Tu utilises ccache ?

Edit :
Quote:

>>> Source compiled.

:)
Back to top
View user's profile Send private message
Mickael
Advocate
Advocate


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

PostPosted: Mon Sep 25, 2006 11:29 am    Post subject: Reply with quote

:cry:

bon, je n'ai pas encore mis ccache sur mon nouveau portable, mais j'ai tenté une installation il y a de cela 3 semaines environs, avec la même erreur.... Je regarde du côté de http://bugzilla.xara.com/, et pour l'instant je mise sur un problème de wxWidgets.

Ma version de wxGTK :
Code:
 
 x11-libs/wxGTK
      Latest version available: 2.6.3.3
      Latest version installed: 2.6.3.3
      Size of files: 19,836 kB
      Homepage:      http://www.wxwidgets.org
      Description:   GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit and wxbase non-gui library
      License:       wxWinLL-3


Avec les flags suivants :
Quote:
USE="X gnome opengl sdl unicode -debug -doc -joystick -odbc" 0 kB

_________________
À 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
netfab
Veteran
Veteran


Joined: 03 Mar 2005
Posts: 1906
Location: 127.0.0.1

PostPosted: Mon Sep 25, 2006 11:38 am    Post subject: Reply with quote

version 2.6.3.2 avec les mêmes useflag que toi.
Back to top
View user's profile Send private message
Mickael
Advocate
Advocate


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

PostPosted: Mon Sep 25, 2006 12:10 pm    Post subject: Reply with quote

En même temps, je suis pas en unicode sur ma machine, mais je suis pas sur que cela soit la cause de mon problème.

EDIT : Netfab as-tu ce répertoire "wx" dans /usr/lib/

EDIT : L'installation binaire fonctionne....
_________________
À 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
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