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

Fix various errors found during LTO build #23

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

Thaodan
Copy link
Contributor

@Thaodan Thaodan commented Sep 10, 2023

Also fix out of tree builds when trying to find scratchbox2_version.h

Contains #22.

@Thaodan Thaodan force-pushed the lto_and_various_build_fixes branch 2 times, most recently from bb29f77 to 58f5e84 Compare September 10, 2023 14:10
@Thaodan Thaodan force-pushed the lto_and_various_build_fixes branch 3 times, most recently from d2dba9b to 173bf67 Compare March 28, 2024 17:52
lua.h isn't always inside in /usr/include, take LUA_CFLAGS
as taken from pkgconfig.

Signed-off-by: Björn Bidar <[email protected]>
@Thaodan Thaodan force-pushed the lto_and_various_build_fixes branch 2 times, most recently from 5c882e1 to 59d6b80 Compare March 29, 2024 02:33
@Thaodan Thaodan force-pushed the lto_and_various_build_fixes branch from 59d6b80 to 596ee65 Compare March 31, 2024 03:51
@Thaodan Thaodan force-pushed the lto_and_various_build_fixes branch 2 times, most recently from 905364e to 2829179 Compare April 10, 2024 09:28
Previously in some instance the assumption was $(SRCDIR) = $(OBJDIR).
If $(OBJDIR) isn't equal to $(SRCDIR) these files were not found anymore.

Signed-off-by: Björn Bidar <[email protected]>
Resolves error when using a compiler with stricter settings such as
when using LTO.

Signed-off-by: Björn Bidar <[email protected]>
Both open and openat load their last argument 'mode' lazily, using
va_arg() only if O_CREAT is found in oflag. This is wrong, mode is also
necessary if O_TMPFILE is in oflag.

Adapt __OPEN_NEEDS_MODE(oflag) present since glibc 2.22 to solve the
issue.

Read more down below:
https://sourceware.org/git/?p=glibc.git;a=commit;h=65f6f938cd562a614a68e15d0581a34b177ec29d

Signed-off-by: Björn Bidar <[email protected]>
Once in autogen.sh and once in %make

Signed-off-by: Björn Bidar <[email protected]>
@Thaodan Thaodan force-pushed the lto_and_various_build_fixes branch from 2829179 to a4b8681 Compare April 26, 2024 14:46
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.

1 participant