Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Blender 2.36 Installations / Kompilierungs Abbruch
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
floe-de
Apprentice
Apprentice


Joined: 25 Jul 2002
Posts: 233

PostPosted: Tue Mar 22, 2005 9:47 pm    Post subject: Blender 2.36 Installations / Kompilierungs Abbruch Reply with quote

Hallo,

ich bekomme beim Versuch Blender zu installieren ständig folgenden Fehler, weis aber nicht was ich damit anfangen soll
hat jemand ein ähnliches Problem oder kennt sogar eine Lösung ?

Code:

scons: Building targets ...
gcc -pipe -funsigned-char -march=athlon-xp -O3 -pipe -fomit-frame-pointer -mmmx -m3dnow -msse -mfpmath=sse,387 -Wall -W -DGAMEBLENDER=1 -DUSE_SUMO_SOLID -DNDEBUG -DBUILD_TIME='"22:44:54"' -DBUILD_DATE='"2005-03-22"' -DBUILD_TYPE='"dynamic"' -DNAN_BUILDINFO -DBUILD_PLATFORM='"linux2"' -I/usr/include -c -o /var/tmp/portage/blender-2.36-r1/work/build/linux2/source/creator/player_buildinfo.o source/creator/buildinfo.c
ccache: failed to create (null)/.ccache (No such file or directory)
scons: *** [/var/tmp/portage/blender-2.36-r1/work/build/linux2/source/creator/player_buildinfo.o] Error 1
scons: building terminated because of errors.

!!! ERROR: media-gfx/blender-2.36-r1 failed.
!!! Function src_compile, Line 99, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
Back to top
View user's profile Send private message
redflash
Apprentice
Apprentice


Joined: 17 Oct 2003
Posts: 213
Location: Germany

PostPosted: Wed Mar 23, 2005 11:54 am    Post subject: Reply with quote

Nutzt du ccache?

Wenn ja versuche mal
Code:
FEATURES="-ccache" emerge blender"


Er scheint Schreibprobleme.
Back to top
View user's profile Send private message
floe-de
Apprentice
Apprentice


Joined: 25 Jul 2002
Posts: 233

PostPosted: Wed Mar 23, 2005 12:22 pm    Post subject: Reply with quote

Ja ich benutze CCache, aber auch wenn ich es deaktiviere nach deiner Methode oder direkt
in der make.conf bekomme ich den selben Fehler.

Glaube an CCache liegt es ncht obwohl ich diese Fehlermeldung auch gerne loswerden würde,
kann nur diese Verzeichnis nicht ausmachen ;-)
Back to top
View user's profile Send private message
redflash
Apprentice
Apprentice


Joined: 17 Oct 2003
Posts: 213
Location: Germany

PostPosted: Wed Mar 23, 2005 5:30 pm    Post subject: Reply with quote

Schon /var/tmp/portage geleert?

Mal mit humaneren Compile-Flags probiert?
Back to top
View user's profile Send private message
floe-de
Apprentice
Apprentice


Joined: 25 Jul 2002
Posts: 233

PostPosted: Wed Mar 23, 2005 5:58 pm    Post subject: Reply with quote

Also das hier sind meine humanen Flags:
Code:

CFLAGS="-march=athlon-xp -O2 -pipe -mmmx -m3dnow -msse -mfpmath=sse,387"


und dies sind meine normalen
Code:

CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -mmmx -m3dnow -msse -mfpmath=sse,387


Alles schon probiert, aber leider kein Erfolg und die Fehlermeldung sagt einem ja auch nicht wirklich woran es liegt.
Back to top
View user's profile Send private message
floe-de
Apprentice
Apprentice


Joined: 25 Jul 2002
Posts: 233

PostPosted: Tue May 10, 2005 8:32 pm    Post subject: Reply with quote

Leider hab ich bisher keine Lösung gefunden und würde darum nochmals um
Tips oder Ideen bitten...
Danke
Back to top
View user's profile Send private message
floe-de
Apprentice
Apprentice


Joined: 25 Jul 2002
Posts: 233

PostPosted: Mon May 16, 2005 7:52 pm    Post subject: Reply with quote

Ich hab ne neue Fehlermeldung beim Kompilieren von Blender.
Vielleicht hat ja hierzu jemand einen Tipp.
Danke !

Code:
o /var/tmp/portage/blender-2.36-r1/work/build/linux2/source/gameengine/GamePlayer/ghost/GPG_Application.o source/gameengine/GamePlayer/ghost/GPG_Application.cppccache: failed to create (null)/.ccache (No such file or directory)
scons: *** [/var/tmp/portage/blender-2.36-r1/work/build/linux2/source/gameengine/GamePlayer/ghost/GPG_Application.o] Error 1
scons: *** [/var/tmp/portage/blender-2.36-r1/work/build/linux2/source/creator/player_buildinfo.o] Error 1
scons: building terminated because of errors.
ValueError: list.remove(x): x not in list:
  File "/usr/lib/scons/SCons/Script/__init__.py", line 1103:
    _exec_main()
  File "/usr/lib/scons/SCons/Script/__init__.py", line 1097:
    _main(args, parser)
  File "/usr/lib/scons/SCons/Script/__init__.py", line 1056:
    jobs.run()
  File "/usr/lib/scons/SCons/Job.py", line 67:
    self.job.start()
  File "/usr/lib/scons/SCons/Job.py", line 257:
    task.failed()
  File "/usr/lib/scons/SCons/Script/__init__.py", line 182:
    self.do_failed(status)
  File "/usr/lib/scons/SCons/Script/__init__.py", line 118:
    SCons.Taskmaster.Task.fail_stop(self)
  File "/usr/lib/scons/SCons/Taskmaster.py", line 153:
    self.tm.failed(self.node)
  File "/usr/lib/scons/SCons/Taskmaster.py", line 412:
    self.executing.remove(t)

!!! ERROR: media-gfx/blender-2.36-r1 failed.
!!! Function src_compile, Line 99, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
Back to top
View user's profile Send private message
floe-de
Apprentice
Apprentice


Joined: 25 Jul 2002
Posts: 233

PostPosted: Fri Jun 03, 2005 10:31 am    Post subject: Reply with quote

Nachdem nun Blender 2.37 erschienen ist, gibt es keine Probleme mehr mit der installation.
Jetzt kann ich es immerhin benutzen, wenn auch das alte problem nicht gelöst wurde...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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