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 issue with linking dependency of -lstdc++fs when using flatpak #3966

Merged
merged 1 commit into from May 14, 2024

Conversation

sebinho
Copy link
Contributor

@sebinho sebinho commented May 7, 2024

When trying to build Surelog inside a flatpak, it fails due to a linking issue with -lstdc++fs.
See opened topic here: flathub/flathub#5221

It seems to be an old legacy linking practice that should be removed or it should be able to properly detect old versions of Ubuntu that requires it.

Copy link
Collaborator

@timkpaine timkpaine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, agreed it seems stale and I don't think its needed

@alaindargelas alaindargelas merged commit 97e3ae6 into chipsalliance:master May 14, 2024
61 checks passed
@hzeller
Copy link
Collaborator

hzeller commented May 14, 2024

LGTM. Context: this was indeed a legacy leftover from the time around 2019 when compilers did not universally have the latest std::filesystem stuff (which should've been there in c++17), so shipped it as separate libraries.

Thanks for removing.

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

4 participants