Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
The release candidate container setup installs a handful of packages from the fedora repos without specifying a verisons, so Fedora package updates can break our release process. This has happened–the MSI now fails to build with the error:
light.exe : error LGHT0182 : Cannot find the table definitions for the 'SecureObjects' table. This is likely due to a typing error or missing extension. Please ensure all the necessary extensions are supplied on the command line with the -ext parameter.
Since this fails with building the MSI, which is done with Wine, this is probably a wine update that broke things. We won't be able to do a release until this is resolved.