Mailinglist Archive: opensuse-factory (396 mails)

< Previous Next >
Re: [opensuse-factory] Blender again
On 01/12/2011 06:14 AM, Dave Plater wrote:
On 01/12/2011 05:39 AM, Donn Washburn wrote:
On 01/11/2011 09:31 PM, Donn Washburn wrote:
Hey Group;

Why is it that openSuSE insists on supplying the wrong Python 2.7
when you are shipping the recent version of Blender 2.56 which
requires Python 3.1 or greater. This has happened twice and I have
seen this problem before. Once I fixed it by compiling and
installing Python 3.1.

I downloaded the one 2.56 version from Blender.org and installed just
the binary files and it is working again but limited.

Also your "ldd" binary is different in output than theirs.

a) Python3 installs with Python2 and it's existed in openSUSE for a
couple of releases already and when you install blender the necessary
python3 libs are a requirement and will be installed as well.
rpm -q --requires blender
/bin/sh
/bin/sh
rpmlib(PayloadFilesHavePrefix)<= 4.0-1
rpmlib(CompressedFileNames)<= 3.0.4-1
/bin/sh
/usr/bin/python ............................................This is
python2
libGL.so.1()(64bit)
libGLU.so.1()(64bit)
libGeneratedSaxParser.so.0()(64bit)
libHalf.so.6()(64bit)
libIex.so.6()(64bit)
libIlmImf.so.6()(64bit)

snip

libpthread.so.0(GLIBC_2.3.2)(64bit)
libpython3.1.so.1.0()(64bit) ............................ This is the
Python3 library
libsamplerate.so.0()(64bit)
libsamplerate.so.0(libsamplerate.so.0.0)(64bit)
libsamplerate.so.0(libsamplerate.so.0.1)(64bit)
libstdc++.so.6()(64bit)
libstdc++.so.6(CXXABI_1.3)(64bit)
libstdc++.so.6(GLIBCXX_3.4)(64bit)
libstdc++.so.6(GLIBCXX_3.4.11)(64bit)
libstdc++.so.6(GLIBCXX_3.4.14)(64bit)
libstdc++.so.6(GLIBCXX_3.4.9)(64bit)
libtiff.so.3()(64bit)
libz.so.1()(64bit)

As you can see I have both python flavors installed.

b) The python3 that the blender tarball you downloaded is, afair,
python3-3.2 and openSUSE is at python3-3.1.2 so your blender is built
against the wrong python3 version for your system, fortunately
blender-2.56 is the only package in factory that uses python3.

If you had a problem when you used the installation system to install
blender-2.56.34000 from factory, please file a bug against blender and
assign it to me davejplater@xxxxxxxxx.
Thanks
Dave P
Well Thanks Dave;

I will try a bug report.

This is not a 64 bit machine. I down loaded 11.4 M5 i586 from the NET and it installed Python 2.7. I did a "zypper dup" and ended up with a Python 3.1 version of Blender 2.56. "rpm -qa Python | grep 3" found only
"IPython-0.10-8.3.noarch". I did find at Blenders site a Python Linux 32 bit 2.7 version
that worked.

--
73 de Donn Washburn
307 Savoy Street Email:" n5xwb@xxxxxxxxxxx "
Sugar Land, TX 77478 LL# 1.281.242.3256
Ham Callsign N5XWB HAMs : " n5xwb@xxxxxxxx "
VoIP via Gizmo: bmw_87kbike / via Skype: n5xwbg
BMW MOA #: 4146 - Ambassador
" http://counter.li.org " #279316

--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx

< Previous Next >