-
Notifications
You must be signed in to change notification settings - Fork 280
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
editors/vscode: autoremove does not work #2368
Comments
|
This is why:
and then
So, libvulkan.so.1 is normally provided by the I think there are several separate problems:
|
this is a bug in the ports tree vscode should add a BUNDLE_LIBS thingy |
I will notify the maintainer about this problem. The issue can be closed now, I suppose. Thank you. |
I wonder if pkg should only add a library into Or is this done to handle dynamically loaded stuff like plugins? |
This is likely to change soon, see #2331 |
Shared libraries installed along with electron binary are for internal use and not intended for public consumption. Remove USE_LDCONFIG so as not to add the shared library directory to search paths. Add BUNDLE_LIBS so that pkg(8) does not pick the libraries up for packaging. Related GitHub Issue: freebsd/pkg#2368
Shared libraries installed along with vscode are for internal use and not intended for public consumption. Remove USE_LDCONFIG so as not to add the shared library directory to search paths. Add BUNDLE_LIBS so that pkg(8) does not pick the libraries up for packaging. Related GitHub Issue: freebsd/pkg#2368
Shared libraries installed along with electron binary are for internal use and not intended for public consumption. Remove USE_LDCONFIG so as not to add the shared library directory to search paths. Add BUNDLE_LIBS so that pkg(8) does not pick the shared libraries up for packaging. Bump port revisions for package change. Related GitHub Issue: freebsd/pkg#2368 Reported by: Vlad Biley <[email protected]>
Shared libraries installed along with vscode are for internal use and not intended for public consumption. Remove USE_LDCONFIG so as not to add the shared library directory to search paths. Add BUNDLE_LIBS so that pkg(8) does not pick the shared libraries up for packaging. Bump port revision for package change. Related GitHub Issue: freebsd/pkg#2368 Reported by Vlad Biley <[email protected]>
It can be removed manually just fine:
The text was updated successfully, but these errors were encountered: