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

Libraries built with autotools should have libdir set #102

Open
ilya-fedin opened this issue Feb 3, 2023 · 0 comments
Open

Libraries built with autotools should have libdir set #102

ilya-fedin opened this issue Feb 3, 2023 · 0 comments

Comments

@ilya-fedin
Copy link

It should be set to --libdir=\${exec_prefix}/lib/$CRAFT_ARCH_TRIPLET. Currently such libraries are being installed to /usr/lib and they're not detected by cleanup scripts to remove copies of such libraries from application snap what can create problems up to crashing due to the library being shadowed by an older version of library from Ubuntu repositories without required symbols.

sergio-costas added a commit to sergio-costas/gnome-sdk that referenced this issue Apr 11, 2023
This ensures that the libraries are installed at /usr/lib/TRIPLET.

glibmm and atkmm aren't migrated, because they fail to build.

Fix ubuntu#102
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