You are not logged in.
Pages: 1
Anyone else getting segfaults with Blender 2.44 and Arch64?
They happen when trying to save a file (every time), perhaps other times as well.
~B
Offline
I've been using Mrunion's particle-SVN build from AUR and have yet to have a crash. You may want to check it out.
Offline
I took skottish's advice and am using the AUR particles version.
If you don't want to use the patched version, try to compile from ABS...I'd like to know how that turns out actually.
Offline
I've been having problems with Blender, anytime I try to open a file (so browse to a file) it crashes. It doesn't matter from where in Blender I try to open a file. I assume it is the same segfaults listed in this thread.
Anyone else getting segfaults with Blender 2.44 and Arch64?
They happen when trying to save a file (every time), perhaps other times as well.~B
I've tried building these from AUR to fix the problem but get the same error with each one.
blender-svn 12133-1
blender-svn-cloth 20070920-1
blender-svn-particles 20070619-1
my error is:
Linking library ==> 'libbf_bullet.a'
Compiling ==> 'SumoPHYCallbackBridge.cpp'
Compiling ==> 'SumoPhysicsController.cpp'
Compiling ==> 'SumoPhysicsEnvironment.cpp'
Compiling ==> 'SM_FhObject.cpp'
Compiling ==> 'SM_Object.cpp'
Compiling ==> 'SM_Scene.cpp'
Compiling ==> 'SM_MotionState.cpp'
Linking library ==> 'libbf_sumo.a'
Compiling ==> 'buildinfo.c'
Linking program ==> 'blender'
/usr/bin/ld: cannot find -lswscale
collect2: ld returned 1 exit status
scons: *** [/var/abs/local/yaourtbuild/blender-svn/src/build/linux2/bin/blender] Error 1
scons: building terminated because of errors.
==> ERROR: Build Failed. Aborting...
Error: Makepkg was unable to build blender-svn package.
Any suggestions?
Thank You!
Edit: by the way, I'm not running Arch64, but this thread seamed to fit the best... I also tried building as root, just in case it was a permisions problem, but with the same error.
Last edited by stingray (2007-09-30 15:18:15)
Offline
/usr/bin/ld: cannot find -lswscale
swscale is part of FFMPEG. Do you have that installed?
Offline
swscale is part of FFMPEG. Do you have that installed?
Thank you, I didn't know what it was part of. But yes, I have it installed. I reinstalled it again just in case, but same problem.
Thank you for the suggestion.
I noticed that AUR has some other versions, would you know if it would be better to try one of those?
aur/ffmpeg-amr 20070505-3
FFMpeg with AMR (NB & WB) codecs from 3gpp.org
aur/ffmpeg-pspvc 0.2.1-1
Custom version of ffmpeg for making PSP compatible MP4/AVC videos
aur/ffmpeg-svn 9141-1
FFMpeg is a complete and free Internet live audio and video broadcasting solution for Linux/Unix
aur/ffmpeg2theora 0.19-1
ffmpeg2theora can convert any file that ffmpeg can decode to theora
aur/ffmpegthumbnailer 1.1.3-1
Lightweight video thumbnailer that can be used by file managers.
Offline
It probably won't work. Those builds will not change the core FFMPEG libraries. Swscaler isn't on by default in FFMPEG anyway, but there are some files that identify it in the package. I though it was worth asking though.
One thing: does yaourt know to run versionpkg on subversion packages?
Last edited by skottish (2007-09-30 23:12:26)
Offline
One thing: does yaourt know to run versionpkg on subversion packages?
To be honest, I just started using yaourt this week, I've been very impressed. I tried each of the three blender packages from AUR using yaourt, but then re-downloaded the tar file by hand and tried again using makepkg, but same error.
I didn't have verionpkg installed, so yaourt couldn't have used it. I tried it again now with versionpkg and it did checkout the newer revision number.
It just finished building, no error building the package! Great job pointing me in the right direction!
It also fixed the problems I had with opening files, now I can actually use it.
Thanks again!!!
Offline
That's great! Happy Blending.
Offline
Pages: 1