Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Blender] plantage durant l'emerge
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
Palmic
n00b
n00b


Joined: 01 Feb 2004
Posts: 42
Location: Vers Montpellier

PostPosted: Thu Jul 22, 2004 7:05 pm    Post subject: [Blender] plantage durant l'emerge Reply with quote

Bonsoir,
j'ai voulu mettre à jour mon Blender, que j'avais en 2.32, vers la 2.33 qui est en ~x86 dans portage.
Je fais donc un tout bête "emerge blender" , et au bout de quelques minutes de compilation, erreur:

Code:

gcc -o /var/tmp/portage/blender-2.33a/work/build/linux2/makesdna /var/tmp/portage/blender-2.33a/work/build/linux2/source/blender/makesdna/intern/makesdna.o -L/var/tmp/portage/blender-2.33a/work/build/linux2/lib -Llib -lblender_guardedalloc
g++ -pipe -fPIC -funsigned-char -O2 -march=athlon-xp -fomit-frame-pointer -pipe -Wall -DGAMEBLENDER=1 -DUSE_SUMO_SOLID -I/var/tmp/portage/blender-2.33a/work/build/linux2/source/kernel/gen_messaging -Isource/kernel/gen_messaging -Isource/kernel/gen_messaging -I/var/tmp/portage/blender-2.33a/work/build/linux2/source/kernel/gen_system -Isource/kernel/gen_system -Isource/kernel/gen_system -Iintern/string -Iintern/moto/include -c -o /var/tmp/portage/blender-2.33a/work/build/linux2/source/kernel/gen_system/GEN_Matrix4x4.o source/kernel/gen_system/GEN_Matrix4x4.cpp
collect2: cannot find `ld'
scons: *** [/var/tmp/portage/blender-2.33a/work/build/linux2/makesdna] Error 1
scons: building terminated because of errors.

!!! ERROR: media-gfx/blender-2.33a failed.
!!! Function src_compile, Line 93, Exitcode 2
!!! (no error message)


D'après ce que je comprends, il ne trouve pas ld ... Elle est bien bonne celle là !
Comme vous le voyez, blender n'utilise pas make mais un truc similaire (scons).
J'ajoute que j'ai gcc 3.4, et d'ailleurs portage lors de l'emerge applique un patch gcc 3.4 pour blender.
Je voulais savoir si quelqu'un d'autre avait cette erreur, si c'est un bug ou si ça vient de chez moi.

Merci d'avance pour toute aide ou suggestion.

EDIT : il faut lire gcc 3.3.4 et non gcc 3.4, j'ai oublié un chiffre à chaque fois


Last edited by Palmic on Thu Jul 22, 2004 8:10 pm; edited 1 time in total
Back to top
View user's profile Send private message
guilc
Bodhisattva
Bodhisattva


Joined: 15 Nov 2003
Posts: 3326
Location: Paris - France

PostPosted: Thu Jul 22, 2004 7:52 pm    Post subject: Reply with quote

je dirais bug gcc 3.4, car aucun problemes en gc 3.3.4
D'ailleurs, gcc 3.4, c'est encore un brin suicidaire ;)
_________________
Merci de respecter les règles du forum.

Mon site perso : https://www.xwing.info
Mon PORTDIR_OVERLAY : https://gentoo.xwing.info ou layman -a xwing
Back to top
View user's profile Send private message
gim
Guru
Guru


Joined: 29 Apr 2003
Posts: 418
Location: milky-way

PostPosted: Thu Jul 22, 2004 7:58 pm    Post subject: Reply with quote

Chez moi ça merdouillait au début:
Code:
SCons error: option -l: invalid integer value: '2.0'

visiblement scons n'utilise pas les mêmes options que make, qui lui veut un flotant sur -l.

Mais apres l'avoir appaisé en enlevant l'option -l de mon MAKEOPTS, c'est passé...
Et je suis aussi en gcc-3.4.

En résumé, je n'ai pas réussi a reproduire ton erreur :|.
Back to top
View user's profile Send private message
Palmic
n00b
n00b


Joined: 01 Feb 2004
Posts: 42
Location: Vers Montpellier

PostPosted: Thu Jul 22, 2004 8:08 pm    Post subject: Reply with quote

guilc wrote:
je dirais bug gcc 3.4, car aucun problemes en gc 3.3.4
D'ailleurs, gcc 3.4, c'est encore un brin suicidaire ;)


Oups j'ai en fait oublié un chiffre dans ma version de gcc... J'ai en fait aussi la version 3.3.4 et non la 3.4 !
Donc apparemment, ça viendrait de chez moi vous êtes 2 à ne pas avoir eu de problèmes.
Back to top
View user's profile Send private message
guilc
Bodhisattva
Bodhisattva


Joined: 15 Nov 2003
Posts: 3326
Location: Paris - France

PostPosted: Fri Jul 23, 2004 5:45 am    Post subject: Reply with quote

Ah, ça me rassure un peu :)

Et si tu tapes "ld --version", il dit quoi ? (sachant que ld appartient a binutils en fait, donc tu vois le num de version de binutils normalement)
_________________
Merci de respecter les règles du forum.

Mon site perso : https://www.xwing.info
Mon PORTDIR_OVERLAY : https://gentoo.xwing.info ou layman -a xwing
Back to top
View user's profile Send private message
Palmic
n00b
n00b


Joined: 01 Feb 2004
Posts: 42
Location: Vers Montpellier

PostPosted: Fri Jul 23, 2004 8:47 am    Post subject: Reply with quote

guilc wrote:

Et si tu tapes "ld --version", il dit quoi ?


Il me dit :
GNU ld version 2.14.90.0.8 20040114
Back to top
View user's profile Send private message
guilc
Bodhisattva
Bodhisattva


Joined: 15 Nov 2003
Posts: 3326
Location: Paris - France

PostPosted: Fri Jul 23, 2004 2:16 pm    Post subject: Reply with quote

La meme que moi....
Je vois pas trop où est le probleme alors...
_________________
Merci de respecter les règles du forum.

Mon site perso : https://www.xwing.info
Mon PORTDIR_OVERLAY : https://gentoo.xwing.info ou layman -a xwing
Back to top
View user's profile Send private message
Palmic
n00b
n00b


Joined: 01 Feb 2004
Posts: 42
Location: Vers Montpellier

PostPosted: Fri Jul 23, 2004 3:42 pm    Post subject: Reply with quote

guilc wrote:
La meme que moi....
Je vois pas trop où est le probleme alors...


Merci quand même d'avoir essayé de m'aider.
Quelqu'un d'autre aurait une idée, une suggestion ?
Dans le pire des cas, j'installerai directement les binaires sans passer par portage, je sais c'est sale, mais bon :?
Back to top
View user's profile Send private message
LoganX02
n00b
n00b


Joined: 06 Jan 2004
Posts: 32

PostPosted: Thu Sep 30, 2004 8:54 pm    Post subject: Reply with quote

Salut,

Moi aussi je viens d'essayer d'installer Blender, mais j'ai rencontré la même erreur :?
voilà le message que j'obtiens:

Code:

!!! ERROR: media-gfx/blender-2.28c failed.
!!! Function src_compile, Line 92, Exitcode 2
!!! (no error message)
Back to top
View user's profile Send private message
fafounet
l33t
l33t


Joined: 03 Apr 2004
Posts: 703
Location: Meuves, France

PostPosted: Thu Sep 30, 2004 8:57 pm    Post subject: Reply with quote

IL faut mettre les lignes au dessus car celles-ci indiquent juste que ca a merdé
Back to top
View user's profile Send private message
LoganX02
n00b
n00b


Joined: 06 Jan 2004
Posts: 32

PostPosted: Thu Sep 30, 2004 9:12 pm    Post subject: Reply with quote

oups, voilà les lignes précédentes:

Code:

/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/include/g++-v3/bits/locale_facets.tcc:                         
In instantiation of `std::moneypunct_byname<wchar_t, false>':
/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/include/g++-v3/bits/locale_facets.tcc:2                         
634:   instantiated from here
/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/include/g++-v3/bits/locale_facets.tcc:2                         
634: internal compiler error: Segmentation
   fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
