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

dev-vcs/git: add -ffat-lto-objects workaround #776

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CyB3RC0nN0R
Copy link

@CyB3RC0nN0R CyB3RC0nN0R commented Aug 9, 2021

When compiling git without this workaround, cloning a remote repository results in a "bad object" error (the object in question seems to be random) most of the time.

I am experiencing this issue with the GCC versions 11.1.0-r2 and 11.2.0. I assume that it didn't exist before GCC 11, at least I didn't notice it until GentooLTO switched to GCC 11.

When compiling git without this workaround, cloning a remote repository results in a "bad object" error (the object in question seems to be random) most of the time.
@BorisCarvajal
Copy link

Thanks for the workaround.

I found this recent GCC report that seems to be the same issue:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101949

@CyB3RC0nN0R
Copy link
Author

I found this recent GCC report that seems to be the same issue:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101949

This seems to be it. They have already fixed it, so this PR is obsolete now. I will keep it for reference until the fix is available in the GCC version used by Gentoo LTO.

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

Successfully merging this pull request may close these issues.

None yet

2 participants