Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blender fails to compie with -fuse-ld=bfd #381

Closed
elsandosgrande opened this issue Jul 17, 2019 · 2 comments
Closed

Blender fails to compie with -fuse-ld=bfd #381

elsandosgrande opened this issue Jul 17, 2019 · 2 comments

Comments

@elsandosgrande
Copy link
Contributor

elsandosgrande commented Jul 17, 2019

Blender really had me stumped on this one for days, but then I thought: "Hey, here's a silly idea. How about I try gold?" Well, to my surprise, it actually worked. I added this to package.cflags/blender.conf:

<=media-gfx/blender-2.79b-r1 *FLAGS-="-fuse-ld=bfd" *FLAGS+="-fuse-ld=gold"

Here is the build log of the ld.bfd build attempt: blender make.txt


I do not use prelink. Also, I am aware that you can select the linker through binutils, but this just feels right somehow.


Here are further details on OpenImageIO and the Boost library: emerge --info openimageio boost.txt

Have a nice day!

Edit

Here are further details on Blender: emerge --info blender.txt

@elsandosgrande elsandosgrande changed the title Blender fails to compie with --fuse-ld=bfd Blender fails to compie with -fuse-ld=bfd Jul 19, 2019
@elsandosgrande
Copy link
Contributor Author

I realize that this is most likely limited to Blender 2.79, so I will close this ticket in case that the issue does not persist through to 2.80.

@elsandosgrande
Copy link
Contributor Author

I think it's safe to assume at this point that this issue is obsolete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant