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

A make fails saying "Plugin not found" #28

Open
yashirot opened this issue Jul 24, 2023 · 1 comment
Open

A make fails saying "Plugin not found" #28

yashirot opened this issue Jul 24, 2023 · 1 comment

Comments

@yashirot
Copy link

Environment: WSL2 on Windows 11

Steps to reproduce:

  1. Clone a repository to build a meta-installer
  2. Open a terminal
  3. move to the top directory of it
  4. run make

Error messages (excerpt):

Plugin directories:
  /usr/share/nsis/Plugins/x86-unicode
Plugin not found, cannot call AccessControl::SetFileOwner
Error in script "fainstall.nsi" on line 1240 -- aborting creation process
Failed to build fainstall.exe!
 => Failed
CertainCustomerFxInstaller rm: cannot remove 'fainstall.exe': No such file or directory rm: cannot remove 'CertainCustomerFxInstaller.exe': No such file or directory rm: cannot remove 'CertainCustomerFxInstaller-*.exe': No such file or directory v3.08-2 Processing config: /etc/nsisconf.nsh Processing script file: "fainstall.nsi" (UTF8) Plugin directories: /usr/share/nsis/Plugins/x86-unicode Plugin not found, cannot call AccessControl::SetFileOwner Error in script "fainstall.nsi" on line 1240 -- aborting creation process Failed to build fainstall.exe!
  • Customer name above is hypothetical for anonymization.

Apparently an appropriate plugin was not deployed.

@yashirot
Copy link
Author

FYI: How it was manually resolved as a temporary remedy:

  1. Extract ./plugin/AccessControl.zip
  2. Move to ./plugin
  3. Deploy one of the extracted .dll by executing sudo mv ./AccessControl/Plugins/i386-unicode/AccessControl.dll /usr/share/nsis/Plugins/x86-unicode/

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