FS#32263 - [blender] 2.64a-3 relies on outdated libGLEW 1.8

Attached to Project: Community Packages
Opened by Philip (PhilipWitte) - Sunday, 28 October 2012, 06:22 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Monday, 29 October 2012, 02:47 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:
The latest update to Blender breaks compatibility with libGLEW. Blender is looking for libGLEW.so.1.8 but only 1.9 exists on the Arch Repos.

Additional info:
* package version(s)
* config and/or log files etc.


Steps to reproduce:
$ blender
blender: error while loading shared libraries: libGLEW.so.1.8: cannot open shared object file: No such file or directory
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Monday, 29 October 2012, 02:47 GMT
Reason for closing:  Fixed
Comment by Raphaël Rochet (Raphael) - Sunday, 28 October 2012, 12:51 GMT
Downgrading to glew 1.8 is not a workaround, at least another lib is not found :

$ yaourt -U glew-1.8.0-2-x86_64.pkg.tar.xz
Avertissement : retourne à la version antérieure du paquet glew (1.9.0-1 => 1.8.0-2)
$ blender
blender: error while loading shared libraries: libHalf.so.6: cannot open shared object file: No such file or directory
Comment by Raphaël Rochet (Raphael) - Sunday, 28 October 2012, 13:06 GMT
Workaround to be able to run blender in the meanwhile :

# cd /lib
# ln -s libGLEW.so.1.9 libGLEW.so.1.8
# ln -s libHalf.so.7 libHalf.so.6
# ln -s libIex.so.7 libIex.so.6
Comment by Sven-Hendrik Haase (Svenstaro) - Sunday, 28 October 2012, 13:59 GMT
Sorry about that guys. This blender essentially had to survive 3 staging rebuilds so something was bound to break. Will be fixed soon.
Comment by Philip (PhilipWitte) - Sunday, 28 October 2012, 14:25 GMT
Thanks for the work around, Raphael.
Thanks for your efforts, Sven-Hendrik.
Comment by Rhoitman Amatya (rhoit) - Sunday, 28 October 2012, 16:52 GMT
neat! thanx for work around!
Comment by Philip (PhilipWitte) - Sunday, 28 October 2012, 18:31 GMT
Issue is fixed with the new release (blender 5:2.64a-4). Thanks to the maintainers! Very fast fix, I really appreciate it!

Loading...