The bug is not reproducible, so it is likely a hardware or OS problem.
make[3]: *** [SND_SoundObject.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
rm -f .libs/SND_Utils.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/windows/fmod/include -I../../int                         
ern/SoundSystem/intern -I../../intern/moto/include -I../../intern/string -I../..                         
/intern/SoundSystem/dummy -I../../intern/SoundSystem/openal -I/usr/include/SDL -                         
I/usr/include/freetype2 -DWITH_FREETYPE2 -I/usr/include -I/usr/include -O2 -mcpu                         
=i686 -fomit-frame-pointer -funsigned-char -MT SND_Utils.lo -MD -MP -MF .deps/SN                         
D_Utils.Tpo -c intern/SND_Utils.cpp  -fPIC -DPIC -DPIC -o SND_Utils.o
mv -f SND_Utils.o .libs/SND_Utils.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/windows/fmod/include -I../../int                         
ern/SoundSystem/intern -I../../intern/moto/include -I../../intern/string -I../..                         
/intern/SoundSystem/dummy -I../../intern/SoundSystem/openal -I/usr/include/SDL -                         
I/usr/include/freetype2 -DWITH_FREETYPE2 -I/usr/include -I/usr/include -O2 -mcpu                         
=i686 -fomit-frame-pointer -funsigned-char -MT SND_Utils.lo -MD -MP -MF .deps/SN                         
D_Utils.Tpo -c intern/SND_Utils.cpp -o SND_Utils.o >/dev/null 2>&1
mv -f .libs/SND_Utils.lo SND_Utils.lo
make[3]: Leaving directory `/var/tmp/portage/blender-2.28c/work/blender-2.28c/in                         
tern/SoundSystem'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/blender-2.28c/work/blender-2.28c/in                         
tern'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/blender-2.28c/work/blender-2.28c'
make: *** [all] Error 2

!!! ERROR: media-gfx/blender-2.28c failed.
!!! Function src_compile, Line 92, Exitcode 2
!!! (no error message)


il indique une erreur de segmentation, quelqu'un pourrait-il m'aider :?:
Back to top
View user's profile Send private message
robinhood
Apprentice
Apprentice


Joined: 21 Jun 2004
Posts: 290

PostPosted: Fri Oct 01, 2004 12:06 am    Post subject: Reply with quote

installe toujours blender en ~x86 (version 2.34 actuellement); l'equipe de developpement à fait un travail monstrueux depuis la 2.28c, la toute dernière version est beaucoup plus stable et beaucoup moins bugguée que les precedentes.
essai aussi de mettre a jour les dependance de blender, elle ne sont pas souvent mise à jour, et il est fort possible que certaines soit plus ou moins cassées; essai un
Code:
ACCEPT_KEYWORDS="~x86" emerge -D blender
et reemerge au moins les versions de
Code:
media-libs/openal
media-libs/libsdl

Les autres dependances se trouve ici : http://www.gentoo-portage.com/media-gfx/blender/dep
Mais vu ton message d'erreur il est probable que ça vienne d'openal.
Si cette solution ne passe pas, le segfault devient inquiétant.
Back to top
View user's profile Send private message
sireyessire
Advocate
Advocate


Joined: 20 Mar 2003
Posts: 2991
Location: back in Paris, France

PostPosted: Fri Oct 01, 2004 9:35 am    Post subject: Reply with quote

allez voir du coté de bugzilla, il y a déjà des threads qui causent des problèmes d'emerge, vous trouverez surement une solution, ou &u moins vous contriburez à sa découverte :wink:
_________________
I never think of the future. It comes soon enough.
Albert Einstein

Try simpler first
Shockley
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