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

Haikuporter fails in strict mode if an included library is used #183

Closed
Begasus opened this issue Mar 10, 2019 · 4 comments
Closed

Haikuporter fails in strict mode if an included library is used #183

Begasus opened this issue Mar 10, 2019 · 4 comments

Comments

@Begasus
Copy link

Begasus commented Mar 10, 2019

Seems to be the case for latest vala https://github.com/haikuports/haikuports/pull/3679/files#diff-22fa7266629b88069d789b2d662452a5R55
Without it I get "Warning: POLICY ERROR: can't find used library "libvalaccodegen.so""

@Begasus
Copy link
Author

Begasus commented Mar 10, 2019

At linking time this line comes around "-lgmodule-2.0 -lbe -lroot -lglib-2.0 -lintl ../vala/libvala-0.42.la ../codegen/libvalaccodegen.la"

@Begasus
Copy link
Author

Begasus commented Mar 23, 2019

Seems samba for also had the same problem? haikuports/haikuports#1199

@pulkomandy
Copy link
Member

Fixed in #219

@OscarL
Copy link
Contributor

OscarL commented May 23, 2023

While trying to build libpurple-2.14.10.recipe (but switching it to Python 3.9 first), HaikuPorter in strict mode errors out with:

Warning: POLICY ERROR: can't find used library "libperl.so"

Even if the newly built package only contains/uses a perl.so file (no "lib" prefix) under $libDir/purple-2/.

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

No branches or pull requests

3 participants