Bug 431571
| Summary: | Blender does not load yafray plugin on x86_64 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Richard Smith <rhbugs> | ||||
| Component: | blender | Assignee: | Jochen Schmitt <jochen> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 8 | CC: | kwizart | ||||
| Target Milestone: | --- | Keywords: | Reopened | ||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-03-05 11:36:56 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Richard Smith
2008-02-05 15:22:48 UTC
Created attachment 294002 [details]
Patch blender yafray plugin and library paths to lib64 versions
Just a quick note to say that this bug has now been fixed in the upstream subversion repository. Thus the next version (2.46?) should not have this bug when it gets released around April / May. Thank your for reporting this bug and offering the patch. I have create updates for rawhide, F-8 and F-7 @Richard Which is the yafray version and release you have installed ? Is it an updated version from the (fedora) updates reposity ? ? I confirm that the updates breaks yafray rendering on 32bit systems (preventing
to use /usr/lib/libyafrayplugin.so with xml parser disabled .)
The error is:
Error loading yafray plugin /usr/lib/blender.bin : undefined symbol: getYafray
(where the symbol exist in /usr/lib/libyafrayplugin.so).
Please apply this patch conditionally using:
%if %{?_lib} == "lib64"
%pactchX
%endif
Thx for fixing it Jochen, it should be fine now. Apologies for the delay in replying, I have been away for a couple of weeks. Re: Comment #4 I have yafray-0.0.9-5 installed on both the F7 and F8 machines. I have just installed blender-2.45-9 from updates-testing and it appears to work correctly on F8 x86_64. Thanks for the fix. |